free-sw/xcb/libxcb
2013-08-14 Daniel MartinSet AC_CONFIG_AUX_DIR to build-aux
2013-08-14 Daniel MartinRemove second AC_PREREQ, require version 2.60
2013-08-14 Daniel MartinInitialize automake earlier (bugfix for #66413)
2013-08-14 Daniel MartinMake xsltproc optional
2013-08-14 Daniel Martinc_client.py: Do not create pointers in unions
2013-08-14 Daniel Martinc_client.py: Always initialize xcb_align_to
2013-08-06 Alan CoopersmithDefine _xcb_map_new with explicit void arg list instead...
2013-08-06 Alan CoopersmithEnable warnings for pre-C89 style definitions for gcc...
2013-08-06 Michael StapelbergBuild xcb-xkb by default
2013-07-12 Daniel Martinc_client.py: Inject full_sequence into GE events
2013-07-09 Alan CoopersmithFix "indention" typos in xcb-examples.3 man page
2013-07-03 Marc DeslauriersUpdate Makefile.am for newer automake
2013-06-01 Christian Königfix deadlock with xcb_take_socket/return_socket v3
2013-05-23 Alan Coopersmithinteger overflow in read_packet() [CVE-2013-2064]
2013-05-23 Daniel Martinc_client.py: Handle multiple expr. in a bitcase
2013-05-15 Christian Königwhitespace fix in xcb_take_socket
2013-01-16 Colin Waltersautogen.sh: Implement GNOME Build API
2012-11-10 Chí-Thanh Christophe... c_client.py: Fix python-3 invalid except statement
2012-11-10 Chí-Thanh Christophe... c-client.py: Fix python-3 AttributeError: 'dict' object...
2012-10-05 Uli SchlachterRelease libxcb 1.9
2012-10-05 Uli SchlachterInclude static man pages in "make dist"
2012-09-30 Uli SchlachterFix a multi-thread deadlock
2012-09-25 Uli SchlachterAdd a .gitignore for src/man/
2012-09-18 Peter HarrisAllow xcb_send_request with >MAX_IOV iovecs
2012-08-30 Alan CoopersmithReturn connection failure if display string specifies...
2012-08-25 Alan CoopersmithAdd AC_USE_SYSTEM_EXTENSIONS to allow use of more syste...
2012-08-25 Alan CoopersmithAlways include "config.h" at the start of all C source...
2012-08-25 Alan CoopersmithFix "sppported" typo in doxygen comment for XCB_CONN_CL...
2012-08-14 Colin Waltersc_client: Fix parallel-make issue creating 'man' directory
2012-04-22 Jeremy Huddlestonxcb_connect: launchd: Don't fall back on tcp if $DISPLA...
2012-03-27 Julien DanjouMove static man to man
2012-03-27 Julien DanjouDo not list manpages, use a wildcard
2012-03-27 Julien DanjouSplit manpage list in two (static/built)
2012-03-26 Julien DanjouAllow undocumented code to be built
2012-03-26 Michael Stapelbergc_client.py: generate manpages
2012-03-09 Julien DanjouRelease libxcb 1.8.1
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-02-19 Julien CristauFallback to TCP if no protocol is specified and the...
2012-02-10 Arnaud FontaineAdd xkb_internals and xkb_issues to EXTRA_DIST.
2012-02-09 Jon TURNEYUpdate use of error_connection under WIN32 to _xcb_conn...
2012-01-28 Jon TURNEYFix build of xcb_auth.c with XDMCP on WIN32
2012-01-28 Jeremy HuddlestonRevert "Fix include order with Xdmcp on WIN32"
2012-01-12 Julien DanjouBump xcb-proto requirement
2012-01-11 Julien DanjouRelease libxcb 1.8
2012-01-11 Ryan PavlikUse WSAStartup()/WSACleanup() on WIN32
2012-01-11 Ryan PavlikFix include order with Xdmcp on WIN32
2012-01-11 Jon TURNEYFix WIN32 compilation after commit 163c47bdc0d32785d831...
2012-01-11 Arvind UmraoAdded more error states and removed global error_connection
2012-01-11 Keith PackardMake xcb_take_socket keep flushing until idle
2011-09-02 Uli SchlachterFix a dead-lock due to xcb_poll_for_reply
2011-08-24 Jamey SharpKeep ALIGNOF definition out of the public namespace.
2011-08-24 Markus DuftSupport pre-IPv6 systems (without getaddrinfo)
2011-08-24 Uli SchlachterCompute alignment correctly
2011-08-18 Michael StapelbergDrop AI_ADDRCONFIG when resolving TCP addresses
2011-05-12 James JonesInsert, not append explicit xcbgen dir python path
2011-05-04 David ColesAdd support for building with Python 3
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 Alan CoopersmithIf protocol is "unix", use a Unix domain socket, not TCP
2011-04-12 Alan CoopersmithMake launchd code in xcb_util.c match surrounding code...
2011-04-12 Carlos GarnachoHandle XGE events with the "send event" flag
2011-04-05 Alan CoopersmithAdd #include <sys/socket.h> to xcb_conn.c
2011-04-05 Alan CoopersmithRemove unused DECnet code
2011-04-05 Alan CoopersmithUse special path to sockets when running under Solaris...
2011-03-24 Rami YlimäkiPrevent theoretical double free and leak on get_peer_so...
2011-03-20 Jamey SharpDelete the old c-client.xsl.
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-19 Jamey SharpEnable AM_SILENT_RULES on automake 1.11 or newer.
2011-03-15 Rami YlimäkiPrevent reply waiters from being blocked.
2011-03-13 Jamey SharpInclude XKB in ./configure's summary output.
2011-03-13 Jamey SharpMerge branch 'master' of git+ssh://git.freedesktop...
2011-03-04 Jeremy Huddlestondarwin: Don't use poll() when expected to run on darwin...
2011-01-27 Peter HarrisDon't try to sizeof(void)
2011-01-21 Vincent Torrifix Windows build and installation
2010-12-23 Peter HarrisMerge branch 'master' of git://anongit.freedesktop...
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
next