| Commit message (Expand) | Author | Age | Files | Lines |
* | When storing the response headers in mod_cache, omit Transfer-Encoding | Brian Pane | 2002-11-17 | 4 | -3/+31 |
* | mod_cgid: Handle environment variables containing newlines. | Jeff Trawick | 2002-11-15 | 1 | -172/+221 |
* | remove mod_ext_filter from experimental | Jeff Trawick | 2002-11-14 | 4 | -1026/+0 |
* | Move mod_ext_filter out of experimental and into filters. | Jeff Trawick | 2002-11-14 | 4 | -0/+1026 |
* | Fix a memory leak in mod_deflate with dynamic content. Because the | Cliff Woolley | 2002-11-14 | 1 | -1/+1 |
* | This fixes a problem where the underlying cache code | Paul J. Reder | 2002-11-14 | 1 | -3/+5 |
* | Add a SERVER_ADDR keyword to match the CGI environment variable, | Ken Coar | 2002-11-12 | 1 | -1/+10 |
* | watch out for the should-not-occur condition where the daemon can't | Jeff Trawick | 2002-11-12 | 1 | -3/+7 |
* | mod_cgid: Terminate CGI scripts when the client connection | Jeff Trawick | 2002-11-11 | 1 | -20/+142 |
* | Rearrange OpenSSL engine initialization to support RAND | Jeff Trawick | 2002-11-11 | 1 | -7/+7 |
* | Fix several cut 'n paste errors identified by Juergen Heckel. | William A. Rowe Jr | 2002-11-11 | 1 | -4/+2 |
* | Always emit Vary header if mod_deflate is involved in the request. | Justin Erenkrantz | 2002-11-10 | 1 | -1/+6 |
* | Stop unsetting the 'empty' query string result with | William A. Rowe Jr | 2002-11-09 | 1 | -6/+0 |
* | mod_isapi: Fix an issue where HSE_REQ_DONE_WITH_SESSION notification | William A. Rowe Jr | 2002-11-09 | 1 | -26/+46 |
* | Improves the user friendliness of the CacheRoot processing | Paul J. Reder | 2002-11-08 | 1 | -22/+23 |
* | When doing a GET of a proxied URL as a subrequest within | Brian Pane | 2002-11-08 | 1 | -0/+19 |
* | Added code to process min and max file size directives and to | Paul J. Reder | 2002-11-07 | 2 | -2/+13 |
* | Turn DOWN the volume of these errors... they are low enough level notes | William A. Rowe Jr | 2002-11-07 | 1 | -21/+21 |
* | Since the directives CacheIgnoreCacheControl and CacheIgnoreNoLastMod | Paul J. Reder | 2002-11-06 | 1 | -2/+2 |
* | Per Justin's feedback, this still needed a little work to get the | William A. Rowe Jr | 2002-11-06 | 1 | -13/+15 |
* | Rule one of winsock and other one-offs (even unix EINTR) ... blocking | William A. Rowe Jr | 2002-11-06 | 1 | -7/+15 |
* | errno? EINTR? what planet was this code on :-? Normalize the | William A. Rowe Jr | 2002-11-06 | 1 | -46/+47 |
* | Merge the last of the 'filtering' functions into ssl_engine_io.c, merge | William A. Rowe Jr | 2002-11-05 | 4 | -473/+458 |
* | Actually, the APR_ECONNABORTED (EOS-only brigade) is the direction we | William A. Rowe Jr | 2002-11-05 | 1 | -1/+0 |
* | With a last little bit of help from Justin, this should cause the | William A. Rowe Jr | 2002-11-05 | 1 | -0/+16 |
* | At least one doc I've seen says EOF+bytes is valid. This was a typo. | William A. Rowe Jr | 2002-11-05 | 1 | -1/+1 |
* | Appears we forgot to check the possibility of errors coming from the | William A. Rowe Jr | 2002-11-04 | 1 | -1/+6 |
* | Detabbify | Bill Stoddard | 2002-11-04 | 1 | -46/+46 |
* | Detabbify | Bill Stoddard | 2002-11-04 | 1 | -89/+87 |
* | Rename the many flavors of filter_ctx (pRec, fctx etc) to filter_ctx, | William A. Rowe Jr | 2002-11-04 | 1 | -98/+126 |
* | Fix for PR 10216 ... we should not return the status unless we want the | William A. Rowe Jr | 2002-11-04 | 1 | -14/+60 |
* | Well that was a little borked, if you were having stack problems using | William A. Rowe Jr | 2002-11-01 | 1 | -1/+2 |
* | Inject logio into the win32 build | William A. Rowe Jr | 2002-11-01 | 1 | -0/+128 |
* | Add some waypoints to understanding this code | Justin Erenkrantz | 2002-11-01 | 1 | -0/+8 |
* | Add some commentary on how we *think* the input filtering should be working | Justin Erenkrantz | 2002-11-01 | 1 | -0/+46 |
* | I don't see how *len > wanted, but leave the check there. | Justin Erenkrantz | 2002-11-01 | 1 | -1/+4 |
* | Clean up the read pattern for cases when some data already exists. | William A. Rowe Jr | 2002-11-01 | 1 | -2/+12 |
* | Distinguish inctx, outctx, frec [and b ??? looked like bucket to me!!!] | William A. Rowe Jr | 2002-11-01 | 1 | -96/+96 |
* | More nits spotted by Justin, and catch all the errors except SYSCALL | William A. Rowe Jr | 2002-11-01 | 1 | -2/+2 |
* | Suggestions by Justin, implemention by Will. Rename away all bogisity, | William A. Rowe Jr | 2002-11-01 | 1 | -145/+133 |
* | Completely refactor the BIO-side client input handling for the SSL library. | William A. Rowe Jr | 2002-11-01 | 1 | -137/+189 |
* | Terminate CGI scripts when the client connection drops. This | Jeff Trawick | 2002-10-31 | 1 | -2/+11 |
* | add a comment lamenting the lack of a cleanup for the CGI child | Jeff Trawick | 2002-10-31 | 1 | -0/+15 |
* | Use r->request_time in lieu of apr_time_now() in cache object age calculations | Bill Stoddard | 2002-10-30 | 2 | -4/+6 |
* | Fix memory leak in mod_ssl from internal SSL library allocations | William A. Rowe Jr | 2002-10-29 | 1 | -0/+1 |
* | Detabbify. With extreme prejudice. | William A. Rowe Jr | 2002-10-29 | 9 | -2263/+2261 |
* | On an errno rampage... ap_log_error takes an apr_status_t | William A. Rowe Jr | 2002-10-29 | 1 | -13/+13 |
* | Close several small leaks in SSL. | William A. Rowe Jr | 2002-10-29 | 3 | -4/+20 |
* | Outch. No freeing consts. Fortunately, the fn's return code isn't const. | William A. Rowe Jr | 2002-10-27 | 1 | -1/+1 |
* | fix the interface to PEM_read_bio_X509() with OpenSSL versions older than 0.9.4. | Jeff Trawick | 2002-10-25 | 2 | -6/+6 |