| 2006-03-07 | TORRI Vincent | Use the GCC 4 visibility extension to mark everything... | commit | commitdiff | tree | snapshot | 
| 2006-03-07 | Jamey Sharp | Merge branch 'master' of git+ssh://git.freedesktop... | commit | commitdiff | tree | snapshot | 
| 2006-03-06 | Jamey Sharp | Off-by-one error in the sequence-wrapping proof, and... | commit | commitdiff | tree | snapshot | 
| 2006-03-05 | TORRI Vincent | wrong spaces | commit | commitdiff | tree | snapshot | 
| 2006-03-05 | TORRI Vincent | fix some font sizes | commit | commitdiff | tree | snapshot | 
| 2006-03-05 | TORRI Vincent | fixes + valid css | commit | commitdiff | tree | snapshot | 
| 2006-03-05 | TORRI Vincent | fixes + valid css | commit | commitdiff | tree | snapshot | 
| 2006-03-05 | Jamey Sharp | Implement provably-correct sequence wrap handling.... | commit | commitdiff | tree | snapshot | 
| 2006-03-05 | TORRI Vincent | lots of fixes. Thanks to Indan Zupancic | commit | commitdiff | tree | snapshot | 
| 2006-03-05 | TORRI Vincent | lots of fixes. Thanks to Indan Zupancic | commit | commitdiff | tree | snapshot | 
| 2006-03-05 | Josh Triplett | Add *.tar.{bz2,gz} to .gitignore for the benefit of... | commit | commitdiff | tree | snapshot | 
| 2006-03-03 | Jamey Sharp | API/ABI change: XCBSendRequest returns the sequence... | commit | commitdiff | tree | snapshot | 
| 2006-03-03 | Jamey Sharp | Add 32-bit full_sequence fields to generic errors and... | commit | commitdiff | tree | snapshot | 
| 2006-03-03 | Jamey Sharp | Tweak to previous API change: Require that spare iovecs... | commit | commitdiff | tree | snapshot | 
| 2006-03-03 | Jamey Sharp | assert() that XCBSendRequest was handed enough space... | commit | commitdiff | tree | snapshot | 
| 2006-03-03 | Jamey Sharp | Bugfix: The fixed-length part needs two iovecs reserved... | commit | commitdiff | tree | snapshot | 
| 2006-03-03 | Jamey Sharp | Use XPath position() function instead of xsl:number... | commit | commitdiff | tree | snapshot | 
| 2006-03-02 | Jamey Sharp | API/ABI change: XCBSendRequest callers must pad to... | commit | commitdiff | tree | snapshot | 
| 2006-03-02 | Jamey Sharp | Separate notion of request-completed from current-reque... | commit | commitdiff | tree | snapshot | 
| 2006-02-27 | Jamey Sharp | Buffer a couple CARD32s on the stack instead of using... | commit | commitdiff | tree | snapshot | 
| 2006-02-27 | Jamey Sharp | Add XCB_REQUEST_RAW flag for XCBSendRequest. | commit | commitdiff | tree | snapshot | 
| 2006-02-27 | Jamey Sharp | Bugfix: how about *not* leaking all pending_replies... | commit | commitdiff | tree | snapshot | 
| 2006-02-27 | Jamey Sharp | Move test for other writing threads *before* allocating... | commit | commitdiff | tree | snapshot | 
| 2006-02-27 | Jamey Sharp | _xcb_list is no longer used, so remove it. Simplify... | commit | commitdiff | tree | snapshot | 
| 2006-02-27 | Jamey Sharp | Replace readers generic list with hand-written typesafe... | commit | commitdiff | tree | snapshot | 
| 2006-02-27 | Jamey Sharp | Rename struct XCBReplyData to reader_list to follow... | commit | commitdiff | tree | snapshot | 
| 2006-02-27 | Jamey Sharp | In struct XCBReplyData, change void *data to pthread_co... | commit | commitdiff | tree | snapshot | 
| 2006-02-27 | Jamey Sharp | Delete unused xcb_list functions and refactor others. | commit | commitdiff | tree | snapshot | 
| 2006-02-27 | Jamey Sharp | Replace current_reply generic queue with hand-written... | commit | commitdiff | tree | snapshot | 
| 2006-02-27 | Jamey Sharp | Replace events generic queue with hand-written typesafe... | commit | commitdiff | tree | snapshot | 
| 2006-02-26 | Jamey Sharp | API/ABI break: Add flags to XCBSendRequest, first for... | commit | commitdiff | tree | snapshot | 
| 2006-02-26 | Jamey Sharp | Replace pending_replies generic queue with a hand-imple... | commit | commitdiff | tree | snapshot | 
| 2006-02-26 | Jamey Sharp | Replace my old generic map ADT with a growable array... | commit | commitdiff | tree | snapshot | 
| 2006-02-26 | Jamey Sharp | XCB has not had tracing features for a long time: remov... | commit | commitdiff | tree | snapshot | 
| 2006-02-26 | Jamey Sharp | Rearrange an if statement that's been bothering me. | commit | commitdiff | tree | snapshot | 
| 2006-02-24 | Jamey Sharp | Coalesce _xcb_writev into _xcb_out_write and simplify. | commit | commitdiff | tree | snapshot | 
| 2006-02-24 | Jamey Sharp | Take advantage of Requires and *.private fields for... | commit | commitdiff | tree | snapshot | 
| 2006-02-24 | Jamey Sharp | Move _xcb_set_fd_flags to xcb_conn.c and make it static... | commit | commitdiff | tree | snapshot | 
| 2006-02-24 | Jamey Sharp | Move _xcb_read_block to xcb_in.c and make it static... | commit | commitdiff | tree | snapshot | 
| 2006-02-24 | Jamey Sharp | Remove XCB_CEIL and use a simpler definition for XCB_PAD. | commit | commitdiff | tree | snapshot | 
| 2006-02-24 | Jamey Sharp | Quit using "-include config.h": use #ifdef HAVE_CONFIG_... | commit | commitdiff | tree | snapshot | 
| 2006-02-24 | Jamey Sharp | Coalesce readn into _xcb_in_read and simplify. | commit | commitdiff | tree | snapshot | 
| 2006-02-24 | Jamey Sharp | Move _xcb_readn to xcb_in.c and make it static. Minor... | commit | commitdiff | tree | snapshot | 
| 2006-02-24 | Jamey Sharp | Bugfix: protect the output queue from being written... | commit | commitdiff | tree | snapshot | 
| 2006-02-24 | Jamey Sharp | Simplify: Always use writev. (In _xcb_out_flush, conver... | commit | commitdiff | tree | snapshot | 
| 2006-02-24 | Jamey Sharp | Factor padding out of _xcb_out_write_block and into... | commit | commitdiff | tree | snapshot | 
| 2006-02-24 | Jamey Sharp | Add XCBGetQueuedRequestRead for Xlib that does no sysca... | commit | commitdiff | tree | snapshot | 
| 2006-02-23 | Jamey Sharp | Minor performance fix: Change the contract on XCBGetReq... | commit | commitdiff | tree | snapshot | 
| 2006-02-23 | Jamey Sharp | Minor performance fix: Only rearrange buffers for BIG... | commit | commitdiff | tree | snapshot | 
| 2006-02-23 | Jamey Sharp | Move request_written update back where it was for now... | commit | commitdiff | tree | snapshot | 
| 2006-02-23 | Jamey Sharp | Remove _xcb_assert_valid_sequence. One test is triviall... | commit | commitdiff | tree | snapshot | 
| 2006-02-23 | Jamey Sharp | Move _xcb_write and _xcb_writev to xcb_out.c and make... | commit | commitdiff | tree | snapshot | 
| 2006-02-23 | Jamey Sharp | Ignore test byproducts. | commit | commitdiff | tree | snapshot | 
| 2006-02-23 | Jamey Sharp | More return value changes, and make _xcb_in_read_packet... | commit | commitdiff | tree | snapshot | 
| 2006-02-23 | Jamey Sharp | More return value changes. | commit | commitdiff | tree | snapshot | 
| 2006-02-23 | Jamey Sharp | Make the return value of _xcb_conn_wait boolean, instea... | commit | commitdiff | tree | snapshot | 
| 2006-02-23 | Jamey Sharp | Bugfix: move request_written update *before* _xcb_conn_... | commit | commitdiff | tree | snapshot | 
| 2006-02-23 | Jamey Sharp | Remove USE_THREAD_ASSERT compile option. _xcb_conn_wait... | commit | commitdiff | tree | snapshot | 
| 2006-02-23 | Jamey Sharp | Remove vestiges of adjacent request combining implement... | commit | commitdiff | tree | snapshot | 
| 2006-02-20 | Jamey Sharp | Control debugging, optimization, and warning flags... | commit | commitdiff | tree | snapshot | 
| 2006-02-19 | Jamey Sharp | Merge branch 'master' of git+ssh://git.freedesktop... | commit | commitdiff | tree | snapshot | 
| 2006-02-19 | Jamey Sharp | Update .gitignores for .o files and autofoo stuff. | commit | commitdiff | tree | snapshot | 
| 2006-02-19 | Eric Anholt | Add missing entries to .gitignore files. | commit | commitdiff | tree | snapshot | 
| 2006-02-19 | Eric Anholt | Merge branch 'master' of git+ssh://anholt@git.freedeskt... | commit | commitdiff | tree | snapshot | 
| 2006-02-19 | Eric Anholt | Move .cvsignore to .gitignore. | commit | commitdiff | tree | snapshot | 
| 2006-02-19 | Jamey Sharp | Quit defining _XOPEN_SOURCE. We never needed it... | commit | commitdiff | tree | snapshot | 
| 2006-02-19 | Jamey Sharp | Remove the old ChangeLog file. GIT makes that obsolete. | commit | commitdiff | tree | snapshot | 
| 2006-02-19 | Jamey Sharp | Workaround X server bug, fd.o #3210: if a GLXGetFBConfi... | commit | commitdiff | tree | snapshot | 
| 2006-02-19 | Josh Triplett | Remove xcl and CVSROOT. | commit | commitdiff | tree | snapshot | 
|  |