summaryrefslogtreecommitdiff
path: root/src/xcb_util.c
Commit message (Expand)AuthorAgeFilesLines
* Disable Nagle on TCP socketelupus2009-05-261-0/+4
* util: remove useless strlen calls from decnet openingJulien Danjou2009-04-101-4/+6
* util: merge common code for xcb_connectJulien Danjou2009-04-101-34/+16
* util: open_abstract gets filelen as parametersJulien Danjou2009-04-101-6/+11
* Shutup compiler warning about unused variable...Jeremy Huddleston2008-11-231-0/+2
* Apple: Apple launchd cleanupJeremy Huddleston2008-11-231-18/+24
* Apple: Enable support for launchd DISPLAY socketJeremy Huddleston2008-11-231-0/+16
* Add support for the abstract socket namespace under LinuxJulien Cristau2008-09-091-3/+37
* Fix some fd leaks in _xcb_open_*()Julien Cristau2008-09-091-5/+12
* Initialize all fields of addrinfoJulien Danjou2008-08-281-8/+11
* Use ifdef instead of if for defined valueJulien Danjou2008-08-281-1/+1
* fix FreeBSD supportPetr Salinger2008-07-071-2/+5
* make IPv6 optionalBart Massey2007-11-241-0/+2
* Allow unix:<screen> style display names again.Egbert Eich2007-07-191-32/+66
* NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.Jamey Sharp2006-11-241-1/+4
* Replace uses of "long" with uint32_t, and similar; fixes 64-bit bugsJosh Triplett2006-11-211-1/+1
* Refactor auth code to get display number from xcb_connectJosh Triplett2006-11-201-4/+8
* Only use AI_NUMERICSERV if defined.Josh Triplett2006-11-201-2/+5
* Support displays with IPv6 addresses or hosts which resolve to IPv6 addressesJosh Triplett2006-11-201-23/+38
* The Great XCB RenamingJosh Triplett2006-09-231-14/+14
* Convert connection functions to return error objects.Jamey Sharp2006-09-211-4/+6
* Remove deprecated public API functions in preparation for 1.0 release. Xlib-s...Jamey Sharp2006-09-121-177/+0
* Restore netinet/in.h include that was removed in the DECnet commit.Eric Anholt2006-07-281-0/+1
* Deprecate XCBSync, move to XCBAuxSync.Ian Osgood2006-05-301-4/+1
* Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*...Jamey Sharp2006-04-261-0/+140
* Add support for DECnet. Still needs configure-script options to enable.Patrick Caulfield2006-04-241-4/+59
* Remove unnecessary include. Noticed by jamey.Eric Anholt2006-04-091-1/+0
* Remove last deprecation warning.Ian Osgood2006-03-131-1/+7
* Merge branch 'master' of git+ssh://iano@git.freedesktop.org/git/xcbIan Osgood2006-03-121-12/+33
|\
| * Restructure to remove most deprecation warnings.Ian Osgood2006-03-121-12/+33
* | Portability fixes. Should help DragonFly and Solaris, and should not hurt any...Jamey Sharp2006-03-111-0/+1
|/
* Move _xcb_set_fd_flags to xcb_conn.c and make it static. xcb_util.c now has o...Jamey Sharp2006-02-241-20/+0
* Move _xcb_read_block to xcb_in.c and make it static. Change calls in xcb_conn...Jamey Sharp2006-02-241-21/+0
* Move _xcb_readn to xcb_in.c and make it static. Minor change to _xcb_read_blo...Jamey Sharp2006-02-241-9/+3
* Move _xcb_write and _xcb_writev to xcb_out.c and make them static, since only...Jamey Sharp2006-02-231-34/+0
* Remove xcl and CVSROOT.Josh Triplett2006-02-181-0/+279