summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-16small fix to get rid of some compiler warningsHEADgsoc2010Christoph 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-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-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;chr_testChristoph 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-05-14xcb_open: Improve protocol/host parsingmasterJeremy 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-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
2010-04-17Delete a useless level of indirection from _xcb_out_send's parameters.Jamey Sharp3-13/+9
2010-04-09Release libxcb 1.61.6Julien Danjou2-1/+9
2010-04-08Fail if fd is too big and poll() is not availableRémi Denis-Courmont1-0/+8
2010-03-13Fix authentication on hpux and HurdSamuel Thibault1-2/+2
2010-02-17Open the X11 socket with close-on-exec flagRémi Denis-Courmont1-4/+21
2010-02-11Support xcb_discard_replyPeter Harris2-0/+126
2010-01-07xcb_connect_to_fd: fix descriptor leak on memory error pathRémi Denis-Courmont1-1/+3
2009-12-11configure.ac: Fix a typo on the last commit.Jeremy Huddleston1-1/+1
2009-12-11darwin: xnu doesn't support poll on ttys on the master side.Jeremy Huddleston1-3/+2
2009-12-08Tutorial code fixJim Ingram1-2/+2
2009-12-05DRI2 extension requires xcb-proto 1.6 or newerRémi Cardona1-1/+1
2009-12-03build: simplify extension buildingJulien Danjou1-67/+5
2009-12-03Release libxcb 1.51.5Julien Danjou2-1/+8
2009-12-02setsockopt(SO_KEEPALIVE) on TCP display connections.Adam Jackson1-0/+1
2009-10-19Add DRI2 support. (v2)Eric Anholt5-0/+27
2009-10-15Fix typo in the tutorial.Eric Anholt1-1/+1
2009-09-18Don't build docs if 'dot' is not found Signed-off-by: Paulo R. Zanoni <pzanon...Paulo R. Zanoni1-0/+5
2009-08-31Fix check dependencyJulien Cristau1-1/+1
2009-08-31Cygwin build fix: Add -no-undefined to libtool flagsYaakov Selkowitz1-23/+23
2009-07-15Release libxcb 1.41.4Arnaud Fontaine2-1/+7
2009-07-15Add majorCode, minorCode and resourceID fields to X generic errorArnaud Fontaine1-1/+5
2009-07-06Fix precedence bug: wrong length for big-requests preceded by sync.Jamey Sharp1-1/+1
2009-05-29Fix libxcb-randr version infoJulien Cristau1-1/+1
2009-05-29Release libxcb 1.31.3Julien Danjou2-1/+10
2009-05-26Disable Nagle on TCP socketelupus1-0/+4
2009-05-25Store xcbproto version libxcb was compiled withBob Ham2-0/+5
2009-05-09depends on recent xcb-proto and bump version of randrJulien Danjou2-2/+2
2009-04-21Fix XDM-AUTHORIZATION-1 (bug #14202)Bart Massey1-10/+28