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