summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-11-06Don't include file descriptor passing code by defaultMark Kettenis
2013-11-02Add SEND_FDS version of ReadvKeith Packard
2013-11-02Revert "Remove 'Readv' interface"Keith Packard
2013-10-31Update to version 1.3.0xtrans-1.3.0Keith Packard
2013-10-31Add APIs to send file descriptors through the networkKeith Packard
2013-10-31Remove 'Readv' interfaceKeith Packard
2013-07-09Add const qualifier to unix_nolistenŁukasz Stelmach
2013-01-27Docs: Drop pre-C89 TRANS() from docs since it's no longer in the headersAlan Coopersmith
2013-01-27Docs: convert function synopses to docbook funcsynopsis markupAlan Coopersmith
2013-01-15autogen.sh: Implement GNOME Build APIColin Walters
2013-01-15configure: Remove AM_MAINTAINER_MODEAdam Jackson
2012-12-26Remove unused TLI ("STREAMSCONN") code from xtransAlan Coopersmith
2012-03-22xtrans 1.2.7xtrans-1.2.7Alan Coopersmith
2012-01-11informaltable cleanupMatt Dew
2011-12-13Xtranssock.c: avoid buffer overrun in SocketReopenRobert Bragg
2011-12-06Remove unnecessary casts on malloc, calloc & free callsAlan Coopersmith
2011-12-06Replace malloc(strlen)+strcpy with strdupAlan Coopersmith
2011-12-05Finish conversion to standard C allocation functionsAlan Coopersmith
2011-12-05Fix some resource & memory leaks in libxtrans.Alan Hourihane
2011-10-04Cleanup IDs and links in docMatt Dew
2011-10-01Convert a bunch of sprintf calls to snprintfAlan Coopersmith
2011-10-01Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith
2011-10-01Fix warning: unused variable 'tmpport' with various configurationsAlan Coopersmith
2011-10-01Add _X_UNUSED attributes to silence unused parameter warningsAlan Coopersmith
2011-10-01Mark __xtransname strings for debug messages as const char *Alan Coopersmith
2011-10-01Fix unused variable warningsAlan Coopersmith
2011-10-01Fix warning: ISO C90 forbids mixed declarations and codeAlan Coopersmith
2011-10-01Fix printf format string warningsAlan Coopersmith