summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Add xcb-ge for the GeneralEvents extensiongeDaniel Stone3-0/+13
2010-12-20Handle GenericEvents with the "send event" flag setCarlos Garnacho1-1/+1
2010-06-20configure.ac: Report which extensions are being built.Vincent Torri1-0/+25
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-09Release libxcb 1.6Julien Danjou2-1/+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-11configure.ac: Fix a typo on the last commit.Jeremy Huddleston1-1/+1
2009-12-11darwin: xnu doesn't support poll on ttys on the master side.Jeremy Huddleston1-3/+2
2009-12-08Tutorial code fixJim Ingram1-2/+2
2009-12-05DRI2 extension requires xcb-proto 1.6 or newerRémi Cardona1-1/+1
2009-12-03build: simplify extension buildingJulien Danjou1-67/+5
2009-12-03Release libxcb 1.5Julien Danjou2-1/+8
2009-12-02setsockopt(SO_KEEPALIVE) on TCP display connections.Adam Jackson1-0/+1
2009-10-19Add DRI2 support. (v2)Eric Anholt5-0/+27
2009-10-15Fix typo in the tutorial.Eric Anholt1-1/+1
2009-09-18Don't build docs if 'dot' is not found Signed-off-by: Paulo R. Zanoni <pzanon...Paulo R. Zanoni1-0/+5
2009-08-31Fix check dependencyJulien Cristau1-1/+1
2009-08-31Cygwin build fix: Add -no-undefined to libtool flagsYaakov Selkowitz1-23/+23
2009-07-15Release libxcb 1.4Arnaud Fontaine2-1/+7
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-29Release libxcb 1.3Julien Danjou2-1/+10
2009-05-26Disable Nagle on TCP socketelupus1-0/+4
2009-05-25Store xcbproto version libxcb was compiled withBob Ham2-0/+5
2009-05-09depends on recent xcb-proto and bump version of randrJulien Danjou2-2/+2
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-09darwin: Don't use poll() on versions of darwin before darwin10Jeremy Huddleston1-1/+8
2009-04-06Local socket connections do not work on hurd-i386Samuel Thibault1-1/+8
2009-03-30use poll() instead of select() when availableMichael Ost3-2/+52
2009-03-28kludgily hand-merged xid fixesBart Massey1-12/+32