summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-10xcb_open: Minor code cleanup for better readabilityJeremy Huddleston Sequoia
2014-03-30Ensure xcb owns socket and no other threads are writing before send_requestKeith Packard
2014-03-22Only #include directly referenced module header filesKeith Packard
2014-03-21Add doxygen documentation to functions in xcbext.hUli Schlachter
2014-03-21Make xcb_disconnect(NULL) safeUli Schlachter
2014-03-21xcb_disconnect(): Fix leak with error connectionsUli Schlachter
2014-03-21Remove tabs and trailing whitespacesUli Schlachter
2014-02-19Add comments about how _xcb_conn_ret_error() worksRan Benita
2014-01-30generated man pages: use xorg footer and no hard coded extensionGaetan Nadon
2014-01-30generated man pages: build without hard coded extensionGaetan Nadon
2014-01-30man: build static man pages using xorg patternsGaetan Nadon
2014-01-30autoconf: use the warning variables from xorgGaetan Nadon
2014-01-21Support <pad align="n" />Peter Harris
2014-01-03Force XCB event structures with 64-bit extended fields to be packed.Kenneth Graunke
2013-12-14Test the value of msg_controllen for platforms whose CMSG_FIRSTHDR() does not...PHO
2013-12-14Increment the "current" version info for sync, xinput and xkbUli Schlachter
2013-12-14Revert "Remove xcb_ge_event_t from xcb.h"Uli Schlachter
2013-12-12c_client.py: Fix _sizeof() functionsDaniel Martin
2013-11-18Revert "fix deadlock with xcb_take_socket/return_socket v3"Uli Schlachter
2013-11-18Fix alignment issues in FD passing codeMark Kettenis
2013-11-07Switch to using the CMSG_* macros for FD passingKeith Packard
2013-11-07Add Present extensionKeith Packard
2013-11-07Add DRI3 libraryKeith Packard
2013-11-07Add event queue splittingKeith Packard
2013-11-07Add support for receiving fds in repliesKeith Packard
2013-11-07Add xcb_send_fd APIKeith Packard
2013-11-07Make protocol C files depend on protocol XML filesKeith Packard
2013-11-07Remove xcb_ge_event_t from xcb.hKeith Packard
2013-10-11Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets (#69118).Daphne Pfister
2013-09-08Fix poll() if POLLIN == ROLLRDNORM|POLLRDBANDDaphne Pfister
2013-09-08Fix documentation of xcb_poll_for_event()Uli Schlachter
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-07-12c_client.py: Inject full_sequence into GE eventsDaniel Martin
2013-07-08Fix "indention" typos in xcb-examples.3 man pageAlan Coopersmith
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
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-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-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