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