index
:
xcb/libxcb
debian
handoff
master
xcb-1.9
The X C Binding (XCB) library (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxcb)
jamey
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-28
Improve tutorial example
Uli Schlachter
1
-3
/
+1
2022-07-24
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2022-07-24
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2022-07-24
autogen.sh: use exec instead of waiting for configure to finish
Peter Hutterer
1
-1
/
+1
2022-07-18
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+98
2022-06-22
Require xcb-proto >= 1.15.1, which has Dbe
Mike Sharov
1
-1
/
+1
2022-06-02
Build DOUBLE-BUFFER extension.
Mike Sharov
5
-0
/
+26
2022-05-03
libxcb 1.15
libxcb-1.15
Matt Turner
1
-1
/
+1
2022-01-15
Fix a memory leak
Hodong
1
-1
/
+2
2021-11-17
Fix integer overflows in xcb_in.c
Demi Marie Obenour
1
-3
/
+9
2021-09-30
Fix hang in xcb_request_check()
Thomas Anderson
3
-4
/
+12
2021-09-30
Avoid request counter truncation in replies map after 2**32 requests
Ran Benita
2
-5
/
+5
2021-09-30
Add newline when printing auth/connection failure string to stderr
Julien Cristau
1
-0
/
+4
2021-09-20
Improve/fix docs for reply fds functions
Uli Schlachter
1
-2
/
+3
2021-07-30
c_client.py: Implement handling of <length> element
Povilas Kanapickas
1
-0
/
+10
2021-07-30
c_client: Extract _c_get_field_mapping_for_expr()
Povilas Kanapickas
1
-7
/
+19
2021-07-30
c_client.py: Use get_expr_field_names directly to resolve list fields
Povilas Kanapickas
1
-1
/
+1
2021-07-30
c_client.py: Extract get_expr_field_names()
Povilas Kanapickas
1
-29
/
+32
2021-06-04
Fix writev emulation on Windows
Peter Harris
1
-21
/
+36
2021-06-04
Fix build on Windows
Peter Harris
6
-6
/
+34
2021-06-01
xcb_auth: Quiet -Wimplicit-fallthrough warning in get_authptr()
Alan Coopersmith
2
-0
/
+11
2021-02-02
Increment libtool version info for libxcb-dri3
Julien Cristau
1
-1
/
+1
2020-11-18
gitignore: add files generated by make check
Ran Benita
1
-0
/
+3
2020-11-18
tests: don't use deprecated fail_unless check API
Ran Benita
2
-16
/
+16
2020-03-02
Use the 'present' field to properly check that the XC-MISC
Eduardo Sánchez Muñoz
2
-2
/
+2
2020-02-22
Release libxcb 1.14
libxcb-1.14
Matt Turner
2
-2
/
+9
2020-02-22
Build xz tarballs instead of bzip2
Matt Turner
1
-1
/
+1
2020-02-22
configure.ac: Depend on pthread-stubs only on not-Linux
Matt Turner
1
-1
/
+5
2020-02-22
Implement xcb_total_read() and xcb_total_written().
Sam Varshavchik
4
-0
/
+60
2020-02-22
tests: Support Check 0.13.0 API
A. Wilcox
2
-0
/
+13
2019-05-19
Handle EINTR from recvmsg in _xcb_in_read
Martin Dørum
1
-1
/
+1
2019-04-25
Include time.h before using time()
Jon Turney
1
-0
/
+1
2019-02-17
Add README.md to EXTRA_DIST
Alan Coopersmith
1
-0
/
+1
2019-02-17
Add "ge.*" to src/.gitignore
Eduardo Sánchez Muñoz
1
-0
/
+1
2019-02-16
Update README for gitlab migration
Alan Coopersmith
1
-12
/
+17
2019-02-16
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2019-01-07
c_client: fix "adress" typo
Alan Coopersmith
1
-1
/
+1
2018-09-27
Release libxcb 1.13.1
1.13.1
Uli Schlachter
2
-1
/
+5
2018-08-21
don't flag extra reply in xcb_take_socket
Erik Kurzinger
2
-4
/
+22
2018-02-28
Release libxcb 1.13
libxcb-1.13
Daniel Stone
2
-2
/
+11
2017-06-05
c_client: Add support for lists of FDs
Daniel Stone
1
-9
/
+29
2017-06-05
c_client: Don't serialise non-wire fields
Daniel Stone
1
-5
/
+9
2017-05-13
enable xinput by default
Christian Linhart
1
-1
/
+1
2017-05-13
read from connection when polling special events and replies
David McFarland
1
-0
/
+6
2017-04-01
Check strdup for NULL return value.
Tobias Stoeckmann
1
-0
/
+2
2017-03-11
add support for eventstruct
Christian Linhart
2
-1
/
+43
2017-03-11
optionally build the GE extension
Christian Linhart
4
-0
/
+24
2017-03-11
move symbol lookup of sumof expr to the parser
Christian Linhart
1
-8
/
+1
2016-05-29
Correct @param "e" to "error" in xcb_poll_for_reply*()
Alan Coopersmith
1
-2
/
+2
2016-05-29
Remove : from @param names in manually written headers
Alan Coopersmith
2
-83
/
+83
[next]