summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-13_xcb_conn_wait: Fix whitespace.Jamey Sharp
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-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-08Fail if fd is too big and poll() is not availableRémi Denis-Courmont
2010-03-13Fix authentication on hpux and HurdSamuel Thibault
2010-02-17Open the X11 socket with close-on-exec flagRémi Denis-Courmont
2010-02-11Support xcb_discard_replyPeter Harris
2010-01-07xcb_connect_to_fd: fix descriptor leak on memory error pathRémi Denis-Courmont
2009-12-03build: simplify extension buildingJulien Danjou
2009-12-02setsockopt(SO_KEEPALIVE) on TCP display connections.Adam Jackson
2009-10-19Add DRI2 support. (v2)Eric Anholt
2009-08-31Cygwin build fix: Add -no-undefined to libtool flagsYaakov Selkowitz
2009-07-15Add majorCode, minorCode and resourceID fields to X generic errorArnaud Fontaine
2009-07-06Fix precedence bug: wrong length for big-requests preceded by sync.Jamey Sharp
2009-05-29Fix libxcb-randr version infoJulien Cristau
2009-05-26Disable Nagle on TCP socketelupus
2009-05-09depends on recent xcb-proto and bump version of randrJulien Danjou
2009-04-21Fix XDM-AUTHORIZATION-1 (bug #14202)Bart Massey
2009-04-10util: remove useless strlen calls from decnet openingJulien Danjou
2009-04-10util: merge common code for xcb_connectJulien Danjou
2009-04-10util: open_abstract gets filelen as parametersJulien Danjou
2009-04-10auth: use snprintf() return valueJulien Danjou
2009-04-10auth: precompute authnameslenJulien Danjou
2009-04-06Local socket connections do not work on hurd-i386Samuel Thibault
2009-03-30use poll() instead of select() when availableMichael Ost
2009-03-28kludgily hand-merged xid fixesBart Massey
2009-03-16Fix do_append() argumentsJulien Danjou
2009-03-15Copy full IPv4 mapping (Bug #20665)Julien Danjou
2009-03-14Avoid name collisions between xidtype and enum.Peter Harris
2009-03-13Revert "Don't use enums in generated C code"Peter Harris
2009-02-25Don't use enums in generated C code - use integer constants instead.Peter Harris
2009-02-16Stop providing autogenerated files in tarballJulien Danjou
2008-11-23Shutup compiler warning about unused variable...Jeremy Huddleston
2008-11-23Apple: Apple launchd cleanupJeremy Huddleston
2008-11-23Apple: Enable support for launchd DISPLAY socketJeremy Huddleston
2008-11-19Treat XIDs the same as other cardinal values.Peter Harris
2008-10-29Support handing off socket write permission to external code.Josh Triplett
2008-10-29Track 64-bit sequence numbers internally.Jamey Sharp
2008-10-29Use sequence number ranges in pending repliesJamey Sharp
2008-10-29Inline _xcb_lock_io, _xcb_unlock_io, and _xcb_wait_io.Jamey Sharp
2008-10-29Remove libxcb-xlib and xcbxlib.h.Jamey Sharp