| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_disk_cache: If the Vary'd content is stale, we can handle it via our | Justin Erenkrantz | 2007-05-17 | 1 | -4/+0 |
* | mod_disk_cache: When renegotiating an already cached Vary'd response, do not | Justin Erenkrantz | 2007-05-17 | 1 | -2/+0 |
* | mod_disk_cache: When renegotiating an already cached Vary'd response, create | Justin Erenkrantz | 2007-05-17 | 1 | -0/+9 |
* | RFC 2616 13.2.1 calls out max-age as being a valid 'explicit expiration time', | Justin Erenkrantz | 2007-05-17 | 1 | -4/+5 |
* | * Prevent a segmentation fault if one of the Cache-Control headers | Ruediger Pluem | 2007-05-06 | 1 | -5/+25 |
* | removed obsolete -prefix; minor cosmetic changes. | Guenter Knauf | 2007-03-22 | 4 | -77/+72 |
* | * Save the key we generate during our first run of cache_generate_key_default | Ruediger Pluem | 2007-02-12 | 2 | -0/+33 |
* | * Add CacheIgnoreQueryString directive to cache requests with a query string | Ruediger Pluem | 2007-02-06 | 3 | -4/+44 |
* | This time from the top, with three part harmony AND feeling... | Graham Leggett | 2007-02-01 | 5 | -1255/+343 |
* | Implement a BASEDIR build environment variable to allow the NetWare build to ... | Bradley Nicholes | 2007-02-01 | 1 | -1/+1 |
* | Embed the .manifest files of all httpd binaries as a post-build | William A. Rowe Jr | 2007-01-11 | 4 | -10/+58 |
* | Change the default depth and length of directories for mod_disk_cache to a de... | Paul Querna | 2006-12-31 | 1 | -1/+1 |
* | whitespace fix | Jeff Trawick | 2006-12-08 | 1 | -1/+1 |
* | * 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 | 2 | -2/+2 |
* | Fix broken compile for platforms with sendfile() -- As Graham says: Looks lik... | Martin Kraemer | 2006-11-02 | 1 | -0/+4 |
* | * Increase the minimum and default value for MCacheMinObjectSize from 0 to 1, | Ruediger Pluem | 2006-11-01 | 1 | -3/+6 |
* | Restore the pdconf configuration structure in the SENDFILE case. | Graham Leggett | 2006-10-27 | 1 | -0/+4 |
* | mod_cache: Pass the output filter stack through the store_body() | Graham Leggett | 2006-10-27 | 5 | -299/+258 |
* | Revert the splitting of buckets before they are handed to the cache providers, | Graham Leggett | 2006-10-26 | 2 | -118/+7 |
* | Optimise the alternate case. Fail fast and stop splitting buckets if | Graham Leggett | 2006-10-25 | 1 | -1/+1 |
* | mod_cache: Fix an out of memory condition that occurs when the | Graham Leggett | 2006-10-25 | 2 | -7/+118 |
* | mod_disk_cache: Implement read-while-caching. | Graham Leggett | 2006-10-11 | 2 | -14/+287 |
* | mod_disk_cache: NULL fd pointers when closing them, fix missing | Graham Leggett | 2006-10-11 | 1 | -16/+27 |
* | mod_disk_cache: Do away with the write-to-file-then-move-in-place | Graham Leggett | 2006-10-10 | 2 | -262/+694 |
* | mod_cache: Eliminate a bogus error in the log when a filter returns | Graham Leggett | 2006-09-27 | 1 | -4/+6 |
* | Allocate the temporary copy file buffer from a pool. | Graham Leggett | 2006-09-26 | 1 | -3/+8 |
* | mod_disk_cache: Make caching of large files possible on 32bit machines | Graham Leggett | 2006-09-26 | 2 | -41/+265 |
* | mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions | Graham Leggett | 2006-09-26 | 1 | -133/+25 |
* | Memory leak fix: Unconditionally free the buffer. | Graham Leggett | 2006-09-26 | 1 | -1/+1 |
* | mod_cache: From RFC3986 (section 6.2.3.) if a URI contains an | Graham Leggett | 2006-09-26 | 1 | -0/+12 |
* | Don't cache requests with a expires date in the past; otherwise mod_cache will | Graham Leggett | 2006-09-26 | 1 | -0/+5 |
* | mod_disk_cache: Make sure that only positive integers are accepted | Graham Leggett | 2006-09-26 | 2 | -8/+18 |
* | * modules/cache/mod_cache.h: Fix comment that was obviously cut and | Garrett Rooney | 2006-09-20 | 1 | -2/+2 |
* | * modules/cache/mod_cache.h | Garrett Rooney | 2006-09-20 | 1 | -21/+0 |
* | * Remove all filters that are before the cache_out filter. This ensures | Ruediger Pluem | 2006-07-26 | 1 | -4/+23 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 14 | -84/+84 |
* | Revert Revision 397647 | William A. Rowe Jr | 2006-07-06 | 4 | -8/+8 |
* | * server/core.c (default_handler): Use apr_brigade_insert_file() to | Joe Orton | 2006-06-14 | 3 | -8/+7 |
* | * If possible, check if the size of an object to cache is within the | Ruediger Pluem | 2006-06-03 | 1 | -0/+16 |
* | * info->expire and info->date are in microseconds. So convert the difference | Ruediger Pluem | 2006-06-03 | 1 | -1/+1 |
* | * Keep the Content-Type for successfully revalidated | Ruediger Pluem | 2006-05-30 | 1 | -0/+11 |
* | * Remove temporary files if renaming fails, otherwise they may accumulate. | Ruediger Pluem | 2006-05-28 | 1 | -1/+6 |
* | * 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 |
* | * Add Content-Type to headers_out if not already set. This ensures that | Ruediger Pluem | 2006-05-03 | 1 | -0/+8 |
* | This resource /D syntax was pretty horridly imported into VS 2005, | William A. Rowe Jr | 2006-04-27 | 4 | -8/+8 |
* | Remove all /machine:I386 references, these are getting in the way | William A. Rowe Jr | 2006-04-27 | 4 | -20/+20 |
* | * Consequently use disk_cache: in error log strings | Ruediger Pluem | 2006-04-23 | 1 | -5/+5 |