summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-15Initialize automake earlier (bugfix for #66413)Daniel Martin
2013-08-15Make xsltproc optionalDaniel Martin
2013-08-15c_client.py: Do not create pointers in unionsDaniel Martin
2013-08-15c_client.py: Always initialize xcb_align_toDaniel Martin
2013-08-06Define _xcb_map_new with explicit void arg list instead of empty oneAlan Coopersmith
2013-08-06Enable warnings for pre-C89 style definitions for gcc & Solaris StudioAlan Coopersmith
2013-08-06Build xcb-xkb by defaultMichael Stapelberg
2013-07-12c_client.py: Inject full_sequence into GE eventsDaniel Martin
2013-07-08Fix "indention" typos in xcb-examples.3 man pageAlan Coopersmith
2013-07-03Update Makefile.am for newer automakeMarc Deslauriers
2013-06-01fix deadlock with xcb_take_socket/return_socket v3Christian König
2013-05-23integer overflow in read_packet() [CVE-2013-2064]Alan Coopersmith
2013-05-23c_client.py: Handle multiple expr. in a bitcaseDaniel Martin
2013-05-15whitespace fix in xcb_take_socketChristian König
2013-01-16autogen.sh: Implement GNOME Build APIColin Walters
2012-11-10c_client.py: Fix python-3 invalid except statementChí-Thanh Christopher Nguyễn
2012-11-10c-client.py: Fix python-3 AttributeError: 'dict' object has no attribute 'ite...Chí-Thanh Christopher Nguyễn
2012-10-05Release libxcb 1.91.9Uli Schlachter
2012-10-05Include static man pages in "make dist"Uli Schlachter
2012-09-30Fix a multi-thread deadlockUli Schlachter
2012-09-25Add a .gitignore for src/man/Uli Schlachter
2012-09-18Allow xcb_send_request with >MAX_IOV iovecsPeter Harris
2012-08-29Return connection failure if display string specifies non-existent screenAlan Coopersmith
2012-08-25Add AC_USE_SYSTEM_EXTENSIONS to allow use of more system functionalityAlan Coopersmith
2012-08-25Always include "config.h" at the start of all C source files.Alan Coopersmith
2012-08-25Fix "sppported" typo in doxygen comment for XCB_CONN_CLOSED_EXT_NOTSUPPORTEDAlan Coopersmith
2012-08-14c_client: Fix parallel-make issue creating 'man' directoryColin Walters
2012-04-21xcb_connect: launchd: Don't fall back on tcp if $DISPLAY is a path to a launc...Jeremy Huddleston
2012-03-27Move static man to manJulien Danjou
2012-03-27Do not list manpages, use a wildcardJulien Danjou
2012-03-27Split manpage list in two (static/built)Julien Danjou
2012-03-26Allow undocumented code to be builtJulien Danjou
2012-03-26c_client.py: generate manpagesMichael Stapelberg
2012-03-09Release libxcb 1.8.11.8.1Julien Danjou
2012-03-08Fix a busy loop on BSD and Mac OSUli Schlachter
2012-03-08darwin: Use read(2) rather than recv(2)Jeremy Huddleston
2012-02-19Fallback to TCP if no protocol is specified and the UNIX connection failsJulien Cristau
2012-02-10Add xkb_internals and xkb_issues to EXTRA_DIST.Arnaud Fontaine
2012-02-09Update use of error_connection under WIN32 to _xcb_conn_ret_error()Jon TURNEY
2012-01-28Fix build of xcb_auth.c with XDMCP on WIN32Jon TURNEY
2012-01-28Revert "Fix include order with Xdmcp on WIN32"Jeremy Huddleston
2012-01-12Bump xcb-proto requirementJulien Danjou
2012-01-11Release libxcb 1.81.8Julien Danjou
2012-01-11Use WSAStartup()/WSACleanup() on WIN32Ryan Pavlik
2012-01-11Fix include order with Xdmcp on WIN32Ryan Pavlik
2012-01-11Fix WIN32 compilation after commit 163c47bdc0d32785d831e4c93fea9ab7e023446bJon TURNEY
2012-01-11Added more error states and removed global error_connectionArvind Umrao
2012-01-11Make xcb_take_socket keep flushing until idleKeith Packard
2011-09-02Fix a dead-lock due to xcb_poll_for_replyUli Schlachter
2011-08-24Keep ALIGNOF definition out of the public namespace.Jamey Sharp