summaryrefslogtreecommitdiff
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
* Remove client-side abstract socket supportDemi Marie Obenour2023-03-192-31/+6
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-03-193-3/+3
* Allow partial connection to succeedOlivier Fourdan2023-03-191-0/+3
* Use font server ErrorF/VErrorF instead of private versionsKeith Packard2022-08-201-3/+4
* move is_numeric to Xtranssock.c and only define for TCPCONN or TRANS_REOPENKeith Packard2022-08-203-19/+14
* gitlab CI: add a basic build testAlan Coopersmith2022-05-101-0/+99
* Fix spelling/wording issuesAlan Coopersmith2022-05-105-7/+7
* Build xz tarballs instead of bzip2Alan Coopersmith2022-05-101-1/+1
* Automatically disable inet6 transport if ipv6 is disabled on machineRay Strode2022-05-101-4/+11
* TEST_t is never definedAdam Jackson2019-10-142-8/+1
* Remove non-Solaris SysV supportAdam Jackson2019-09-303-582/+2
* Delete SCO supportAdam Jackson2019-09-306-477/+12
* unifdef USG and NCRAdam Jackson2019-09-304-4/+4
* xtrans 1.4.0xtrans-1.4.0Alan Coopersmith2019-03-161-1/+1
* Update configure.ac bug URL for gitlab migrationAlan Coopersmith2018-12-071-1/+1
* Update README for gitlab migrationAlan Coopersmith2018-11-192-11/+10
* Use fchmod() instead of chmod() when creating named pipesAlan Coopersmith2018-09-301-3/+4
* Use strcasecmp if it's available, instead of lowercasing stringsAlan Coopersmith2018-08-253-3/+25
* Set freeXLOCAL to NULL after freeing it to prevent double freesAlan Coopersmith2018-08-251-0/+1
* avoid -Wformat errors from clangRin Okuyama2018-03-241-1/+1
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* Update strlcpy macro check to also check HAVE_STRLCPYJeremy Huddleston Sequoia2016-09-101-1/+1
* Revert "Make FreeConnInfo static"Adam Jackson2016-09-012-4/+4
* Remove GetMyAddrAdam Jackson2016-05-192-28/+0
* Make FreeConnInfo staticAdam Jackson2016-05-192-4/+4
* unifdef LBXPROXY_t and TEST_tAdam Jackson2016-05-192-23/+0
* Remove CLTS codeAdam Jackson2016-05-196-576/+3
* autogen: Add a default patch prefixAdam Jackson2016-05-181-0/+3
* Remove support for SysV on x86 platforms other than Solaris & SCOAlan Coopersmith2015-12-033-21/+6
* Replace 'sun' with '__sun'Richard PALO2015-11-284-25/+25
* Make sure LONG64 is defined in Xtrans.hJulien Cristau2015-09-251-0/+1
* xtrans 1.3.5xtrans-1.3.5Keith Packard2014-09-201-1/+1
* Add TRANS(Listen) function to re-enable specific listen socketsKeith Packard2014-09-132-0/+29
* Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) argsAlan Coopersmith2014-08-244-71/+74
* Add const qualifiers to TRANS(MakeAll*ServerListeners) port argsAlan Coopersmith2014-08-243-9/+10
* Add const qualifiers to TRANS(Connect) argsAlan Coopersmith2014-08-246-13/+16
* Add const qualifiers to TRANS(CreateListener) port argsAlan Coopersmith2014-08-236-10/+12
* Add const qualifiers to TRANS(Reopen...) port argsAlan Coopersmith2014-08-235-19/+20
* Add const qualifiers to TRANS(Open...) address argsAlan Coopersmith2014-08-233-14/+15
* Update docs to note that TransName is now const char *Alan Coopersmith2014-08-231-1/+1
* xtrans 1.3.4xtrans-1.3.4Hans de Goede2014-03-311-1/+1
* Increase UNIX socket buffer sizeMark Kettenis2014-03-311-0/+21
* 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
* configure: Also add -D_DEFAULT_SOURCE to .pc cflags to shut up glibc warningsHans de Goede2014-03-261-1/+1
* xtrans 1.3.3xtrans-1.3.3Hans de Goede2014-01-271-1/+1
* Add TransIsListening()Jon TURNEY2014-01-272-0/+20