free-sw/xcb/libxcb
2010-12-12 Jeetu GolaniDon't validate FD_SETSIZE on Win32
2010-11-27 Uli Schlachterxcb_take_socket: Document sequence wrap requirements
2010-11-23 Nick Bowlerxcb_auth: Fix memory leak in _xcb_get_auth_info.
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-10-09 Jamey Sharpxcb_send_request: Send all requests using a common...
2010-09-23 Peter HarrisFix _unserialize of reply headers
2010-09-23 Peter HarrisClean up a couple of warnings in xprint
2010-09-23 Peter HarrisMake *_unserialize safe to use on buffers in-place
2010-09-23 Peter HarrisFix memory leak in _sizeof implemented with _unserialize
2010-09-23 Peter HarrisDon't emit out-of-module sizeof definitions
2010-09-19 Josh TriplettAllow disconnecting connections that are in error state.
2010-09-10 Peter HarrisAdd xkb.* to gitignore
2010-09-08 Peter HarrisMerge branch 'gsoc2010' of git://anongit.freedesktop...
2010-09-04 Jamey Sharp_xcb_conn_wait: Shut down the connection on unexpected...
2010-08-31 Peter HarrisMerge branch 'master' of git://github.com/topcat/xcb...
2010-08-26 Aaron Plattnerxcb_disconnect: call shutdown() to force a disconnect
2010-08-24 Jamey Sharpxcb_request_check: Sync even if an event was read for...
2010-08-16 Christoph Reimannsmall fix to get rid of some compiler warnings
2010-08-16 Christoph Reimannsmall fix in the xkb pkg file
2010-08-16 Christoph Reimannadded accessors for special cases
2010-08-13 Julien DanjouRelease libxcb 1.7
2010-08-08 Christoph Reimannspecial case 'intermixed variable and fixed size fields...
2010-08-05 Christoph Reimannrenamed most _unserialize() functions to _sizeof()...
2010-08-05 Eamon WalshTutorial uses wrong function.
2010-08-02 Christoph Reimannattempt to fix special case: variable fields followed...
2010-08-01 Christoph Reimannbug fixes for all kinds of 'special cases'
2010-07-22 Christoph Reimannpartial rewrite of serialize helper functions completed;
2010-07-20 Christoph Reimannpreliminary handling of further special cases in unseri...
2010-07-15 Christoph Reimannadded generating code for _serialize() in case of varia...
2010-07-13 Christoph Reimannxkb: added pkg config file
2010-07-13 Christoph Reimannnew and still preliminary functions for switch; feautur...
2010-07-13 Christoph Reimannxkb: updated configure.ac/Makefile.am
2010-07-13 Christoph Reimannadded xcb_sumof() with restriction to uint8_t
2010-07-13 Jamey Sharp_xcb_conn_wait: Fix whitespace.
2010-07-12 Jeremy HuddlestonAC_CHECK_PROG(LAUNCHD, [launchd], [yes], [no], [$PATH...
2010-06-21 Vincent Torriconfigure.ac: Report which extensions are being built.
2010-06-15 Pauli Nieminenxcb_connect_to_display_with_auth_info: Fix memory leak
2010-06-15 Pauli Nieminen_xcb_parse_display: Fix error path
2010-05-14 Jeremy Huddlestonxcb_open: Improve protocol/host parsing
2010-05-14 Marcin KościelnickiAdd ~ operator support in code generator
2010-04-30 Arnaud FontaineFix GCC error on undeclared variable when not using...
2010-04-30 Arnaud FontaineGet rid of PATH_MAX and MAXPATHLEN
2010-04-24 Jeremy HuddlestonUse limits.h instead of syslimits.h
2010-04-24 Jeremy HuddlestonReworked launchd support to work better with _xcb_parse...
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-04-18 Jamey SharpDelete a useless level of indirection from _xcb_out_sen...
2010-04-09 Julien DanjouRelease libxcb 1.6
2010-04-08 Rémi Denis... Fail if fd is too big and poll() is not available
2010-03-31 Jeetu Golanixcb_in.c #ifndef _WIN32 inside of #if USE_POLL redundan...
2010-03-31 Jeetu Golanirestablished inclusion of fcntl.h and netinet/tcp.h...
2010-03-29 Jeetu Golanichanges in xcb_windefs.h - the flag _XCB_WINDEFS_H...
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-03-13 Samuel ThibaultFix authentication on hpux and Hurd
2010-02-17 Rémi Denis... Open the X11 socket with close-on-exec flag
2010-02-11 Peter HarrisSupport xcb_discard_reply
2010-01-07 Rémi Denis... xcb_connect_to_fd: fix descriptor leak on memory error...
2009-12-12 Jeremy Huddlestonconfigure.ac: Fix a typo on the last commit.
2009-12-12 Jeremy Huddlestondarwin: xnu doesn't support poll on ttys on the master...
2009-12-08 Jim IngramTutorial code fix
2009-12-05 Rémi CardonaDRI2 extension requires xcb-proto 1.6 or newer
2009-12-03 Julien Danjoubuild: simplify extension building
2009-12-03 Julien DanjouRelease libxcb 1.5
2009-12-02 Adam Jacksonsetsockopt(SO_KEEPALIVE) on TCP display connections.
2009-10-19 Eric AnholtAdd DRI2 support. (v2)
2009-10-15 Eric AnholtFix typo in the tutorial.
2009-09-18 Paulo R. ZanoniDon't build docs if 'dot' is not found Signed-off-by...
2009-08-31 Julien CristauFix check dependency
2009-08-31 Yaakov SelkowitzCygwin build fix: Add -no-undefined to libtool flags
2009-07-15 Arnaud FontaineRelease libxcb 1.4
2009-07-15 Arnaud FontaineAdd majorCode, minorCode and resourceID fields to X...
2009-07-06 Jamey SharpFix precedence bug: wrong length for big-requests prece...
2009-05-29 Julien CristauFix libxcb-randr version info
2009-05-29 Julien DanjouRelease libxcb 1.3
2009-05-26 elupusDisable Nagle on TCP socket
2009-05-25 Bob HamStore xcbproto version libxcb was compiled with
2009-05-09 Julien Danjoudepends on recent xcb-proto and bump version of randr
2009-04-21 Bart MasseyFix XDM-AUTHORIZATION-1 (bug #14202)
2009-04-10 Julien Danjouutil: remove useless strlen calls from decnet opening
2009-04-10 Julien Danjouutil: merge common code for xcb_connect
2009-04-10 Julien Danjouutil: open_abstract gets filelen as parameters
2009-04-10 Julien Danjouauth: use snprintf() return value
2009-04-10 Julien Danjouauth: precompute authnameslen
2009-04-09 Jeremy Huddlestondarwin: Don't use poll() on versions of darwin before...
2009-04-06 Samuel ThibaultLocal socket connections do not work on hurd-i386
2009-03-30 Michael Ostuse poll() instead of select() when available
2009-03-28 Bart Masseykludgily hand-merged xid fixes
2009-03-16 Julien DanjouFix do_append() arguments
2009-03-15 Julien DanjouCopy full IPv4 mapping (Bug #20665)
2009-03-14 Peter HarrisAvoid name collisions between xidtype and enum.
2009-03-13 Peter HarrisRevert "Don't use enums in generated C code"
2009-02-26 Peter HarrisDon't use enums in generated C code - use integer const...
2009-02-17 Julien DanjouRelease libxcb 1.2
2009-02-16 Julien DanjouStop providing autogenerated files in tarball
2008-12-11 Julien DanjouRelease libxcb 1.1.93
next