Add comments about how _xcb_conn_ret_error() works
[free-sw/xcb/libxcb] / src / xcb_conn.c
2014-02-19 Ran BenitaAdd comments about how _xcb_conn_ret_error() works
2013-11-18 Mark KettenisFix alignment issues in FD passing code
2013-11-08 Keith PackardSwitch to using the CMSG_* macros for FD passing
2013-11-07 Keith PackardAdd xcb_send_fd API
2013-09-08 Daphne PfisterFix poll() if POLLIN == ROLLRDNORM|POLLRDBAND
2012-09-30 Uli SchlachterFix a multi-thread deadlock
2012-09-18 Peter HarrisAllow xcb_send_request with >MAX_IOV iovecs
2012-08-30 Alan CoopersmithReturn connection failure if display string specifies...
2012-08-25 Alan CoopersmithAlways include "config.h" at the start of all C source...
2012-01-11 Ryan PavlikUse WSAStartup()/WSACleanup() on WIN32
2012-01-11 Arvind UmraoAdded more error states and removed global error_connection
2011-04-05 Alan CoopersmithAdd #include <sys/socket.h> to xcb_conn.c
2011-03-13 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2010-12-23 Peter HarrisMerge branch 'master' of git://anongit.freedesktop...
2010-12-12 Jeetu GolaniDon't validate FD_SETSIZE on Win32
2010-09-19 Josh TriplettAllow disconnecting connections that are in error state.
2010-09-08 Peter HarrisMerge branch 'gsoc2010' of git://anongit.freedesktop...
2010-09-04 Jamey Sharp_xcb_conn_wait: Shut down the connection on unexpected...
2010-08-31 Peter HarrisMerge branch 'master' of git://github.com/topcat/xcb...
2010-08-26 Aaron Plattnerxcb_disconnect: call shutdown() to force a disconnect
2010-07-13 Jamey Sharp_xcb_conn_wait: Fix whitespace.
2010-04-18 Jamey SharpDelete a useless level of indirection from _xcb_out_sen...
2010-04-08 Rémi Denis-CourmontFail if fd is too big and poll() is not available
2010-03-29 Jeetu Golaniwindefs.h is now called xcb_windefs.h - changed all...
2010-03-26 Jeetu GolaniWin32 code for xcb-1.5
2010-01-07 Rémi Denis-Courmontxcb_connect_to_fd: fix descriptor leak on memory error...
2009-03-30 Michael Ostuse poll() instead of select() when available
2008-10-29 Jamey SharpInline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io.
2008-10-29 Jamey SharpRemove libxcb-xlib and xcbxlib.h.
2008-08-28 Julien DanjouFix htonl() arg & convert sizeof() to signed
2007-11-17 Eamon WalshMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-28 Jamey SharpDon't hold the xlib-xcb lock while sleeping: that allow...
2007-10-28 Jamey SharpFactor pthread_cond_wait(iolock) to _xcb_wait_io.
2007-10-23 Jamey SharpDon't abort() on locking assertions if LIBXCB_ALLOW_SLO...
2006-11-22 Josh TriplettReplace uses of "long" with uint32_t, and similar;...
2006-10-04 Jamey SharpAdd xcb_xlib_lock and xcb_xlib_unlock, a special-purpos...
2006-10-04 Jamey SharpFactor out pthread_mutex_lock and unlock calls for...
2006-09-23 Josh TriplettThe Great XCB Renaming
2006-09-22 Jamey SharpMake xcb_conn.c agree that XCBSetupReq is now XCBSetupR...
2006-09-21 Jamey SharpShut down the connection in all "fatal" error cases.
2006-09-21 Jamey SharpAdd a private connection shutdown method for error...
2006-09-21 Jamey SharpMake all public functions do nothing on an error connec...
2006-09-21 Jamey SharpConvert connection functions to return error objects.
2006-09-21 Jamey SharpProvide a "has error" property for XCBConnection.
2006-04-27 Jamey SharpRename ConnSetup* to Setup*, Setup*Rep to Setup*, and...
2006-04-20 Alan CoopersmithBugfix: xcb_conn.c included <sys/fcntl.h> instead of...
2006-04-20 Ian OsgoodMerge branch 'master' of git+ssh://iano@git.freedesktop...
2006-04-16 Josh TriplettMerge branch 'master' of git+ssh://git.freedesktop...
2006-04-10 Eric AnholtRetry a select() if it returns with EINTR. Fixes IO...
2006-03-14 Ian OsgoodFix XCBGetSetup to match prototype.
2006-03-13 Ian OsgoodMerge branch 'master' of git+ssh://iano@git.freedesktop...
2006-03-12 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2006-03-12 Jamey SharpOnly _xcb_conn_wait calls _xcb_out_write now, so move...
2006-03-12 Jamey SharpRemove c->out.vec. Pass iovecs directly down the call...
2006-03-12 Jamey SharpPortability fixes. Should help DragonFly and Solaris...
2006-03-09 Jamey SharpMove c->out.vec refs out of _xcb_conn_wait up to _xcb_o...
2006-03-08 Jamey SharpMove c->out.vec refs out of _xcb_out_write up to _xcb_c...
2006-02-24 Jamey SharpMove _xcb_set_fd_flags to xcb_conn.c and make it static...
2006-02-24 Jamey SharpMove _xcb_read_block to xcb_in.c and make it static...
2006-02-24 Jamey SharpFactor padding out of _xcb_out_write_block and into...
2006-02-23 Jamey SharpRemove _xcb_assert_valid_sequence. One test is triviall...
2006-02-23 Jamey SharpMore return value changes, and make _xcb_in_read_packet...
2006-02-23 Jamey SharpMore return value changes.
2006-02-23 Jamey SharpMake the return value of _xcb_conn_wait boolean, instea...
2006-02-23 Jamey SharpRemove USE_THREAD_ASSERT compile option. _xcb_conn_wait...
2006-02-19 Josh TriplettRemove xcl and CVSROOT.