summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-28Improve tutorial exampleUli Schlachter1-3/+1
2022-07-24autogen: add default patch prefixMihail Konev1-0/+3
2022-07-24autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2022-07-24autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2022-07-18gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-06-22Require xcb-proto >= 1.15.1, which has DbeMike Sharov1-1/+1
2022-06-02Build DOUBLE-BUFFER extension.Mike Sharov5-0/+26
2022-05-03libxcb 1.15libxcb-1.15Matt Turner1-1/+1
2022-01-15Fix a memory leakHodong1-1/+2
2021-11-17Fix integer overflows in xcb_in.cDemi Marie Obenour1-3/+9
2021-09-30Fix hang in xcb_request_check()Thomas Anderson3-4/+12
2021-09-30Avoid request counter truncation in replies map after 2**32 requestsRan Benita2-5/+5
2021-09-30Add newline when printing auth/connection failure string to stderrJulien Cristau1-0/+4
2021-09-20Improve/fix docs for reply fds functionsUli Schlachter1-2/+3
2021-07-30c_client.py: Implement handling of <length> elementPovilas Kanapickas1-0/+10
2021-07-30c_client: Extract _c_get_field_mapping_for_expr()Povilas Kanapickas1-7/+19
2021-07-30c_client.py: Use get_expr_field_names directly to resolve list fieldsPovilas Kanapickas1-1/+1
2021-07-30c_client.py: Extract get_expr_field_names()Povilas Kanapickas1-29/+32
2021-06-04Fix writev emulation on WindowsPeter Harris1-21/+36
2021-06-04Fix build on WindowsPeter Harris6-6/+34
2021-06-01xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr()Alan Coopersmith2-0/+11
2021-02-02Increment libtool version info for libxcb-dri3Julien Cristau1-1/+1
2020-11-18gitignore: add files generated by make checkRan Benita1-0/+3
2020-11-18tests: don't use deprecated fail_unless check APIRan Benita2-16/+16
2020-03-02Use the 'present' field to properly check that the XC-MISCEduardo Sánchez Muñoz2-2/+2
2020-02-22Release libxcb 1.14libxcb-1.14Matt Turner2-2/+9
2020-02-22Build xz tarballs instead of bzip2Matt Turner1-1/+1
2020-02-22configure.ac: Depend on pthread-stubs only on not-LinuxMatt Turner1-1/+5
2020-02-22Implement xcb_total_read() and xcb_total_written().Sam Varshavchik4-0/+60
2020-02-22tests: Support Check 0.13.0 APIA. Wilcox2-0/+13
2019-05-19Handle EINTR from recvmsg in _xcb_in_readMartin Dørum1-1/+1
2019-04-25Include time.h before using time()Jon Turney1-0/+1
2019-02-17Add README.md to EXTRA_DISTAlan Coopersmith1-0/+1
2019-02-17Add "ge.*" to src/.gitignoreEduardo Sánchez Muñoz1-0/+1
2019-02-16Update README for gitlab migrationAlan Coopersmith1-12/+17
2019-02-16Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2019-01-07c_client: fix "adress" typoAlan Coopersmith1-1/+1
2018-09-27Release libxcb 1.13.11.13.1Uli Schlachter2-1/+5
2018-08-21don't flag extra reply in xcb_take_socketErik Kurzinger2-4/+22
2018-02-28Release libxcb 1.13libxcb-1.13Daniel Stone2-2/+11
2017-06-05c_client: Add support for lists of FDsDaniel Stone1-9/+29
2017-06-05c_client: Don't serialise non-wire fieldsDaniel Stone1-5/+9
2017-05-13enable xinput by defaultChristian Linhart1-1/+1
2017-05-13read from connection when polling special events and repliesDavid McFarland1-0/+6
2017-04-01Check strdup for NULL return value.Tobias Stoeckmann1-0/+2
2017-03-11add support for eventstructChristian Linhart2-1/+43
2017-03-11optionally build the GE extensionChristian Linhart4-0/+24
2017-03-11move symbol lookup of sumof expr to the parserChristian Linhart1-8/+1
2016-05-29Correct @param "e" to "error" in xcb_poll_for_reply*()Alan Coopersmith1-2/+2
2016-05-29Remove : from @param names in manually written headersAlan Coopersmith2-83/+83