summaryrefslogtreecommitdiff
path: root/src/xcb_util.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-10xcb_open: Improve abstraction for launchd secure socketsJeremy Huddleston Sequoia1-20/+75
2014-04-10xcb_open: Minor code cleanup for better readabilityJeremy Huddleston Sequoia1-8/+9
2014-03-21Remove tabs and trailing whitespacesUli Schlachter1-16/+16
2013-10-11Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets (#69118).Daphne Pfister1-0/+4
2012-08-29Return connection failure if display string specifies non-existent screenAlan Coopersmith1-0/+10
2012-08-25Always include "config.h" at the start of all C source files.Alan Coopersmith1-1/+4
2012-04-21xcb_connect: launchd: Don't fall back on tcp if $DISPLAY is a path to a launc...Jeremy Huddleston1-1/+1
2012-02-19Fallback to TCP if no protocol is specified and the UNIX connection failsJulien Cristau1-0/+5
2012-02-09Update use of error_connection under WIN32 to _xcb_conn_ret_error()Jon TURNEY1-1/+1
2012-01-11Use WSAStartup()/WSACleanup() on WIN32Ryan Pavlik1-1/+12
2012-01-11Fix WIN32 compilation after commit 163c47bdc0d32785d831e4c93fea9ab7e023446bJon TURNEY1-1/+1
2012-01-11Added more error states and removed global error_connectionArvind Umrao1-2/+2
2011-08-24Support pre-IPv6 systems (without getaddrinfo)Markus Duft1-7/+46
2011-08-18Drop AI_ADDRCONFIG when resolving TCP addressesMichael Stapelberg1-3/+0
2011-04-12If protocol is "unix", use a Unix domain socket, not TCPAlan Coopersmith1-8/+6
2011-04-12Make launchd code in xcb_util.c match surrounding code indent levelsAlan Coopersmith1-5/+5
2011-04-04Remove unused DECnet codeAlan Coopersmith1-65/+6
2011-04-04Use special path to sockets when running under Solaris Trusted ExtensionsAlan Coopersmith1-0/+21
2010-12-23Merge branch 'master' of git://anongit.freedesktop.org/~peterh/libxcbPeter Harris1-0/+10
2010-09-19Allow disconnecting connections that are in error state.Josh Triplett1-2/+0
2010-09-08Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/libxcbPeter Harris1-0/+10
2010-08-31Merge branch 'master' of git://github.com/topcat/xcb-win32Peter Harris1-6/+20
2010-07-13added xcb_sumof() with restriction to uint8_tChristoph Reimann1-0/+10
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-04-30Fix GCC error on undeclared variable when not using abstract socketArnaud Fontaine1-2/+0
2010-04-30Get rid of PATH_MAX and MAXPATHLENArnaud Fontaine1-7/+22
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-22Set errno=0 in read_block. On Win32 there is no errno and this makes theJeetu Golani1-1/+1
2010-03-31restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without ...Jeetu Golani1-0/+2
2010-03-29windefs.h is now called xcb_windefs.h - changed all includes to reflect that....Jeetu Golani1-1/+1
2010-03-26Win32 code for xcb-1.5Jeetu Golani1-7/+17
2010-02-17Open the X11 socket with close-on-exec flagRĂ©mi Denis-Courmont1-4/+21
2009-12-02setsockopt(SO_KEEPALIVE) on TCP display connections.Adam Jackson1-0/+1
2009-05-26Disable Nagle on TCP socketelupus1-0/+4
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
2008-11-23Shutup compiler warning about unused variable...Jeremy Huddleston1-0/+2
2008-11-23Apple: Apple launchd cleanupJeremy Huddleston1-18/+24
2008-11-23Apple: Enable support for launchd DISPLAY socketJeremy Huddleston1-0/+16
2008-09-09Add support for the abstract socket namespace under LinuxJulien Cristau1-3/+37
2008-09-09Fix some fd leaks in _xcb_open_*()Julien Cristau1-5/+12
2008-08-28Initialize all fields of addrinfoJulien Danjou1-8/+11
2008-08-28Use ifdef instead of if for defined valueJulien Danjou1-1/+1
2008-07-07fix FreeBSD supportPetr Salinger1-2/+5
2007-11-24make IPv6 optionalBart Massey1-0/+2
2007-07-19Allow unix:<screen> style display names again.Egbert Eich1-32/+66