Win32 code for xcb-1.5
[free-sw/xcb/libxcb] / src / xcb_conn.c
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.