summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* autogen.sh: Implement GNOME Build APIbaserock/morphColin Walters2013-01-161-1/+3
* c_client.py: Fix python-3 invalid except statementChí-Thanh Christopher Nguyễn2012-11-101-1/+1
* c-client.py: Fix python-3 AttributeError: 'dict' object has no attribute 'ite...Chí-Thanh Christopher Nguyễn2012-11-101-3/+3
* Release libxcb 1.91.9Uli Schlachter2012-10-052-1/+14
* Include static man pages in "make dist"Uli Schlachter2012-10-051-1/+2
* Fix a multi-thread deadlockUli Schlachter2012-09-301-2/+12
* Add a .gitignore for src/man/Uli Schlachter2012-09-251-0/+3
* Allow xcb_send_request with >MAX_IOV iovecsPeter Harris2012-09-182-1/+13
* Return connection failure if display string specifies non-existent screenAlan Coopersmith2012-08-293-0/+19
* Add AC_USE_SYSTEM_EXTENSIONS to allow use of more system functionalityAlan Coopersmith2012-08-251-0/+7
* Always include "config.h" at the start of all C source files.Alan Coopersmith2012-08-258-1/+31
* Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTEDAlan Coopersmith2012-08-251-1/+1
* c_client: Fix parallel-make issue creating 'man' directoryColin Walters2012-08-141-1/+5
* xcb_connect: launchd: Don't fall back on tcp if $DISPLAY is a path to a launc...Jeremy Huddleston2012-04-211-1/+1
* Move static man to manJulien Danjou2012-03-273-1/+1
* Do not list manpages, use a wildcardJulien Danjou2012-03-272-5/+4
* Split manpage list in two (static/built)Julien Danjou2012-03-272-3/+5
* Allow undocumented code to be builtJulien Danjou2012-03-261-20/+20
* c_client.py: generate manpagesMichael Stapelberg2012-03-265-6/+827
* Release libxcb 1.8.11.8.1Julien Danjou2012-03-092-2/+12
* Fix a busy loop on BSD and Mac OSUli Schlachter2012-03-081-15/+2
* darwin: Use read(2) rather than recv(2)Jeremy Huddleston2012-03-081-0/+8
* Fallback to TCP if no protocol is specified and the UNIX connection failsJulien Cristau2012-02-191-0/+5
* Add xkb_internals and xkb_issues to EXTRA_DIST.Arnaud Fontaine2012-02-101-1/+3
* Update use of error_connection under WIN32 to _xcb_conn_ret_error()Jon TURNEY2012-02-091-1/+1
* Fix build of xcb_auth.c with XDMCP on WIN32Jon TURNEY2012-01-281-0/+9
* Revert "Fix include order with Xdmcp on WIN32"Jeremy Huddleston2012-01-281-4/+3
* Bump xcb-proto requirementJulien Danjou2012-01-121-1/+1
* Release libxcb 1.81.8Julien Danjou2012-01-112-1/+46
* Use WSAStartup()/WSACleanup() on WIN32Ryan Pavlik2012-01-112-1/+16
* Fix include order with Xdmcp on WIN32Ryan Pavlik2012-01-111-3/+4
* Fix WIN32 compilation after commit 163c47bdc0d32785d831e4c93fea9ab7e023446bJon TURNEY2012-01-112-2/+2
* Added more error states and removed global error_connectionArvind Umrao2012-01-116-26/+72
* Make xcb_take_socket keep flushing until idleKeith Packard2012-01-111-1/+7
* Fix a dead-lock due to xcb_poll_for_replyUli Schlachter2011-09-021-1/+1
* Keep ALIGNOF definition out of the public namespace.Jamey Sharp2011-08-241-3/+3
* Support pre-IPv6 systems (without getaddrinfo)Markus Duft2011-08-243-7/+54
* Compute alignment correctlyUli Schlachter2011-08-241-1/+11
* Drop AI_ADDRCONFIG when resolving TCP addressesMichael Stapelberg2011-08-181-3/+0
* Insert, not append explicit xcbgen dir python pathJames Jones2011-05-111-1/+1
* Add support for building with Python 3David Coles2011-05-042-20/+21
* Revert "Introduce xcb_wait_for_event_until, for consuming responses in wire-o...Jamey Sharp2011-04-123-79/+3
* Introduce a variant of xcb_poll_for_event for examining event queue.Rami Ylimäki2011-04-122-2/+28
* If protocol is "unix", use a Unix domain socket, not TCPAlan Coopersmith2011-04-121-8/+6
* Make launchd code in xcb_util.c match surrounding code indent levelsAlan Coopersmith2011-04-121-5/+5
* Handle XGE events with the "send event" flagCarlos Garnacho2011-04-121-1/+1
* Add #include <sys/socket.h> to xcb_conn.cAlan Coopersmith2011-04-041-0/+1
* Remove unused DECnet codeAlan Coopersmith2011-04-041-65/+6
* Use special path to sockets when running under Solaris Trusted ExtensionsAlan Coopersmith2011-04-042-0/+25
* Prevent theoretical double free and leak on get_peer_sock_name.Rami Ylimäki2011-03-241-4/+7