Age | Commit message (Expand) | Author |
2006-03-07 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb | Jamey Sharp |
2006-03-06 | Off-by-one error in the sequence-wrapping proof, and therefore in the corresp... | Jamey Sharp |
2006-03-05 | wrong spaces | TORRI Vincent |
2006-03-05 | fix some font sizes | TORRI Vincent |
2006-03-05 | fixes + valid css | TORRI Vincent |
2006-03-05 | fixes + valid css | TORRI Vincent |
2006-03-05 | Implement provably-correct sequence wrap handling. Add flag XCB_REQUEST_DISCA... | Jamey Sharp |
2006-03-05 | lots of fixes. Thanks to Indan Zupancic | TORRI Vincent |
2006-03-05 | lots of fixes. Thanks to Indan Zupancic | TORRI Vincent |
2006-03-04 | Add *.tar.{bz2,gz} to .gitignore for the benefit of "make distcheck". | Josh Triplett |
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 | Tweak to previous API change: Require that spare iovecs fall before vector[0]... | Jamey Sharp |
2006-03-02 | assert() that XCBSendRequest was handed enough space to set opcodes and short... | Jamey Sharp |
2006-03-02 | Bugfix: The fixed-length part needs two iovecs reserved, just like all the ot... | Jamey Sharp |
2006-03-02 | Use XPath position() function instead of xsl:number, to evaluate array indice... | Jamey Sharp |
2006-03-02 | API/ABI change: XCBSendRequest callers must pad to 4-byte boundaries now. Whe... | Jamey Sharp |
2006-03-02 | Separate notion of request-completed from current-request, and mark requests ... | Jamey Sharp |
2006-02-27 | Buffer a couple CARD32s on the stack instead of using an extra iovec. Also a ... | Jamey Sharp |
2006-02-27 | Add XCB_REQUEST_RAW flag for XCBSendRequest. | Jamey Sharp |
2006-02-27 | Bugfix: how about *not* leaking all pending_replies when no reply matches, as... | Jamey Sharp |
2006-02-27 | Move test for other writing threads *before* allocating a sequence number. | 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-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 | 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-25 | XCB has not had tracing features for a long time: remove the remnants. | Jamey Sharp |
2006-02-25 | Rearrange an if statement that's been bothering me. | Jamey Sharp |
2006-02-24 | Coalesce _xcb_writev into _xcb_out_write and simplify. | Jamey Sharp |
2006-02-24 | Take advantage of Requires and *.private fields for a more accurate pkg-confi... | 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 | 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-24 | Bugfix: protect the output queue from being written while another thread is f... | Jamey Sharp |
2006-02-24 | Simplify: Always use writev. (In _xcb_out_flush, convert the output queue to ... | Jamey Sharp |
2006-02-23 | Factor padding out of _xcb_out_write_block and into its callers, XCBSendReque... | Jamey Sharp |
2006-02-23 | Add XCBGetQueuedRequestRead for Xlib that does no syscalls, just returns what... | Jamey Sharp |
2006-02-23 | Minor performance fix: Change the contract on XCBGetRequestSent so that it do... | Jamey Sharp |
2006-02-23 | Minor performance fix: Only rearrange buffers for BIG-REQUESTs. | Jamey Sharp |
2006-02-23 | Move request_written update back where it was for now: doing it early can cau... | Jamey Sharp |
2006-02-23 | Remove _xcb_assert_valid_sequence. One test is trivially true, and the other ... | Jamey Sharp |