summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
13 dayslibxcb 1.17.0HEADlibxcb-1.17.0masterMatt Turner1-1/+1
13 daysconfigure.ac: Require xcb-proto >= 1.17.0Matt Turner1-1/+1
13 daysAlways write C code in UTF-8Uli Schlachter1-2/+2
2024-03-20Add xcb-dri3 dependency to xcb-present.pc.inErik Kurzinger1-1/+1
2024-03-08xcb_popcount: Use __builtin_popcount if compiler supports itAlan Coopersmith1-0/+13
2024-03-02tests: fix -Werror=discarded-qualifiers errors in check_public.cAlan Coopersmith1-5/+9
2024-03-02libxcb 1.16.1libxcb-1.16.1Alan Coopersmith1-2/+2
2023-11-07Enable large file supportFergus Dall1-0/+1
2023-08-28Fix compilation on WindowsPeter Williams1-0/+2
2023-08-20gitlab CI: use latest xcbproto from git to build againstAlan Coopersmith1-3/+28
2023-08-20configure.ac: drop `pthread-stubs` dependency on NetBSDThomas Klausner1-1/+1
2023-08-20gitlab CI: regenerate container used for buildsAlan Coopersmith1-1/+1
2023-08-16libxcb 1.16libxcb-1.16Matt Turner1-1/+1
2023-08-16configure.ac: Require xcb-proto >= 1.16.0Matt Turner1-1/+1
2023-04-10c_client: Fix crash in xcb_randr_set_monitorIlya Pominov1-1/+1
2023-03-25Add tests for unix socket parsingDemi Marie Obenour2-5/+45
2023-03-25DISPLAY starting with / or unix: is always a socket pathDemi Marie Obenour1-50/+59
2023-03-25Allow full paths to sockets on non-macOSDemi Marie Obenour2-23/+9
2023-02-28Fix xcb_connect() call with a custom xcb_auth_info_tMatthieu Herrb1-3/+1
2023-02-11configure.ac: drop `pthread-stubs` dependency on DragonFly and FreeBSDJan Beich1-1/+1
2023-02-09Raise minimum required version of Python from 2.6 to 3.0Alan Coopersmith1-1/+1
2023-02-06configure.ac: Remove obsolete AC_HEADER_STDCAlan Coopersmith1-1/+0
2023-01-09Fix indentation.Daniel G1-2/+2
2023-01-07Fix windows build.Daniel G1-1/+5
2022-11-26xcb_conn: Add a check for NULL to silence a UBSan runtime errorJeremy Huddleston Sequoia1-3/+5
2022-10-16Fix handling of documented enum parametersDemi Marie Obenour1-4/+5
2022-10-16Fix a compiler warningDemi Marie Obenour1-2/+2
2022-10-04configure.ac: drop dependency `pthread-stubs` on SolarisAlan Coopersmith1-1/+1
2022-09-28configure.ac: drop dependency `pthread-stubs` on macOSPaperChalice1-1/+1
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