| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge r1705983 from trunk: | Jim Jagielski | 2015-10-06 | 1 | -1/+1 |
| * | Merge r1487528, r1563379, r1563381, r1565711 from trunk: | Jim Jagielski | 2014-02-19 | 1 | -1/+1 |
| * | Merge r1523235 from trunk: | Jim Jagielski | 2013-09-17 | 1 | -3/+6 |
| * | Merge r1491564 from trunk: | Jim Jagielski | 2013-06-26 | 1 | -5/+5 |
| * | core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions() | Graham Leggett | 2013-05-28 | 1 | -35/+56 |
| * | mod_cache: Honour Cache-Control: no-store in a request. | Graham Leggett | 2013-05-28 | 1 | -4/+7 |
| * | mod_cache: Make sure Vary processing handles multivalued Vary headers and | Graham Leggett | 2013-05-28 | 1 | -13/+9 |
| * | mod_cache: When serving from cache, only the last header of a multivalued | Graham Leggett | 2013-05-28 | 1 | -37/+53 |
| * | mod_cache: Invalidate cached entities in response to RFC2616 Section | Graham Leggett | 2013-05-28 | 1 | -29/+140 |
| * | Merge r1452281 from trunk: | Jim Jagielski | 2013-04-15 | 1 | -2/+3 |
| * | Backport r1209766, r1210252, r1210284: | Stefan Fritsch | 2011-12-05 | 1 | -7/+7 |
| * | mod_cache: Revert http://svn.apache.org/viewvc?view=revision&revision=1070179 | Graham Leggett | 2011-11-30 | 1 | -47/+0 |
| * | mod_cache: When a request other than GET or HEAD arrives, we must | Graham Leggett | 2011-02-13 | 1 | -0/+47 |
| * | Use ap_log_rerror() instead of ap_log_error() across mod_cache and | Graham Leggett | 2010-10-17 | 1 | -17/+16 |
| * | Don't attempt to kill a stale entry that cannot be revalidated so early | Graham Leggett | 2010-10-17 | 1 | -42/+24 |
| * | Don't attempt to remove the existing conditional headers until we have | Graham Leggett | 2010-10-17 | 1 | -26/+26 |
| * | Support Cache-Control: only-if-cached, as per RFC2616 14.9.4. | Graham Leggett | 2010-10-17 | 1 | -0/+18 |
| * | Fix the error cases in the cache_select() loop. On error we must loop around | Graham Leggett | 2010-10-17 | 1 | -5/+19 |
| * | Fix the return values in the cache_select() function, we don't return APR | Graham Leggett | 2010-10-16 | 1 | -2/+2 |
| * | Begin the process of optimising the parsing of Cache-Control headers. Parse | Graham Leggett | 2010-10-16 | 1 | -1/+1 |
| * | mod_cache: Don't regenerate the cache key if we have already generated it. | Graham Leggett | 2010-10-04 | 1 | -6/+10 |
| * | mod_cache: Allow control over the base URL of reverse proxied requests | Graham Leggett | 2010-10-03 | 1 | -8/+26 |
| * | Remove a relic from the original error code, and fix segfaults in the | Graham Leggett | 2010-09-23 | 1 | -2/+0 |
| * | Make cache_provider_list and cache_request_rec private by moving them | Graham Leggett | 2010-09-22 | 1 | -20/+25 |
| * | Make cache_server_conf, cache_enable and cache_disable private. Remove | Graham Leggett | 2010-09-22 | 1 | -3/+3 |
| * | Make ap_cache_accept_headers, ap_cache_accept_headers, ap_cache_try_lock and | Graham Leggett | 2010-09-22 | 1 | -1/+2 |
| * | Remove the MOD_CACHE_REQUEST_REC hack, and pass the cache_request_rec | Graham Leggett | 2010-09-22 | 1 | -21/+8 |
| * | Move private cache_* declarations out of the public mod_cache.h file. | Graham Leggett | 2010-09-21 | 1 | -0/+2 |
| * | mod_cache: Give the cache provider the opportunity to choose to cache | Graham Leggett | 2010-09-21 | 1 | -2/+2 |
| * | mod_cache: Check the request to determine whether we are allowed | Graham Leggett | 2010-09-04 | 1 | -0/+5 |
| * | mod_cache: Use a proper filter context to hold filter data instead | Graham Leggett | 2010-09-04 | 1 | -6/+17 |
| * | CVE-2010-1452: Fix handling of missing path segments in the parsed URI struct... | Paul Querna | 2010-07-21 | 1 | -2/+2 |
| * | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -0/+2 |
| * | Allow several of the configured session identifiers to be found and removed in | Stefan Fritsch | 2010-01-10 | 1 | -2/+1 |
| * | * Do an exact match of the keys defined by CacheIgnoreURLSessionIdentifiers | Ruediger Pluem | 2009-12-18 | 1 | -12/+45 |
| * | mod_cache: Introduce the thundering herd lock, a mechanism to keep | Graham Leggett | 2009-08-26 | 1 | -1/+1 |
| * | * Correctly detect if CacheIgnoreURLSessionIdentifiers is set. | Ruediger Pluem | 2009-05-25 | 1 | -1/+1 |
| * | * Add CacheIgnoreURLSessionIdentifiers directive to ignore | Ruediger Pluem | 2009-05-21 | 1 | -2/+57 |
| * | Remove all references to CORE_PRIVATE. | Paul Querna | 2008-04-07 | 1 | -2/+0 |
| * | * Do not do Range requests if we use our own conditionals for validating | Ruediger Pluem | 2008-03-13 | 1 | -0/+7 |
| * | * Save the key we generate during our first run of cache_generate_key_default | Ruediger Pluem | 2007-02-12 | 1 | -0/+30 |
| * | * Add CacheIgnoreQueryString directive to cache requests with a query string | Ruediger Pluem | 2007-02-06 | 1 | -3/+17 |
| * | * Remove expired content from cache that cannot be revalidated. | Ruediger Pluem | 2006-12-03 | 1 | -0/+14 |
| * | * Use the query string stored in r->parsed_uri.query instead of r->args | Ruediger Pluem | 2006-11-18 | 1 | -1/+1 |
| * | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
| * | * Keep the Content-Type for successfully revalidated | Ruediger Pluem | 2006-05-30 | 1 | -0/+11 |
| * | * Cleanup the code by replacing some inline code to lower-case a string with | Ruediger Pluem | 2006-05-22 | 1 | -8/+4 |
| * | * Fix const compiler warning introduced by r407357. | Ruediger Pluem | 2006-05-21 | 1 | -5/+7 |
| * | * Handle the cases "no proxy request" and "reverse proxy request" in the same | Ruediger Pluem | 2006-05-17 | 1 | -8/+16 |
| * | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |