index
:
xcb/libxcb
debian
handoff
master
xcb-1.9
The X C Binding (XCB) library (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxcb)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-28
xcb_util.c: Fix -Wextra-tokens warning with '#endif __WIN32' code
HEAD
master
Alan Coopersmith
1
-1
/
+1
2026-03-15
xcb_util.c: don't build Unix domain socket path code on Windows
Alan Coopersmith
1
-2
/
+7
2026-03-15
Strip trailing whitespace from source files
Alan Coopersmith
16
-84
/
+84
2026-03-15
xcb_util.c: fix compilation error on Windows with setsockopt
Vincent Torri
1
-2
/
+2
2025-11-05
c_client.py: fix getter because &array does not decay to base pointer
incertia
1
-3
/
+4
2025-11-03
c_client.py: document complex reply field accessor
incertia
1
-0
/
+3
2025-11-03
c_client.py: move prev_field logic into is_reply branch
incertia
1
-5
/
+5
2025-11-03
c_client.py: use last field to get past the end of struct reply members
incertia
1
-1
/
+9
2025-11-02
xcbint.h: use offsetof() from stddef.h instead of defining our own
Alan Coopersmith
1
-4
/
+2
2025-10-25
CI: drop the ci-fairy MR check, which is both broken & no longer needed
Robert Knutsson
1
-16
/
+0
2025-10-21
configure.ac: Require python 3.6 or later
Robert Knutsson
1
-1
/
+1
2025-10-19
c_client.py: referenced param `field` was removed in bdc3f21a, update reference
Robert Knutsson
1
-2
/
+2
2025-10-14
c_client.py: _c_request_helper called with incorrect keyword argument
Robert Knutsson
1
-2
/
+2
2025-08-30
Get rid of abstract sockets support
Demi Marie Obenour
2
-48
/
+1
2025-08-30
gitlab CI: update ci-templates and build images
Alan Coopersmith
1
-2
/
+2
2025-07-08
Get rid of PATH_MAX
Samuel Thibault
1
-1
/
+3
2024-12-15
add pure & const function attributes suggested by gcc -Wsuggest-attribute
Alan Coopersmith
3
-0
/
+27
2024-12-15
xcb.h: use __has_attribute to check for attribute((__packed__)) support
Alan Coopersmith
1
-1
/
+5
2024-12-15
xcb.h: remove __solaris__ ifdef
Alan Coopersmith
1
-4
/
+0
2024-06-06
c_client.py: Always open output files in UTF-8
Xi Ruoyao
1
-3
/
+3
2024-04-15
libxcb 1.17.0
libxcb-1.17.0
Matt Turner
1
-1
/
+1
2024-04-15
configure.ac: Require xcb-proto >= 1.17.0
Matt Turner
1
-1
/
+1
2024-04-15
Always write C code in UTF-8
Uli Schlachter
1
-2
/
+2
2024-03-20
Add xcb-dri3 dependency to xcb-present.pc.in
Erik Kurzinger
1
-1
/
+1
2024-03-08
xcb_popcount: Use __builtin_popcount if compiler supports it
Alan Coopersmith
1
-0
/
+13
2024-03-02
tests: fix -Werror=discarded-qualifiers errors in check_public.c
Alan Coopersmith
1
-5
/
+9
2024-03-02
libxcb 1.16.1
libxcb-1.16.1
Alan Coopersmith
1
-2
/
+2
2023-11-07
Enable large file support
Fergus Dall
1
-0
/
+1
2023-08-28
Fix compilation on Windows
Peter Williams
1
-0
/
+2
2023-08-20
gitlab CI: use latest xcbproto from git to build against
Alan Coopersmith
1
-3
/
+28
2023-08-20
configure.ac: drop `pthread-stubs` dependency on NetBSD
Thomas Klausner
1
-1
/
+1
2023-08-20
gitlab CI: regenerate container used for builds
Alan Coopersmith
1
-1
/
+1
2023-08-16
libxcb 1.16
libxcb-1.16
Matt Turner
1
-1
/
+1
2023-08-16
configure.ac: Require xcb-proto >= 1.16.0
Matt Turner
1
-1
/
+1
2023-04-10
c_client: Fix crash in xcb_randr_set_monitor
Ilya Pominov
1
-1
/
+1
2023-03-25
Add tests for unix socket parsing
Demi Marie Obenour
2
-5
/
+45
2023-03-25
DISPLAY starting with / or unix: is always a socket path
Demi Marie Obenour
1
-48
/
+57
2023-03-25
Allow full paths to sockets on non-macOS
Demi Marie Obenour
2
-23
/
+9
2023-02-28
Fix xcb_connect() call with a custom xcb_auth_info_t
Matthieu Herrb
1
-3
/
+1
2023-02-11
configure.ac: drop `pthread-stubs` dependency on DragonFly and FreeBSD
Jan Beich
1
-1
/
+1
2023-02-09
Raise minimum required version of Python from 2.6 to 3.0
Alan Coopersmith
1
-1
/
+1
2023-02-06
configure.ac: Remove obsolete AC_HEADER_STDC
Alan Coopersmith
1
-1
/
+0
2023-01-09
Fix indentation.
Daniel G
1
-2
/
+2
2023-01-07
Fix windows build.
Daniel G
1
-1
/
+5
2022-11-26
xcb_conn: Add a check for NULL to silence a UBSan runtime error
Jeremy Huddleston Sequoia
1
-3
/
+5
2022-10-16
Fix handling of documented enum parameters
Demi Marie Obenour
1
-4
/
+5
2022-10-16
Fix a compiler warning
Demi Marie Obenour
1
-2
/
+2
2022-10-04
configure.ac: drop dependency `pthread-stubs` on Solaris
Alan Coopersmith
1
-1
/
+1
2022-09-28
configure.ac: drop dependency `pthread-stubs` on macOS
PaperChalice
1
-1
/
+1
2022-09-28
Improve tutorial example
Uli Schlachter
1
-3
/
+1
[next]