summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Delete the old c-client.xsl.Jamey Sharp2011-03-191-1551/+0
* Introduce xcb_wait_for_event_until, for consuming responses in wire-order.Jamey Sharp2011-03-183-3/+79
* Dequeue readers that can't receive any new responses.Jamey Sharp2011-03-181-12/+15
* Factor reader_list management out of wait_for_reply.Jamey Sharp2011-03-181-23/+22
* Enable AM_SILENT_RULES on automake 1.11 or newer.Jamey Sharp2011-03-181-0/+1
* Prevent reply waiters from being blocked.Rami Ylimäki2011-03-141-1/+1
* Include XKB in ./configure's summary output.Jamey Sharp2011-03-131-0/+1
* Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbJamey Sharp2011-03-1312-143/+1580
|\
| * darwin: Don't use poll() when expected to run on darwin10 and priorJeremy Huddleston2011-03-041-2/+17
| * Don't try to sizeof(void)Peter Harris2011-01-271-4/+9
| * fix Windows build and installationVincent Torri2011-01-202-24/+37
| * Merge branch 'master' of git://anongit.freedesktop.org/~peterh/libxcbPeter Harris2010-12-2310-110/+1500
| |\
| | * Fix _unserialize of reply headersPeter Harris2010-09-221-2/+3
| | * Clean up a couple of warnings in xprintPeter Harris2010-09-221-1/+1
| | * Make *_unserialize safe to use on buffers in-placePeter Harris2010-09-221-4/+5
| | * Fix memory leak in _sizeof implemented with _unserializePeter Harris2010-09-221-2/+7
| | * Don't emit out-of-module sizeof definitionsPeter Harris2010-09-221-2/+3
| | * Add xkb.* to gitignorePeter Harris2010-09-101-0/+1
| | * Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/libxcbPeter Harris2010-09-089-110/+1491
| | |\
| | | * small fix to get rid of some compiler warningsChristoph Reimann2010-08-163-2/+91
| | | * small fix in the xkb pkg fileChristoph Reimann2010-08-161-1/+1
| | | * added accessors for special casesChristoph Reimann2010-08-161-545/+653
| | | * special case 'intermixed variable and fixed size fields': fixed reply side, n...Christoph Reimann2010-08-081-84/+166
| | | * renamed most _unserialize() functions to _sizeof() and fixed _unserialize() f...Christoph Reimann2010-08-051-80/+240
| | | * attempt to fix special case: variable fields followed by fixed size fieldsChristoph Reimann2010-08-021-100/+141
| | | * bug fixes for all kinds of 'special cases'Christoph Reimann2010-08-011-154/+299
| | | * partial rewrite of serialize helper functions completed;Christoph Reimann2010-07-221-317/+211
| | | * preliminary handling of further special cases in unserializeChristoph Reimann2010-07-201-162/+284
| | | * added generating code for _serialize() in case of variable sized structs (lar...Christoph Reimann2010-07-151-103/+166
| | | * xkb: added pkg config fileChristoph Reimann2010-07-131-0/+11
| | | * new and still preliminary functions for switch; feautures includeChristoph Reimann2010-07-131-26/+668
| | | * xkb: updated configure.ac/Makefile.amChristoph Reimann2010-07-133-0/+13
| | | * added xcb_sumof() with restriction to uint8_tChristoph Reimann2010-07-132-0/+11
| * | | Don't validate FD_SETSIZE on Win32Jeetu Golani2010-12-121-0/+2
| * | | xcb_take_socket: Document sequence wrap requirementsUli Schlachter2010-11-271-4/+11
| * | | xcb_auth: Fix memory leak in _xcb_get_auth_info.Nick Bowler2010-11-231-3/+8
* | | | xcb_in: Use 64-bit sequence numbers internally everywhere.Jamey Sharp2010-10-092-31/+32
* | | | xcb_discard_reply: Simplify by re-using poll_for_reply helper.Jamey Sharp2010-10-091-45/+7
* | | | xcb_request_check: Hold the I/O lock while deciding to sync.Jamey Sharp2010-10-093-19/+33
* | | | xcb_send_request: Send all requests using a common internal send_request.Jamey Sharp2010-10-091-49/+50
|/ / /
* | | Allow disconnecting connections that are in error state.Josh Triplett2010-09-193-4/+4
|/ /
* | _xcb_conn_wait: Shut down the connection on unexpected poll() events.Jamey Sharp2010-09-041-0/+7
* | Merge branch 'master' of git://github.com/topcat/xcb-win32Peter Harris2010-08-316-15/+150
|\ \
| * | Replaced read() in read_block and _xcb_in_read() with recv for allJeetu Golani2010-04-231-11/+8
| * | Set errno=0 in read_block. On Win32 there is no errno and this makes theJeetu Golani2010-04-222-7/+4
| * | xcb_in.c #ifndef _WIN32 inside of #if USE_POLL redundant and removedJeetu Golani2010-03-311-2/+0
| * | restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without ...Jeetu Golani2010-03-311-0/+2
| * | changes in xcb_windefs.h - the flag _XCB_WINDEFS_H replaces WINDEFS_HJeetu Golani2010-03-291-3/+3
| * | windefs.h is now called xcb_windefs.h - changed all includes to reflect that....Jeetu Golani2010-03-296-8/+53
| * | Win32 code for xcb-1.5Jeetu Golani2010-03-265-14/+107