summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23Replaced read() in read_block and _xcb_in_read() with recv for allJeetu Golani
2010-04-22Set errno=0 in read_block. On Win32 there is no errno and this makes theJeetu Golani
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-31xcb_in.c #ifndef _WIN32 inside of #if USE_POLL redundant and removedJeetu Golani
2010-03-31restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without ...Jeetu Golani
2010-03-29changes in xcb_windefs.h - the flag _XCB_WINDEFS_H replaces WINDEFS_HJeetu Golani
2010-03-29windefs.h is now called xcb_windefs.h - changed all includes to reflect that....Jeetu Golani
2010-03-26Win32 code for xcb-1.5Jeetu Golani
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
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