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_conn.c
Age
Commit message (
Expand
)
Author
2006-03-11
Portability fixes. Should help DragonFly and Solaris, and should not hurt any...
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
Move c->out.vec refs out of _xcb_out_write up to _xcb_conn_wait.
Jamey Sharp
2006-02-24
Move _xcb_set_fd_flags to xcb_conn.c and make it static. xcb_util.c now has o...
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-23
Factor padding out of _xcb_out_write_block and into its callers, XCBSendReque...
Jamey Sharp
2006-02-23
Remove _xcb_assert_valid_sequence. One test is trivially true, and the other ...
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-22
Remove USE_THREAD_ASSERT compile option. _xcb_conn_wait can no longer be re-e...
Jamey Sharp
2006-02-18
Remove xcl and CVSROOT.
Josh Triplett
[prev]