summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Add xcb-ge for the GeneralEvents extensiongeDaniel Stone1-0/+8
2010-12-20Handle GenericEvents with the "send event" flag setCarlos Garnacho1-1/+1
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-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
2008-11-23Shutup compiler warning about unused variable...Jeremy Huddleston1-0/+2
2008-11-23Apple: Apple launchd cleanupJeremy Huddleston1-18/+24
2008-11-23Apple: Enable support for launchd DISPLAY socketJeremy Huddleston1-0/+16
2008-11-19Treat XIDs the same as other cardinal values.Peter Harris1-15/+3
2008-10-29Support handing off socket write permission to external code.Josh Triplett5-5/+110
2008-10-29Track 64-bit sequence numbers internally.Jamey Sharp3-25/+31
2008-10-29Use sequence number ranges in pending repliesJamey Sharp1-4/+7
2008-10-29Inline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io.Jamey Sharp4-37/+19