generator: support listelement-ref
[free-sw/xcb/libxcb] / src / xcb_out.c
2014-03-30 Keith PackardEnsure xcb owns socket and no other threads are writing...
2013-11-18 Uli SchlachterRevert "fix deadlock with xcb_take_socket/return_socket v3"
2013-11-07 Keith PackardAdd xcb_send_fd API
2013-06-01 Christian Königfix deadlock with xcb_take_socket/return_socket v3
2013-05-15 Christian Königwhitespace fix in xcb_take_socket
2012-08-25 Alan CoopersmithAlways include "config.h" at the start of all C source...
2012-01-11 Arvind UmraoAdded more error states and removed global error_connection
2012-01-11 Keith PackardMake xcb_take_socket keep flushing until idle
2011-03-13 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2010-10-09 Jamey Sharpxcb_request_check: Hold the I/O lock while deciding...
2010-10-09 Jamey Sharpxcb_send_request: Send all requests using a common...
2010-08-31 Peter HarrisMerge branch 'master' of git://github.com/topcat/xcb...
2010-04-18 Jamey SharpAlways wake up readers after writing.
2010-04-18 Jamey SharpDelete a useless level of indirection from _xcb_out_sen...
2009-07-06 Jamey SharpFix precedence bug: wrong length for big-requests prece...
2008-10-29 Josh TriplettSupport handing off socket write permission to external...
2008-10-29 Jamey SharpTrack 64-bit sequence numbers internally.
2008-10-29 Jamey SharpInline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io.
2008-08-28 Julien DanjouUse unsigned to compare and rename sync
2007-11-17 Eamon WalshMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-28 Jamey SharpFactor pthread_cond_wait(iolock) to _xcb_wait_io.
2006-11-19 Jamey SharpProvide xcb_prefetch_maximum_request_length counterpart...
2006-10-04 Jamey SharpFactor out pthread_mutex_lock and unlock calls for...
2006-09-25 Josh TriplettStop installing the protocol descriptions for extension...
2006-09-23 Josh TriplettThe Great XCB Renaming
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.