Age | Commit message (Expand) | Author |
2006-10-07 | Bugfix: make Plan 7 'checked' requests work correctly. | Jamey Sharp |
2006-10-06 | Remove the 'int *error' out-parameter for xcb_poll_for_event. | Jamey Sharp |
2006-10-04 | Factor out pthread_mutex_lock and unlock calls for the iolock. | Jamey Sharp |
2006-09-23 | More fixups for incorrect API conversions by api_conv.pl | Josh Triplett |
2006-09-23 | Fix some mis-conversions by api_conv.pl, and remove the now-unused Xmd types | Josh Triplett |
2006-09-23 | The Great XCB Renaming | Josh Triplett |
2006-09-21 | Shut down the connection in all "fatal" error cases. | Jamey Sharp |
2006-09-21 | Make all public functions do nothing on an error connection. | Jamey Sharp |
2006-09-21 | Refactor XCBPollForEvent with a shorter critical section. | Jamey Sharp |
2006-09-18 | Fix bug #7261: events do not signal the end of replies for that sequence number. | Jamey Sharp |
2006-09-13 | Finish removing deprecated functions. Fixes build failure (oops). | Jamey Sharp |
2006-07-30 | Fix typo: s/request/sequence/ | Josh Triplett |
2006-07-30 | Add XCBRequestCheck function needed for Plan 7. | Josh Triplett |
2006-07-01 | Switch sequence comparisons to handle 32-bit sequence number wrap. | Keith Packard |
2006-04-20 | Minor performance improvement: do not call _xcb_in_expect_reply unless it is ... | Jamey Sharp |
2006-04-19 | Add <sys/select.h> to xcb_in.c to fix bug #6122. | Jamey Sharp |
2006-04-19 | Remove the last goto in XCB: XCBWaitForReply now permits multiple threads to ... | Jamey Sharp |
2006-04-19 | Restructure XCBWaitForReply to eliminate two gotos. | Jamey Sharp |
2006-04-19 | Fixed poll_for_reply, added comments, and refactored XCBWaitForReply to call ... | Jamey Sharp |
2006-04-19 | Add XCBPollForReply and deprecate XCBGetRequestRead and XCBGetQueuedRequestRead. | Jamey Sharp |
2006-04-09 | Retry a select() if it returns with EINTR. Fixes IO errors in Xephyr, which is | Eric Anholt |
2006-03-12 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb | Jamey Sharp |
2006-03-12 | Remove c->out.vec. Pass iovecs directly down the call tree. Add _xcb_out_flus... | Jamey Sharp |
2006-03-09 | Move c->out.vec refs out of _xcb_conn_wait up to _xcb_out_flush. | Jamey Sharp |
2006-03-08 | Add symbols for error and reply response_types, | Ian Osgood |
2006-03-05 | Implement provably-correct sequence wrap handling. Add flag XCB_REQUEST_DISCA... | Jamey Sharp |
2006-03-03 | API/ABI change: XCBSendRequest returns the sequence number instead of using a... | Jamey Sharp |
2006-03-03 | Add 32-bit full_sequence fields to generic errors and events, so callers can ... | Jamey Sharp |
2006-03-02 | Separate notion of request-completed from current-request, and mark requests ... | Jamey Sharp |
2006-02-27 | Bugfix: how about *not* leaking all pending_replies when no reply matches, as... | Jamey Sharp |
2006-02-27 | Replace readers generic list with hand-written typesafe version. | Jamey Sharp |
2006-02-27 | Rename struct XCBReplyData to reader_list to follow my naming conventions and... | Jamey Sharp |
2006-02-27 | In struct XCBReplyData, change void *data to pthread_cond_t *data. That was d... | Jamey Sharp |
2006-02-26 | Replace current_reply generic queue with hand-written version. No generic que... | Jamey Sharp |
2006-02-26 | Replace events generic queue with hand-written typesafe version. | Jamey Sharp |
2006-02-26 | API/ABI break: Add flags to XCBSendRequest, first for error-checked requests. | Jamey Sharp |
2006-02-26 | Replace pending_replies generic queue with a hand-implemented typesafe version. | Jamey Sharp |
2006-02-25 | XCB has not had tracing features for a long time: remove the remnants. | Jamey Sharp |
2006-02-24 | Move _xcb_read_block to xcb_in.c and make it static. Change calls in xcb_conn... | Jamey Sharp |
2006-02-24 | Coalesce readn into _xcb_in_read and simplify. | Jamey Sharp |
2006-02-24 | Move _xcb_readn to xcb_in.c and make it static. Minor change to _xcb_read_blo... | Jamey Sharp |
2006-02-23 | More return value changes, and make _xcb_in_read_packet static since it is no... | Jamey Sharp |
2006-02-23 | More return value changes. | Jamey Sharp |
2006-02-23 | Make the return value of _xcb_conn_wait boolean, instead of syscall-like. | Jamey Sharp |
2006-02-18 | Workaround X server bug, fd.o #3210: if a GLXGetFBConfigs request is sent, fi... | Jamey Sharp |
2006-02-18 | Remove xcl and CVSROOT. | Josh Triplett |