summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-08-16small fix to get rid of some compiler warningsHEADgsoc2010Christoph Reimann1-2/+4
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-13new and still preliminary functions for switch; feautures includeChristoph Reimann1-26/+668
2010-07-13xkb: updated configure.ac/Makefile.amChristoph Reimann1-0/+8
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-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-03build: simplify extension buildingJulien Danjou1-67/+5
2009-12-02setsockopt(SO_KEEPALIVE) on TCP display connections.Adam Jackson1-0/+1
2009-10-19Add DRI2 support. (v2)Eric Anholt2-0/+11
2009-08-31Cygwin build fix: Add -no-undefined to libtool flagsYaakov Selkowitz1-23/+23
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-26Disable Nagle on TCP socketelupus1-0/+4
2009-05-09depends on recent xcb-proto and bump version of randrJulien Danjou1-1/+1
2009-04-21Fix XDM-AUTHORIZATION-1 (bug #14202)Bart Massey1-10/+28
2009-04-10util: remove useless strlen calls from decnet openingJulien Danjou1-4/+6
2009-04-10util: merge common code for xcb_connectJulien Danjou1-34/+16
2009-04-10util: open_abstract gets filelen as parametersJulien Danjou1-6/+11
2009-04-10auth: use snprintf() return valueJulien Danjou2-2/+11
2009-04-10auth: precompute authnameslenJulien Danjou1-8/+14
2009-04-06Local socket connections do not work on hurd-i386Samuel Thibault1-1/+8
2009-03-30use poll() instead of select() when availableMichael Ost2-2/+50
2009-03-28kludgily hand-merged xid fixesBart Massey1-12/+32
2009-03-16Fix do_append() argumentsJulien Danjou1-1/+1
2009-03-15Copy full IPv4 mapping (Bug #20665)Julien Danjou1-1/+1
2009-03-14Avoid name collisions between xidtype and enum.Peter Harris1-2/+18
2009-03-13Revert "Don't use enums in generated C code"Peter Harris1-6/+8
2009-02-25Don't use enums in generated C code - use integer constants instead.Peter Harris1-8/+6
2009-02-16Stop providing autogenerated files in tarballJulien Danjou1-24/+25