summaryrefslogtreecommitdiff
path: root/test/sendfile.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-22/+22
* test: fix memory leaks of the test framework at exit.Yann Ylavic2021-09-101-3/+3
* stop using deprecated versions of APR_FOPEN_* and APR_FPROT_*Jeff Trawick2014-01-181-1/+1
* Close socket and get a new one before retrying apr_socket_connect(),Jeff Trawick2013-10-141-2/+6
* follow-up to r1523853 and r1524014:Jeff Trawick2013-09-171-0/+3
* fix what is effectively apr_time_from_msec(apr_time_from_msec(small))Jeff Trawick2013-09-171-1/+1
* client mode: wait a bit for the server to start up ifJeff Trawick2013-09-171-3/+10
* report an error if the client couldn't read stdout from the server within a c...Jeff Trawick2013-09-161-3/+7
* Allow sendfile-as-client to start up the server programJeff Trawick2013-09-151-160/+155
* Hard-code the same address family on the server side as it alreadyJeff Trawick2013-09-151-1/+1
* Use the APR_FOPEN_* constants instead of the deprecated APR_* constantsGraham Leggett2010-03-021-2/+2
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Use APR_STATUS_IS_INCOMPLETE instead of comparing directly againstGarrett Rooney2005-12-131-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* before calling apr_socket_recv() and expecting to get EOF, makeJeff Trawick2004-01-091-0/+11
* // considered harmfulJeff Trawick2003-11-241-1/+0
* Tidy up the poll logic in these files so they build/run again.David Reid2003-11-221-5/+14
* remove these deprecated interfaces:Jeff Trawick2003-09-031-1/+1
* iov_len can be too big for an int (e.g., ia64 Linux)Jeff Trawick2003-04-121-4/+5
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-42/+42
* APR occurances to update for socket_opt_get/set and socket_timeout_get/setWilliam A. Rowe Jr2002-07-151-7/+6
* Reimplement apr_poll() on Unix. This improves performance by giving theRyan Bloom2002-07-111-1/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* clean up the way we look at the family of an apr_sockaddr_tJeff Trawick2002-03-121-1/+1
* iov_base can't be dereferenced portablyJeff Trawick2001-12-121-1/+1
* Add a third undocumented option that allows connection to remote servers.Justin Erenkrantz2001-12-121-10/+17
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.William A. Rowe Jr2001-07-181-1/+1
* Added an inherit flag to apr_socket_create and other socket creationRyan Bloom2001-07-161-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedWilliam A. Rowe Jr2001-06-081-6/+1
* fix a problem with the FreeBSD flavor of apr_sendfile(); we couldJeff Trawick2001-05-031-0/+1
* fix bad return code checking and a bad error message afterJeff Trawick2001-03-311-2/+2
* use the correct type for the len parameter to apr_recv(); this fixesJeff Trawick2001-02-161-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-28/+28
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.Jeff Trawick2001-01-231-1/+1
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspWilliam A. Rowe Jr2001-01-231-1/+6
* Fix the stat call in sendfile.cRyan Bloom2001-01-221-1/+1
* Avoid some warnings on platforms where apr_size_t and/or apr_ssize_tJeff Trawick2001-01-151-5/+5
* We do not want to return EAGAIN if there is a timeout set on the socket.Ryan Bloom2000-12-281-1/+1
* The sendfile test needs to treat TIMEOUT clients as if they wereRyan Bloom2000-12-211-1/+1
* A brand new (and -greatly- simplified) test build environment for Win32William A. Rowe Jr2000-12-041-1/+0
* Add the sendfile test to the testsock program. This allows make test toRyan Bloom2000-12-031-0/+768