summaryrefslogtreecommitdiff
path: root/test/sendfile.c
Commit message (Expand)AuthorAgeFilesLines
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* before calling apr_socket_recv() and expecting to get EOF, maketrawick2004-01-091-0/+11
* // considered harmfultrawick2003-11-241-1/+0
* Tidy up the poll logic in these files so they build/run again.dreid2003-11-221-5/+14
* remove these deprecated interfaces:trawick2003-09-031-1/+1
* iov_len can be too big for an int (e.g., ia64 Linux)trawick2003-04-121-4/+5
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-42/+42
* APR occurances to update for socket_opt_get/set and socket_timeout_get/setwrowe2002-07-151-7/+6
* Reimplement apr_poll() on Unix. This improves performance by giving therbb2002-07-111-1/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* clean up the way we look at the family of an apr_sockaddr_ttrawick2002-03-121-1/+1
* iov_base can't be dereferenced portablytrawick2001-12-121-1/+1
* Add a third undocumented option that allows connection to remote servers.jerenkrantz2001-12-121-10/+17
* Back out the inherit flag from apr_socket_create/apr_os_socket_put.wrowe2001-07-181-1/+1
* Added an inherit flag to apr_socket_create and other socket creationrbb2001-07-161-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* fix a problem with the FreeBSD flavor of apr_sendfile(); we couldtrawick2001-05-031-0/+1
* fix bad return code checking and a bad error message aftertrawick2001-03-311-2/+2
* use the correct type for the len parameter to apr_recv(); this fixestrawick2001-02-161-1/+1
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-28/+28
* Get testfile.c to compile when APR_FILES_AS_SOCKETS is defined.trawick2001-01-231-1/+1
* Commit a bunch of cleanups to get win32 going again. Note the apr.dspwrowe2001-01-231-1/+6
* Fix the stat call in sendfile.crbb2001-01-221-1/+1
* Avoid some warnings on platforms where apr_size_t and/or apr_ssize_ttrawick2001-01-151-5/+5
* We do not want to return EAGAIN if there is a timeout set on the socket.rbb2000-12-281-1/+1
* The sendfile test needs to treat TIMEOUT clients as if they wererbb2000-12-211-1/+1
* A brand new (and -greatly- simplified) test build environment for Win32wrowe2000-12-041-1/+0
* Add the sendfile test to the testsock program. This allows make test torbb2000-12-031-0/+768