libxcb/src
Alan Coopersmith b64cd0df88 If protocol is "unix", use a Unix domain socket, not TCP
Fixes fallback to local connections from Xlib's XOpenDisplay(), which
will try with protocol "unix" if a hostname is specified and tcp fails
(as it usually will now that most OS'es ship with -nolisten tcp enabled).

Also fixes explicitly specifying DISPLAY as "unix/foo:0", which Xlib
previously accepted for Unix domain sockets.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-04-12 13:01:03 -07:00
..
.gitignore Add xkb.* to gitignore 2010-09-10 15:54:56 -04:00
Makefile.am fix Windows build and installation 2011-01-20 20:46:04 -05:00
c_client.py Don't try to sizeof(void) 2011-01-27 15:38:36 -05:00
xcb.h Introduce xcb_wait_for_event_until, for consuming responses in wire-order. 2011-03-18 21:59:47 -07:00
xcb_auth.c Prevent theoretical double free and leak on get_peer_sock_name. 2011-03-24 11:30:21 -04:00
xcb_conn.c Add #include <sys/socket.h> to xcb_conn.c 2011-04-04 22:06:16 -07:00
xcb_ext.c Rename index to idx to avoid shadowing 2008-08-28 13:49:21 +02:00
xcb_in.c Handle XGE events with the "send event" flag 2011-04-12 12:57:37 -07:00
xcb_list.c The Great XCB Renaming 2006-09-23 12:22:22 -07:00
xcb_out.c xcb_request_check: Hold the I/O lock while deciding to sync. 2010-10-09 12:37:48 -07:00
xcb_util.c If protocol is "unix", use a Unix domain socket, not TCP 2011-04-12 13:01:03 -07:00
xcb_windefs.h changes in xcb_windefs.h - the flag _XCB_WINDEFS_H replaces WINDEFS_H 2010-03-29 22:37:33 +05:30
xcb_xid.c kludgily hand-merged xid fixes 2009-03-28 14:59:01 +01:00
xcbext.h Merge branch 'master' of git://anongit.freedesktop.org/~peterh/libxcb 2010-12-23 13:04:40 -05:00
xcbint.h Introduce xcb_wait_for_event_until, for consuming responses in wire-order. 2011-03-18 21:59:47 -07:00