summaryrefslogtreecommitdiff
path: root/src/xcb_util.c
AgeCommit message (Expand)Author
2013-10-11Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets (#69118).Daphne Pfister
2012-08-29Return connection failure if display string specifies non-existent screenAlan Coopersmith
2012-08-25Always include "config.h" at the start of all C source files.Alan Coopersmith
2012-04-21xcb_connect: launchd: Don't fall back on tcp if $DISPLAY is a path to a launc...Jeremy Huddleston
2012-02-19Fallback to TCP if no protocol is specified and the UNIX connection failsJulien Cristau
2012-02-09Update use of error_connection under WIN32 to _xcb_conn_ret_error()Jon TURNEY
2012-01-11Use WSAStartup()/WSACleanup() on WIN32Ryan Pavlik
2012-01-11Fix WIN32 compilation after commit 163c47bdc0d32785d831e4c93fea9ab7e023446bJon TURNEY
2012-01-11Added more error states and removed global error_connectionArvind Umrao
2011-08-24Support pre-IPv6 systems (without getaddrinfo)Markus Duft
2011-08-18Drop AI_ADDRCONFIG when resolving TCP addressesMichael Stapelberg
2011-04-12If protocol is "unix", use a Unix domain socket, not TCPAlan Coopersmith
2011-04-12Make launchd code in xcb_util.c match surrounding code indent levelsAlan Coopersmith
2011-04-04Remove unused DECnet codeAlan Coopersmith
2011-04-04Use special path to sockets when running under Solaris Trusted ExtensionsAlan Coopersmith
2010-12-23Merge branch 'master' of git://anongit.freedesktop.org/~peterh/libxcbPeter Harris
2010-09-19Allow disconnecting connections that are in error state.Josh Triplett
2010-09-08Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/libxcbPeter Harris
2010-08-31Merge branch 'master' of git://github.com/topcat/xcb-win32Peter Harris
2010-07-13added xcb_sumof() with restriction to uint8_tChristoph Reimann
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-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-22Set errno=0 in read_block. On Win32 there is no errno and this makes theJeetu Golani
2010-03-31restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without ...Jeetu 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-02-17Open the X11 socket with close-on-exec flagRĂ©mi Denis-Courmont
2009-12-02setsockopt(SO_KEEPALIVE) on TCP display connections.Adam Jackson
2009-05-26Disable Nagle on TCP socketelupus
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
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-09-09Add support for the abstract socket namespace under LinuxJulien Cristau
2008-09-09Fix some fd leaks in _xcb_open_*()Julien Cristau
2008-08-28Initialize all fields of addrinfoJulien Danjou
2008-08-28Use ifdef instead of if for defined valueJulien Danjou
2008-07-07fix FreeBSD supportPetr Salinger
2007-11-24make IPv6 optionalBart Massey
2007-07-19Allow unix:<screen> style display names again.Egbert Eich
2006-11-24NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.Jamey Sharp
2006-11-21Replace uses of "long" with uint32_t, and similar; fixes 64-bit bugsJosh Triplett
2006-11-20Refactor auth code to get display number from xcb_connectJosh Triplett