summaryrefslogtreecommitdiff
path: root/Xtranssock.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-28unix: fix reopen functionHEADsocket-reopen-fixRay Strode1-40/+25
2014-03-31Increase UNIX socket buffer sizeMark Kettenis1-0/+21
2013-11-21Fix alignment issues in FD passing codeMark Kettenis1-8/+8
2013-11-21Remove unused static inlinesMark Kettenis1-16/+0
2013-11-07Switch to CMSG_* macros for FD passingKeith Packard1-40/+64
2013-11-07Actually disable all of the FD passing code unless XTRANS_SEND_FDS is setKeith Packard1-0/+10
2013-11-02Add SEND_FDS version of ReadvKeith Packard1-0/+24
2013-10-31Add APIs to send file descriptors through the networkKeith Packard1-17/+216
2013-07-09Add const qualifier to unix_nolistenŁukasz Stelmach1-1/+1
2011-12-13Xtranssock.c: avoid buffer overrun in SocketReopenRobert Bragg1-6/+8
2011-12-06Remove unnecessary casts on malloc, calloc & free callsAlan Coopersmith1-18/+14
2011-12-05Finish conversion to standard C allocation functionsAlan Coopersmith1-27/+27
2011-12-05Fix some resource & memory leaks in libxtrans.Alan Hourihane1-0/+3
2011-10-01Convert a bunch of sprintf calls to snprintfAlan Coopersmith1-3/+3
2011-10-01Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-5/+5
2011-10-01Fix warning: unused variable 'tmpport' with various configurationsAlan Coopersmith1-3/+2
2011-10-01Add _X_UNUSED attributes to silence unused parameter warningsAlan Coopersmith1-1/+1
2011-10-01Fix unused variable warningsAlan Coopersmith1-4/+5
2011-10-01Fix printf format string warningsAlan Coopersmith1-1/+1
2011-10-01Convert PRMSG macro to prmsg inline functionAlan Coopersmith1-161/+143
2011-09-16Strip trailing whitespaceAlan Coopersmith1-59/+59
2010-10-29Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith1-1/+22
2009-10-15Xtranssock: assume that we have getaddrinfo if ipv6 is enabledJulien Cristau1-58/+20
2009-07-30Fix ifdef checks for SVR4 to do the right thing on SolarisAlan Coopersmith1-3/+3
2009-05-18xfs segfaults in _FontTransSocketReopen when cloning itselfAlan Coopersmith1-1/+8
2009-01-30Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade1-5/+5
2008-08-07Drastically simplify TRANS_OPEN_MAX.Adam Jackson1-1/+3
2008-08-07Massive ifdef cleanup, dropping a ton of unsupported platform code.Adam Jackson1-123/+8
2008-06-24Clear some pointer type mismatch warningsAlan Coopersmith1-2/+2
2008-05-12Connection failure for abstract socket is ECONNREFUSED, not ENOENT.Adam Jackson1-1/+1
2008-05-12Ignore mkdir() errors when creating the abstract socket.Bill Nottingham1-1/+1
2008-04-25Fix length calculation for the path for abstract unix domain socketsJames Cloos1-1/+1
2008-04-23Only call WSAGetLastError() if there has been anColin Harrison1-5/+5
2008-04-15Sun bug #6688467: _X11TransConvertAddress: Unknown family type on 64-bit SPARCAlan Coopersmith1-20/+16
2008-03-24Bug #10489: Don't retry unix socket connect()s on ENOENT.Loïc Minier1-9/+14
2008-03-23BSD44SOCKETS is the wrong check for SOCK_MAXADDRLENJulien Cristau1-2/+2
2008-03-05Add support for the abstract socket namespace under Linux.Adam Jackson1-33/+95
2008-02-10Fixed #ifdef checks that were using i386 to use __i386__Jeremy Huddleston1-4/+4
2007-11-14Fix for incorrect processing of recycled launchd socket on OS XBen Byer1-2/+2
2007-11-14removed cvs tagsBen Byer1-6/+1
2007-09-11libxtrans: fixed a typo in my last commitDodji Seketeli1-1/+1
2007-09-11libxtrans: fix linux compilation breakageDodji Seketeli1-1/+14
2007-09-05changes to support launchd on OS XBen Byer1-2/+40
2006-09-13Bug 728: RUI in _X11TransSocketINETGetAddr in file "Xtranssock.c"Alan Coopersmith1-0/+4
2006-08-24Use SUN_LEN if it is defined on non-BSD44SOCKETS systemsAlan Coopersmith1-0/+6
2006-08-24Bug 4982: use offsetof for manipulating struct sockaddr_unPetr Salinger1-3/+3
2006-08-24More sprintf -> snprintf conversionsAlan Coopersmith1-1/+2
2006-05-25No code change. Just fix comment that said SOCKCONN to become TCPCONN.Jeremy C. Reed1-2/+2
2005-11-08See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902Kean Johnson1-9/+9