summaryrefslogtreecommitdiff
path: root/x11/xtrans
AgeCommit message (Collapse)AuthorFilesLines
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2008-05-09Disable HAVE_ABSTRACT_SOCKETS as a workaround for bugs in the abstractdsainty3-7/+21
socket implementation, see: http://bugs.freedesktop.org/show_bug.cgi?id=15884 This change only affects Linux as other platforms don't use the abstract sockets code to start with. But anyway, bump PKGREVISION.
2008-05-09Update to 1.2:wiz3-38/+10
Alan Coopersmith (1): Sun bug #6688467: _X11TransConvertAddress: Unknown family type on 64-bit SPARC Alan Hourihane (2): fix build for MAKEWORD disable UNIXCONN on MINGW Colin Harrison (2): Only call WSAGetLastError() if there has been an Update to winsock2 James Cloos (1): Fix length calculation for the path for abstract unix domain sockets Julien Cristau (2): BSD44SOCKETS is the wrong check for SOCK_MAXADDRLEN Bump to 1.2 Loïc Minier (1): Bug #10489: Don't retry unix socket connect()s on ENOENT.
2008-04-25Fix xtrans-1.1 on NetBSD (testing rocks).joerg3-6/+17
2008-04-25Update to 1.1:wiz2-7/+6
Adam Jackson (2): Add support for the abstract socket namespace under Linux. xtrans 1.1 Ben Byer (5): suppress warning about socket directory ownership on OS X changes to support launchd on OS X removed cvs tags Fix for incorrect processing of recycled launchd socket on OS X make launchd error messages less scary Dodji Seketeli (2): libxtrans: fix linux compilation breakage libxtrans: fixed a typo in my last commit Jeremy Huddleston (1): Fixed #ifdef checks that were using i386 to use __i386__
2008-01-15Change an #ifdef hpux to #ifdef __hpux.tnn2-3/+12
This makes unix socket transport work.
2007-10-07Don't define a local weak in6addr_any. Any sane IPv6 setup has and if itjoerg3-5/+18
doesn't include it, your lost mostly anyway. The weak alias creates a conflict on HP-UX tho. Bump revision.
2007-09-21Update xtrans to version 1.0.4. Changes:bjs2-6/+6
-- Fix typo in Xtranslcl.c (sprintf with size argument should be snprintf)
2007-01-14Forgotten makepatchsum.joerg1-1/+2
2007-01-14Update to xtrans-1.0.3 (irrelevant Makefile change) and fix ctype usage.joerg4-9/+23
2006-12-15Include sys/stat.h explictly in Xtranssock.c as S_IFMT and friendsjoerg3-2/+16
are used. It is not pulled in indirectly at least on DragonFly. Bump revision.
2006-11-03Import x11/xtrans-1.0.2:joerg5-0/+61
Network API translation layer to insulate X applications and libraries from OS network vageries. This is from the modular X.org X11 project.