summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-16xtrans 1.4.0xtrans-1.4.0Alan Coopersmith
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2018-11-19Update README for gitlab migrationAlan Coopersmith
2018-09-30Use fchmod() instead of chmod() when creating named pipesAlan Coopersmith
2018-08-25Use strcasecmp if it's available, instead of lowercasing stringsAlan Coopersmith
2018-08-25Set freeXLOCAL to NULL after freeing it to prevent double freesAlan Coopersmith
2018-03-24avoid -Wformat errors from clangRin Okuyama
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
2016-09-10Update strlcpy macro check to also check HAVE_STRLCPYJeremy Huddleston Sequoia
2016-09-01Revert "Make FreeConnInfo static"Adam Jackson
2016-05-19Remove GetMyAddrAdam Jackson
2016-05-19Make FreeConnInfo staticAdam Jackson
2016-05-19unifdef LBXPROXY_t and TEST_tAdam Jackson
2016-05-19Remove CLTS codeAdam Jackson
2016-05-18autogen: Add a default patch prefixAdam Jackson
2015-12-03Remove support for SysV on x86 platforms other than Solaris & SCOAlan Coopersmith
2015-11-28Replace 'sun' with '__sun'Richard PALO
2015-09-25Make sure LONG64 is defined in Xtrans.hJulien Cristau
2014-09-20xtrans 1.3.5xtrans-1.3.5Keith Packard
2014-09-13Add TRANS(Listen) function to re-enable specific listen socketsKeith Packard
2014-08-24Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) argsAlan Coopersmith
2014-08-24Add const qualifiers to TRANS(MakeAll*ServerListeners) port argsAlan Coopersmith
2014-08-24Add const qualifiers to TRANS(Connect) argsAlan Coopersmith
2014-08-23Add const qualifiers to TRANS(CreateListener) port argsAlan Coopersmith
2014-08-23Add const qualifiers to TRANS(Reopen...) port argsAlan Coopersmith
2014-08-23Add const qualifiers to TRANS(Open...) address argsAlan Coopersmith
2014-08-23Update docs to note that TransName is now const char *Alan Coopersmith
2014-03-31xtrans 1.3.4xtrans-1.3.4Hans de Goede
2014-03-31Increase UNIX socket buffer sizeMark Kettenis
2014-03-26Add missing headers for free() and strlen().Thomas Klausner
2014-03-26Cast ctype(3) function arguments to unsigned char.Thomas Klausner
2014-03-26configure: Also add -D_DEFAULT_SOURCE to .pc cflags to shut up glibc warningsHans de Goede
2014-01-27xtrans 1.3.3xtrans-1.3.3Hans de Goede
2014-01-27Add TransIsListening()Jon TURNEY
2014-01-13Enable systemd socket activationŁukasz Stelmach
2014-01-13Define TRANS_RECEIVED flag for transportsŁukasz Stelmach
2013-12-16xtrans.m4: remove AC_TYPE_SIGNAL and Imake SIGNALRETURNSINTGaetan Nadon
2013-12-16xtrans.m4: replace deprecated AC_HAVE_LIBRARY with AC_CHECK_LIBGaetan Nadon
2013-12-16xtrans.m4: fix warning by replacing obsolete AC_HELP_STRINGGaetan Nadon
2013-12-14Don't restrict FD passing to Linux & SolarisMark Kettenis
2013-11-21Fix alignment issues in FD passing codeMark Kettenis
2013-11-21Remove unused static inlinesMark Kettenis
2013-11-07xtrans 1.3.2xtrans-1.3.2Alan Coopersmith
2013-11-07Allow XTRANS_SEND_FDS on Solaris as wellAlan Coopersmith
2013-11-07Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_controlAlan Coopersmith
2013-11-07Add stubs for send/recv fd functions in local transportsAlan Coopersmith
2013-11-07Switch to CMSG_* macros for FD passingKeith Packard
2013-11-07Actually disable all of the FD passing code unless XTRANS_SEND_FDS is setKeith Packard
2013-11-06Update to version 1.3.1xtrans-1.3.1Keith Packard