index
:
lib/libxtrans
master
obsd
X transport layer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xtranssock.c
Age
Commit message (
Expand
)
Author
2023-03-19
Remove client-side abstract socket support
Demi Marie Obenour
2023-03-19
Remove "All rights reserved" from Oracle copyright notices
Alan Coopersmith
2022-08-20
move is_numeric to Xtranssock.c and only define for TCPCONN or TRANS_REOPEN
Keith Packard
2022-05-10
Automatically disable inet6 transport if ipv6 is disabled on machine
Ray Strode
2019-09-30
Delete SCO support
Adam Jackson
2019-09-30
unifdef USG and NCR
Adam Jackson
2018-03-24
avoid -Wformat errors from clang
Rin Okuyama
2016-09-10
Update strlcpy macro check to also check HAVE_STRLCPY
Jeremy Huddleston Sequoia
2016-05-19
unifdef LBXPROXY_t and TEST_t
Adam Jackson
2016-05-19
Remove CLTS code
Adam Jackson
2015-12-03
Remove support for SysV on x86 platforms other than Solaris & SCO
Alan Coopersmith
2015-11-28
Replace 'sun' with '__sun'
Richard PALO
2014-08-24
Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) args
Alan Coopersmith
2014-08-24
Add const qualifiers to TRANS(Connect) args
Alan Coopersmith
2014-08-23
Add const qualifiers to TRANS(CreateListener) port args
Alan Coopersmith
2014-08-23
Add const qualifiers to TRANS(Reopen...) port args
Alan Coopersmith
2014-03-31
Increase UNIX socket buffer size
Mark Kettenis
2013-11-21
Fix alignment issues in FD passing code
Mark Kettenis
2013-11-21
Remove unused static inlines
Mark Kettenis
2013-11-07
Switch to CMSG_* macros for FD passing
Keith Packard
2013-11-07
Actually disable all of the FD passing code unless XTRANS_SEND_FDS is set
Keith Packard
2013-11-02
Add SEND_FDS version of Readv
Keith Packard
2013-10-31
Add APIs to send file descriptors through the network
Keith Packard
2013-07-09
Add const qualifier to unix_nolisten
Ćukasz Stelmach
2011-12-13
Xtranssock.c: avoid buffer overrun in SocketReopen
Robert Bragg
2011-12-06
Remove unnecessary casts on malloc, calloc & free calls
Alan Coopersmith
2011-12-05
Finish conversion to standard C allocation functions
Alan Coopersmith
2011-12-05
Fix some resource & memory leaks in libxtrans.
Alan Hourihane
2011-10-01
Convert a bunch of sprintf calls to snprintf
Alan Coopersmith
2011-10-01
Add const attributes to fix gcc -Wwrite-strings warnings
Alan Coopersmith
2011-10-01
Fix warning: unused variable 'tmpport' with various configurations
Alan Coopersmith
2011-10-01
Add _X_UNUSED attributes to silence unused parameter warnings
Alan Coopersmith
2011-10-01
Fix unused variable warnings
Alan Coopersmith
2011-10-01
Fix printf format string warnings
Alan Coopersmith
2011-10-01
Convert PRMSG macro to prmsg inline function
Alan Coopersmith
2011-09-16
Strip trailing whitespace
Alan Coopersmith
2010-10-29
Sun's copyrights now belong to Oracle
Alan Coopersmith
2010-01-14
Update Sun license notices to current X.Org standard form
Alan Coopersmith
2009-10-15
Xtranssock: assume that we have getaddrinfo if ipv6 is enabled
Julien Cristau
2009-07-30
Fix ifdef checks for SVR4 to do the right thing on Solaris
Alan Coopersmith
2009-05-18
xfs segfaults in _FontTransSocketReopen when cloning itself
Alan Coopersmith
2009-01-30
Janitor: Correct make distcheck and compiler warnings.
Paulo Cesar Pereira de Andrade
2008-08-07
Drastically simplify TRANS_OPEN_MAX.
Adam Jackson
2008-08-07
Massive ifdef cleanup, dropping a ton of unsupported platform code.
Adam Jackson
2008-06-24
Clear some pointer type mismatch warnings
Alan Coopersmith
2008-05-12
Connection failure for abstract socket is ECONNREFUSED, not ENOENT.
Adam Jackson
2008-05-12
Ignore mkdir() errors when creating the abstract socket.
Bill Nottingham
2008-04-25
Fix length calculation for the path for abstract unix domain sockets
James Cloos
2008-04-23
Only call WSAGetLastError() if there has been an
Colin Harrison
2008-04-15
Sun bug #6688467: _X11TransConvertAddress: Unknown family type on 64-bit SPARC
Alan Coopersmith
[next]