summaryrefslogtreecommitdiff
path: root/src/xcb_in.c
AgeCommit message (Expand)Author
2006-03-12Remove c->out.vec. Pass iovecs directly down the call tree. Add _xcb_out_flus...Jamey Sharp
2006-03-09Move c->out.vec refs out of _xcb_conn_wait up to _xcb_out_flush.Jamey Sharp
2006-03-05Implement provably-correct sequence wrap handling. Add flag XCB_REQUEST_DISCA...Jamey Sharp
2006-03-03API/ABI change: XCBSendRequest returns the sequence number instead of using a...Jamey Sharp
2006-03-03Add 32-bit full_sequence fields to generic errors and events, so callers can ...Jamey Sharp
2006-03-02Separate notion of request-completed from current-request, and mark requests ...Jamey Sharp
2006-02-27Bugfix: how about *not* leaking all pending_replies when no reply matches, as...Jamey Sharp
2006-02-27Replace readers generic list with hand-written typesafe version.Jamey Sharp
2006-02-27Rename struct XCBReplyData to reader_list to follow my naming conventions and...Jamey Sharp
2006-02-27In struct XCBReplyData, change void *data to pthread_cond_t *data. That was d...Jamey Sharp
2006-02-26Replace current_reply generic queue with hand-written version. No generic que...Jamey Sharp
2006-02-26Replace events generic queue with hand-written typesafe version.Jamey Sharp
2006-02-26API/ABI break: Add flags to XCBSendRequest, first for error-checked requests.Jamey Sharp
2006-02-26Replace pending_replies generic queue with a hand-implemented typesafe version.Jamey Sharp
2006-02-25XCB has not had tracing features for a long time: remove the remnants.Jamey Sharp
2006-02-24Move _xcb_read_block to xcb_in.c and make it static. Change calls in xcb_conn...Jamey Sharp
2006-02-24Coalesce readn into _xcb_in_read and simplify.Jamey Sharp
2006-02-24Move _xcb_readn to xcb_in.c and make it static. Minor change to _xcb_read_blo...Jamey Sharp
2006-02-23More return value changes, and make _xcb_in_read_packet static since it is no...Jamey Sharp
2006-02-23More return value changes.Jamey Sharp
2006-02-23Make the return value of _xcb_conn_wait boolean, instead of syscall-like.Jamey Sharp
2006-02-18Workaround X server bug, fd.o #3210: if a GLXGetFBConfigs request is sent, fi...Jamey Sharp
2006-02-18Remove xcl and CVSROOT.Josh Triplett