2008-10-29 |
Jamey Sharp | Use sequence number ranges in pending replies |
blob | commitdiff |
2008-10-29 |
Jamey Sharp | Inline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io. |
blob | commitdiff | diff to current |
2008-09-20 |
Henning Sten | fix tiny memory leak in read_packet (leak only happens... |
blob | commitdiff | diff to current |
2008-08-28 |
Julien Danjou | Use a signed size in read_block() |
blob | commitdiff | diff to current |
2008-05-28 |
Josh Triplett | Fix variable declaration formatting |
blob | commitdiff | diff to current |
2008-05-21 |
Peter Hutterer | Add xcb_ge_event_t and handling for long events. |
blob | commitdiff | diff to current |
2007-06-03 |
Jamey Sharp | xcb_poll_for_event: Return already-read events before... |
blob | commitdiff | diff to current |
2006-10-08 |
Jamey Sharp | Bugfix: make Plan 7 'checked' requests work correctly. |
blob | commitdiff | diff to current |
2006-10-06 |
Jamey Sharp | Remove the 'int *error' out-parameter for xcb_poll_for_... |
blob | commitdiff | diff to current |
2006-10-04 |
Jamey Sharp | Factor out pthread_mutex_lock and unlock calls for... |
blob | commitdiff | diff to current |
2006-09-23 |
Josh Triplett | More fixups for incorrect API conversions by api_conv.pl |
blob | commitdiff | diff to current |
2006-09-23 |
Josh Triplett | Fix some mis-conversions by api_conv.pl, and remove... |
blob | commitdiff | diff to current |
2006-09-23 |
Josh Triplett | The Great XCB Renaming |
blob | commitdiff | diff to current |
2006-09-21 |
Jamey Sharp | Shut down the connection in all "fatal" error cases. |
blob | commitdiff | diff to current |
2006-09-21 |
Jamey Sharp | Make all public functions do nothing on an error connec... |
blob | commitdiff | diff to current |
2006-09-21 |
Jamey Sharp | Refactor XCBPollForEvent with a shorter critical section. |
blob | commitdiff | diff to current |
2006-09-18 |
Jamey Sharp | Fix bug #7261: events do not signal the end of replies... |
blob | commitdiff | diff to current |
2006-09-13 |
Jamey Sharp | Finish removing deprecated functions. Fixes build failu... |
blob | commitdiff | diff to current |
2006-07-30 |
Josh Triplett | Fix typo: s/request/sequence/ |
blob | commitdiff | diff to current |
2006-07-30 |
Josh Triplett | Add XCBRequestCheck function needed for Plan 7. |
blob | commitdiff | diff to current |
2006-07-01 |
Keith Packard | Switch sequence comparisons to handle 32-bit sequence... |
blob | commitdiff | diff to current |
2006-04-20 |
Jamey Sharp | Minor performance improvement: do not call _xcb_in_expe... |
blob | commitdiff | diff to current |
2006-04-20 |
Jamey Sharp | Add <sys/select.h> to xcb_in.c to fix bug #6122. |
blob | commitdiff | diff to current |
2006-04-20 |
Ian Osgood | Merge branch 'master' of git+ssh://iano@git.freedesktop... |
blob | commitdiff | diff to current |
2006-04-20 |
Jamey Sharp | Remove the last goto in XCB: XCBWaitForReply now permit... |
blob | commitdiff | diff to current |
2006-04-20 |
Jamey Sharp | Restructure XCBWaitForReply to eliminate two gotos. |
blob | commitdiff | diff to current |
2006-04-20 |
Jamey Sharp | Fixed poll_for_reply, added comments, and refactored... |
blob | commitdiff | diff to current |
2006-04-19 |
Jamey Sharp | Add XCBPollForReply and deprecate XCBGetRequestRead... |
blob | commitdiff | diff to current |
2006-04-16 |
Josh Triplett | Merge branch 'master' of git+ssh://git.freedesktop... |
blob | commitdiff | diff to current |
2006-04-10 |
Eric Anholt | Retry a select() if it returns with EINTR. Fixes IO... |
blob | commitdiff | diff to current |
2006-03-13 |
Ian Osgood | Merge branch 'master' of git+ssh://iano@git.freedesktop... |
blob | commitdiff | diff to current |
2006-03-12 |
Jamey Sharp | Merge branch 'master' of git+ssh://git.freedesktop... |
blob | commitdiff | diff to current |
2006-03-12 |
Jamey Sharp | Remove c->out.vec. Pass iovecs directly down the call... |
blob | commitdiff | diff to current |
2006-03-09 |
Jamey Sharp | Move c->out.vec refs out of _xcb_conn_wait up to _xcb_o... |
blob | commitdiff | diff to current |
2006-03-09 |
Jamey Sharp | Merge branch 'master' of git+ssh://git.freedesktop... |
blob | commitdiff | diff to current |
2006-03-09 |
Ian Osgood | Add symbols for error and reply response_types, |
blob | commitdiff | diff to current |
2006-03-07 |
Jamey Sharp | Merge branch 'master' of git+ssh://git.freedesktop... |
blob | commitdiff | diff to current |
2006-03-05 |
Jamey Sharp | Implement provably-correct sequence wrap handling.... |
blob | commitdiff | diff to current |
2006-03-03 |
Jamey Sharp | API/ABI change: XCBSendRequest returns the sequence... |
blob | commitdiff | diff to current |
2006-03-03 |
Jamey Sharp | Add 32-bit full_sequence fields to generic errors and... |
blob | commitdiff | diff to current |
2006-03-02 |
Jamey Sharp | Separate notion of request-completed from current-reque... |
blob | commitdiff | diff to current |
2006-02-27 |
Jamey Sharp | Bugfix: how about *not* leaking all pending_replies... |
blob | commitdiff | diff to current |
2006-02-27 |
Jamey Sharp | Replace readers generic list with hand-written typesafe... |
blob | commitdiff | diff to current |
2006-02-27 |
Jamey Sharp | Rename struct XCBReplyData to reader_list to follow... |
blob | commitdiff | diff to current |
2006-02-27 |
Jamey Sharp | In struct XCBReplyData, change void *data to pthread_co... |
blob | commitdiff | diff to current |
2006-02-27 |
Jamey Sharp | Replace current_reply generic queue with hand-written... |
blob | commitdiff | diff to current |
2006-02-27 |
Jamey Sharp | Replace events generic queue with hand-written typesafe... |
blob | commitdiff | diff to current |
2006-02-26 |
Jamey Sharp | API/ABI break: Add flags to XCBSendRequest, first for... |
blob | commitdiff | diff to current |
2006-02-26 |
Jamey Sharp | Replace pending_replies generic queue with a hand-imple... |
blob | commitdiff | diff to current |
2006-02-26 |
Jamey Sharp | XCB has not had tracing features for a long time: remov... |
blob | commitdiff | diff to current |
2006-02-24 |
Jamey Sharp | Move _xcb_read_block to xcb_in.c and make it static... |
blob | commitdiff | diff to current |
2006-02-24 |
Jamey Sharp | Coalesce readn into _xcb_in_read and simplify. |
blob | commitdiff | diff to current |
2006-02-24 |
Jamey Sharp | Move _xcb_readn to xcb_in.c and make it static. Minor... |
blob | commitdiff | diff to current |
2006-02-23 |
Jamey Sharp | More return value changes, and make _xcb_in_read_packet... |
blob | commitdiff | diff to current |
2006-02-23 |
Jamey Sharp | More return value changes. |
blob | commitdiff | diff to current |
2006-02-23 |
Jamey Sharp | Make the return value of _xcb_conn_wait boolean, instea... |
blob | commitdiff | diff to current |
2006-02-19 |
Jamey Sharp | Workaround X server bug, fd.o #3210: if a GLXGetFBConfi... |
blob | commitdiff | diff to current |
2006-02-19 |
Josh Triplett | Remove xcl and CVSROOT. |
blob | commitdiff | diff to current |
|