summaryrefslogtreecommitdiff
path: root/Xtranssock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix alignment issues in FD passing codeMark Kettenis2013-11-211-8/+8
* Remove unused static inlinesMark Kettenis2013-11-211-16/+0
* Switch to CMSG_* macros for FD passingKeith Packard2013-11-071-40/+64
* Actually disable all of the FD passing code unless XTRANS_SEND_FDS is setKeith Packard2013-11-071-0/+10
* Add SEND_FDS version of ReadvKeith Packard2013-11-021-0/+24
* Add APIs to send file descriptors through the networkKeith Packard2013-10-311-17/+216
* Add const qualifier to unix_nolistenŁukasz Stelmach2013-07-091-1/+1
* Xtranssock.c: avoid buffer overrun in SocketReopenRobert Bragg2011-12-131-6/+8
* Remove unnecessary casts on malloc, calloc & free callsAlan Coopersmith2011-12-061-18/+14
* Finish conversion to standard C allocation functionsAlan Coopersmith2011-12-051-27/+27
* Fix some resource & memory leaks in libxtrans.Alan Hourihane2011-12-051-0/+3
* Convert a bunch of sprintf calls to snprintfAlan Coopersmith2011-10-011-3/+3
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-011-5/+5
* Fix warning: unused variable 'tmpport' with various configurationsAlan Coopersmith2011-10-011-3/+2
* Add _X_UNUSED attributes to silence unused parameter warningsAlan Coopersmith2011-10-011-1/+1
* Fix unused variable warningsAlan Coopersmith2011-10-011-4/+5
* Fix printf format string warningsAlan Coopersmith2011-10-011-1/+1
* Convert PRMSG macro to prmsg inline functionAlan Coopersmith2011-10-011-161/+143
* Strip trailing whitespaceAlan Coopersmith2011-09-161-59/+59
* Sun's copyrights now belong to OracleAlan Coopersmith2010-10-291-1/+1
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-141-1/+22
* Xtranssock: assume that we have getaddrinfo if ipv6 is enabledJulien Cristau2009-10-151-58/+20
* Fix ifdef checks for SVR4 to do the right thing on SolarisAlan Coopersmith2009-07-301-3/+3
* xfs segfaults in _FontTransSocketReopen when cloning itselfAlan Coopersmith2009-05-181-1/+8
* Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade2009-01-301-5/+5
* Drastically simplify TRANS_OPEN_MAX.Adam Jackson2008-08-071-1/+3
* Massive ifdef cleanup, dropping a ton of unsupported platform code.Adam Jackson2008-08-071-123/+8
* Clear some pointer type mismatch warningsAlan Coopersmith2008-06-241-2/+2
* Connection failure for abstract socket is ECONNREFUSED, not ENOENT.Adam Jackson2008-05-121-1/+1
* Ignore mkdir() errors when creating the abstract socket.Bill Nottingham2008-05-121-1/+1
* Fix length calculation for the path for abstract unix domain socketsJames Cloos2008-04-251-1/+1
* Only call WSAGetLastError() if there has been anColin Harrison2008-04-231-5/+5
* Sun bug #6688467: _X11TransConvertAddress: Unknown family type on 64-bit SPARCAlan Coopersmith2008-04-151-20/+16
* Bug #10489: Don't retry unix socket connect()s on ENOENT.Loïc Minier2008-03-241-9/+14
* BSD44SOCKETS is the wrong check for SOCK_MAXADDRLENJulien Cristau2008-03-231-2/+2
* Add support for the abstract socket namespace under Linux.Adam Jackson2008-03-051-33/+95
* Fixed #ifdef checks that were using i386 to use __i386__Jeremy Huddleston2008-02-101-4/+4
* Fix for incorrect processing of recycled launchd socket on OS XBen Byer2007-11-141-2/+2
* removed cvs tagsBen Byer2007-11-141-6/+1
* libxtrans: fixed a typo in my last commitDodji Seketeli2007-09-111-1/+1
* libxtrans: fix linux compilation breakageDodji Seketeli2007-09-111-1/+14
* changes to support launchd on OS XBen Byer2007-09-051-2/+40
* Bug 728: RUI in _X11TransSocketINETGetAddr in file "Xtranssock.c"Alan Coopersmith2006-09-131-0/+4
* Use SUN_LEN if it is defined on non-BSD44SOCKETS systemsAlan Coopersmith2006-08-241-0/+6
* Bug 4982: use offsetof for manipulating struct sockaddr_unPetr Salinger2006-08-241-3/+3
* More sprintf -> snprintf conversionsAlan Coopersmith2006-08-241-1/+2
* No code change. Just fix comment that said SOCKCONN to become TCPCONN.Jeremy C. Reed2006-05-251-2/+2
* See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902Kean Johnson2005-11-081-9/+9
* Bug #3813 <https://bugs.freedesktop.org/show_bug.cgi?id=3813> GNU/kFreeBSDXORG-6_8_99_901Alan Coopersmith2005-10-031-1/+1
* //bugs.freedesktop.org/show_bug.cgi?id=4256> Patch #3046Alan Coopersmith2005-10-021-0/+4