summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* When storing the response headers in mod_cache, omit Transfer-EncodingBrian Pane2002-11-174-3/+31
* mod_cgid: Handle environment variables containing newlines.Jeff Trawick2002-11-151-172/+221
* remove mod_ext_filter from experimentalJeff Trawick2002-11-144-1026/+0
* Move mod_ext_filter out of experimental and into filters.Jeff Trawick2002-11-144-0/+1026
* Fix a memory leak in mod_deflate with dynamic content. Because theCliff Woolley2002-11-141-1/+1
* This fixes a problem where the underlying cache codePaul J. Reder2002-11-141-3/+5
* Add a SERVER_ADDR keyword to match the CGI environment variable,Ken Coar2002-11-121-1/+10
* watch out for the should-not-occur condition where the daemon can'tJeff Trawick2002-11-121-3/+7
* mod_cgid: Terminate CGI scripts when the client connectionJeff Trawick2002-11-111-20/+142
* Rearrange OpenSSL engine initialization to support RANDJeff Trawick2002-11-111-7/+7
* Fix several cut 'n paste errors identified by Juergen Heckel.William A. Rowe Jr2002-11-111-4/+2
* Always emit Vary header if mod_deflate is involved in the request.Justin Erenkrantz2002-11-101-1/+6
* Stop unsetting the 'empty' query string result withWilliam A. Rowe Jr2002-11-091-6/+0
* mod_isapi: Fix an issue where HSE_REQ_DONE_WITH_SESSION notificationWilliam A. Rowe Jr2002-11-091-26/+46
* Improves the user friendliness of the CacheRoot processingPaul J. Reder2002-11-081-22/+23
* When doing a GET of a proxied URL as a subrequest withinBrian Pane2002-11-081-0/+19
* Added code to process min and max file size directives and toPaul J. Reder2002-11-072-2/+13
* Turn DOWN the volume of these errors... they are low enough level notesWilliam A. Rowe Jr2002-11-071-21/+21
* Since the directives CacheIgnoreCacheControl and CacheIgnoreNoLastModPaul J. Reder2002-11-061-2/+2
* Per Justin's feedback, this still needed a little work to get theWilliam A. Rowe Jr2002-11-061-13/+15
* Rule one of winsock and other one-offs (even unix EINTR) ... blockingWilliam A. Rowe Jr2002-11-061-7/+15
* errno? EINTR? what planet was this code on :-? Normalize theWilliam A. Rowe Jr2002-11-061-46/+47
* Merge the last of the 'filtering' functions into ssl_engine_io.c, mergeWilliam A. Rowe Jr2002-11-054-473/+458
* Actually, the APR_ECONNABORTED (EOS-only brigade) is the direction weWilliam A. Rowe Jr2002-11-051-1/+0
* With a last little bit of help from Justin, this should cause theWilliam A. Rowe Jr2002-11-051-0/+16
* At least one doc I've seen says EOF+bytes is valid. This was a typo.William A. Rowe Jr2002-11-051-1/+1
* Appears we forgot to check the possibility of errors coming from theWilliam A. Rowe Jr2002-11-041-1/+6
* DetabbifyBill Stoddard2002-11-041-46/+46
* DetabbifyBill Stoddard2002-11-041-89/+87
* Rename the many flavors of filter_ctx (pRec, fctx etc) to filter_ctx,William A. Rowe Jr2002-11-041-98/+126
* Fix for PR 10216 ... we should not return the status unless we want theWilliam A. Rowe Jr2002-11-041-14/+60
* Well that was a little borked, if you were having stack problems usingWilliam A. Rowe Jr2002-11-011-1/+2
* Inject logio into the win32 buildWilliam A. Rowe Jr2002-11-011-0/+128
* Add some waypoints to understanding this codeJustin Erenkrantz2002-11-011-0/+8
* Add some commentary on how we *think* the input filtering should be workingJustin Erenkrantz2002-11-011-0/+46
* I don't see how *len > wanted, but leave the check there.Justin Erenkrantz2002-11-011-1/+4
* Clean up the read pattern for cases when some data already exists.William A. Rowe Jr2002-11-011-2/+12
* Distinguish inctx, outctx, frec [and b ??? looked like bucket to me!!!]William A. Rowe Jr2002-11-011-96/+96
* More nits spotted by Justin, and catch all the errors except SYSCALLWilliam A. Rowe Jr2002-11-011-2/+2
* Suggestions by Justin, implemention by Will. Rename away all bogisity,William A. Rowe Jr2002-11-011-145/+133
* Completely refactor the BIO-side client input handling for the SSL library.William A. Rowe Jr2002-11-011-137/+189
* Terminate CGI scripts when the client connection drops. ThisJeff Trawick2002-10-311-2/+11
* add a comment lamenting the lack of a cleanup for the CGI childJeff Trawick2002-10-311-0/+15
* Use r->request_time in lieu of apr_time_now() in cache object age calculationsBill Stoddard2002-10-302-4/+6
* Fix memory leak in mod_ssl from internal SSL library allocationsWilliam A. Rowe Jr2002-10-291-0/+1
* Detabbify. With extreme prejudice.William A. Rowe Jr2002-10-299-2263/+2261
* On an errno rampage... ap_log_error takes an apr_status_tWilliam A. Rowe Jr2002-10-291-13/+13
* Close several small leaks in SSL.William A. Rowe Jr2002-10-293-4/+20
* Outch. No freeing consts. Fortunately, the fn's return code isn't const.William A. Rowe Jr2002-10-271-1/+1
* fix the interface to PEM_read_bio_X509() with OpenSSL versions older than 0.9.4.Jeff Trawick2002-10-252-6/+6