summaryrefslogtreecommitdiff
path: root/network_io/unix/sendrecv.c
Commit message (Expand)AuthorAgeFilesLines
* apr_socket_sendv: unix: APR_INCOMPLETE_WRITE pre to post processing.Yann Ylavic2022-06-281-7/+10
* apr_socket_sendfile:Yann Ylavic2017-03-281-76/+68
* apr_socket_sendfile: don't reset APR_TCP_NOPUSH if we didn't set it.Yann Ylavic2017-03-281-10/+24
* fix warning: parameter 'flags' set but not usedStefan Fritsch2013-03-231-3/+0
* Only fill in apr_sockaddr_vars_set if we have valid dataStefan Fritsch2013-01-261-1/+8
* Hurd's sendfile works like Linux'sStefan Fritsch2012-05-191-1/+1
* fix extra "the" in comments and license textJeff Trawick2011-03-231-1/+1
* Hide apr_wait_for_io_or_timeout() from public view and add insteadBrian Havard2010-04-121-0/+5
* apr_socket_sendfile() on Solaris: Fix handling of files truncatedJeff Trawick2009-01-311-0/+8
* Darwin sendfile() cleanup.Jim Jagielski2008-05-151-8/+3
* Bypass the call to sendfile if *len is 0. ThisJim Jagielski2008-05-141-0/+3
* Restructure Darwin's sendfile impl again. Instead of writev(),Jim Jagielski2008-05-091-66/+70
* this should not have been committed with the CHANGES patchJim Jagielski2008-05-071-1/+0
* Oops... forgot to combine the CHANGES :)Jim Jagielski2008-05-071-3/+4
* Make Darwin's sendfile() really work :)Jim Jagielski2008-05-071-1/+0
* Optimize away a second poll by simply looping on the existing pollWilliam A. Rowe Jr2008-05-011-7/+3
* Reflow the OS/X sendfile implementation to proceed from writev(hd..iovec)William A. Rowe Jr2008-05-011-16/+23
* Correct legacy crumbs from the new OS/X sendfile changes.William A. Rowe Jr2008-04-251-5/+2
* Support OS/X sendfile by using writev rather than the miscounted sendfile'sWilliam A. Rowe Jr2008-04-241-12/+26
* First draft guesswork for the final implementation of sendfile, thisWilliam A. Rowe Jr2007-10-251-0/+103
* * network_io/unix/sendrecv.c (apr_socket_sendfile) [HAVE_SENDFILEV]:Joe Orton2006-11-071-2/+4
* Fixes for the implementation, documentation and test case forJoe Orton2006-10-251-1/+3
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Fix warning about unused variables on new versions of FreeBSD.Garrett Rooney2006-06-051-1/+4
* * network_io/unix/sendrecv.c [__linux__] (apr_socket_sendfile): LimitJoe Orton2006-05-041-0/+8
* Make apr_socket_recvfrom set the port in the from sockaddr.Garrett Rooney2006-04-271-0/+2
* * network_io/unix/sendrecv.c (apr_socket_sendv): Implement forJoe Orton2006-04-051-2/+5
* Implement pool accessor for socketsMladen Turk2005-06-121-5/+5
* network_io/unix/sendrecv.c: Deal with EAGAIN after poll().Wilfredo Sanchez2005-05-251-16/+16
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add Support for DragonFly BSD.Paul Querna2005-01-211-3/+4
* Remove the Runtime test for the different sendfile revisions on FreeBSD.Paul Querna2004-11-281-53/+6
* * apr/network_io/unix/sendrecv.cJoe Orton2004-11-171-1/+1
* Add LFS support:Joe Orton2004-03-271-5/+47
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replaceWilliam A. Rowe Jr2003-11-201-33/+27
* The use of "netmask" to hold options is a bit beyond bogus. That term hasGreg Stein2003-11-021-38/+38
* axe these deprecated functions:Jeff Trawick2003-09-031-46/+2
* leave a comment about an interesting and possibly unexpectedJeff Trawick2003-08-011-0/+8
* Fix some problems with non-blocking socket handling on unixJeff Trawick2003-05-301-16/+18
* fix some minor style problems (indention, curly braces)Jeff Trawick2003-05-301-40/+40
* Make consistent with other platforms by not exporting apr_sendfileRoy T. Fielding2003-04-011-24/+7
* rename apr_arch_fileio.h to apr_arch_file_io.h for consistencyThom May2003-01-071-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-55/+105
* Fix build on BSD/OS 4.0, where sys/sysctl.h needs other headers to beJoe Orton2002-11-121-1/+2
* fix a typo in a commentJeff Trawick2002-10-241-1/+1
* Silence preprocessor warningJustin Erenkrantz2002-09-131-1/+1