index
:
delta/apache/apr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
network_io
/
unix
/
sendrecv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespaces in *.c.
Ivan Zhakov
2022-11-20
1
-36
/
+36
*
Remove a useless variable that is shadowing another already existing one.
Christophe Jaillet
2022-11-18
1
-1
/
+0
*
Replace tabs to spaces.
Ivan Zhakov
2022-07-08
1
-1
/
+1
*
apr_socket_sendv: unix: APR_INCOMPLETE_WRITE pre to post processing.
Yann Ylavic
2022-06-28
1
-7
/
+10
*
apr_socket_sendfile:
Yann Ylavic
2017-03-28
1
-76
/
+68
*
apr_socket_sendfile: don't reset APR_TCP_NOPUSH if we didn't set it.
Yann Ylavic
2017-03-28
1
-10
/
+24
*
fix warning: parameter 'flags' set but not used
Stefan Fritsch
2013-03-23
1
-3
/
+0
*
Only fill in apr_sockaddr_vars_set if we have valid data
Stefan Fritsch
2013-01-26
1
-1
/
+8
*
Hurd's sendfile works like Linux's
Stefan Fritsch
2012-05-19
1
-1
/
+1
*
fix extra "the" in comments and license text
Jeff Trawick
2011-03-23
1
-1
/
+1
*
Hide apr_wait_for_io_or_timeout() from public view and add instead
Brian Havard
2010-04-12
1
-0
/
+5
*
apr_socket_sendfile() on Solaris: Fix handling of files truncated
Jeff Trawick
2009-01-31
1
-0
/
+8
*
Darwin sendfile() cleanup.
Jim Jagielski
2008-05-15
1
-8
/
+3
*
Bypass the call to sendfile if *len is 0. This
Jim Jagielski
2008-05-14
1
-0
/
+3
*
Restructure Darwin's sendfile impl again. Instead of writev(),
Jim Jagielski
2008-05-09
1
-66
/
+70
*
this should not have been committed with the CHANGES patch
Jim Jagielski
2008-05-07
1
-1
/
+0
*
Oops... forgot to combine the CHANGES :)
Jim Jagielski
2008-05-07
1
-3
/
+4
*
Make Darwin's sendfile() really work :)
Jim Jagielski
2008-05-07
1
-1
/
+0
*
Optimize away a second poll by simply looping on the existing poll
William A. Rowe Jr
2008-05-01
1
-7
/
+3
*
Reflow the OS/X sendfile implementation to proceed from writev(hd..iovec)
William A. Rowe Jr
2008-05-01
1
-16
/
+23
*
Correct legacy crumbs from the new OS/X sendfile changes.
William A. Rowe Jr
2008-04-25
1
-5
/
+2
*
Support OS/X sendfile by using writev rather than the miscounted sendfile's
William A. Rowe Jr
2008-04-24
1
-12
/
+26
*
First draft guesswork for the final implementation of sendfile, this
William A. Rowe Jr
2007-10-25
1
-0
/
+103
*
* network_io/unix/sendrecv.c (apr_socket_sendfile) [HAVE_SENDFILEV]:
Joe Orton
2006-11-07
1
-2
/
+4
*
Fixes for the implementation, documentation and test case for
Joe Orton
2006-10-25
1
-1
/
+3
*
Fix the typo.
Joe Orton
2006-08-03
1
-1
/
+1
*
Update license header.
Joe Orton
2006-08-03
1
-6
/
+6
*
Fix warning about unused variables on new versions of FreeBSD.
Garrett Rooney
2006-06-05
1
-1
/
+4
*
* network_io/unix/sendrecv.c [__linux__] (apr_socket_sendfile): Limit
Joe Orton
2006-05-04
1
-0
/
+8
*
Make apr_socket_recvfrom set the port in the from sockaddr.
Garrett Rooney
2006-04-27
1
-0
/
+2
*
* network_io/unix/sendrecv.c (apr_socket_sendv): Implement for
Joe Orton
2006-04-05
1
-2
/
+5
*
Implement pool accessor for sockets
Mladen Turk
2005-06-12
1
-5
/
+5
*
network_io/unix/sendrecv.c: Deal with EAGAIN after poll().
Wilfredo Sanchez
2005-05-25
1
-16
/
+16
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Add Support for DragonFly BSD.
Paul Querna
2005-01-21
1
-3
/
+4
*
Remove the Runtime test for the different sendfile revisions on FreeBSD.
Paul Querna
2004-11-28
1
-53
/
+6
*
* apr/network_io/unix/sendrecv.c
Joe Orton
2004-11-17
1
-1
/
+1
*
Add LFS support:
Joe Orton
2004-03-27
1
-5
/
+47
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
1
-49
/
+10
*
Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replace
William A. Rowe Jr
2003-11-20
1
-33
/
+27
*
The use of "netmask" to hold options is a bit beyond bogus. That term has
Greg Stein
2003-11-02
1
-38
/
+38
*
axe these deprecated functions:
Jeff Trawick
2003-09-03
1
-46
/
+2
*
leave a comment about an interesting and possibly unexpected
Jeff Trawick
2003-08-01
1
-0
/
+8
*
Fix some problems with non-blocking socket handling on unix
Jeff Trawick
2003-05-30
1
-16
/
+18
*
fix some minor style problems (indention, curly braces)
Jeff Trawick
2003-05-30
1
-40
/
+40
*
Make consistent with other platforms by not exporting apr_sendfile
Roy T. Fielding
2003-04-01
1
-24
/
+7
*
rename apr_arch_fileio.h to apr_arch_file_io.h for consistency
Thom May
2003-01-07
1
-1
/
+1
*
Namespace protection for include/arch/ header files
Thom May
2003-01-06
1
-2
/
+2
*
Update copyright notices to 2003.
Thom May
2003-01-01
1
-1
/
+1
*
*) Renames done (deprecated functions wrapped):
Thom May
2002-11-20
1
-55
/
+105
[next]