summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue with the pod and prefork:Jeff Trawick2001-07-112-3/+36
* Updated with 1.3 stuff in tandem with my 1.3 STATUS file update.Jason S. Lingohr2001-07-111-3/+59
* Performance improvement to mod_mime.c. find_ct() in mod_mime,Bill Stoddard2001-07-112-66/+170
* fix pid numbers in mod_status output when using a threaded mpm. pid_buffer wasGreg Ames2001-07-111-2/+2
* New directives should really come with documentation. This isJoshua Slive2001-07-102-0/+58
* Add two functions to allow modules to access random parts of theRyan Bloom2001-07-103-1/+24
* Check the pod after processing a connection so that we'll go awayJeff Trawick2001-07-101-14/+10
* ExtendedStatus is back.Joshua Slive2001-07-102-8/+0
* ignore generated DSO-related files on OS/390Jeff Trawick2001-07-101-0/+1
* uri_delims.h movedJeff Trawick2001-07-101-2/+0
* Use the autoconf variable "host" consistently for platform checks.Roy T. Fielding2001-07-102-8/+5
* Remove openssl path-specific .h comparisonsWilliam A. Rowe Jr2001-07-091-51/+1
* Win32 build changes for recent module updatesWilliam A. Rowe Jr2001-07-091-1113/+21
* Recover from some APR cont --> pool conversions by D. Reid.Bill Stoddard2001-07-091-2/+2
* fix params for logging callChuck Murcko2001-07-091-1/+1
* We are tagged, so bump the numbers everywhere.Ryan Bloom2001-07-092-1/+4
* Update to prepare for 2.0.20 releaseRyan Bloom2001-07-093-3/+4
* Allow all parts of Apache 2.0 to build when --srcdir is used. ThisRyan Bloom2001-07-093-6/+6
* Avoid redundant strlen() calls by using apr_brigade_write() instead ofCliff Woolley2001-07-081-8/+15
* We need to pass the prefix to APR, APR-util, and PCRE. If we don'tRyan Bloom2001-07-081-10/+11
* s/cont/pool/David Reid2001-07-071-7/+7
* s/cont/pool/David Reid2001-07-071-2/+2
* Grrr.. Cliff warned me about this. APR should return APR_SUCCESS withBill Stoddard2001-07-061-3/+3
* Add error message and return if we fail reading from a bucket in theBill Stoddard2001-07-061-0/+5
* emulate_sendfile() is a better name for what this function does. No functionBill Stoddard2001-07-061-16/+11
* Reimplement content length filter to fix problem where all output fromBill Stoddard2001-07-062-58/+104
* Catch up with rbb's last httpd-std.conf commitWilliam A. Rowe Jr2001-07-061-0/+7
* Do non-blocking reads from pipes in the content-length filter.Bill Stoddard2001-07-052-5/+26
* install the man pages when we install everything else.Ryan Bloom2001-07-052-1/+11
* Add documentation for mod_suexec. And add a note in the old docsRyan Bloom2001-07-054-10/+106
* The ExtendedStatus directive was added back to mod_status when weRyan Bloom2001-07-051-0/+7
* Having gone through and expnaded out the hook macro it seemed a wasteDavid Reid2001-07-041-8/+60
* Fix the forking/killing logic in the threaded MPM. The problem we wereRyan Bloom2001-07-031-3/+3
* This fixes the problem of the server not starting new processes to keepRyan Bloom2001-07-031-7/+7
* How do YOU spell "threshold"? =-)Cliff Woolley2001-07-021-1/+1
* Move the heading for 2.0.19 down to where it goes and add a note aboutCliff Woolley2001-07-021-2/+7
* Missed this yesterday...Bill Stoddard2001-07-021-0/+2
* Comment on some brokeness. These are show stoppers...Bill Stoddard2001-07-021-1/+21
* Remove a couple of extraneous calls to apr_brigade_cleanup()Victor J. Orlikowski2001-07-022-2/+0
* Fix the threaded MPM perform_idle_server_maintenance. Basically, we nowRyan Bloom2001-07-021-2/+2
* It's very sunny outside, but I'm stuck inside stripping paint off windowsRyan Bloom2001-07-011-15/+1
* Fix abort code path for HTTP proxy. Similar to Victor's patch for FTPChuck Murcko2001-06-303-6/+28
* Fix the code, to properly handle the case of the user aborting the connectionVictor J. Orlikowski2001-06-301-36/+17
* FTP return code variable cleanup; fixed login bug (same var used forChuck Murcko2001-06-292-56/+58
* fix some warnings (mostly unused variables)Jeff Trawick2001-06-291-4/+1
* Close the sockets, the right way this time.Victor J. Orlikowski2001-06-281-2/+3
* Use the variable we've been using for return codes.Victor J. Orlikowski2001-06-281-6/+6
* Get the messages returned from the FTP Server in order.Victor J. Orlikowski2001-06-281-0/+5
* Just the facts, ma'am.Victor J. Orlikowski2001-06-281-0/+7
* PORT works again. Syntax was what had killed it.Victor J. Orlikowski2001-06-281-1/+0