use poll() instead of select() when available
[free-sw/xcb/libxcb] / src / xcb_in.c
2009-03-30 Michael Ostuse poll() instead of select() when available
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 SharpUse sequence number ranges in pending replies
2008-10-29 Jamey SharpInline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io.
2008-09-20 Henning Stenfix tiny memory leak in read_packet (leak only happens...
2008-08-28 Julien DanjouUse a signed size in read_block()
2008-05-28 Josh TriplettFix variable declaration formatting
2008-05-21 Peter HuttererAdd xcb_ge_event_t and handling for long events.
2007-06-03 Jamey Sharpxcb_poll_for_event: Return already-read events before...
2006-10-08 Jamey SharpBugfix: make Plan 7 'checked' requests work correctly.
2006-10-06 Jamey SharpRemove the 'int *error' out-parameter for xcb_poll_for_...
2006-10-04 Jamey SharpFactor out pthread_mutex_lock and unlock calls for...
2006-09-23 Josh TriplettMore fixups for incorrect API conversions by api_conv.pl
2006-09-23 Josh TriplettFix some mis-conversions by api_conv.pl, and remove...
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-09-21 Jamey SharpRefactor XCBPollForEvent with a shorter critical section.
2006-09-18 Jamey SharpFix bug #7261: events do not signal the end of replies...
2006-09-13 Jamey SharpFinish removing deprecated functions. Fixes build failu...
2006-07-30 Josh TriplettFix typo: s/request/sequence/
2006-07-30 Josh TriplettAdd XCBRequestCheck function needed for Plan 7.
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.