summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-07libxcb 1.9.3libxcb-1.9.3xcb-1.9Alan Coopersmith1-1/+1
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-07Initialize automake earlier (bugfix for #66413)Daniel Martin1-4/+5
2013-11-07Update to version 1.9.2libxcb-1.9.21.9.2Keith Packard1-1/+1
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/+88
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-11-07c_client.py: Inject full_sequence into GE eventsDaniel Martin1-0/+17
2013-11-07c_client.py: Handle multiple expr. in a bitcaseDaniel Martin1-4/+14
2013-05-30libxcb 1.9.11.9.1Alan Coopersmith2-1/+7
2013-05-23integer overflow in read_packet() [CVE-2013-2064]Alan Coopersmith1-4/+9
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.91.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
2012-09-25Add a .gitignore for src/man/Uli Schlachter1-0/+3
2012-09-18Allow xcb_send_request with >MAX_IOV iovecsPeter Harris2-1/+13
2012-08-29Return connection failure if display string specifies non-existent screenAlan Coopersmith3-0/+19
2012-08-25Add AC_USE_SYSTEM_EXTENSIONS to allow use of more system functionalityAlan Coopersmith1-0/+7
2012-08-25Always include "config.h" at the start of all C source files.Alan Coopersmith8-1/+31
2012-08-25Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTEDAlan Coopersmith1-1/+1
2012-08-14c_client: Fix parallel-make issue creating 'man' directoryColin Walters1-1/+5
2012-04-21xcb_connect: launchd: Don't fall back on tcp if $DISPLAY is a path to a launc...Jeremy Huddleston1-1/+1
2012-03-27Move static man to manJulien Danjou3-1/+1
2012-03-27Do not list manpages, use a wildcardJulien Danjou2-5/+4
2012-03-27Split manpage list in two (static/built)Julien Danjou2-3/+5
2012-03-26Allow undocumented code to be builtJulien Danjou1-20/+20
2012-03-26c_client.py: generate manpagesMichael Stapelberg5-6/+827
2012-03-09Release libxcb 1.8.11.8.1Julien Danjou2-2/+12
2012-03-08Fix a busy loop on BSD and Mac OSUli Schlachter1-15/+2
2012-03-08darwin: Use read(2) rather than recv(2)Jeremy Huddleston1-0/+8
2012-02-19Fallback to TCP if no protocol is specified and the UNIX connection failsJulien Cristau1-0/+5
2012-02-10Add xkb_internals and xkb_issues to EXTRA_DIST.Arnaud Fontaine1-1/+3
2012-02-09Update use of error_connection under WIN32 to _xcb_conn_ret_error()Jon TURNEY1-1/+1
2012-01-28Fix build of xcb_auth.c with XDMCP on WIN32Jon TURNEY1-0/+9
2012-01-28Revert "Fix include order with Xdmcp on WIN32"Jeremy Huddleston1-4/+3
2012-01-12Bump xcb-proto requirementJulien Danjou1-1/+1
2012-01-11Release libxcb 1.81.8Julien Danjou2-1/+46
2012-01-11Use WSAStartup()/WSACleanup() on WIN32Ryan Pavlik2-1/+16