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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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-03-02
Use the 'present' field to properly check that the XC-MISC
Eduardo Sánchez Muñoz
2
-2
/
+2
2020-02-22
Implement xcb_total_read() and xcb_total_written().
Sam Varshavchik
4
-0
/
+60
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 "ge.*" to src/.gitignore
Eduardo Sánchez Muñoz
1
-0
/
+1
2019-01-07
c_client: fix "adress" typo
Alan Coopersmith
1
-1
/
+1
2018-08-21
don't flag extra reply in xcb_take_socket
Erik Kurzinger
2
-4
/
+22
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
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
1
-0
/
+7
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
2016-05-28
Fix inconsistent use of tabs vs. space.
Thomas Klausner
1
-7
/
+7
2016-02-01
Increase unix socket send buffer to at least 64KB
Mark Kettenis
1
-0
/
+7
2016-02-01
do not serialize pads by default anymore
Christian Linhart
1
-1
/
+2
2016-01-06
calculate lengthless list
Jaya Tiwari
1
-22
/
+62
2016-01-06
Fix handling of align-pads in end-iterators
Christian Linhart
1
-2
/
+3
2016-01-06
set the align-offset as provided by proto
Christian Linhart
1
-8
/
+10
2015-08-13
make lists after align-pads work
Christian Linhart
1
-4
/
+10
2015-07-04
make support for server side stuff optional
Christian Linhart
2
-2
/
+14
2015-06-25
Fix a thread hang with xcb_wait_for_special_event()
Uli Schlachter
2
-0
/
+33
2015-06-12
Call _xcb_wake_up_next_reader from xcb_wait_for_special_event
Michel Dänzer
1
-0
/
+1
2015-06-12
send_fds(): Handle too many outstanding FDs to send
Uli Schlachter
1
-3
/
+11
2015-06-12
Code generator: Use xcb_send_request_with_fds()
Uli Schlachter
1
-2
/
+10
2015-06-12
Add xcb_send_request_with_fds() and *_with_fds64()
Uli Schlachter
2
-9
/
+90
2015-06-12
send_fds(): Make sure no other thread interrupts us
Uli Schlachter
1
-0
/
+9
2015-06-12
xcb_send_fd(): Always close fds
Uli Schlachter
1
-10
/
+34
2015-05-30
c_client.py: don't generate useless empty /** < */ comments
Ran Benita
1
-42
/
+42
2015-05-30
c_client.py: use pattern matching with enumerate()
Ran Benita
1
-4
/
+3
2015-04-08
expose 64-bit sequence numbers for XLib
Christian Linhart
4
-1
/
+126
2015-03-15
c_client.py: make condition easier to follow in _c_complex()
Ran Benita
1
-3
/
+1
2015-03-15
c_client.py: don't add /* <name> */ before references to 'S'
Ran Benita
1
-4
/
+2
2015-03-15
c_client.py: remove duplicated `cookie_type` argument for requests
Ran Benita
1
-15
/
+15
2015-03-15
c_client.py: spell out keyword arguments in c_request() for clarity
Ran Benita
1
-9
/
+9
2015-03-15
c_client.py: simplify _c_reply_has_fds()
Ran Benita
1
-4
/
+1
2015-03-15
c_client.py: remove commented debug statements
Ran Benita
1
-3
/
+0
2015-03-15
c_client.py: use C99 initializers instead of comments
Ran Benita
1
-4
/
+4
2015-03-15
c_client.py: remove end-of-function comments
Ran Benita
1
-16
/
+0
2015-03-15
c_client.py: no need to compare bools to True/False
Ran Benita
1
-2
/
+2
[next]