Age | Commit message (Expand) | Author |
2021-06-01 | xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr() | Alan Coopersmith |
2020-02-22 | Implement xcb_total_read() and xcb_total_written(). | Sam Varshavchik |
2015-06-25 | Fix a thread hang with xcb_wait_for_special_event() | Uli Schlachter |
2014-03-21 | Remove tabs and trailing whitespaces | Uli Schlachter |
2014-02-19 | Add comments about how _xcb_conn_ret_error() works | Ran Benita |
2013-11-18 | Revert "fix deadlock with xcb_take_socket/return_socket v3" | Uli Schlachter |
2013-11-07 | Switch to using the CMSG_* macros for FD passing | Keith Packard |
2013-11-07 | Add event queue splitting | Keith Packard |
2013-11-07 | Add support for receiving fds in replies | Keith Packard |
2013-11-07 | Add xcb_send_fd API | Keith Packard |
2013-06-01 | fix deadlock with xcb_take_socket/return_socket v3 | Christian König |
2012-01-11 | Added more error states and removed global error_connection | Arvind Umrao |
2011-04-12 | Revert "Introduce xcb_wait_for_event_until, for consuming responses in wire-o... | Jamey Sharp |
2011-03-18 | Introduce xcb_wait_for_event_until, for consuming responses in wire-order. | Jamey Sharp |
2010-10-09 | xcb_in: Use 64-bit sequence numbers internally everywhere. | Jamey Sharp |
2010-10-09 | xcb_request_check: Hold the I/O lock while deciding to sync. | Jamey Sharp |
2010-09-19 | Allow disconnecting connections that are in error state. | Josh Triplett |
2010-04-17 | Always wake up readers after writing. | Jamey Sharp |
2010-04-17 | Delete a useless level of indirection from _xcb_out_send's parameters. | Jamey Sharp |
2009-04-10 | auth: use snprintf() return value | Julien Danjou |
2008-10-29 | Support handing off socket write permission to external code. | Josh Triplett |
2008-10-29 | Track 64-bit sequence numbers internally. | Jamey Sharp |
2008-10-29 | Inline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io. | Jamey Sharp |
2008-10-29 | Remove libxcb-xlib and xcbxlib.h. | Jamey Sharp |
2008-10-14 | allow compile-time setting for XCB queue buffer size | Julien Danjou |
2007-10-28 | Factor pthread_cond_wait(iolock) to _xcb_wait_io. | Jamey Sharp |
2007-10-23 | Don't abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set. | Jamey Sharp |
2006-11-20 | Refactor auth code to get display number from xcb_connect | Josh Triplett |
2006-11-18 | Provide xcb_prefetch_maximum_request_length counterpart to xcb_get_maximum_re... | Jamey Sharp |
2006-10-04 | Add xcb_xlib_lock and xcb_xlib_unlock, a special-purpose two-level recursive ... | Jamey Sharp |
2006-10-04 | Factor out pthread_mutex_lock and unlock calls for the iolock. | Jamey Sharp |
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 |