summaryrefslogtreecommitdiff
path: root/src/xcbint.h
AgeCommit message (Expand)Author
2006-09-23The Great XCB RenamingJosh Triplett
2006-09-21Add a private connection shutdown method for error cases.Jamey Sharp
2006-09-21Provide a "has error" property for XCBConnection.Jamey Sharp
2006-07-01Switch sequence comparisons to handle 32-bit sequence number wrap.Keith Packard
2006-04-26Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*...Jamey Sharp
2006-03-13Remove last deprecation warning.Ian Osgood
2006-03-12Only _xcb_conn_wait calls _xcb_out_write now, so move it to xcb_conn.c and ma...Jamey Sharp
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-08Move c->out.vec refs out of _xcb_out_write up to _xcb_conn_wait.Jamey Sharp
2006-03-07Use the GCC 4 visibility extension to mark everything in xcbint.h hidden.TORRI Vincent
2006-03-05Implement provably-correct sequence wrap handling. Add flag XCB_REQUEST_DISCA...Jamey Sharp
2006-03-02Separate notion of request-completed from current-request, and mark requests ...Jamey Sharp
2006-02-27_xcb_list is no longer used, so remove it. Simplify _xcb_map.Jamey Sharp
2006-02-27Replace readers generic list with hand-written typesafe version.Jamey Sharp
2006-02-26Delete unused xcb_list functions and refactor others.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-26Replace my old generic map ADT with a growable array for the extension cache.Jamey Sharp
2006-02-24Move _xcb_set_fd_flags to xcb_conn.c and make it static. xcb_util.c now has o...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-24Remove XCB_CEIL and use a simpler definition for XCB_PAD.Jamey Sharp
2006-02-24Quit using "-include config.h": use #ifdef HAVE_CONFIG_H etc. like everyone e...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-23Remove _xcb_assert_valid_sequence. One test is trivially true, and the other ...Jamey Sharp
2006-02-23Move _xcb_write and _xcb_writev to xcb_out.c and make them static, since only...Jamey Sharp
2006-02-23More return value changes, and make _xcb_in_read_packet static since it is no...Jamey Sharp
2006-02-22Remove vestiges of adjacent request combining implementation. It is very dead.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