| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Fix THREADED_MPMS so that mod_cgid is | Takashi Sato | 2009-10-10 | 1 | -0/+3 |
* | mod_dav: Provide a mechanism to obtain the request_rec and pathname | Graham Leggett | 2009-10-09 | 1 | -0/+4 |
* | Add PR number for r823613. | Takashi Sato | 2009-10-09 | 1 | -1/+1 |
* | Build: Use install instead of cp if available on | Takashi Sato | 2009-10-09 | 1 | -0/+3 |
* | mod_cache: add Cache-control: s-maxage to cacheability decisions per RFC 2616. | Daniel Earl Poirier | 2009-10-09 | 1 | -0/+3 |
* | mod_logio: introduce new optional function ap_logio_get_last_bytes to get | Stefan Fritsch | 2009-10-08 | 1 | -0/+3 |
* | remove CHANGES entry | Stefan Fritsch | 2009-10-07 | 1 | -5/+0 |
* | Update comments in util_filter.h about bucket and brigade ownership to reflect | Stefan Fritsch | 2009-10-07 | 1 | -0/+5 |
* | Work around broken cache management in mod_ldap: If LDAPSharedCacheSize is too | Stefan Fritsch | 2009-10-06 | 1 | -0/+6 |
* | mod_rewrite: Make sure that a hostname:port isn't fully qualified if | Graham Leggett | 2009-10-05 | 1 | -0/+3 |
* | mod_cache: Teach CacheEnable and CacheDisable to work from within a | Graham Leggett | 2009-10-05 | 1 | -0/+3 |
* | Back out r818492 which prevented all caching of incomplete responses. | Daniel Earl Poirier | 2009-10-05 | 1 | -1/+1 |
* | Add mod_reqtimeout: New module to set timeouts and minimum data rates for | Stefan Fritsch | 2009-10-04 | 1 | -0/+3 |
* | Correct the attribution in CHANGES. | Graham Leggett | 2009-10-04 | 1 | -1/+1 |
* | Make sure to not destroy bucket brigades that have been created by earlier | Stefan Fritsch | 2009-10-04 | 1 | -0/+4 |
* | core, mod_deflate, mod_sed: Reduce memory usage by reusing bucket | Stefan Fritsch | 2009-10-04 | 1 | -0/+3 |
* | mod_cache: Fix uri_meets_conditions() so that CacheEnable will | Graham Leggett | 2009-10-03 | 1 | -0/+4 |
* | suexec: Allow to log an error if exec fails by setting FD_CLOEXEC | Stefan Fritsch | 2009-10-03 | 1 | -0/+3 |
* | Make RemoveType override the info from TypesConfig | Stefan Fritsch | 2009-10-03 | 1 | -0/+3 |
* | mod_cache: Introduce the option to run the cache from within the | Graham Leggett | 2009-10-03 | 1 | -0/+4 |
* | core: Treat timeout reading request as 408 error, not 400. | Daniel Earl Poirier | 2009-10-01 | 1 | -0/+5 |
* | * Fix a regression from r724717 by reintroducing SSL_CLIENT_S_DN, | Ruediger Pluem | 2009-09-30 | 1 | -0/+4 |
* | mod_cache: don't cache incomplete responses, per RFC 2616, 13.8. | Daniel Earl Poirier | 2009-09-24 | 1 | -0/+3 |
* | Fix a segfault in ab when run in verbose mode using https. | Daniel Earl Poirier | 2009-09-23 | 1 | -0/+3 |
* | mod_dav: Allow other modules to become providers and add resource types | Graham Leggett | 2009-09-19 | 1 | -0/+4 |
* | Change Fallback to FallbackResource after extensive discussion with | Nick Kew | 2009-09-15 | 1 | -1/+1 |
* | Change "DefaultHandler" to "Fallback" as discussed on list and | Nick Kew | 2009-09-15 | 1 | -1/+1 |
* | * Follow the standard CHANGES format for security changes. | Ruediger Pluem | 2009-09-14 | 1 | -2/+4 |
* | Correct attribution for mod_dav options provider interface. | Graham Leggett | 2009-09-14 | 1 | -1/+2 |
* | Add attribution and CVE notices. | Graham Leggett | 2009-09-14 | 1 | -0/+6 |
* | mod_dav: Allow other modules to add things to the DAV or Allow headers | Graham Leggett | 2009-09-14 | 1 | -0/+3 |
* | * Lower memory usage by reusing the brigade instead of constantly | Ruediger Pluem | 2009-09-14 | 1 | -0/+3 |
* | mod_mime: detect invalid use of MultiviewsMatch inside Location and | Daniel Earl Poirier | 2009-09-14 | 1 | -0/+3 |
* | mod_request: Make sure the KeptBodySize directive rejects values | Graham Leggett | 2009-09-13 | 1 | -0/+3 |
* | mod_session_crypto: Sanity check should the potentially encrypted | Graham Leggett | 2009-09-13 | 1 | -0/+3 |
* | mod_session.c: Prevent a segfault when session is added but not | Graham Leggett | 2009-09-13 | 1 | -0/+3 |
* | htcacheclean: 19 ways to fail, 1 error message. Fixed. | Graham Leggett | 2009-09-12 | 1 | -0/+2 |
* | Fail server startup when mod_auth_digest is unable to | Daniel Earl Poirier | 2009-09-10 | 1 | -0/+4 |
* | veto-ed | Jim Jagielski | 2009-09-10 | 1 | -5/+0 |
* | mod_proxy_connect: The connect method doesn't work if the client is | Graham Leggett | 2009-09-10 | 1 | -0/+6 |
* | mod_ssl: The error message when SSLCertificateFile is missing should at | Graham Leggett | 2009-09-09 | 1 | -0/+4 |
* | mod_auth_digest: When qop is none, client doesn't send nonce count, | Daniel Earl Poirier | 2009-09-09 | 1 | -0/+2 |
* | Add support for HTTP PUT to ab. | Graham Leggett | 2009-09-06 | 1 | -0/+2 |
* | And additional ServerTokens improvement... | Jim Jagielski | 2009-08-28 | 1 | -2/+3 |
* | OK, might as well finish this... Allow ServerTokens Off | Jim Jagielski | 2009-08-28 | 1 | -0/+4 |
* | mod_headers: generalise the envclause to support conditional | Nick Kew | 2009-08-27 | 1 | -0/+3 |
* | mod_cache: Introduce the thundering herd lock, a mechanism to keep | Graham Leggett | 2009-08-27 | 1 | -0/+4 |
* | Fix shm, rmm, and lock problems. | Daniel Earl Poirier | 2009-08-26 | 1 | -0/+3 |
* | Preserve port over internal redirection | Nick Kew | 2009-08-23 | 1 | -0/+3 |
* | Return consistent error status for proxy unable to connect | Nick Kew | 2009-08-23 | 1 | -0/+4 |