summaryrefslogtreecommitdiff
path: root/Xtranssock.c
AgeCommit message (Expand)Author
2016-01-02Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2015-12-03Remove support for SysV on x86 platforms other than Solaris & SCOAlan Coopersmith
2015-11-28Replace 'sun' with '__sun'Richard PALO
2015-11-07Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2014-08-24Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) argsAlan Coopersmith
2014-08-24Add const qualifiers to TRANS(Connect) argsAlan Coopersmith
2014-08-23Add const qualifiers to TRANS(CreateListener) port argsAlan Coopersmith
2014-08-23Add const qualifiers to TRANS(Reopen...) port argsAlan Coopersmith
2014-04-08Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2014-03-31Increase UNIX socket buffer sizeMark Kettenis
2013-12-08Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2013-11-21Fix alignment issues in FD passing codeMark Kettenis
2013-11-21Remove unused static inlinesMark Kettenis
2013-11-12Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2013-11-07Switch to CMSG_* macros for FD passingKeith Packard
2013-11-07Actually disable all of the FD passing code unless XTRANS_SEND_FDS is setKeith Packard
2013-11-02Add SEND_FDS version of ReadvKeith Packard
2013-11-02Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2013-10-31Add APIs to send file descriptors through the networkKeith Packard
2013-08-04Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2013-07-09Add const qualifier to unix_nolistenƁukasz Stelmach
2012-01-01Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2011-12-13Xtranssock.c: avoid buffer overrun in SocketReopenRobert Bragg
2011-12-06Remove unnecessary casts on malloc, calloc & free callsAlan Coopersmith
2011-12-05Finish conversion to standard C allocation functionsAlan Coopersmith
2011-12-05Fix some resource & memory leaks in libxtrans.Alan Hourihane
2011-10-01Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2011-10-01Convert a bunch of sprintf calls to snprintfAlan Coopersmith
2011-10-01Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-10-01Fix warning: unused variable 'tmpport' with various configurationsAlan Coopersmith
2011-10-01Add _X_UNUSED attributes to silence unused parameter warningsAlan Coopersmith
2011-10-01Fix unused variable warningsAlan Coopersmith
2011-10-01Fix printf format string warningsAlan Coopersmith
2011-10-01Convert PRMSG macro to prmsg inline functionAlan Coopersmith
2011-09-16Strip trailing whitespaceAlan Coopersmith
2010-11-27Merge remote branch 'origin/master' into obsdMatthieu Herrb
2010-10-29Sun's copyrights now belong to OracleAlan Coopersmith
2010-02-14Merge remote branch 'origin/master' into obsdMatthieu Herrb
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith
2009-11-01Merge remote branch 'origin/master' into obsdMatthieu Herrb
2009-10-15Xtranssock: assume that we have getaddrinfo if ipv6 is enabledJulien Cristau
2009-08-02Merge commit 'origin/master' into obsdMatthieu Herrb
2009-07-30Fix ifdef checks for SVR4 to do the right thing on SolarisAlan Coopersmith
2009-05-23Merge commit 'origin/master' into obsdMatthieu Herrb
2009-05-18xfs segfaults in _FontTransSocketReopen when cloning itselfAlan Coopersmith
2009-02-04Merge commit 'origin/master' into obsdMatthieu Herrb
2009-01-30Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade
2008-11-21Fix snprintf() argument order.Matthieu Herrb
2008-10-11Merge branch 'master' into obsdMatthieu Herrb
2008-08-07Drastically simplify TRANS_OPEN_MAX.Adam Jackson