summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-02Increment libtool version info for libxcb-dri3Julien Cristau1-1/+1
2020-03-02Use the 'present' field to properly check that the XC-MISCEduardo Sánchez Muñoz2-2/+2
2020-02-22Implement xcb_total_read() and xcb_total_written().Sam Varshavchik4-0/+60
2019-05-19Handle EINTR from recvmsg in _xcb_in_readMartin Dørum1-1/+1
2019-04-25Include time.h before using time()Jon Turney1-0/+1
2019-02-17Add "ge.*" to src/.gitignoreEduardo Sánchez Muñoz1-0/+1
2019-01-07c_client: fix "adress" typoAlan Coopersmith1-1/+1
2018-08-21don't flag extra reply in xcb_take_socketErik Kurzinger2-4/+22
2017-06-05c_client: Add support for lists of FDsDaniel Stone1-9/+29
2017-06-05c_client: Don't serialise non-wire fieldsDaniel Stone1-5/+9
2017-05-13read from connection when polling special events and repliesDavid McFarland1-0/+6
2017-04-01Check strdup for NULL return value.Tobias Stoeckmann1-0/+2
2017-03-11add support for eventstructChristian Linhart2-1/+43
2017-03-11optionally build the GE extensionChristian Linhart1-0/+7
2017-03-11move symbol lookup of sumof expr to the parserChristian Linhart1-8/+1
2016-05-29Correct @param "e" to "error" in xcb_poll_for_reply*()Alan Coopersmith1-2/+2
2016-05-29Remove : from @param names in manually written headersAlan Coopersmith2-83/+83
2016-05-28Fix inconsistent use of tabs vs. space.Thomas Klausner1-7/+7
2016-02-01Increase unix socket send buffer to at least 64KBMark Kettenis1-0/+7
2016-02-01do not serialize pads by default anymoreChristian Linhart1-1/+2
2016-01-06calculate lengthless listJaya Tiwari1-22/+62
2016-01-06Fix handling of align-pads in end-iteratorsChristian Linhart1-2/+3
2016-01-06set the align-offset as provided by protoChristian Linhart1-8/+10
2015-08-13make lists after align-pads workChristian Linhart1-4/+10
2015-07-04make support for server side stuff optionalChristian Linhart2-2/+14
2015-06-25Fix a thread hang with xcb_wait_for_special_event()Uli Schlachter2-0/+33
2015-06-12Call _xcb_wake_up_next_reader from xcb_wait_for_special_eventMichel Dänzer1-0/+1
2015-06-12send_fds(): Handle too many outstanding FDs to sendUli Schlachter1-3/+11
2015-06-12Code generator: Use xcb_send_request_with_fds()Uli Schlachter1-2/+10
2015-06-12Add xcb_send_request_with_fds() and *_with_fds64()Uli Schlachter2-9/+90
2015-06-12send_fds(): Make sure no other thread interrupts usUli Schlachter1-0/+9
2015-06-12xcb_send_fd(): Always close fdsUli Schlachter1-10/+34
2015-05-30c_client.py: don't generate useless empty /** < */ commentsRan Benita1-42/+42
2015-05-30c_client.py: use pattern matching with enumerate()Ran Benita1-4/+3
2015-04-08expose 64-bit sequence numbers for XLibChristian Linhart4-1/+126
2015-03-15c_client.py: make condition easier to follow in _c_complex()Ran Benita1-3/+1
2015-03-15c_client.py: don't add /* <name> */ before references to 'S'Ran Benita1-4/+2
2015-03-15c_client.py: remove duplicated `cookie_type` argument for requestsRan Benita1-15/+15
2015-03-15c_client.py: spell out keyword arguments in c_request() for clarityRan Benita1-9/+9
2015-03-15c_client.py: simplify _c_reply_has_fds()Ran Benita1-4/+1
2015-03-15c_client.py: remove commented debug statementsRan Benita1-3/+0
2015-03-15c_client.py: use C99 initializers instead of commentsRan Benita1-4/+4
2015-03-15c_client.py: remove end-of-function commentsRan Benita1-16/+0
2015-03-15c_client.py: no need to compare bools to True/FalseRan Benita1-2/+2