Switch to using the CMSG_* macros for FD passing
[free-sw/xcb/libxcb] / src / xcb_in.c
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-05-23 Alan Coopersmithinteger overflow in read_packet() [CVE-2013-2064]
2012-08-25 Alan CoopersmithAlways include "config.h" at the start of all C source...
2012-03-08 Uli SchlachterFix a busy loop on BSD and Mac OS
2012-03-08 Jeremy Huddlestondarwin: Use read(2) rather than recv(2)
2012-01-11 Arvind UmraoAdded more error states and removed global error_connection
2011-09-02 Uli SchlachterFix a dead-lock due to xcb_poll_for_reply
2011-04-12 Jamey SharpRevert "Introduce xcb_wait_for_event_until, for consumi...
2011-04-12 Rami YlimäkiIntroduce a variant of xcb_poll_for_event for examining...
2011-04-12 Carlos GarnachoHandle XGE events with the "send event" flag
2011-03-19 Jamey SharpIntroduce xcb_wait_for_event_until, for consuming respo...
2011-03-19 Jamey SharpDequeue readers that can't receive any new responses.
2011-03-19 Jamey SharpFactor reader_list management out of wait_for_reply.
2011-03-15 Rami YlimäkiPrevent reply waiters from being blocked.
2011-03-13 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2010-10-10 Jamey Sharpxcb_in: Use 64-bit sequence numbers internally everywhere.
2010-10-09 Jamey Sharpxcb_discard_reply: Simplify by re-using poll_for_reply...
2010-10-09 Jamey Sharpxcb_request_check: Hold the I/O lock while deciding...
2010-09-08 Peter HarrisMerge branch 'gsoc2010' of git://anongit.freedesktop...
2010-08-31 Peter HarrisMerge branch 'master' of git://github.com/topcat/xcb...
2010-08-24 Jamey Sharpxcb_request_check: Sync even if an event was read for...
2010-04-22 Jeetu GolaniReplaced read() in read_block and _xcb_in_read() with...
2010-04-22 Jeetu GolaniSet errno=0 in read_block. On Win32 there is no errno...
2010-04-18 Jamey SharpAlways wake up readers after writing.
2010-04-18 Jamey SharpFix strict-aliasing warning when getting generic event...
2010-03-31 Jeetu Golanixcb_in.c #ifndef _WIN32 inside of #if USE_POLL redundan...
2010-03-29 Jeetu Golaniwindefs.h is now called xcb_windefs.h - changed all...
2010-03-26 Jeetu GolaniWin32 code for xcb-1.5
2010-02-11 Peter HarrisSupport xcb_discard_reply
2009-03-30 Michael Ostuse poll() instead of select() when available
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 SharpUse sequence number ranges in pending replies
2008-10-29 Jamey SharpInline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io.
2008-09-20 Henning Stenfix tiny memory leak in read_packet (leak only happens...
2008-08-28 Julien DanjouUse a signed size in read_block()
2008-05-28 Josh TriplettFix variable declaration formatting
2008-05-21 Peter HuttererAdd xcb_ge_event_t and handling for long events.
2007-06-03 Jamey Sharpxcb_poll_for_event: Return already-read events before...
2006-10-08 Jamey SharpBugfix: make Plan 7 'checked' requests work correctly.
2006-10-06 Jamey SharpRemove the 'int *error' out-parameter for xcb_poll_for_...
2006-10-04 Jamey SharpFactor out pthread_mutex_lock and unlock calls for...
2006-09-23 Josh TriplettMore fixups for incorrect API conversions by api_conv.pl
2006-09-23 Josh TriplettFix some mis-conversions by api_conv.pl, and remove...
2006-09-23 Josh TriplettThe Great XCB Renaming
2006-09-21 Jamey SharpShut down the connection in all "fatal" error cases.
2006-09-21 Jamey SharpMake all public functions do nothing on an error connec...
2006-09-21 Jamey SharpRefactor XCBPollForEvent with a shorter critical section.
2006-09-18 Jamey SharpFix bug #7261: events do not signal the end of replies...
2006-09-13 Jamey SharpFinish removing deprecated functions. Fixes build failu...
2006-07-30 Josh TriplettFix typo: s/request/sequence/
2006-07-30 Josh TriplettAdd XCBRequestCheck function needed for Plan 7.
2006-07-01 Keith PackardSwitch sequence comparisons to handle 32-bit sequence...
2006-04-20 Jamey SharpMinor performance improvement: do not call _xcb_in_expe...
2006-04-20 Jamey SharpAdd <sys/select.h> to xcb_in.c to fix bug #6122.
2006-04-20 Ian OsgoodMerge branch 'master' of git+ssh://iano@git.freedesktop...
2006-04-20 Jamey SharpRemove the last goto in XCB: XCBWaitForReply now permit...
2006-04-20 Jamey SharpRestructure XCBWaitForReply to eliminate two gotos.
2006-04-20 Jamey SharpFixed poll_for_reply, added comments, and refactored...
2006-04-19 Jamey SharpAdd XCBPollForReply and deprecate XCBGetRequestRead...
2006-04-16 Josh TriplettMerge branch 'master' of git+ssh://git.freedesktop...
2006-04-10 Eric AnholtRetry a select() if it returns with EINTR. Fixes IO...
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 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-09 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2006-03-09 Ian OsgoodAdd symbols for error and reply response_types,
2006-03-07 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2006-03-05 Jamey SharpImplement provably-correct sequence wrap handling....
2006-03-03 Jamey SharpAPI/ABI change: XCBSendRequest returns the sequence...
2006-03-03 Jamey SharpAdd 32-bit full_sequence fields to generic errors and...
2006-03-02 Jamey SharpSeparate notion of request-completed from current-reque...
2006-02-27 Jamey SharpBugfix: how about *not* leaking all pending_replies...
2006-02-27 Jamey SharpReplace readers generic list with hand-written typesafe...
2006-02-27 Jamey SharpRename struct XCBReplyData to reader_list to follow...
2006-02-27 Jamey SharpIn struct XCBReplyData, change void *data to pthread_co...
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 SharpXCB has not had tracing features for a long time: remov...
2006-02-24 Jamey SharpMove _xcb_read_block to xcb_in.c and make it static...
2006-02-24 Jamey SharpCoalesce readn into _xcb_in_read and simplify.
2006-02-24 Jamey SharpMove _xcb_readn to xcb_in.c and make it static. Minor...
2006-02-23 Jamey SharpMore return value changes, and make _xcb_in_read_packet...
2006-02-23 Jamey SharpMore return value changes.
2006-02-23 Jamey SharpMake the return value of _xcb_conn_wait boolean, instea...
2006-02-19 Jamey SharpWorkaround X server bug, fd.o #3210: if a GLXGetFBConfi...
2006-02-19 Josh TriplettRemove xcl and CVSROOT.