summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-16libxcb 1.16libxcb-1.16Matt Turner
2023-08-16configure.ac: Require xcb-proto >= 1.16.0Matt Turner
2023-04-10c_client: Fix crash in xcb_randr_set_monitorIlya Pominov
2023-03-25Add tests for unix socket parsingDemi Marie Obenour
2023-03-25DISPLAY starting with / or unix: is always a socket pathDemi Marie Obenour
2023-03-25Allow full paths to sockets on non-macOSDemi Marie Obenour
2023-02-28Fix xcb_connect() call with a custom xcb_auth_info_tMatthieu Herrb
2023-02-11configure.ac: drop `pthread-stubs` dependency on DragonFly and FreeBSDJan Beich
2023-02-09Raise minimum required version of Python from 2.6 to 3.0Alan Coopersmith
2023-02-06configure.ac: Remove obsolete AC_HEADER_STDCAlan Coopersmith
2023-01-09Fix indentation.Daniel G
2023-01-07Fix windows build.Daniel G
2022-11-26xcb_conn: Add a check for NULL to silence a UBSan runtime errorJeremy Huddleston Sequoia
2022-10-16Fix handling of documented enum parametersDemi Marie Obenour
2022-10-16Fix a compiler warningDemi Marie Obenour
2022-10-04configure.ac: drop dependency `pthread-stubs` on SolarisAlan Coopersmith
2022-09-28configure.ac: drop dependency `pthread-stubs` on macOSPaperChalice
2022-09-28Improve tutorial exampleUli Schlachter
2022-07-24autogen: add default patch prefixMihail Konev
2022-07-24autogen.sh: use quoted string variablesEmil Velikov
2022-07-24autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
2022-07-18gitlab CI: add a basic build testAlan Coopersmith
2022-06-22Require xcb-proto >= 1.15.1, which has DbeMike Sharov
2022-06-02Build DOUBLE-BUFFER extension.Mike Sharov
2022-05-03libxcb 1.15libxcb-1.15Matt Turner
2022-01-15Fix a memory leakHodong
2021-11-17Fix integer overflows in xcb_in.cDemi Marie Obenour
2021-09-30Fix hang in xcb_request_check()Thomas Anderson
2021-09-30Avoid request counter truncation in replies map after 2**32 requestsRan Benita
2021-09-30Add newline when printing auth/connection failure string to stderrJulien Cristau
2021-09-20Improve/fix docs for reply fds functionsUli Schlachter
2021-07-30c_client.py: Implement handling of <length> elementPovilas Kanapickas
2021-07-30c_client: Extract _c_get_field_mapping_for_expr()Povilas Kanapickas
2021-07-30c_client.py: Use get_expr_field_names directly to resolve list fieldsPovilas Kanapickas
2021-07-30c_client.py: Extract get_expr_field_names()Povilas Kanapickas
2021-06-04Fix writev emulation on WindowsPeter Harris
2021-06-04Fix build on WindowsPeter Harris
2021-06-01xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr()Alan Coopersmith
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