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
/
test
/
sendfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespaces in *.c.
Ivan Zhakov
2022-11-20
1
-22
/
+22
*
test: fix memory leaks of the test framework at exit.
Yann Ylavic
2021-09-10
1
-3
/
+3
*
stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*
Jeff Trawick
2014-01-18
1
-1
/
+1
*
Close socket and get a new one before retrying apr_socket_connect(),
Jeff Trawick
2013-10-14
1
-2
/
+6
*
follow-up to r1523853 and r1524014:
Jeff Trawick
2013-09-17
1
-0
/
+3
*
fix what is effectively apr_time_from_msec(apr_time_from_msec(small))
Jeff Trawick
2013-09-17
1
-1
/
+1
*
client mode: wait a bit for the server to start up if
Jeff Trawick
2013-09-17
1
-3
/
+10
*
report an error if the client couldn't read stdout from the server within a c...
Jeff Trawick
2013-09-16
1
-3
/
+7
*
Allow sendfile-as-client to start up the server program
Jeff Trawick
2013-09-15
1
-160
/
+155
*
Hard-code the same address family on the server side as it already
Jeff Trawick
2013-09-15
1
-1
/
+1
*
Use the APR_FOPEN_* constants instead of the deprecated APR_* constants
Graham Leggett
2010-03-02
1
-2
/
+2
*
Fix the typo.
Joe Orton
2006-08-03
1
-1
/
+1
*
Update license header.
Joe Orton
2006-08-03
1
-6
/
+6
*
Use APR_STATUS_IS_INCOMPLETE instead of comparing directly against
Garrett Rooney
2005-12-13
1
-1
/
+1
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Relicense APR under Apache License, Version 2.0
Justin Erenkrantz
2004-02-13
1
-49
/
+10
*
before calling apr_socket_recv() and expecting to get EOF, make
Jeff Trawick
2004-01-09
1
-0
/
+11
*
// considered harmful
Jeff Trawick
2003-11-24
1
-1
/
+0
*
Tidy up the poll logic in these files so they build/run again.
David Reid
2003-11-22
1
-5
/
+14
*
remove these deprecated interfaces:
Jeff Trawick
2003-09-03
1
-1
/
+1
*
iov_len can be too big for an int (e.g., ia64 Linux)
Jeff Trawick
2003-04-12
1
-4
/
+5
*
Update copyright notices to 2003.
Thom May
2003-01-01
1
-1
/
+1
*
*) Renames done (deprecated functions wrapped):
Thom May
2002-11-20
1
-42
/
+42
*
APR occurances to update for socket_opt_get/set and socket_timeout_get/set
William A. Rowe Jr
2002-07-15
1
-7
/
+6
*
Reimplement apr_poll() on Unix. This improves performance by giving the
Ryan Bloom
2002-07-11
1
-1
/
+2
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
clean up the way we look at the family of an apr_sockaddr_t
Jeff Trawick
2002-03-12
1
-1
/
+1
*
iov_base can't be dereferenced portably
Jeff Trawick
2001-12-12
1
-1
/
+1
*
Add a third undocumented option that allows connection to remote servers.
Justin Erenkrantz
2001-12-12
1
-10
/
+17
*
Back out the inherit flag from apr_socket_create/apr_os_socket_put.
William A. Rowe Jr
2001-07-18
1
-1
/
+1
*
Added an inherit flag to apr_socket_create and other socket creation
Ryan Bloom
2001-07-16
1
-1
/
+1
*
These are (thankfully) now irrelevant stubs. apr_terminate is defined
William A. Rowe Jr
2001-06-08
1
-6
/
+1
*
fix a problem with the FreeBSD flavor of apr_sendfile(); we could
Jeff Trawick
2001-05-03
1
-0
/
+1
*
fix bad return code checking and a bad error message after
Jeff Trawick
2001-03-31
1
-2
/
+2
*
use the correct type for the len parameter to apr_recv(); this fixes
Jeff Trawick
2001-02-16
1
-1
/
+1
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-28
/
+28
*
Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.
Jeff Trawick
2001-01-23
1
-1
/
+1
*
Commit a bunch of cleanups to get win32 going again. Note the apr.dsp
William A. Rowe Jr
2001-01-23
1
-1
/
+6
*
Fix the stat call in sendfile.c
Ryan Bloom
2001-01-22
1
-1
/
+1
*
Avoid some warnings on platforms where apr_size_t and/or apr_ssize_t
Jeff Trawick
2001-01-15
1
-5
/
+5
*
We do not want to return EAGAIN if there is a timeout set on the socket.
Ryan Bloom
2000-12-28
1
-1
/
+1
*
The sendfile test needs to treat TIMEOUT clients as if they were
Ryan Bloom
2000-12-21
1
-1
/
+1
*
A brand new (and -greatly- simplified) test build environment for Win32
William A. Rowe Jr
2000-12-04
1
-1
/
+0
*
Add the sendfile test to the testsock program. This allows make test to
Ryan Bloom
2000-12-03
1
-0
/
+768