| Commit message (Expand) | Author | Age | Files | Lines |
* | don't segfault in mod_mime's find_ct() if we get there without having set r->... | Brian Pane | 2002-12-15 | 1 | -0/+4 |
* | After some productive feedback and no negative feedback, introduce | William A. Rowe Jr | 2002-12-14 | 1 | -30/+54 |
* | After some productive feedback and no negative feedback, introduce | William A. Rowe Jr | 2002-12-14 | 6 | -8/+129 |
* | Added character set support to mod_auth_LDAP to allow it to convert | Bradley Nicholes | 2002-12-14 | 3 | -2/+216 |
* | Fix a declaration mismatch. We are down to const'ness errors. | William A. Rowe Jr | 2002-12-12 | 1 | -1/+1 |
* | A few more lazy initializations. No function change (I hope :-) | Bill Stoddard | 2002-12-11 | 1 | -14/+9 |
* | Don't spend cycles finding cache-control until we actually need it. | Bill Stoddard | 2002-12-11 | 1 | -2/+3 |
* | Build ldap for win32 by default. No extra magic required other than | William A. Rowe Jr | 2002-12-11 | 2 | -8/+8 |
* | The only code change required for Win32 ldap to build... these are | William A. Rowe Jr | 2002-12-11 | 1 | -3/+3 |
* | Rewrite how proxy sends its request to allow input bodies to morph the request | Justin Erenkrantz | 2002-12-09 | 1 | -52/+146 |
* | mod_authn_anon should be a provider | Wilfredo Sanchez | 2002-12-08 | 1 | -33/+25 |
* | the AccessAuthoritative directive should be AuthzDefaultAuthoritative | Wilfredo Sanchez | 2002-12-08 | 1 | -1/+1 |
* | there is some confusion with "yes" and "no" and "on" and "off"... ;-) | Wilfredo Sanchez | 2002-12-08 | 6 | -11/+11 |
* | outch. there are some possible NULL pointer references. Have you ever tried | Wilfredo Sanchez | 2002-12-08 | 2 | -0/+28 |
* | when asking the providers for authentication, the main loop should | Wilfredo Sanchez | 2002-12-08 | 2 | -5/+5 |
* | 2.0 -> 2.1 | Wilfredo Sanchez | 2002-12-08 | 4 | -11/+11 |
* | mod_proxy: Don't remove the Content-Length from responses | Brian Pane | 2002-12-05 | 1 | -5/+1 |
* | Listing the URLs which are not cachable is useful for building | Bill Stoddard | 2002-12-04 | 1 | -1/+1 |
* | Less verbose debug message | Bill Stoddard | 2002-12-03 | 1 | -1/+1 |
* | 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 |