index
:
lib/libxcb
master
obsd
xcb-1.9
XCB library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xcb_in.c
Age
Commit message (
Expand
)
Author
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-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