summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag2.0.20(no author)2001-07-0962-16415/+1
* 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-051-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-011-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-291-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-281-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
* Maybe this will get PORT working again....Victor J. Orlikowski2001-06-281-5/+6
* Last check-in went awry.Victor J. Orlikowski2001-06-281-0/+1
* proxy_ftp.cVictor J. Orlikowski2001-06-281-2/+9
* Reorganize ap_proxy_string_read() internally to not process eos buckets.Chuck Murcko2001-06-282-17/+27
* Some servers send no response to FTP QUIT command and just close theChuck Murcko2001-06-282-10/+5
* An EOS bucket doesn't contain anything, so why shouldn't we skip it?Victor J. Orlikowski2001-06-281-0/+1
* ftp_getrc_msg is blocking for no good reason after the receive loop.Victor J. Orlikowski2001-06-281-4/+7
* Bump after the tag/rollRyan Bloom2001-06-282-1/+3
* Bump a couple things for the tag and roll!!!!Ryan Bloom2001-06-283-3/+4
* Fix the big issue with the threaded MPM. We no longer stop dead if allRyan Bloom2001-06-283-77/+111