summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* c_client: fix "adress" typoAlan Coopersmith2019-01-071-1/+1
* Release libxcb 1.13.11.13.1Uli Schlachter2018-09-272-1/+5
* don't flag extra reply in xcb_take_socketErik Kurzinger2018-08-212-4/+22
* Release libxcb 1.13libxcb-1.13Daniel Stone2018-02-282-2/+11
* c_client: Add support for lists of FDsDaniel Stone2017-06-051-9/+29
* c_client: Don't serialise non-wire fieldsDaniel Stone2017-06-051-5/+9
* enable xinput by defaultChristian Linhart2017-05-131-1/+1
* read from connection when polling special events and repliesDavid McFarland2017-05-131-0/+6
* Check strdup for NULL return value.Tobias Stoeckmann2017-04-011-0/+2
* add support for eventstructChristian Linhart2017-03-112-1/+43
* optionally build the GE extensionChristian Linhart2017-03-114-0/+24
* move symbol lookup of sumof expr to the parserChristian Linhart2017-03-111-8/+1
* Correct @param "e" to "error" in xcb_poll_for_reply*()Alan Coopersmith2016-05-291-2/+2
* Remove : from @param names in manually written headersAlan Coopersmith2016-05-292-83/+83
* Fix inconsistent use of tabs vs. space.Thomas Klausner2016-05-281-7/+7
* Release libxcb 1.121.12Uli Schlachter2016-05-182-1/+33
* Bump xcb-proto requirement to 1.12Uli Schlachter2016-05-141-1/+1
* Increase unix socket send buffer to at least 64KBMark Kettenis2016-02-011-0/+7
* do not serialize pads by default anymoreChristian Linhart2016-02-011-1/+2
* calculate lengthless listJaya Tiwari2016-01-061-22/+62
* Fix handling of align-pads in end-iteratorsChristian Linhart2016-01-061-2/+3
* set the align-offset as provided by protoChristian Linhart2016-01-061-8/+10
* Bump version to 1.11.90Adam Jackson2015-09-211-1/+1
* make lists after align-pads workChristian Linhart2015-08-131-4/+10
* make support for server side stuff optionalChristian Linhart2015-07-043-2/+18
* Link with winsock library for socket functions on MinGWJon TURNEY2015-07-041-0/+9
* Fix a thread hang with xcb_wait_for_special_event()Uli Schlachter2015-06-252-0/+33
* Call _xcb_wake_up_next_reader from xcb_wait_for_special_eventMichel Dänzer2015-06-121-0/+1
* send_fds(): Handle too many outstanding FDs to sendUli Schlachter2015-06-121-3/+11
* Code generator: Use xcb_send_request_with_fds()Uli Schlachter2015-06-121-2/+10
* Add xcb_send_request_with_fds() and *_with_fds64()Uli Schlachter2015-06-122-9/+90
* send_fds(): Make sure no other thread interrupts usUli Schlachter2015-06-121-0/+9
* xcb_send_fd(): Always close fdsUli Schlachter2015-06-121-10/+34
* c_client.py: don't generate useless empty /** < */ commentsRan Benita2015-05-301-42/+42
* c_client.py: use pattern matching with enumerate()Ran Benita2015-05-301-4/+3
* expose 64-bit sequence numbers for XLibChristian Linhart2015-04-084-1/+126
* Escape \n to display properly in xcb-requests man pageAlan Coopersmith2015-04-291-3/+3
* c_client.py: make condition easier to follow in _c_complex()Ran Benita2015-03-151-3/+1
* c_client.py: don't add /* <name> */ before references to 'S'Ran Benita2015-03-151-4/+2
* c_client.py: remove duplicated `cookie_type` argument for requestsRan Benita2015-03-151-15/+15
* c_client.py: spell out keyword arguments in c_request() for clarityRan Benita2015-03-151-9/+9
* c_client.py: simplify _c_reply_has_fds()Ran Benita2015-03-151-4/+1
* c_client.py: remove commented debug statementsRan Benita2015-03-151-3/+0
* c_client.py: use C99 initializers instead of commentsRan Benita2015-03-151-4/+4
* c_client.py: remove end-of-function commentsRan Benita2015-03-151-16/+0
* c_client.py: no need to compare bools to True/FalseRan Benita2015-03-151-2/+2
* c_client.py: use "foo".join() instead of reduceRan Benita2015-03-151-5/+4
* c_client.py: fix indentationRan Benita2015-03-151-7/+6
* c_client.py: use comprehensions instead of map/filterRan Benita2015-03-151-7/+7
* c_client.py: use print as a function for python3 compatibilityRan Benita2015-03-151-4/+4