summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Add NEWS for 1.10HEADmasterJulien Cristau1-3/+18
2013-12-14Add NEWS entries for releases 1.9.1 to 1.9.3Uli Schlachter1-1/+23
2013-12-14Bump xcb-proto requirement to 1.10Julien Cristau1-1/+1
2013-12-14Test the value of msg_controllen for platforms whose CMSG_FIRSTHDR() does not...PHO1-5/+7
2013-12-14Increment the "current" version info for sync, xinput and xkbUli Schlachter1-3/+3
2013-12-14Revert "Remove xcb_ge_event_t from xcb.h"Uli Schlachter1-0/+20
2013-12-12c_client.py: Fix _sizeof() functionsDaniel Martin1-2/+2
2013-11-18Revert "fix deadlock with xcb_take_socket/return_socket v3"Uli Schlachter3-25/+21
2013-11-18Fix alignment issues in FD passing codeMark Kettenis2-4/+10
2013-11-07Check if we need to define _XOPEN_SOURCE for struct msghdr.msg_controlAlan Coopersmith1-0/+34
2013-11-07Add configure option to enable or disable fd passing with sendmsgKeith Packard1-8/+10
2013-11-07Switch to using the CMSG_* macros for FD passingKeith Packard3-25/+19
2013-11-07Add Present extensionKeith Packard5-0/+25
2013-11-07Add DRI3 libraryKeith Packard5-0/+26
2013-11-07Require xcb proto version 1.9Keith Packard1-1/+1
2013-11-07Add event queue splittingKeith Packard3-12/+107
2013-11-07Add support for receiving fds in repliesKeith Packard4-9/+288
2013-11-07Add xcb_send_fd APIKeith Packard7-3/+86
2013-11-07-pendantic is too pendanticKeith Packard1-1/+1
2013-11-07Make protocol C files depend on protocol XML filesKeith Packard1-1/+1
2013-11-07Remove xcb_ge_event_t from xcb.hKeith Packard1-17/+0
2013-10-11Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets (#69118).Daphne Pfister1-0/+4
2013-09-08Fix poll() if POLLIN == ROLLRDNORM|POLLRDBANDDaphne Pfister1-2/+2
2013-09-08Fix documentation of xcb_poll_for_event()Uli Schlachter1-1/+0
2013-08-15tests: Add files to .gitignoreDaniel Martin1-0/+3
2013-08-15Sort gitignore, adjust pattern for config.hDaniel Martin1-17/+16
2013-08-15Use m4 directoryDaniel Martin4-0/+4
2013-08-15Use build-aux as autom4te cache directoryDaniel Martin2-1/+3
2013-08-15Set AC_CONFIG_AUX_DIR to build-auxDaniel Martin2-7/+2
2013-08-15Remove second AC_PREREQ, require version 2.60Daniel Martin1-8/+1
2013-08-15Initialize automake earlier (bugfix for #66413)Daniel Martin1-4/+5
2013-08-15Make xsltproc optionalDaniel Martin2-8/+6
2013-08-15c_client.py: Do not create pointers in unionsDaniel Martin1-2/+2
2013-08-15c_client.py: Always initialize xcb_align_toDaniel Martin1-4/+4
2013-08-06Define _xcb_map_new with explicit void arg list instead of empty oneAlan Coopersmith1-1/+1
2013-08-06Enable warnings for pre-C89 style definitions for gcc & Solaris StudioAlan Coopersmith1-2/+2
2013-08-06Build xcb-xkb by defaultMichael Stapelberg1-1/+1
2013-07-12c_client.py: Inject full_sequence into GE eventsDaniel Martin1-0/+17
2013-07-08Fix "indention" typos in xcb-examples.3 man pageAlan Coopersmith1-2/+2
2013-07-03Update Makefile.am for newer automakeMarc Deslauriers1-3/+0
2013-06-01fix deadlock with xcb_take_socket/return_socket v3Christian König3-21/+25
2013-05-23integer overflow in read_packet() [CVE-2013-2064]Alan Coopersmith1-4/+9
2013-05-23c_client.py: Handle multiple expr. in a bitcaseDaniel Martin1-4/+14
2013-05-15whitespace fix in xcb_take_socketChristian König1-1/+1
2013-01-16autogen.sh: Implement GNOME Build APIColin Walters1-1/+3
2012-11-10c_client.py: Fix python-3 invalid except statementChí-Thanh Christopher Nguyễn1-1/+1
2012-11-10c-client.py: Fix python-3 AttributeError: 'dict' object has no attribute 'ite...Chí-Thanh Christopher Nguyễn1-3/+3
2012-10-05Release libxcb 1.9Uli Schlachter2-1/+14
2012-10-05Include static man pages in "make dist"Uli Schlachter1-1/+2
2012-09-30Fix a multi-thread deadlockUli Schlachter1-2/+12