summaryrefslogtreecommitdiff
path: root/src/xcb_in.c
AgeCommit message (Expand)Author
2021-06-04Fix build on WindowsPeter Harris
2020-02-22Implement xcb_total_read() and xcb_total_written().Sam Varshavchik
2019-05-19Handle EINTR from recvmsg in _xcb_in_readMartin Dørum
2018-08-21don't flag extra reply in xcb_take_socketErik Kurzinger
2017-05-13read from connection when polling special events and repliesDavid McFarland
2015-06-25Fix a thread hang with xcb_wait_for_special_event()Uli Schlachter
2015-06-12Call _xcb_wake_up_next_reader from xcb_wait_for_special_eventMichel Dänzer
2015-04-08expose 64-bit sequence numbers for XLibChristian Linhart
2014-06-14bug#79986: include system headers earlyMichael Haubenwallner
2014-03-21Remove tabs and trailing whitespacesUli Schlachter
2013-12-14Test the value of msg_controllen for platforms whose CMSG_FIRSTHDR() does not...PHO
2013-11-18Fix alignment issues in FD passing codeMark Kettenis
2013-11-07Switch to using the CMSG_* macros for FD passingKeith Packard
2013-11-07Add event queue splittingKeith Packard
2013-11-07Add support for receiving fds in repliesKeith Packard
2013-05-23integer overflow in read_packet() [CVE-2013-2064]Alan Coopersmith
2012-08-25Always include "config.h" at the start of all C source files.Alan Coopersmith
2012-03-08Fix a busy loop on BSD and Mac OSUli Schlachter
2012-03-08darwin: Use read(2) rather than recv(2)Jeremy Huddleston
2012-01-11Added more error states and removed global error_connectionArvind Umrao
2011-09-02Fix a dead-lock due to xcb_poll_for_replyUli Schlachter
2011-04-12Revert "Introduce xcb_wait_for_event_until, for consuming responses in wire-o...Jamey Sharp
2011-04-12Introduce a variant of xcb_poll_for_event for examining event queue.Rami Ylimäki
2011-04-12Handle XGE events with the "send event" flagCarlos Garnacho
2011-03-18Introduce xcb_wait_for_event_until, for consuming responses in wire-order.Jamey Sharp
2011-03-18Dequeue readers that can't receive any new responses.Jamey Sharp
2011-03-18Factor reader_list management out of wait_for_reply.Jamey Sharp
2011-03-14Prevent reply waiters from being blocked.Rami Ylimäki
2010-10-09xcb_in: Use 64-bit sequence numbers internally everywhere.Jamey Sharp
2010-10-09xcb_discard_reply: Simplify by re-using poll_for_reply helper.Jamey Sharp
2010-10-09xcb_request_check: Hold the I/O lock while deciding to sync.Jamey Sharp
2010-08-31Merge branch 'master' of git://github.com/topcat/xcb-win32Peter Harris
2010-08-24xcb_request_check: Sync even if an event was read for this sequence.Jamey Sharp
2010-04-23Replaced read() in read_block and _xcb_in_read() with recv for allJeetu Golani
2010-04-22Set errno=0 in read_block. On Win32 there is no errno and this makes theJeetu Golani
2010-04-17Always wake up readers after writing.Jamey Sharp
2010-04-17Fix strict-aliasing warning when getting generic event length.Jamey Sharp
2010-03-31xcb_in.c #ifndef _WIN32 inside of #if USE_POLL redundant and removedJeetu Golani
2010-03-29windefs.h is now called xcb_windefs.h - changed all includes to reflect that....Jeetu Golani
2010-03-26Win32 code for xcb-1.5Jeetu Golani
2010-02-11Support xcb_discard_replyPeter Harris
2009-03-30use poll() instead of select() when availableMichael Ost
2008-10-29Support handing off socket write permission to external code.Josh Triplett
2008-10-29Track 64-bit sequence numbers internally.Jamey Sharp
2008-10-29Use sequence number ranges in pending repliesJamey Sharp
2008-10-29Inline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io.Jamey Sharp
2008-09-20fix tiny memory leak in read_packet (leak only happens when malloc returns NU...Henning Sten
2008-08-28Use a signed size in read_block()Julien Danjou
2008-05-28Fix variable declaration formattingJosh Triplett
2008-05-21Add xcb_ge_event_t and handling for long events.Peter Hutterer