Shut down the connection in all "fatal" error cases.
[free-sw/xcb/libxcb] / src / xcb_out.c
2006-09-21 Jamey SharpShut down the connection in all "fatal" error cases.
2006-09-21 Jamey SharpMake all public functions do nothing on an error connec...
2006-07-31 Jamey SharpFix Keith's 32-bit wrap fix.
2006-07-01 Keith PackardSwitch sequence comparisons to handle 32-bit sequence...
2006-05-15 Jamey SharpUse correct word offset when testing for GetFBConfigsSG...
2006-05-15 Josh TriplettIn the GLX workaround, use !strcmp to check for equalit...
2006-04-20 Jamey SharpMinor performance improvement: do not call _xcb_in_expe...
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-03-08 Jamey SharpFix off-by-one error that kept the last byte(s) of...
2006-03-07 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2006-03-06 Jamey SharpOff-by-one error in the sequence-wrapping proof, and...
2006-03-05 Jamey SharpImplement provably-correct sequence wrap handling....
2006-03-03 Jamey SharpAPI/ABI change: XCBSendRequest returns the sequence...
2006-03-03 Jamey SharpTweak to previous API change: Require that spare iovecs...
2006-03-03 Jamey Sharpassert() that XCBSendRequest was handed enough space...
2006-03-02 Jamey SharpAPI/ABI change: XCBSendRequest callers must pad to...
2006-02-27 Jamey SharpBuffer a couple CARD32s on the stack instead of using...
2006-02-27 Jamey SharpAdd XCB_REQUEST_RAW flag for XCBSendRequest.
2006-02-27 Jamey SharpMove test for other writing threads *before* allocating...
2006-02-26 Jamey SharpAPI/ABI break: Add flags to XCBSendRequest, first for...
2006-02-26 Jamey SharpRearrange an if statement that's been bothering me.
2006-02-24 Jamey SharpCoalesce _xcb_writev into _xcb_out_write and simplify.
2006-02-24 Jamey SharpRemove XCB_CEIL and use a simpler definition for XCB_PAD.
2006-02-24 Jamey SharpBugfix: protect the output queue from being written...
2006-02-24 Jamey SharpSimplify: Always use writev. (In _xcb_out_flush, conver...
2006-02-24 Jamey SharpFactor padding out of _xcb_out_write_block and into...
2006-02-23 Jamey SharpMinor performance fix: Only rearrange buffers for BIG...
2006-02-23 Jamey SharpMove request_written update back where it was for now...
2006-02-23 Jamey SharpMove _xcb_write and _xcb_writev to xcb_out.c and make...
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 SharpBugfix: move request_written update *before* _xcb_conn_...
2006-02-23 Jamey SharpRemove vestiges of adjacent request combining implement...
2006-02-19 Jamey SharpWorkaround X server bug, fd.o #3210: if a GLXGetFBConfi...
2006-02-19 Josh TriplettRemove xcl and CVSROOT.