Switch sequence comparisons to handle 32-bit sequence number wrap.
[free-sw/xcb/libxcb] / src / xcb_in.c
2006-07-01 Keith PackardSwitch sequence comparisons to handle 32-bit sequence...
2006-04-20 Jamey SharpMinor performance improvement: do not call _xcb_in_expe...
2006-04-20 Jamey SharpAdd <sys/select.h> to xcb_in.c to fix bug #6122.
2006-04-20 Ian OsgoodMerge branch 'master' of git+ssh://iano@git.freedesktop...
2006-04-20 Jamey SharpRemove the last goto in XCB: XCBWaitForReply now permit...
2006-04-20 Jamey SharpRestructure XCBWaitForReply to eliminate two gotos.
2006-04-20 Jamey SharpFixed poll_for_reply, added comments, and refactored...
2006-04-19 Jamey SharpAdd XCBPollForReply and deprecate XCBGetRequestRead...
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-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 SharpRemove c->out.vec. Pass iovecs directly down the call...
2006-03-09 Jamey SharpMove c->out.vec refs out of _xcb_conn_wait up to _xcb_o...
2006-03-09 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2006-03-09 Ian OsgoodAdd symbols for error and reply response_types,
2006-03-07 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
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 SharpAdd 32-bit full_sequence fields to generic errors and...
2006-03-02 Jamey SharpSeparate notion of request-completed from current-reque...
2006-02-27 Jamey SharpBugfix: how about *not* leaking all pending_replies...
2006-02-27 Jamey SharpReplace readers generic list with hand-written typesafe...
2006-02-27 Jamey SharpRename struct XCBReplyData to reader_list to follow...
2006-02-27 Jamey SharpIn struct XCBReplyData, change void *data to pthread_co...
2006-02-27 Jamey SharpReplace current_reply generic queue with hand-written...
2006-02-27 Jamey SharpReplace events generic queue with hand-written typesafe...
2006-02-26 Jamey SharpAPI/ABI break: Add flags to XCBSendRequest, first for...
2006-02-26 Jamey SharpReplace pending_replies generic queue with a hand-imple...
2006-02-26 Jamey SharpXCB has not had tracing features for a long time: remov...
2006-02-24 Jamey SharpMove _xcb_read_block to xcb_in.c and make it static...
2006-02-24 Jamey SharpCoalesce readn into _xcb_in_read and simplify.
2006-02-24 Jamey SharpMove _xcb_readn to xcb_in.c and make it static. Minor...
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-19 Jamey SharpWorkaround X server bug, fd.o #3210: if a GLXGetFBConfi...
2006-02-19 Josh TriplettRemove xcl and CVSROOT.