index
:
lib/libxcb
master
obsd
xcb-1.9
XCB library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xcb_in.c
Age
Commit message (
Expand
)
Author
2021-06-04
Fix build on Windows
Peter Harris
2020-02-22
Implement xcb_total_read() and xcb_total_written().
Sam Varshavchik
2019-05-19
Handle EINTR from recvmsg in _xcb_in_read
Martin Dørum
2018-08-21
don't flag extra reply in xcb_take_socket
Erik Kurzinger
2017-05-13
read from connection when polling special events and replies
David McFarland
2015-06-25
Fix a thread hang with xcb_wait_for_special_event()
Uli Schlachter
2015-06-12
Call _xcb_wake_up_next_reader from xcb_wait_for_special_event
Michel Dänzer
2015-04-08
expose 64-bit sequence numbers for XLib
Christian Linhart
2014-06-14
bug#79986: include system headers early
Michael Haubenwallner
2014-03-21
Remove tabs and trailing whitespaces
Uli Schlachter
2013-12-14
Test the value of msg_controllen for platforms whose CMSG_FIRSTHDR() does not...
PHO
2013-11-18
Fix alignment issues in FD passing code
Mark Kettenis
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-05-23
integer overflow in read_packet() [CVE-2013-2064]
Alan Coopersmith
2012-08-25
Always include "config.h" at the start of all C source files.
Alan Coopersmith
2012-03-08
Fix a busy loop on BSD and Mac OS
Uli Schlachter
2012-03-08
darwin: Use read(2) rather than recv(2)
Jeremy Huddleston
2012-01-11
Added more error states and removed global error_connection
Arvind Umrao
2011-09-02
Fix a dead-lock due to xcb_poll_for_reply
Uli Schlachter
2011-04-12
Revert "Introduce xcb_wait_for_event_until, for consuming responses in wire-o...
Jamey Sharp
2011-04-12
Introduce a variant of xcb_poll_for_event for examining event queue.
Rami Ylimäki
2011-04-12
Handle XGE events with the "send event" flag
Carlos Garnacho
2011-03-18
Introduce xcb_wait_for_event_until, for consuming responses in wire-order.
Jamey Sharp
2011-03-18
Dequeue readers that can't receive any new responses.
Jamey Sharp
2011-03-18
Factor reader_list management out of wait_for_reply.
Jamey Sharp
2011-03-14
Prevent reply waiters from being blocked.
Rami Ylimäki
2010-10-09
xcb_in: Use 64-bit sequence numbers internally everywhere.
Jamey Sharp
2010-10-09
xcb_discard_reply: Simplify by re-using poll_for_reply helper.
Jamey Sharp
2010-10-09
xcb_request_check: Hold the I/O lock while deciding to sync.
Jamey Sharp
2010-08-31
Merge branch 'master' of git://github.com/topcat/xcb-win32
Peter Harris
2010-08-24
xcb_request_check: Sync even if an event was read for this sequence.
Jamey Sharp
2010-04-23
Replaced read() in read_block and _xcb_in_read() with recv for all
Jeetu Golani
2010-04-22
Set errno=0 in read_block. On Win32 there is no errno and this makes the
Jeetu Golani
2010-04-17
Always wake up readers after writing.
Jamey Sharp
2010-04-17
Fix strict-aliasing warning when getting generic event length.
Jamey Sharp
2010-03-31
xcb_in.c #ifndef _WIN32 inside of #if USE_POLL redundant and removed
Jeetu Golani
2010-03-29
windefs.h is now called xcb_windefs.h - changed all includes to reflect that....
Jeetu Golani
2010-03-26
Win32 code for xcb-1.5
Jeetu Golani
2010-02-11
Support xcb_discard_reply
Peter Harris
2009-03-30
use poll() instead of select() when available
Michael Ost
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
Use sequence number ranges in pending replies
Jamey Sharp
2008-10-29
Inline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io.
Jamey Sharp
2008-09-20
fix tiny memory leak in read_packet (leak only happens when malloc returns NU...
Henning Sten
2008-08-28
Use a signed size in read_block()
Julien Danjou
2008-05-28
Fix variable declaration formatting
Josh Triplett
2008-05-21
Add xcb_ge_event_t and handling for long events.
Peter Hutterer
[next]