summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-23Fix _unserialize of reply headersHEADmasterPeter Harris1-2/+3
2010-09-23Clean up a couple of warnings in xprintPeter Harris1-1/+1
2010-09-23Make *_unserialize safe to use on buffers in-placePeter Harris1-4/+5
2010-09-23Fix memory leak in _sizeof implemented with _unserializePeter Harris1-2/+7
2010-09-23Don't emit out-of-module sizeof definitionsPeter Harris1-2/+3
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-26xcb_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-21configure.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-24Use limits.h instead of syslimits.hJeremy Huddleston1-1/+1
2010-04-24Reworked launchd support to work better with _xcb_parse_displayJeremy Huddleston1-10/+26
2010-04-22Replaced 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-18Always wake up readers after writing.Jamey Sharp3-12/+15
2010-04-18Fix strict-aliasing warning when getting generic event length.Jamey Sharp1-3/+1
2010-04-18Delete a useless level of indirection from _xcb_out_send's parameters.Jamey Sharp3-13/+9
2010-04-09Release libxcb 1.6Julien Danjou2-1/+9
2010-04-08Fail if fd is too big and poll() is not availableRémi Denis-Courmont1-0/+8
2010-03-31xcb_in.c #ifndef _WIN32 inside of #if USE_POLL redundant and removedJeetu Golani1-2/+0
2010-03-31restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without ...Jeetu Golani1-0/+2
2010-03-29changes in xcb_windefs.h - the flag _XCB_WINDEFS_H replaces WINDEFS_HJeetu Golani1-3/+3
2010-03-29windefs.h is now called xcb_windefs.h - changed all includes to reflect that....Jeetu Golani6-8/+53
2010-03-26Win32 code for xcb-1.5Jeetu Golani5-14/+107