summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-13Enable systemd socket activationŁukasz Stelmach1-1/+82
2014-01-13Define TRANS_RECEIVED flag for transportsŁukasz Stelmach3-0/+33
2013-12-16xtrans.m4: remove AC_TYPE_SIGNAL and Imake SIGNALRETURNSINTGaetan Nadon2-14/+1
2013-12-16xtrans.m4: replace deprecated AC_HAVE_LIBRARY with AC_CHECK_LIBGaetan Nadon1-1/+1
2013-12-16xtrans.m4: fix warning by replacing obsolete AC_HELP_STRINGGaetan Nadon1-5/+5
2013-12-14Don't restrict FD passing to Linux & SolarisMark Kettenis1-4/+0
2013-11-21Fix alignment issues in FD passing codeMark Kettenis1-8/+8
2013-11-21Remove unused static inlinesMark Kettenis1-16/+0
2013-11-07xtrans 1.3.2xtrans-1.3.2Alan Coopersmith1-1/+1
2013-11-07Allow XTRANS_SEND_FDS on Solaris as wellAlan Coopersmith1-2/+2
2013-11-07Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_controlAlan Coopersmith1-0/+35
2013-11-07Add stubs for send/recv fd functions in local transportsAlan Coopersmith1-0/+35
2013-11-07Switch to CMSG_* macros for FD passingKeith Packard1-40/+64
2013-11-07Actually disable all of the FD passing code unless XTRANS_SEND_FDS is setKeith Packard3-0/+14
2013-11-06Update to version 1.3.1xtrans-1.3.1Keith Packard1-1/+1
2013-11-06Don't include file descriptor passing code by defaultMark Kettenis1-1/+3
2013-11-02Add SEND_FDS version of ReadvKeith Packard1-0/+24
2013-11-02Revert "Remove 'Readv' interface"Keith Packard2-0/+13
2013-10-31Update to version 1.3.0xtrans-1.3.0Keith Packard1-1/+1
2013-10-31Add APIs to send file descriptors through the networkKeith Packard4-17/+256
2013-10-31Remove 'Readv' interfaceKeith Packard2-13/+0
2013-07-09Add const qualifier to unix_nolistenŁukasz Stelmach1-1/+1
2013-01-27Docs: Drop pre-C89 TRANS() from docs since it's no longer in the headersAlan Coopersmith1-4/+0
2013-01-27Docs: convert function synopses to docbook funcsynopsis markupAlan Coopersmith1-201/+360
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson1-1/+0
2012-12-26Remove unused TLI ("STREAMSCONN") code from xtransAlan Coopersmith5-1426/+10
2012-03-22xtrans 1.2.7xtrans-1.2.7Alan Coopersmith1-1/+1
2012-01-11informaltable cleanupMatt Dew1-32/+33
2011-12-13Xtranssock.c: avoid buffer overrun in SocketReopenRobert Bragg1-6/+8
2011-12-06Remove unnecessary casts on malloc, calloc & free callsAlan Coopersmith5-49/+43
2011-12-06Replace malloc(strlen)+strcpy with strdupAlan Coopersmith2-25/+9
2011-12-05Finish conversion to standard C allocation functionsAlan Coopersmith6-118/+114
2011-12-05Fix some resource & memory leaks in libxtrans.Alan Hourihane3-0/+6
2011-10-04Cleanup IDs and links in docMatt Dew1-14/+14
2011-10-01Convert a bunch of sprintf calls to snprintfAlan Coopersmith2-16/+22
2011-10-01Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith6-16/+17
2011-10-01Fix warning: unused variable 'tmpport' with various configurationsAlan Coopersmith1-3/+2
2011-10-01Add _X_UNUSED attributes to silence unused parameter warningsAlan Coopersmith4-12/+16
2011-10-01Mark __xtransname strings for debug messages as const char *Alan Coopersmith1-9/+9
2011-10-01Fix unused variable warningsAlan Coopersmith2-5/+5
2011-10-01Fix warning: ISO C90 forbids mixed declarations and codeAlan Coopersmith1-2/+2
2011-10-01Fix printf format string warningsAlan Coopersmith3-19/+19
2011-10-01Convert PRMSG macro to prmsg inline functionAlan Coopersmith6-607/+569
2011-10-01Fix warnings about static functions declared but never definedAlan Coopersmith2-1/+9
2011-09-21Removing SUN specific code, let solaris create .X11-pipe with sticky bit onArvind Umrao1-4/+0
2011-09-20specs: regroup <author> <editor> <othercredit> under authorgroupGaetan Nadon1-12/+12
2011-09-20specs: refactor copyright legal text for multi licensingGaetan Nadon1-14/+3
2011-09-19doc: support multi licensed copyright notice and license textGaetan Nadon1-2/+2
2011-09-16Strip trailing whitespaceAlan Coopersmith9-300/+300