index
:
lib/libxcb
master
obsd
xcb-1.9
XCB library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xcb_util.c
Age
Commit message (
Expand
)
Author
2017-04-01
Check strdup for NULL return value.
Tobias Stoeckmann
2016-02-01
Increase unix socket send buffer to at least 64KB
Mark Kettenis
2014-04-10
xcb_open: Improve abstraction for launchd secure sockets
Jeremy Huddleston Sequoia
2014-04-10
xcb_open: Minor code cleanup for better readability
Jeremy Huddleston Sequoia
2014-03-21
Remove tabs and trailing whitespaces
Uli Schlachter
2013-10-11
Use /usr/spool/sockets/X11/ on HP-UX for UNIX sockets (#69118).
Daphne Pfister
2012-08-29
Return connection failure if display string specifies non-existent screen
Alan Coopersmith
2012-08-25
Always include "config.h" at the start of all C source files.
Alan Coopersmith
2012-04-21
xcb_connect: launchd: Don't fall back on tcp if $DISPLAY is a path to a launc...
Jeremy Huddleston
2012-02-19
Fallback to TCP if no protocol is specified and the UNIX connection fails
Julien Cristau
2012-02-09
Update use of error_connection under WIN32 to _xcb_conn_ret_error()
Jon TURNEY
2012-01-11
Use WSAStartup()/WSACleanup() on WIN32
Ryan Pavlik
2012-01-11
Fix WIN32 compilation after commit 163c47bdc0d32785d831e4c93fea9ab7e023446b
Jon TURNEY
2012-01-11
Added more error states and removed global error_connection
Arvind Umrao
2011-08-24
Support pre-IPv6 systems (without getaddrinfo)
Markus Duft
2011-08-18
Drop AI_ADDRCONFIG when resolving TCP addresses
Michael Stapelberg
2011-04-12
If protocol is "unix", use a Unix domain socket, not TCP
Alan Coopersmith
2011-04-12
Make launchd code in xcb_util.c match surrounding code indent levels
Alan Coopersmith
2011-04-04
Remove unused DECnet code
Alan Coopersmith
2011-04-04
Use special path to sockets when running under Solaris Trusted Extensions
Alan Coopersmith
2010-12-23
Merge branch 'master' of git://anongit.freedesktop.org/~peterh/libxcb
Peter Harris
2010-09-19
Allow disconnecting connections that are in error state.
Josh Triplett
2010-09-08
Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/libxcb
Peter Harris
2010-08-31
Merge branch 'master' of git://github.com/topcat/xcb-win32
Peter Harris
2010-07-13
added xcb_sumof() with restriction to uint8_t
Christoph Reimann
2010-06-15
xcb_connect_to_display_with_auth_info: Fix memory leak
Pauli Nieminen
2010-06-15
_xcb_parse_display: Fix error path
Pauli Nieminen
2010-05-14
xcb_open: Improve protocol/host parsing
Jeremy Huddleston
2010-04-30
Fix GCC error on undeclared variable when not using abstract socket
Arnaud Fontaine
2010-04-30
Get rid of PATH_MAX and MAXPATHLEN
Arnaud Fontaine
2010-04-23
Use limits.h instead of syslimits.h
Jeremy Huddleston
2010-04-23
Reworked launchd support to work better with _xcb_parse_display
Jeremy Huddleston
2010-04-22
Set errno=0 in read_block. On Win32 there is no errno and this makes the
Jeetu Golani
2010-03-31
restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without ...
Jeetu Golani
2010-03-29
windefs.h is now called xcb_windefs.h - changed all includes to reflect that....
Jeetu Golani
2010-03-26
Win32 code for xcb-1.5
Jeetu Golani
2010-02-17
Open the X11 socket with close-on-exec flag
RĂ©mi Denis-Courmont
2009-12-02
setsockopt(SO_KEEPALIVE) on TCP display connections.
Adam Jackson
2009-05-26
Disable Nagle on TCP socket
elupus
2009-04-10
util: remove useless strlen calls from decnet opening
Julien Danjou
2009-04-10
util: merge common code for xcb_connect
Julien Danjou
2009-04-10
util: open_abstract gets filelen as parameters
Julien Danjou
2008-11-23
Shutup compiler warning about unused variable...
Jeremy Huddleston
2008-11-23
Apple: Apple launchd cleanup
Jeremy Huddleston
2008-11-23
Apple: Enable support for launchd DISPLAY socket
Jeremy Huddleston
2008-09-09
Add support for the abstract socket namespace under Linux
Julien Cristau
2008-09-09
Fix some fd leaks in _xcb_open_*()
Julien Cristau
2008-08-28
Initialize all fields of addrinfo
Julien Danjou
2008-08-28
Use ifdef instead of if for defined value
Julien Danjou
2008-07-07
fix FreeBSD support
Petr Salinger
[next]