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
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
2008-03-24
Bug #10489: Don't retry unix socket connect()s on ENOENT.
Loïc Minier
2008-03-23
BSD44SOCKETS is the wrong check for SOCK_MAXADDRLEN
Julien Cristau
2008-03-05
Add support for the abstract socket namespace under Linux.
Adam Jackson
2008-02-10
Fixed #ifdef checks that were using i386 to use __i386__
Jeremy Huddleston
2007-11-14
Fix for incorrect processing of recycled launchd socket on OS X
Ben Byer
2007-11-14
removed cvs tags
Ben Byer
2007-09-11
libxtrans: fixed a typo in my last commit
Dodji Seketeli
2007-09-11
libxtrans: fix linux compilation breakage
Dodji Seketeli
2007-09-05
changes to support launchd on OS X
Ben Byer
2006-09-13
Bug 728: RUI in _X11TransSocketINETGetAddr in file "Xtranssock.c"
Alan Coopersmith
2006-08-24
Use SUN_LEN if it is defined on non-BSD44SOCKETS systems
Alan Coopersmith
2006-08-24
Bug 4982: use offsetof for manipulating struct sockaddr_un
Petr Salinger
2006-08-24
More sprintf -> snprintf conversions
Alan Coopersmith
2006-05-25
No code change. Just fix comment that said SOCKCONN to become TCPCONN.
Jeremy C. Reed
2005-11-08
See ChangeLog entry 2005-11-07 for details.
XORG-6_8_99_903
XORG-6_8_99_902
Kean Johnson
2005-10-03
Bug #3813 <https://bugs.freedesktop.org/show_bug.cgi?id=3813> GNU/kFreeBSD
XORG-6_8_99_901
Alan Coopersmith
[next]