summaryrefslogtreecommitdiff
path: root/Xtranssock.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-19Remove client-side abstract socket supportDemi Marie Obenour1-30/+3
2023-03-19Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith1-1/+1
2022-08-20move is_numeric to Xtranssock.c and only define for TCPCONN or TRANS_REOPENKeith Packard1-0/+14
2022-05-10Automatically disable inet6 transport if ipv6 is disabled on machineRay Strode1-4/+11
2019-09-30Delete SCO supportAdam Jackson1-4/+4
2019-09-30unifdef USG and NCRAdam Jackson1-1/+1
2018-03-24avoid -Wformat errors from clangRin Okuyama1-1/+1
2016-09-10Update strlcpy macro check to also check HAVE_STRLCPYJeremy Huddleston Sequoia1-1/+1
2016-05-19unifdef LBXPROXY_t and TEST_tAdam Jackson1-8/+0
2016-05-19Remove CLTS codeAdam Jackson1-154/+0
2015-12-03Remove support for SysV on x86 platforms other than Solaris & SCOAlan Coopersmith1-12/+0
2015-11-28Replace 'sun' with '__sun'Richard PALO1-1/+1
2014-08-24Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) argsAlan Coopersmith1-8/+8
2014-08-24Add const qualifiers to TRANS(Connect) argsAlan Coopersmith1-3/+5
2014-08-23Add const qualifiers to TRANS(CreateListener) port argsAlan Coopersmith1-2/+3
2014-08-23Add const qualifiers to TRANS(Reopen...) port argsAlan Coopersmith1-3/+3
2014-03-31Increase UNIX socket buffer sizeMark Kettenis1-0/+21
2013-11-21Fix alignment issues in FD passing codeMark Kettenis1-8/+8
2013-11-21Remove unused static inlinesMark Kettenis1-16/+0
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 Packard1-0/+10
2013-11-02Add SEND_FDS version of ReadvKeith Packard1-0/+24
2013-10-31Add APIs to send file descriptors through the networkKeith Packard1-17/+216
2013-07-09Add const qualifier to unix_nolistenƁukasz Stelmach1-1/+1
2011-12-13Xtranssock.c: avoid buffer overrun in SocketReopenRobert Bragg1-6/+8
2011-12-06Remove unnecessary casts on malloc, calloc & free callsAlan Coopersmith1-18/+14
2011-12-05Finish conversion to standard C allocation functionsAlan Coopersmith1-27/+27
2011-12-05Fix some resource & memory leaks in libxtrans.Alan Hourihane1-0/+3
2011-10-01Convert a bunch of sprintf calls to snprintfAlan Coopersmith1-3/+3
2011-10-01Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-5/+5
2011-10-01Fix warning: unused variable 'tmpport' with various configurationsAlan Coopersmith1-3/+2
2011-10-01Add _X_UNUSED attributes to silence unused parameter warningsAlan Coopersmith1-1/+1
2011-10-01Fix unused variable warningsAlan Coopersmith1-4/+5
2011-10-01Fix printf format string warningsAlan Coopersmith1-1/+1
2011-10-01Convert PRMSG macro to prmsg inline functionAlan Coopersmith1-161/+143
2011-09-16Strip trailing whitespaceAlan Coopersmith1-59/+59
2010-10-29Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith1-1/+22
2009-10-15Xtranssock: assume that we have getaddrinfo if ipv6 is enabledJulien Cristau1-58/+20
2009-07-30Fix ifdef checks for SVR4 to do the right thing on SolarisAlan Coopersmith1-3/+3
2009-05-18xfs segfaults in _FontTransSocketReopen when cloning itselfAlan Coopersmith1-1/+8
2009-01-30Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade1-5/+5
2008-08-07Drastically simplify TRANS_OPEN_MAX.Adam Jackson1-1/+3
2008-08-07Massive ifdef cleanup, dropping a ton of unsupported platform code.Adam Jackson1-123/+8
2008-06-24Clear some pointer type mismatch warningsAlan Coopersmith1-2/+2
2008-05-12Connection failure for abstract socket is ECONNREFUSED, not ENOENT.Adam Jackson1-1/+1
2008-05-12Ignore mkdir() errors when creating the abstract socket.Bill Nottingham1-1/+1
2008-04-25Fix length calculation for the path for abstract unix domain socketsJames Cloos1-1/+1
2008-04-23Only call WSAGetLastError() if there has been anColin Harrison1-5/+5
2008-04-15Sun bug #6688467: _X11TransConvertAddress: Unknown family type on 64-bit SPARCAlan Coopersmith1-20/+16