summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-12Don't validate FD_SETSIZE on Win32Jeetu Golani1-0/+2
2010-11-27xcb_take_socket: Document sequence wrap requirementsUli Schlachter1-4/+11
2010-11-23xcb_auth: Fix memory leak in _xcb_get_auth_info.Nick Bowler1-3/+8
2010-10-09xcb_in: Use 64-bit sequence numbers internally everywhere.Jamey Sharp2-31/+32
2010-10-09xcb_discard_reply: Simplify by re-using poll_for_reply helper.Jamey Sharp1-45/+7
2010-10-09xcb_request_check: Hold the I/O lock while deciding to sync.Jamey Sharp3-19/+33
2010-10-09xcb_send_request: Send all requests using a common internal send_request.Jamey Sharp1-49/+50
2010-09-22Fix _unserialize of reply headersPeter Harris1-2/+3
2010-09-22Clean up a couple of warnings in xprintPeter Harris1-1/+1
2010-09-22Make *_unserialize safe to use on buffers in-placePeter Harris1-4/+5
2010-09-22Fix memory leak in _sizeof implemented with _unserializePeter Harris1-2/+7
2010-09-22Don't emit out-of-module sizeof definitionsPeter Harris1-2/+3
2010-09-19Allow disconnecting connections that are in error state.Josh Triplett3-4/+4
2010-09-10Add xkb.* to gitignorePeter Harris1-0/+1
2010-09-08Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/libxcbPeter Harris9-110/+1491
2010-09-04_xcb_conn_wait: Shut down the connection on unexpected poll() events.Jamey Sharp1-0/+7
2010-08-31Merge branch 'master' of git://github.com/topcat/xcb-win32Peter Harris6-15/+150
2010-08-25xcb_disconnect: call shutdown() to force a disconnectAaron Plattner1-0/+8
2010-08-24xcb_request_check: Sync even if an event was read for this sequence.Jamey Sharp1-1/+1
2010-08-16small fix to get rid of some compiler warningsChristoph Reimann3-2/+91
2010-08-16small fix in the xkb pkg fileChristoph Reimann1-1/+1
2010-08-16added accessors for special casesChristoph Reimann1-545/+653
2010-08-13Release libxcb 1.7Julien Danjou2-1/+10
2010-08-08special case 'intermixed variable and fixed size fields': fixed reply side, n...Christoph Reimann1-84/+166
2010-08-05renamed most _unserialize() functions to _sizeof() and fixed _unserialize() f...Christoph Reimann1-80/+240
2010-08-05Tutorial uses wrong function.Eamon Walsh1-2/+2
2010-08-02attempt to fix special case: variable fields followed by fixed size fieldsChristoph Reimann1-100/+141
2010-08-01bug fixes for all kinds of 'special cases'Christoph Reimann1-154/+299
2010-07-22partial rewrite of serialize helper functions completed;Christoph Reimann1-317/+211
2010-07-20preliminary handling of further special cases in unserializeChristoph Reimann1-162/+284
2010-07-15added generating code for _serialize() in case of variable sized structs (lar...Christoph Reimann1-103/+166
2010-07-13xkb: added pkg config fileChristoph Reimann1-0/+11
2010-07-13new and still preliminary functions for switch; feautures includeChristoph Reimann1-26/+668
2010-07-13xkb: updated configure.ac/Makefile.amChristoph Reimann3-0/+13
2010-07-13added xcb_sumof() with restriction to uint8_tChristoph Reimann2-0/+11
2010-07-13_xcb_conn_wait: Fix whitespace.Jamey Sharp1-4/+4
2010-07-12AC_CHECK_PROG(LAUNCHD, [launchd], [yes], [no], [$PATH$PATH_SEPARATOR/sbin])Jeremy Huddleston1-1/+1
2010-06-20configure.ac: Report which extensions are being built.Vincent Torri1-0/+25
2010-06-15xcb_connect_to_display_with_auth_info: Fix memory leakPauli Nieminen1-10/+17
2010-06-15_xcb_parse_display: Fix error pathPauli Nieminen1-5/+14
2010-05-14xcb_open: Improve protocol/host parsingJeremy Huddleston1-12/+18
2010-05-14Add ~ operator support in code generatorMarcin Koƛcielnicki1-1/+3
2010-04-30Fix GCC error on undeclared variable when not using abstract socketArnaud Fontaine1-2/+0
2010-04-30Get rid of PATH_MAX and MAXPATHLENArnaud Fontaine2-16/+83
2010-04-23Use limits.h instead of syslimits.hJeremy Huddleston1-1/+1
2010-04-23Reworked launchd support to work better with _xcb_parse_displayJeremy Huddleston1-10/+26
2010-04-23Replaced read() in read_block and _xcb_in_read() with recv for allJeetu Golani1-11/+8
2010-04-22Set errno=0 in read_block. On Win32 there is no errno and this makes theJeetu Golani2-7/+4
2010-04-17Always wake up readers after writing.Jamey Sharp3-12/+15
2010-04-17Fix strict-aliasing warning when getting generic event length.Jamey Sharp1-3/+1