summaryrefslogtreecommitdiff
path: root/fd.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-19Rename sockaddr_un variable from sun to saun to avoid conflict with #define sunAlan Coopersmith1-5/+5
2012-10-02Refactor fd closing into CloseFD helper functionAlan Coopersmith1-6/+17
2012-10-02Convert remaining bcopy() calls to memcpy()Alan Coopersmith1-1/+1
2012-10-02Convert remaining sprintf calls to snprintfAlan Coopersmith1-3/+5
2012-10-02Move debug statement before panic() call, so it can actually runAlan Coopersmith1-1/+1
2012-07-21Convert to X.Org standard indentation & cleanup whitespaceAlan Coopersmith1-355/+337
2012-07-08Retry _X11TransConnect on TRANS_TRY_CONNECT_AGAINJeff Smith1-4/+7
2012-07-08Bug 46696 - Try alternate protocol on X11 connection failure.Peter Jeremy1-13/+23
2012-07-08Use __XFDS_BITS macros from Xpoll.h instead of direct __fds_bits accessAlan Coopersmith1-2/+7
2012-07-08Bug 46689 - xscope fd_set debug output is undefinedPeter Jeremy1-4/+3
2012-03-04Include <arpa/inet.h> for inet_addr in !USE_XTRANS caseJeremy Huddleston1-0/+3
2012-01-15Check the right return value for malloc failureAlan Coopersmith1-1/+1
2011-09-30File descriptors should be stored in ints not shortsAlan Coopersmith1-1/+1
2011-09-30Remove StaticMaxFD now that all uses now allocate dynamicallyAlan Coopersmith1-5/+0
2011-09-30Make FDinfo dynamically allocatedAlan Coopersmith1-0/+4
2011-09-30Use calloc() instead of malloc(); bzero();Alan Coopersmith1-2/+1
2011-09-30Stop wrapping malloc & freeAlan Coopersmith1-3/+2
2010-10-30Sun's copyrights now belong to OracleAlan Coopersmith1-1/+1
2010-05-14Fallback on other transports.Jeremy Huddleston1-4/+9
2010-04-29Eliminate a few compiler warnings for style and signedness.Jeremy Huddleston1-2/+2
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith1-23/+17
2009-09-28Replace platform #ifdefs with autoconf testsAlan Coopersmith1-11/+7
2009-05-06Clear many compiler & sparse warningsAlan Coopersmith1-1/+1
2009-05-06Convert select() arguments back to fd_set structuresAlan Coopersmith1-11/+22
2009-05-06Ansify prototypes and move extern declarations to header filesAlan Coopersmith1-22/+18
2009-05-06Merge branch 'keithp'Alan Coopersmith1-26/+249
2009-05-04Use Unix sockets for local connectionsKeith Packard1-37/+48
2009-05-04Import xscope bits into keithp.com CVSKeith Packard1-69/+207
2008-09-11Convert more function declarations to ANSI CAlan Coopersmith1-2/+2
2008-09-11Merge Sun's version of xscope inStuart Kreitman1-77/+89
2008-09-11Import initial version from James PetersonAlan Coopersmith1-0/+263