summaryrefslogtreecommitdiff
path: root/Xtranssock.c
Commit message (Expand)AuthorAgeFilesLines
* Remove client-side abstract socket supportDemi Marie Obenour2023-03-191-30/+3
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-03-191-1/+1
* move is_numeric to Xtranssock.c and only define for TCPCONN or TRANS_REOPENKeith Packard2022-08-201-0/+14
* Automatically disable inet6 transport if ipv6 is disabled on machineRay Strode2022-05-101-4/+11
* Delete SCO supportAdam Jackson2019-09-301-4/+4
* unifdef USG and NCRAdam Jackson2019-09-301-1/+1
* avoid -Wformat errors from clangRin Okuyama2018-03-241-1/+1
* Update strlcpy macro check to also check HAVE_STRLCPYJeremy Huddleston Sequoia2016-09-101-1/+1
* unifdef LBXPROXY_t and TEST_tAdam Jackson2016-05-191-8/+0
* Remove CLTS codeAdam Jackson2016-05-191-154/+0
* Remove support for SysV on x86 platforms other than Solaris & SCOAlan Coopersmith2015-12-031-12/+0
* Replace 'sun' with '__sun'Richard PALO2015-11-281-1/+1
* Add const qualifiers to TRANS(OpenC{L,O}TS{Server,Client}) argsAlan Coopersmith2014-08-241-8/+8
* Add const qualifiers to TRANS(Connect) argsAlan Coopersmith2014-08-241-3/+5
* Add const qualifiers to TRANS(CreateListener) port argsAlan Coopersmith2014-08-231-2/+3
* Add const qualifiers to TRANS(Reopen...) port argsAlan Coopersmith2014-08-231-3/+3
* Increase UNIX socket buffer sizeMark Kettenis2014-03-311-0/+21
* Fix alignment issues in FD passing codeMark Kettenis2013-11-211-8/+8
* Remove unused static inlinesMark Kettenis2013-11-211-16/+0
* 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-071-0/+10
* Add SEND_FDS version of ReadvKeith Packard2013-11-021-0/+24
* Add APIs to send file descriptors through the networkKeith Packard2013-10-311-17/+216
* Add const qualifier to unix_nolistenƁukasz Stelmach2013-07-091-1/+1
* Xtranssock.c: avoid buffer overrun in SocketReopenRobert Bragg2011-12-131-6/+8
* Remove unnecessary casts on malloc, calloc & free callsAlan Coopersmith2011-12-061-18/+14
* Finish conversion to standard C allocation functionsAlan Coopersmith2011-12-051-27/+27
* Fix some resource & memory leaks in libxtrans.Alan Hourihane2011-12-051-0/+3
* Convert a bunch of sprintf calls to snprintfAlan Coopersmith2011-10-011-3/+3
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-011-5/+5
* Fix warning: unused variable 'tmpport' with various configurationsAlan Coopersmith2011-10-011-3/+2
* Add _X_UNUSED attributes to silence unused parameter warningsAlan Coopersmith2011-10-011-1/+1
* Fix unused variable warningsAlan Coopersmith2011-10-011-4/+5
* Fix printf format string warningsAlan Coopersmith2011-10-011-1/+1
* Convert PRMSG macro to prmsg inline functionAlan Coopersmith2011-10-011-161/+143
* Strip trailing whitespaceAlan Coopersmith2011-09-161-59/+59
* Sun's copyrights now belong to OracleAlan Coopersmith2010-10-291-1/+1
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-141-1/+22
* Xtranssock: assume that we have getaddrinfo if ipv6 is enabledJulien Cristau2009-10-151-58/+20
* Fix ifdef checks for SVR4 to do the right thing on SolarisAlan Coopersmith2009-07-301-3/+3
* xfs segfaults in _FontTransSocketReopen when cloning itselfAlan Coopersmith2009-05-181-1/+8
* Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade2009-01-301-5/+5
* Drastically simplify TRANS_OPEN_MAX.Adam Jackson2008-08-071-1/+3
* Massive ifdef cleanup, dropping a ton of unsupported platform code.Adam Jackson2008-08-071-123/+8
* Clear some pointer type mismatch warningsAlan Coopersmith2008-06-241-2/+2
* Connection failure for abstract socket is ECONNREFUSED, not ENOENT.Adam Jackson2008-05-121-1/+1
* Ignore mkdir() errors when creating the abstract socket.Bill Nottingham2008-05-121-1/+1
* Fix length calculation for the path for abstract unix domain socketsJames Cloos2008-04-251-1/+1
* Only call WSAGetLastError() if there has been anColin Harrison2008-04-231-5/+5
* Sun bug #6688467: _X11TransConvertAddress: Unknown family type on 64-bit SPARCAlan Coopersmith2008-04-151-20/+16