summaryrefslogtreecommitdiff
path: root/Xtranssock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug #10489: Don't retry unix socket connect()s on ENOENT.Loïc Minier2008-03-241-9/+14
* BSD44SOCKETS is the wrong check for SOCK_MAXADDRLENJulien Cristau2008-03-231-2/+2
* Add support for the abstract socket namespace under Linux.Adam Jackson2008-03-051-33/+95
* Fixed #ifdef checks that were using i386 to use __i386__Jeremy Huddleston2008-02-101-4/+4
* Fix for incorrect processing of recycled launchd socket on OS XBen Byer2007-11-141-2/+2
* removed cvs tagsBen Byer2007-11-141-6/+1
* libxtrans: fixed a typo in my last commitDodji Seketeli2007-09-111-1/+1
* libxtrans: fix linux compilation breakageDodji Seketeli2007-09-111-1/+14
* changes to support launchd on OS XBen Byer2007-09-051-2/+40
* Bug 728: RUI in _X11TransSocketINETGetAddr in file "Xtranssock.c"Alan Coopersmith2006-09-131-0/+4
* Use SUN_LEN if it is defined on non-BSD44SOCKETS systemsAlan Coopersmith2006-08-241-0/+6
* Bug 4982: use offsetof for manipulating struct sockaddr_unPetr Salinger2006-08-241-3/+3
* More sprintf -> snprintf conversionsAlan Coopersmith2006-08-241-1/+2
* No code change. Just fix comment that said SOCKCONN to become TCPCONN.Jeremy C. Reed2006-05-251-2/+2
* See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_903XORG-6_8_99_902Kean Johnson2005-11-081-9/+9
* Bug #3813 <https://bugs.freedesktop.org/show_bug.cgi?id=3813> GNU/kFreeBSDXORG-6_8_99_901Alan Coopersmith2005-10-031-1/+1
* //bugs.freedesktop.org/show_bug.cgi?id=4256> Patch #3046Alan Coopersmith2005-10-021-0/+4
* Bugzilla #3957 <https://bugs.freedesktop.org/show_bug.cgi?id=3957> PatchAlan Coopersmith2005-08-191-4/+1
* Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.XORG-6_8_99_14Daniel Stone2005-07-031-1/+1
* Add the rest of my patch from bugzilla #1605 to define INADDR_NONE onXORG-6_8_99_13Alan Coopersmith2005-06-221-0/+4
* Apply patch by Alan Coopersmith from #1605 to fix address resolution ofKristian Høgsberg2005-06-221-2/+2
* xc/config/cf/DragonFly.cfsco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1Roland Mainz2005-03-021-3/+3
* Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald2004-11-151-4/+50
* Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich2004-04-231-5/+7