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
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
2007-11-24
make IPv6 optional
Bart Massey
2007-07-19
Allow unix:<screen> style display names again.
Egbert Eich
2006-11-24
NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.
Jamey Sharp
2006-11-21
Replace uses of "long" with uint32_t, and similar; fixes 64-bit bugs
Josh Triplett
2006-11-20
Refactor auth code to get display number from xcb_connect
Josh Triplett
2006-11-20
Only use AI_NUMERICSERV if defined.
Josh Triplett
2006-11-20
Support displays with IPv6 addresses or hosts which resolve to IPv6 addresses
Josh Triplett
2006-09-23
The Great XCB Renaming
Josh Triplett
2006-09-21
Convert connection functions to return error objects.
Jamey Sharp
2006-09-12
Remove deprecated public API functions in preparation for 1.0 release. Xlib-s...
Jamey Sharp
2006-07-28
Restore netinet/in.h include that was removed in the DECnet commit.
Eric Anholt
2006-05-30
Deprecate XCBSync, move to XCBAuxSync.
Ian Osgood
2006-04-26
Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*...
Jamey Sharp
2006-04-24
Add support for DECnet. Still needs configure-script options to enable.
Patrick Caulfield
2006-04-09
Remove unnecessary include. Noticed by jamey.
Eric Anholt
2006-03-13
Remove last deprecation warning.
Ian Osgood
2006-03-12
Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcb
Ian Osgood
2006-03-12
Restructure to remove most deprecation warnings.
Ian Osgood
2006-03-11
Portability fixes. Should help DragonFly and Solaris, and should not hurt any...
Jamey Sharp
2006-02-24
Move _xcb_set_fd_flags to xcb_conn.c and make it static. xcb_util.c now has o...
Jamey Sharp
[next]