summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* merge r1551659 from trunk:trawick2013-12-171-1/+14
* Merge r1543056 from trunk:jim2013-11-181-5/+1
* Merge r1543033 from trunk:jim2013-11-181-0/+5
* Merge r1541061 from trunk:trawick2013-11-121-0/+29
* Merge 1089031 from trunk:trawick2013-10-271-39/+67
* Merge apr 1.x bits of r1084662 from trunk:trawick2013-10-211-1/+1
* Merge r1523384 and r1523615 from trunk:trawick2013-10-101-1/+2
* merge r1081495 from trunk:trawick2013-10-101-1/+1
* 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:sf2013-05-031-1/+15
* Merge 1405985 from trunk:jorton2012-12-111-2/+2
* merge r1406690 from trunk:trawick2012-11-071-2/+19
* corresponding roughly to trunk r1405402:trawick2012-11-031-2/+6
* Merge r1343243:sf2012-05-281-1/+4
* Merge r1343233: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
* Backport r1183693:sf2011-10-153-0/+26
* 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
* Merge r1081120 from trunk:trawick2011-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