summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Switch to CMSG_* macros for FD passingHEADmasterKeith Packard2-41/+65
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.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.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
2011-09-14docs: fix authors affiliationGaetan Nadon1-4/+7
2011-09-12docs: use the &fullrelvers; entity to set X11 release informationGaetan Nadon1-2/+5
2011-09-11docs: remove <productnumber> which is not used by defaultGaetan Nadon1-1/+0
2011-09-08docbook.am: embed css styles inside the HTML HEAD elementGaetan Nadon1-2/+0
2011-09-07docbook.am: global maintenance update - entities, images and olinkingGaetan Nadon1-52/+62
2011-06-12Install xml versions of specs even if HAVE_XMLTO is falseGaetan Nadon2-2/+2
2011-06-11Install target dbs alongside generated documentsGaetan Nadon2-3/+3
2011-04-24Silence warnings when building with clangJeremy Huddleston3-0/+28
2011-03-30Documentation: add Docbook external references supportGaetan Nadon4-58/+108
2011-03-16Remove a decnet leftoverAdam Jackson1-16/+0
2011-03-16Remove K&R token pasting macrosAdam Jackson1-36/+0
2011-03-16Don't special-case allocation for the X serverAdam Jackson1-5/+0