summaryrefslogtreecommitdiff
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
2024-04-03update .gitignoreEnrico Weigelt, metux IT consult1-0/+3
2023-10-13gitlab CI: add libc-dev to required packages in build containerAlan Coopersmith1-2/+2
2023-10-13gitlab CI: collect config.log to help diagnose failuresAlan Coopersmith1-0/+6
2023-10-13gitlab CI: add xz-utils to container for "make distcheck"Alan Coopersmith1-3/+3
2023-06-02xtrans 1.5.0xtrans-1.5.0Alan Coopersmith1-1/+1
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-19Remove client-side abstract socket supportDemi Marie Obenour2-31/+6
2023-03-19Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith3-3/+3
2023-03-19Allow partial connection to succeedOlivier Fourdan1-0/+3
2022-08-20Use font server ErrorF/VErrorF instead of private versionsKeith Packard1-3/+4
2022-08-20move is_numeric to Xtranssock.c and only define for TCPCONN or TRANS_REOPENKeith Packard3-19/+14
2022-05-10gitlab CI: add a basic build testAlan Coopersmith1-0/+99
2022-05-10Fix spelling/wording issuesAlan Coopersmith5-7/+7
2022-05-10Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2022-05-10Automatically disable inet6 transport if ipv6 is disabled on machineRay Strode1-4/+11
2019-10-14TEST_t is never definedAdam Jackson2-8/+1
2019-09-30Remove non-Solaris SysV supportAdam Jackson3-582/+2
2019-09-30Delete SCO supportAdam Jackson6-477/+12
2019-09-30unifdef USG and NCRAdam Jackson4-4/+4
2019-03-16xtrans 1.4.0xtrans-1.4.0Alan Coopersmith1-1/+1
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-19Update README for gitlab migrationAlan Coopersmith2-11/+10
2018-09-30Use fchmod() instead of chmod() when creating named pipesAlan Coopersmith1-3/+4
2018-08-25Use strcasecmp if it's available, instead of lowercasing stringsAlan Coopersmith3-3/+25
2018-08-25Set freeXLOCAL to NULL after freeing it to prevent double freesAlan Coopersmith1-0/+1
2018-03-24avoid -Wformat errors from clangRin Okuyama1-1/+1
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2016-09-10Update strlcpy macro check to also check HAVE_STRLCPYJeremy Huddleston Sequoia1-1/+1
2016-09-01Revert "Make FreeConnInfo static"Adam Jackson2-4/+4
2016-05-19Remove GetMyAddrAdam Jackson2-28/+0
2016-05-19Make FreeConnInfo staticAdam Jackson2-4/+4
2016-05-19unifdef LBXPROXY_t and TEST_tAdam Jackson2-23/+0
2016-05-19Remove CLTS codeAdam Jackson6-576/+3
2016-05-18autogen: Add a default patch prefixAdam Jackson1-0/+3
2015-12-03Remove support for SysV on x86 platforms other than Solaris & SCOAlan Coopersmith3-21/+6
2015-11-28Replace 'sun' with '__sun'Richard PALO4-25/+25
2015-09-25Make sure LONG64 is defined in Xtrans.hJulien Cristau1-0/+1
2014-09-20xtrans 1.3.5xtrans-1.3.5Keith Packard1-1/+1
2014-09-13Add TRANS(Listen) function to re-enable specific listen socketsKeith Packard2-0/+29
2014-08-24Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) argsAlan Coopersmith4-71/+74
2014-08-24Add const qualifiers to TRANS(MakeAll*ServerListeners) port argsAlan Coopersmith3-9/+10
2014-08-24Add const qualifiers to TRANS(Connect) argsAlan Coopersmith6-13/+16
2014-08-23Add const qualifiers to TRANS(CreateListener) port argsAlan Coopersmith6-10/+12
2014-08-23Add const qualifiers to TRANS(Reopen...) port argsAlan Coopersmith5-19/+20
2014-08-23Add const qualifiers to TRANS(Open...) address argsAlan Coopersmith3-14/+15
2014-08-23Update docs to note that TransName is now const char *Alan Coopersmith1-1/+1