summaryrefslogtreecommitdiff
path: root/Xtrans.c
Commit message (Expand)AuthorAgeFilesLines
* DISPLAY starting with unix: or / is always a socket pathHEADmasterDemi Marie Obenour2023-03-191-23/+25
* Allow full paths to sockets on non-macOSDemi Marie Obenour2023-03-191-6/+18
* Allow partial connection to succeedOlivier Fourdan2023-03-191-0/+3
* Fix spelling/wording issuesAlan Coopersmith2022-05-101-3/+3
* TEST_t is never definedAdam Jackson2019-10-141-4/+1
* Remove non-Solaris SysV supportAdam Jackson2019-09-301-4/+1
* Delete SCO supportAdam Jackson2019-09-301-6/+3
* unifdef USG and NCRAdam Jackson2019-09-301-1/+1
* Use strcasecmp if it's available, instead of lowercasing stringsAlan Coopersmith2018-08-251-0/+8
* Remove GetMyAddrAdam Jackson2016-05-191-21/+0
* Remove CLTS codeAdam Jackson2016-05-191-146/+0
* Remove support for SysV on x86 platforms other than Solaris & SCOAlan Coopersmith2015-12-031-5/+2
* Replace 'sun' with '__sun'Richard PALO2015-11-281-6/+6
* Add TRANS(Listen) function to re-enable specific listen socketsKeith Packard2014-09-131-0/+25
* Add const qualifiers to TRANS(MakeAll*ServerListeners) port argsAlan Coopersmith2014-08-241-5/+6
* Add const qualifiers to TRANS(Connect) argsAlan Coopersmith2014-08-241-1/+1
* Add const qualifiers to TRANS(CreateListener) port argsAlan Coopersmith2014-08-231-1/+1
* Add const qualifiers to TRANS(Reopen...) port argsAlan Coopersmith2014-08-231-3/+3
* Add const qualifiers to TRANS(Open...) address argsAlan Coopersmith2014-08-231-6/+7
* Add missing headers for free() and strlen().Thomas Klausner2014-03-261-1/+2
* Cast ctype(3) function arguments to unsigned char.Thomas Klausner2014-03-261-2/+2
* Add TransIsListening()Jon TURNEY2014-01-271-0/+16
* Enable systemd socket activationŁukasz Stelmach2014-01-131-1/+82
* Define TRANS_RECEIVED flag for transportsŁukasz Stelmach2014-01-131-0/+28
* Actually disable all of the FD passing code unless XTRANS_SEND_FDS is setKeith Packard2013-11-071-0/+2
* Revert "Remove 'Readv' interface"Keith Packard2013-11-021-0/+7
* Add APIs to send file descriptors through the networkKeith Packard2013-10-311-0/+12
* Remove 'Readv' interfaceKeith Packard2013-10-311-7/+0
* Remove unused TLI ("STREAMSCONN") code from xtransAlan Coopersmith2012-12-261-5/+0
* Remove unnecessary casts on malloc, calloc & free callsAlan Coopersmith2011-12-061-5/+5
* Replace malloc(strlen)+strcpy with strdupAlan Coopersmith2011-12-061-19/+7
* Finish conversion to standard C allocation functionsAlan Coopersmith2011-12-051-37/+37
* Fix some resource & memory leaks in libxtrans.Alan Hourihane2011-12-051-0/+1
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-011-3/+4
* Convert PRMSG macro to prmsg inline functionAlan Coopersmith2011-10-011-65/+63
* Strip trailing whitespaceAlan Coopersmith2011-09-161-24/+24
* Remove a decnet leftoverAdam Jackson2011-03-161-16/+0
* Remove ISCFuncs, fix SCOFuncs inclusion (bug 23324)Jesse Adkins2010-11-071-6/+4
* Fix ifdef checks for SVR4 to do the right thing on SolarisAlan Coopersmith2009-07-301-2/+2
* Remove DECNET support.Adam Jackson2008-10-071-4/+1
* Massive ifdef cleanup, dropping a ton of unsupported platform code.Adam Jackson2008-08-071-49/+5
* Apple: Allow Xquartz to provide an additional fd to xtrans since the dynamic ...Jeremy Huddleston2008-07-151-0/+14
* Launchd: This functionality has been moved into xorg-serverJeremy Huddleston2008-05-231-62/+1
* Fixed #ifdef checks that were using i386 to use __i386__Jeremy Huddleston2008-02-101-4/+4
* make launchd error messages less scaryBen Byer2007-12-021-5/+7
* removed cvs tagsBen Byer2007-11-141-6/+1
* changes to support launchd on OS XBen Byer2007-09-051-1/+73
* Merge more fixes from Solaris xtransAlan Coopersmith2006-08-221-4/+6
* Merge Solaris named pipe transport support into LOCALCONNAlan Coopersmith2006-08-211-1/+4
* See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902Kean Johnson2005-11-081-5/+5