summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libxcb 1.9.3libxcb-1.9.3xcb-1.9Alan Coopersmith2013-11-071-1/+1
* Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_controlAlan Coopersmith2013-11-071-0/+34
* Add configure option to enable or disable fd passing with sendmsgKeith Packard2013-11-071-8/+10
* Switch to using the CMSG_* macros for FD passingKeith Packard2013-11-073-25/+19
* Initialize automake earlier (bugfix for #66413)Daniel Martin2013-11-071-4/+5
* Update to version 1.9.2libxcb-1.9.21.9.2Keith Packard2013-11-071-1/+1
* Add Present extensionKeith Packard2013-11-075-0/+25
* Add DRI3 libraryKeith Packard2013-11-075-0/+26
* Require xcb proto version 1.9Keith Packard2013-11-071-1/+1
* Add event queue splittingKeith Packard2013-11-073-12/+107
* Add support for receiving fds in repliesKeith Packard2013-11-074-9/+288
* Add xcb_send_fd APIKeith Packard2013-11-077-3/+88
* -pendantic is too pendanticKeith Packard2013-11-071-1/+1
* Make protocol C files depend on protocol XML filesKeith Packard2013-11-071-1/+1
* Remove xcb_ge_event_t from xcb.hKeith Packard2013-11-071-17/+0
* c_client.py: Inject full_sequence into GE eventsDaniel Martin2013-11-071-0/+17
* c_client.py: Handle multiple expr. in a bitcaseDaniel Martin2013-11-071-4/+14
* libxcb 1.9.11.9.1Alan Coopersmith2013-05-302-1/+7
* integer overflow in read_packet() [CVE-2013-2064]Alan Coopersmith2013-05-231-4/+9
* whitespace fix in xcb_take_socketChristian König2013-05-151-1/+1
* 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