summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable systemd socket activationŁukasz Stelmach2014-01-131-1/+82
* Define TRANS_RECEIVED flag for transportsŁukasz Stelmach2014-01-133-0/+33
* xtrans.m4: remove AC_TYPE_SIGNAL and Imake SIGNALRETURNSINTGaetan Nadon2013-12-162-14/+1
* xtrans.m4: replace deprecated AC_HAVE_LIBRARY with AC_CHECK_LIBGaetan Nadon2013-12-161-1/+1
* xtrans.m4: fix warning by replacing obsolete AC_HELP_STRINGGaetan Nadon2013-12-161-5/+5
* Don't restrict FD passing to Linux & SolarisMark Kettenis2013-12-141-4/+0
* Fix alignment issues in FD passing codeMark Kettenis2013-11-211-8/+8
* Remove unused static inlinesMark Kettenis2013-11-211-16/+0
* xtrans 1.3.2xtrans-1.3.2Alan Coopersmith2013-11-071-1/+1
* Allow XTRANS_SEND_FDS on Solaris as wellAlan Coopersmith2013-11-071-2/+2
* Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_controlAlan Coopersmith2013-11-071-0/+35
* Add stubs for send/recv fd functions in local transportsAlan Coopersmith2013-11-071-0/+35
* Switch to CMSG_* macros for FD passingKeith Packard2013-11-071-40/+64
* Actually disable all of the FD passing code unless XTRANS_SEND_FDS is setKeith Packard2013-11-073-0/+14
* Update to version 1.3.1xtrans-1.3.1Keith Packard2013-11-061-1/+1