summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* Merge 1487796 from trunk:jorton2013-05-301-2/+10
* Merge r1460179:sf2013-05-031-3/+0
* Merge r1438958:sf2013-05-031-1/+8
* Merge r1478905, add CHANGES entry:sf2013-05-031-1/+15
* Merge 1405985 from trunk:jorton2012-12-111-2/+2
* Trunk r1406690:trawick2012-11-071-2/+19
* merge r1405403 from 1.5.x branch (corresponding roughly to trunk r1405402):trawick2012-11-031-2/+6
* Merge r1343243:sf2012-05-281-1/+4
* Merge r1343233 and add CHANGES entry:sf2012-05-281-2/+17
* Merge r1341196:sf2012-05-281-2/+2
* Merge r1340470:sf2012-05-191-1/+1
* Backport fix for apr_mcast_hops returning EINVAL from trunkmturk2012-04-041-10/+5
* grab 1091757 from trunk:trawick2011-04-132-1/+26
* Grab r1088352 from trunk:trawick2011-04-041-0/+1
* from jorton's trunk r1059351:trawick2011-03-231-1/+7
* Merge r1083931 from trunk:trawick2011-03-211-2/+4
* merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227trawick2011-03-211-1/+1
* merge r949209 from trunktrawick2011-03-212-1/+2
* apr_sockaddr_info_get() on AIX: Fix a problem which could settrawick2011-03-131-6/+16
* Make functions static (backport r991753).fuankg2011-03-101-2/+2
* Merge r983618 from trunk:rpluem2010-08-201-3/+6
* Merge r793193 from trunk:rpluem2010-08-201-3/+5
* Merge r835758 from trunk:rpluem2009-11-131-1/+1
* Backport r831641 from the trunk.bojan2009-11-011-2/+10
* Merge r821524, r822431, r822892, r824500 from trunk:rpluem2009-10-163-0/+76
* Backport r747990, r748361, r748371, r748565, r748988, r749810, r783958bojan2009-06-121-6/+40
* Backport r746115 from the trunk.bojan2009-02-201-0/+4
* backport r739640 from trunktrawick2009-02-011-0/+8
* Fix PR44367.bojan2008-05-291-0/+46
* Fix PR44971.bojan2008-05-271-1/+1
* Darwin sendfile() cleanup.jim2008-05-151-8/+3
* Bypass the call to sendfile if *len is 0. Thisjim2008-05-141-0/+3
* Restructure Darwin's sendfile impl again. Instead of writev(),jim2008-05-091-66/+70
* this should not have been committed with the CHANGES patchjim2008-05-071-1/+0
* Oops... forgot to combine the CHANGES :)jim2008-05-071-3/+4
* Make Darwin's sendfile() really work :)jim2008-05-071-1/+0
* apr_getservbyname(): Use proper method for converting porttrawick2008-05-021-1/+1
* Optimize away a second poll by simply looping on the existing pollwrowe2008-05-011-7/+3
* Reflow the OS/X sendfile implementation to proceed from writev(hd..iovec)wrowe2008-05-011-16/+23
* Correct legacy crumbs from the new OS/X sendfile changes.wrowe2008-04-251-5/+2
* Support OS/X sendfile by using writev rather than the miscounted sendfile'swrowe2008-04-241-12/+26
* Solve mis-handling of struct group_source_req on Win32 by usingwrowe2008-01-031-2/+2
* Revert sockaddr.c all the way back to r428317, and discardwrowe2007-12-151-11/+0
* Round out the implementation of APR_IPV6_V4MAPPED_OK.wrowe2007-12-121-1/+1
* irrespective of if we back this out, prevent doubled resolver calls.wrowe2007-12-111-3/+4
* One byte typo; this should build now.wrowe2007-12-101-1/+1
* Propose a patch to satisfy Joe's concerns about returning IPv4 mapped addresseswrowe2007-12-101-1/+6
* Where hostname is provided in ipv4 numeric form, as we've wrowe2007-12-071-0/+5
* First draft guesswork for the final implementation of sendfile, thiswrowe2007-10-251-0/+103
* Apply the Unix fix to Win32 (gee thanks Joe ;-)wrowe2007-10-151-1/+4