summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-02Increment libtool version info for libxcb-dri3Julien Cristau
2020-11-18gitignore: add files generated by make checkRan Benita
2020-11-18tests: don't use deprecated fail_unless check APIRan Benita
2020-03-02Use the 'present' field to properly check that the XC-MISCEduardo Sánchez Muñoz
2020-02-22Release libxcb 1.14libxcb-1.14Matt Turner
2020-02-22Build xz tarballs instead of bzip2Matt Turner
2020-02-22configure.ac: Depend on pthread-stubs only on not-LinuxMatt Turner
2020-02-22Implement xcb_total_read() and xcb_total_written().Sam Varshavchik
2020-02-22tests: Support Check 0.13.0 APIA. Wilcox
2019-05-19Handle EINTR from recvmsg in _xcb_in_readMartin Dørum
2019-04-25Include time.h before using time()Jon Turney
2019-02-17Add README.md to EXTRA_DISTAlan Coopersmith
2019-02-17Add "ge.*" to src/.gitignoreEduardo Sánchez Muñoz
2019-02-16Update README for gitlab migrationAlan Coopersmith
2019-02-16Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2019-01-07c_client: fix "adress" typoAlan Coopersmith
2018-09-27Release libxcb 1.13.11.13.1Uli Schlachter
2018-08-21don't flag extra reply in xcb_take_socketErik Kurzinger
2018-02-28Release libxcb 1.13libxcb-1.13Daniel Stone
2017-06-05c_client: Add support for lists of FDsDaniel Stone
2017-06-05c_client: Don't serialise non-wire fieldsDaniel Stone
2017-05-13enable xinput by defaultChristian Linhart
2017-05-13read from connection when polling special events and repliesDavid McFarland
2017-04-01Check strdup for NULL return value.Tobias Stoeckmann
2017-03-11add support for eventstructChristian Linhart
2017-03-11optionally build the GE extensionChristian Linhart
2017-03-11move symbol lookup of sumof expr to the parserChristian Linhart
2016-05-29Correct @param "e" to "error" in xcb_poll_for_reply*()Alan Coopersmith
2016-05-29Remove : from @param names in manually written headersAlan Coopersmith
2016-05-28Fix inconsistent use of tabs vs. space.Thomas Klausner
2016-05-18Release libxcb 1.121.12Uli Schlachter
2016-05-14Bump xcb-proto requirement to 1.12Uli Schlachter
2016-02-01Increase unix socket send buffer to at least 64KBMark Kettenis
2016-02-01do not serialize pads by default anymoreChristian Linhart
2016-01-06calculate lengthless listJaya Tiwari
2016-01-06Fix handling of align-pads in end-iteratorsChristian Linhart
2016-01-06set the align-offset as provided by protoChristian Linhart
2015-09-21Bump version to 1.11.90Adam Jackson
2015-08-13make lists after align-pads workChristian Linhart
2015-07-04make support for server side stuff optionalChristian Linhart
2015-07-04Link with winsock library for socket functions on MinGWJon TURNEY
2015-06-25Fix a thread hang with xcb_wait_for_special_event()Uli Schlachter
2015-06-12Call _xcb_wake_up_next_reader from xcb_wait_for_special_eventMichel Dänzer
2015-06-12send_fds(): Handle too many outstanding FDs to sendUli Schlachter
2015-06-12Code generator: Use xcb_send_request_with_fds()Uli Schlachter
2015-06-12Add xcb_send_request_with_fds() and *_with_fds64()Uli Schlachter
2015-06-12send_fds(): Make sure no other thread interrupts usUli Schlachter
2015-06-12xcb_send_fd(): Always close fdsUli Schlachter
2015-05-30c_client.py: don't generate useless empty /** < */ commentsRan Benita
2015-05-30c_client.py: use pattern matching with enumerate()Ran Benita