summaryrefslogtreecommitdiff
path: root/network_io/unix/sendrecv.c
Commit message (Expand)AuthorAgeFilesLines
* backport r739640 from trunktrawick2009-02-011-0/+8
* Merge r656659 from trunk:jim2008-05-151-8/+3
* Backport r654788 and r656355 for fully functionaljim2008-05-141-69/+76
* Oops... this did not belongjim2008-05-071-1/+0
* Combine Darwin sendfile stuff to one combined "fix"jim2008-05-071-0/+1
* backport r654185jim2008-05-071-1/+0
* 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
* First draft guesswork for the final implementation of sendfile, thiswrowe2007-10-251-0/+103
* * network_io/unix/sendrecv.c (apr_socket_sendfile) [HAVE_SENDFILEV]:jorton2006-11-071-2/+4
* Fixes for the implementation, documentation and test case forjorton2006-10-251-1/+3
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Fix warning about unused variables on new versions of FreeBSD.rooneg2006-06-051-1/+4
* * network_io/unix/sendrecv.c [__linux__] (apr_socket_sendfile): Limitjorton2006-05-041-0/+8
* Make apr_socket_recvfrom set the port in the from sockaddr.rooneg2006-04-271-0/+2
* * network_io/unix/sendrecv.c (apr_socket_sendv): Implement forjorton2006-04-051-2/+5
* Implement pool accessor for socketsmturk2005-06-121-5/+5
* network_io/unix/sendrecv.c: Deal with EAGAIN after poll().wsanchez2005-05-251-16/+16
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Add Support for DragonFly BSD.pquerna2005-01-211-3/+4
* Remove the Runtime test for the different sendfile revisions on FreeBSD.pquerna2004-11-281-53/+6
* * apr/network_io/unix/sendrecv.cjorton2004-11-171-1/+1
* Add LFS support:jorton2004-03-271-5/+47
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replacewrowe2003-11-201-33/+27
* The use of "netmask" to hold options is a bit beyond bogus. That term hasgstein2003-11-021-38/+38
* axe these deprecated functions:trawick2003-09-031-46/+2
* leave a comment about an interesting and possibly unexpectedtrawick2003-08-011-0/+8
* Fix some problems with non-blocking socket handling on unixtrawick2003-05-301-16/+18
* fix some minor style problems (indention, curly braces)trawick2003-05-301-40/+40
* Make consistent with other platforms by not exporting apr_sendfilefielding2003-04-011-24/+7
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencythommay2003-01-071-1/+1
* Namespace protection for include/arch/ header filesthommay2003-01-061-2/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-55/+105
* Fix build on BSD/OS 4.0, where sys/sysctl.h needs other headers to bejorton2002-11-121-1/+2
* fix a typo in a commenttrawick2002-10-241-1/+1
* Silence preprocessor warningjerenkrantz2002-09-131-1/+1
* APR occurances to update for socket_opt_get/set and socket_timeout_get/setwrowe2002-07-151-6/+6
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-46/+13
* Continue the Bill Rowe apr_size_t crusade.orlikowski2002-07-101-9/+9
* FreeBSD apr_sendfile: test for kernel version to determine whether togregames2002-07-021-9/+66
* FreeBSD sendfile: return an error if the kernel returns 0 & no bytes sent.gregames2002-05-171-10/+21
* linux sendfile: exit with an error if the file gets smaller in the middle ofgregames2002-05-171-7/+19
* Reduce the number of apr_sendfile calls on AIX and OS/390 bytrawick2002-04-251-0/+12
* apr_sendfile: implement APR_INCOMPLETE_WRITE semantics for FreeBSD. Thisgregames2002-04-241-11/+23
* Solaris version of the code that inserts a select before thebrianp2002-04-111-0/+21