summaryrefslogtreecommitdiff
path: root/Xtrans.c
AgeCommit message (Expand)Author
2016-08-13Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2016-05-19Remove GetMyAddrAdam Jackson
2016-05-19Remove CLTS codeAdam Jackson
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-09-13Add TRANS(Listen) function to re-enable specific listen socketsKeith Packard
2014-08-24Add const qualifiers to TRANS(MakeAll*ServerListeners) port 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-08-23Add const qualifiers to TRANS(Open...) address argsAlan Coopersmith
2014-04-08Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2014-03-26Add missing headers for free() and strlen().Thomas Klausner
2014-03-26Cast ctype(3) function arguments to unsigned char.Thomas Klausner
2014-02-09Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2014-01-27Add TransIsListening()Jon TURNEY
2014-01-13Enable systemd socket activationŁukasz Stelmach
2014-01-13Define TRANS_RECEIVED flag for transportsŁukasz Stelmach
2013-11-12Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2013-11-07Actually disable all of the FD passing code unless XTRANS_SEND_FDS is setKeith Packard
2013-11-02Revert "Remove 'Readv' interface"Keith 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-10-31Remove 'Readv' interfaceKeith Packard
2013-01-13Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2012-12-26Remove unused TLI ("STREAMSCONN") code from xtransAlan Coopersmith
2012-01-01Merge remote-tracking branch 'origin/master' into obsdMatthieu Herrb
2011-12-06Remove unnecessary casts on malloc, calloc & free callsAlan Coopersmith
2011-12-06Replace malloc(strlen)+strcpy with strdupAlan 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-01Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-10-01Convert PRMSG macro to prmsg inline functionAlan Coopersmith
2011-09-16Strip trailing whitespaceAlan Coopersmith
2011-04-17Merge remote branch 'origin/master' into obsdMatthieu Herrb
2011-03-16Remove a decnet leftoverAdam Jackson
2010-11-27Merge remote branch 'origin/master' into obsdMatthieu Herrb
2010-11-07Remove ISCFuncs, fix SCOFuncs inclusion (bug 23324)Jesse Adkins
2009-08-02Merge commit 'origin/master' into obsdMatthieu Herrb
2009-07-30Fix ifdef checks for SVR4 to do the right thing on SolarisAlan Coopersmith
2008-10-11Merge branch 'master' into obsdMatthieu Herrb
2008-10-07Remove DECNET support.Adam Jackson
2008-08-07Massive ifdef cleanup, dropping a ton of unsupported platform code.Adam Jackson
2008-07-15Apple: Allow Xquartz to provide an additional fd to xtrans since the dynamic ...Jeremy Huddleston
2008-05-24OpenBSD fixes: snprintf/strlc{at,py}Matthieu Herrb
2008-05-23Launchd: This functionality has been moved into xorg-serverJeremy Huddleston
2008-02-10Fixed #ifdef checks that were using i386 to use __i386__Jeremy Huddleston