summaryrefslogtreecommitdiff
path: root/Xtrans.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03TRANS(GetHostname): Fix "‘strncpy’ output truncated.." warningHEADmasterKim Woelders1-1/+1
2024-04-03TRANS(ParseAddress): Fix "assignment discards ‘const’ qualifier" warningsKim Woelders1-5/+6
2023-03-19DISPLAY starting with unix: or / is always a socket pathDemi Marie Obenour1-23/+25
2023-03-19Allow full paths to sockets on non-macOSDemi Marie Obenour1-6/+18
2023-03-19Allow partial connection to succeedOlivier Fourdan1-0/+3
2022-05-10Fix spelling/wording issuesAlan Coopersmith1-3/+3
2019-10-14TEST_t is never definedAdam Jackson1-4/+1
2019-09-30Remove non-Solaris SysV supportAdam Jackson1-4/+1
2019-09-30Delete SCO supportAdam Jackson1-6/+3
2019-09-30unifdef USG and NCRAdam Jackson1-1/+1
2018-08-25Use strcasecmp if it's available, instead of lowercasing stringsAlan Coopersmith1-0/+8
2016-05-19Remove GetMyAddrAdam Jackson1-21/+0
2016-05-19Remove CLTS codeAdam Jackson1-146/+0
2015-12-03Remove support for SysV on x86 platforms other than Solaris & SCOAlan Coopersmith1-5/+2
2015-11-28Replace 'sun' with '__sun'Richard PALO1-6/+6
2014-09-13Add TRANS(Listen) function to re-enable specific listen socketsKeith Packard1-0/+25
2014-08-24Add const qualifiers to TRANS(MakeAll*ServerListeners) port argsAlan Coopersmith1-5/+6
2014-08-24Add const qualifiers to TRANS(Connect) argsAlan Coopersmith1-1/+1
2014-08-23Add const qualifiers to TRANS(CreateListener) port argsAlan Coopersmith1-1/+1
2014-08-23Add const qualifiers to TRANS(Reopen...) port argsAlan Coopersmith1-3/+3
2014-08-23Add const qualifiers to TRANS(Open...) address argsAlan Coopersmith1-6/+7
2014-03-26Add missing headers for free() and strlen().Thomas Klausner1-1/+2
2014-03-26Cast ctype(3) function arguments to unsigned char.Thomas Klausner1-2/+2
2014-01-27Add TransIsListening()Jon TURNEY1-0/+16
2014-01-13Enable systemd socket activationŁukasz Stelmach1-1/+82
2014-01-13Define TRANS_RECEIVED flag for transportsŁukasz Stelmach1-0/+28
2013-11-07Actually disable all of the FD passing code unless XTRANS_SEND_FDS is setKeith Packard1-0/+2
2013-11-02Revert "Remove 'Readv' interface"Keith Packard1-0/+7
2013-10-31Add APIs to send file descriptors through the networkKeith Packard1-0/+12
2013-10-31Remove 'Readv' interfaceKeith Packard1-7/+0
2012-12-26Remove unused TLI ("STREAMSCONN") code from xtransAlan Coopersmith1-5/+0
2011-12-06Remove unnecessary casts on malloc, calloc & free callsAlan Coopersmith1-5/+5
2011-12-06Replace malloc(strlen)+strcpy with strdupAlan Coopersmith1-19/+7
2011-12-05Finish conversion to standard C allocation functionsAlan Coopersmith1-37/+37
2011-12-05Fix some resource & memory leaks in libxtrans.Alan Hourihane1-0/+1
2011-10-01Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-3/+4
2011-10-01Convert PRMSG macro to prmsg inline functionAlan Coopersmith1-65/+63
2011-09-16Strip trailing whitespaceAlan Coopersmith1-24/+24
2011-03-16Remove a decnet leftoverAdam Jackson1-16/+0
2010-11-07Remove ISCFuncs, fix SCOFuncs inclusion (bug 23324)Jesse Adkins1-6/+4
2009-07-30Fix ifdef checks for SVR4 to do the right thing on SolarisAlan Coopersmith1-2/+2
2008-10-07Remove DECNET support.Adam Jackson1-4/+1
2008-08-07Massive ifdef cleanup, dropping a ton of unsupported platform code.Adam Jackson1-49/+5
2008-07-15Apple: Allow Xquartz to provide an additional fd to xtrans since the dynamic ...Jeremy Huddleston1-0/+14
2008-05-23Launchd: This functionality has been moved into xorg-serverJeremy Huddleston1-62/+1
2008-02-10Fixed #ifdef checks that were using i386 to use __i386__Jeremy Huddleston1-4/+4
2007-12-02make launchd error messages less scaryBen Byer1-5/+7
2007-11-14removed cvs tagsBen Byer1-6/+1
2007-09-05changes to support launchd on OS XBen Byer1-1/+73
2006-08-22Merge more fixes from Solaris xtransAlan Coopersmith1-4/+6