summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't include file descriptor passing code by defaultMark Kettenis2013-11-061-1/+3
* Add SEND_FDS version of ReadvKeith Packard2013-11-021-0/+24
* Revert "Remove 'Readv' interface"Keith Packard2013-11-022-0/+13
* Update to version 1.3.0xtrans-1.3.0Keith Packard2013-10-311-1/+1
* Add APIs to send file descriptors through the networkKeith Packard2013-10-314-17/+256
* Remove 'Readv' interfaceKeith Packard2013-10-312-13/+0
* Add const qualifier to unix_nolistenŁukasz Stelmach2013-07-091-1/+1
* Docs: Drop pre-C89 TRANS() from docs since it's no longer in the headersbaserock/morphAlan Coopersmith2013-01-271-4/+0
* Docs: convert function synopses to docbook funcsynopsis markupAlan Coopersmith2013-01-271-201/+360
* autogen.sh: Implement GNOME Build APIColin Walters2013-01-151-1/+3
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-151-1/+0
* Remove unused TLI ("STREAMSCONN") code from xtransAlan Coopersmith2012-12-265-1426/+10
* xtrans 1.2.7xtrans-1.2.7Alan Coopersmith2012-03-221-1/+1
* informaltable cleanupMatt Dew2012-01-111-32/+33
* Xtranssock.c: avoid buffer overrun in SocketReopenRobert Bragg2011-12-131-6/+8
* Remove unnecessary casts on malloc, calloc & free callsAlan Coopersmith2011-12-065-49/+43
* Replace malloc(strlen)+strcpy with strdupAlan Coopersmith2011-12-062-25/+9
* Finish conversion to standard C allocation functionsAlan Coopersmith2011-12-056-118/+114
* Fix some resource & memory leaks in libxtrans.Alan Hourihane2011-12-053-0/+6
* Cleanup IDs and links in docMatt Dew2011-10-041-14/+14
* Convert a bunch of sprintf calls to snprintfAlan Coopersmith2011-10-012-16/+22
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-016-16/+17
* Fix warning: unused variable 'tmpport' with various configurationsAlan Coopersmith2011-10-011-3/+2
* Add _X_UNUSED attributes to silence unused parameter warningsAlan Coopersmith2011-10-014-12/+16
* Mark __xtransname strings for debug messages as const char *Alan Coopersmith2011-10-011-9/+9
* Fix unused variable warningsAlan Coopersmith2011-10-012-5/+5
* Fix warning: ISO C90 forbids mixed declarations and codeAlan Coopersmith2011-10-011-2/+2
* Fix printf format string warningsAlan Coopersmith2011-10-013-19/+19
* Convert PRMSG macro to prmsg inline functionAlan Coopersmith2011-10-016-607/+569
* Fix warnings about static functions declared but never definedAlan Coopersmith2011-10-012-1/+9
* Removing SUN specific code, let solaris create .X11-pipe with sticky bit onArvind Umrao2011-09-211-4/+0
* specs: regroup <author> <editor> <othercredit> under authorgroupGaetan Nadon2011-09-201-12/+12
* specs: refactor copyright legal text for multi licensingGaetan Nadon2011-09-201-14/+3
* doc: support multi licensed copyright notice and license textGaetan Nadon2011-09-191-2/+2
* Strip trailing whitespaceAlan Coopersmith2011-09-169-300/+300