| Commit message (Expand) | Author | Age | Files | Lines |
* | Repair one oversimplification. I was grep'ping modules/experimental | William A. Rowe Jr | 2002-12-02 | 1 | -2/+2 |
* | Final corrections; much of these .dsp definitions were redundant. | William A. Rowe Jr | 2002-12-02 | 2 | -12/+10 |
* | Decorative change - consistify .dsp verbage | William A. Rowe Jr | 2002-12-01 | 2 | -31/+24 |
* | Although we consistently used apr_time() APIs, the declarations didn't | William A. Rowe Jr | 2002-12-01 | 2 | -11/+11 |
* | Correct to appropriate text file formats | William A. Rowe Jr | 2002-12-01 | 2 | -277/+277 |
* | Fix for BrowserMatchNoCase, which was incorrectly treating non-regex | Brian Pane | 2002-11-30 | 1 | -1/+1 |
* | Per Greg's request, add a version string component to the ap_provider.h | Justin Erenkrantz | 2002-11-30 | 5 | -8/+10 |
* | Use $INCLUDES rather than adding yet another place to edit include dirs. | Wilfredo Sanchez | 2002-11-29 | 3 | -3/+3 |
* | Cleaning up the NetWare make files so that they detect and find the zlib | Bradley Nicholes | 2002-11-26 | 2 | -5/+7 |
* | Set the appropriate mime response headers for negotated type-map | William A. Rowe Jr | 2002-11-25 | 1 | -1/+28 |
* | Log reason for cache decline. | Bill Stoddard | 2002-11-25 | 1 | -26/+46 |
* | Accept '%%' in CustomLog format strings to produce a literal '%'. | William A. Rowe Jr | 2002-11-25 | 1 | -0/+9 |
* | Fix some possibly-uninitialized variables. | Cliff Woolley | 2002-11-23 | 1 | -10/+14 |
* | update a comment | Cliff Woolley | 2002-11-23 | 1 | -8/+6 |
* | Just 2c and fix my old borked comment. | William A. Rowe Jr | 2002-11-23 | 1 | -2/+2 |
* | Added ap_cache_cacheable_hdrs_out to the caching module export list | Bradley Nicholes | 2002-11-23 | 1 | -0/+1 |
* | Makefile change required to move mod_ext_filter out of experimental | Bradley Nicholes | 2002-11-23 | 3 | -7/+254 |
* | Fix the building of cgi command lines when the query string | Jeff Trawick | 2002-11-22 | 2 | -9/+13 |
* | Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSL | Graham Leggett | 2002-11-22 | 1 | -3/+3 |
* | Reorder the definitions for mod_ldap and mod_auth_ldap within | Graham Leggett | 2002-11-22 | 1 | -1/+3 |
* | mod_autoindex: AddDescription directives for directories | Jeff Trawick | 2002-11-22 | 1 | -0/+8 |
* | Fix for PR 14556. The expiry calculations in mod_cache were | Paul J. Reder | 2002-11-21 | 1 | -1/+5 |
* | bucket length parameter is apr_size_t, which isn't always signed, | Jeff Trawick | 2002-11-19 | 2 | -2/+2 |
* | use memcpy() instead of strncpy() since strncpy() is more expensive but | Jeff Trawick | 2002-11-18 | 1 | -1/+5 |
* | 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-12 | 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-08 | 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 |