summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-13Release libxcb 1.71.7Julien Danjou
2010-08-05Tutorial uses wrong function.Eamon Walsh
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-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-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-11configure.ac: Fix a typo on the last commit.Jeremy Huddleston
2009-12-11darwin: xnu doesn't support poll on ttys on the master side.Jeremy Huddleston
2009-12-08Tutorial code fixJim Ingram
2009-12-05DRI2 extension requires xcb-proto 1.6 or newerRémi Cardona
2009-12-03build: simplify extension buildingJulien Danjou
2009-12-03Release libxcb 1.51.5Julien Danjou
2009-12-02setsockopt(SO_KEEPALIVE) on TCP display connections.Adam Jackson
2009-10-19Add DRI2 support. (v2)Eric Anholt
2009-10-15Fix typo in the tutorial.Eric Anholt
2009-09-18Don't build docs if 'dot' is not found Signed-off-by: Paulo R. Zanoni <pzanon...Paulo R. Zanoni
2009-08-31Fix check dependencyJulien Cristau
2009-08-31Cygwin build fix: Add -no-undefined to libtool flagsYaakov Selkowitz
2009-07-15Release libxcb 1.41.4Arnaud Fontaine
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-29Release libxcb 1.31.3Julien Danjou
2009-05-26Disable Nagle on TCP socketelupus
2009-05-25Store xcbproto version libxcb was compiled withBob Ham
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-09darwin: Don't use poll() on versions of darwin before darwin10Jeremy Huddleston
2009-04-06Local socket connections do not work on hurd-i386Samuel Thibault