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-09-23
The Great XCB Renaming
Josh Triplett
2006-09-22
Make xcb_conn.c agree that XCBSetupReq is now XCBSetupRequest.
Jamey Sharp
2006-09-21
Shut down the connection in all "fatal" error cases.
Jamey Sharp
2006-09-21
Add a private connection shutdown method for error cases.
Jamey Sharp
2006-09-21
Make all public functions do nothing on an error connection.
Jamey Sharp
2006-09-21
Convert connection functions to return error objects.
Jamey Sharp
2006-09-21
Provide a "has error" property for XCBConnection.
Jamey Sharp
2006-04-26
Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*...
Jamey Sharp
2006-04-19
Bugfix: xcb_conn.c included <sys/fcntl.h> instead of the POSIX-standard <fcnt...
Alan Coopersmith
2006-04-09
Retry a select() if it returns with EINTR. Fixes IO errors in Xephyr, which is
Eric Anholt
2006-03-14
Fix XCBGetSetup to match prototype.
Ian Osgood
2006-03-12
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb
Jamey Sharp
2006-03-12
Only _xcb_conn_wait calls _xcb_out_write now, so move it to xcb_conn.c and ma...
Jamey Sharp
2006-03-12
Remove c->out.vec. Pass iovecs directly down the call tree. Add _xcb_out_flus...
Jamey Sharp
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