summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-22Fix _unserialize of reply headersPeter Harris
2010-09-22Clean up a couple of warnings in xprintPeter Harris
2010-09-22Make *_unserialize safe to use on buffers in-placePeter Harris
2010-09-22Fix memory leak in _sizeof implemented with _unserializePeter Harris
2010-09-22Don't emit out-of-module sizeof definitionsPeter Harris
2010-09-19Allow disconnecting connections that are in error state.Josh Triplett
2010-09-10Add xkb.* to gitignorePeter Harris
2010-09-08Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/libxcbPeter Harris
2010-09-04_xcb_conn_wait: Shut down the connection on unexpected poll() events.Jamey Sharp
2010-08-31Merge branch 'master' of git://github.com/topcat/xcb-win32Peter Harris
2010-08-25xcb_disconnect: call shutdown() to force a disconnectAaron Plattner
2010-08-24xcb_request_check: Sync even if an event was read for this sequence.Jamey Sharp
2010-08-16small fix to get rid of some compiler warningsChristoph Reimann
2010-08-16small fix in the xkb pkg fileChristoph Reimann
2010-08-16added accessors for special casesChristoph Reimann
2010-08-13Release libxcb 1.71.7Julien Danjou
2010-08-08special case 'intermixed variable and fixed size fields': fixed reply side, n...Christoph Reimann
2010-08-05renamed most _unserialize() functions to _sizeof() and fixed _unserialize() f...Christoph Reimann
2010-08-05Tutorial uses wrong function.Eamon Walsh
2010-08-02attempt to fix special case: variable fields followed by fixed size fieldsChristoph Reimann
2010-08-01bug fixes for all kinds of 'special cases'Christoph Reimann
2010-07-22partial rewrite of serialize helper functions completed;Christoph Reimann
2010-07-20preliminary handling of further special cases in unserializeChristoph Reimann
2010-07-15added generating code for _serialize() in case of variable sized structs (lar...Christoph Reimann
2010-07-13xkb: added pkg config fileChristoph Reimann
2010-07-13new and still preliminary functions for switch; feautures includeChristoph Reimann
2010-07-13xkb: updated configure.ac/Makefile.amChristoph Reimann
2010-07-13added xcb_sumof() with restriction to uint8_tChristoph Reimann
2010-07-13_xcb_conn_wait: Fix whitespace.Jamey Sharp
2010-07-12AC_CHECK_PROG(LAUNCHD, [launchd], [yes], [no], [$PATH$PATH_SEPARATOR/sbin])Jeremy Huddleston
2010-06-20configure.ac: Report which extensions are being built.Vincent Torri
2010-06-15xcb_connect_to_display_with_auth_info: Fix memory leakPauli Nieminen
2010-06-15_xcb_parse_display: Fix error pathPauli Nieminen
2010-05-14xcb_open: Improve protocol/host parsingJeremy Huddleston
2010-05-14Add ~ operator support in code generatorMarcin Kościelnicki
2010-04-30Fix GCC error on undeclared variable when not using abstract socketArnaud Fontaine
2010-04-30Get rid of PATH_MAX and MAXPATHLENArnaud Fontaine
2010-04-23Use limits.h instead of syslimits.hJeremy Huddleston
2010-04-23Reworked launchd support to work better with _xcb_parse_displayJeremy Huddleston
2010-04-23Replaced read() in read_block and _xcb_in_read() with recv for allJeetu Golani
2010-04-22Set errno=0 in read_block. On Win32 there is no errno and this makes theJeetu Golani
2010-04-17Always wake up readers after writing.Jamey Sharp
2010-04-17Fix strict-aliasing warning when getting generic event length.Jamey Sharp
2010-04-17Delete a useless level of indirection from _xcb_out_send's parameters.Jamey Sharp
2010-04-09Release libxcb 1.61.6Julien Danjou
2010-04-08Fail if fd is too big and poll() is not availableRémi Denis-Courmont
2010-03-31xcb_in.c #ifndef _WIN32 inside of #if USE_POLL redundant and removedJeetu Golani
2010-03-31restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without ...Jeetu Golani
2010-03-29changes in xcb_windefs.h - the flag _XCB_WINDEFS_H replaces WINDEFS_HJeetu Golani
2010-03-29windefs.h is now called xcb_windefs.h - changed all includes to reflect that....Jeetu Golani