Add configure option to enable or disable fd passing with sendmsg
[free-sw/xcb/libxcb] / src / xcbint.h
2013-11-08 Keith PackardSwitch to using the CMSG_* macros for FD passing
2013-11-07 Keith PackardAdd event queue splitting
2013-11-07 Keith PackardAdd support for receiving fds in replies
2013-11-07 Keith PackardAdd xcb_send_fd API
2013-06-01 Christian Königfix deadlock with xcb_take_socket/return_socket v3
2012-01-11 Arvind UmraoAdded more error states and removed global error_connection
2011-04-12 Jamey SharpRevert "Introduce xcb_wait_for_event_until, for consumi...
2011-03-19 Jamey SharpIntroduce xcb_wait_for_event_until, for consuming respo...
2011-03-13 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2010-12-23 Peter HarrisMerge branch 'master' of git://anongit.freedesktop...
2010-10-10 Jamey Sharpxcb_in: Use 64-bit sequence numbers internally everywhere.
2010-10-09 Jamey Sharpxcb_request_check: Hold the I/O lock while deciding...
2010-09-19 Josh TriplettAllow disconnecting connections that are in error state.
2010-08-31 Peter HarrisMerge branch 'master' of git://github.com/topcat/xcb...
2010-04-18 Jamey SharpAlways wake up readers after writing.
2010-04-18 Jamey SharpDelete a useless level of indirection from _xcb_out_sen...
2009-04-10 Julien Danjouauth: use snprintf() return value
2008-10-29 Josh TriplettSupport handing off socket write permission to external...
2008-10-29 Jamey SharpTrack 64-bit sequence numbers internally.
2008-10-29 Jamey SharpInline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io.
2008-10-29 Jamey SharpRemove libxcb-xlib and xcbxlib.h.
2008-10-14 Julien Danjouallow compile-time setting for XCB queue buffer size
2007-11-17 Eamon WalshMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-28 Jamey SharpFactor pthread_cond_wait(iolock) to _xcb_wait_io.
2007-10-23 Jamey SharpDon't abort() on locking assertions if LIBXCB_ALLOW_SLO...
2006-11-21 Josh TriplettRefactor auth code to get display number from xcb_connect
2006-11-19 Jamey SharpProvide xcb_prefetch_maximum_request_length counterpart...
2006-10-04 Jamey SharpAdd xcb_xlib_lock and xcb_xlib_unlock, a special-purpos...
2006-10-04 Jamey SharpFactor out pthread_mutex_lock and unlock calls for...
2006-09-23 Josh TriplettThe Great XCB Renaming
2006-09-21 Jamey SharpAdd a private connection shutdown method for error...
2006-09-21 Jamey SharpProvide a "has error" property for XCBConnection.
2006-07-01 Keith PackardSwitch sequence comparisons to handle 32-bit sequence...
2006-04-27 Jamey SharpRename ConnSetup* to Setup*, Setup*Rep to Setup*, and...
2006-03-13 Ian OsgoodRemove last deprecation warning.
2006-03-13 Ian OsgoodMerge branch 'master' of git+ssh://iano@git.freedesktop...
2006-03-12 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2006-03-12 Jamey SharpOnly _xcb_conn_wait calls _xcb_out_write now, so move...
2006-03-12 Jamey SharpRemove c->out.vec. Pass iovecs directly down the call...
2006-03-09 Jamey SharpMove c->out.vec refs out of _xcb_conn_wait up to _xcb_o...
2006-03-08 Jamey SharpMove c->out.vec refs out of _xcb_out_write up to _xcb_c...
2006-03-07 TORRI VincentUse the GCC 4 visibility extension to mark everything...
2006-03-07 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2006-03-05 Jamey SharpImplement provably-correct sequence wrap handling....
2006-03-02 Jamey SharpSeparate notion of request-completed from current-reque...
2006-02-27 Jamey Sharp_xcb_list is no longer used, so remove it. Simplify...
2006-02-27 Jamey SharpReplace readers generic list with hand-written typesafe...
2006-02-27 Jamey SharpDelete unused xcb_list functions and refactor others.
2006-02-27 Jamey SharpReplace current_reply generic queue with hand-written...
2006-02-27 Jamey SharpReplace events generic queue with hand-written typesafe...
2006-02-26 Jamey SharpAPI/ABI break: Add flags to XCBSendRequest, first for...
2006-02-26 Jamey SharpReplace pending_replies generic queue with a hand-imple...
2006-02-26 Jamey SharpReplace my old generic map ADT with a growable array...
2006-02-24 Jamey SharpMove _xcb_set_fd_flags to xcb_conn.c and make it static...
2006-02-24 Jamey SharpMove _xcb_read_block to xcb_in.c and make it static...
2006-02-24 Jamey SharpRemove XCB_CEIL and use a simpler definition for XCB_PAD.
2006-02-24 Jamey SharpQuit using "-include config.h": use #ifdef HAVE_CONFIG_...
2006-02-24 Jamey SharpMove _xcb_readn to xcb_in.c and make it static. Minor...
2006-02-23 Jamey SharpRemove _xcb_assert_valid_sequence. One test is triviall...
2006-02-23 Jamey SharpMove _xcb_write and _xcb_writev to xcb_out.c and make...
2006-02-23 Jamey SharpMore return value changes, and make _xcb_in_read_packet...
2006-02-23 Jamey SharpRemove vestiges of adjacent request combining implement...
2006-02-19 Jamey SharpWorkaround X server bug, fd.o #3210: if a GLXGetFBConfi...
2006-02-19 Josh TriplettRemove xcl and CVSROOT.