summaryrefslogtreecommitdiffstats
path: root/modules/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_disk_cache: If the Vary'd content is stale, we can handle it via ourJustin Erenkrantz2007-05-171-4/+0
* mod_disk_cache: When renegotiating an already cached Vary'd response, do notJustin Erenkrantz2007-05-171-2/+0
* mod_disk_cache: When renegotiating an already cached Vary'd response, createJustin Erenkrantz2007-05-171-0/+9
* RFC 2616 13.2.1 calls out max-age as being a valid 'explicit expiration time',Justin Erenkrantz2007-05-171-4/+5
* * Prevent a segmentation fault if one of the Cache-Control headersRuediger Pluem2007-05-061-5/+25
* removed obsolete -prefix; minor cosmetic changes.Guenter Knauf2007-03-224-77/+72
* * Save the key we generate during our first run of cache_generate_key_defaultRuediger Pluem2007-02-122-0/+33
* * Add CacheIgnoreQueryString directive to cache requests with a query stringRuediger Pluem2007-02-063-4/+44
* This time from the top, with three part harmony AND feeling...Graham Leggett2007-02-015-1255/+343
* Implement a BASEDIR build environment variable to allow the NetWare build to ...Bradley Nicholes2007-02-011-1/+1
* Embed the .manifest files of all httpd binaries as a post-buildWilliam A. Rowe Jr2007-01-114-10/+58
* Change the default depth and length of directories for mod_disk_cache to a de...Paul Querna2006-12-311-1/+1
* whitespace fixJeff Trawick2006-12-081-1/+1
* * Remove expired content from cache that cannot be revalidated.Ruediger Pluem2006-12-031-0/+14
* * Use the query string stored in r->parsed_uri.query instead of r->argsRuediger Pluem2006-11-182-2/+2
* Fix broken compile for platforms with sendfile() -- As Graham says: Looks lik...Martin Kraemer2006-11-021-0/+4
* * Increase the minimum and default value for MCacheMinObjectSize from 0 to 1,Ruediger Pluem2006-11-011-3/+6
* Restore the pdconf configuration structure in the SENDFILE case.Graham Leggett2006-10-271-0/+4
* mod_cache: Pass the output filter stack through the store_body()Graham Leggett2006-10-275-299/+258
* Revert the splitting of buckets before they are handed to the cache providers,Graham Leggett2006-10-262-118/+7
* Optimise the alternate case. Fail fast and stop splitting buckets ifGraham Leggett2006-10-251-1/+1
* mod_cache: Fix an out of memory condition that occurs when theGraham Leggett2006-10-252-7/+118
* mod_disk_cache: Implement read-while-caching.Graham Leggett2006-10-112-14/+287
* mod_disk_cache: NULL fd pointers when closing them, fix missingGraham Leggett2006-10-111-16/+27
* mod_disk_cache: Do away with the write-to-file-then-move-in-placeGraham Leggett2006-10-102-262/+694
* mod_cache: Eliminate a bogus error in the log when a filter returnsGraham Leggett2006-09-271-4/+6
* Allocate the temporary copy file buffer from a pool.Graham Leggett2006-09-261-3/+8
* mod_disk_cache: Make caching of large files possible on 32bit machinesGraham Leggett2006-09-262-41/+265
* mod_mem_cache: Convert mod_mem_cache to use APR memory pool functionsGraham Leggett2006-09-261-133/+25
* Memory leak fix: Unconditionally free the buffer.Graham Leggett2006-09-261-1/+1
* mod_cache: From RFC3986 (section 6.2.3.) if a URI contains anGraham Leggett2006-09-261-0/+12
* Don't cache requests with a expires date in the past; otherwise mod_cache willGraham Leggett2006-09-261-0/+5
* mod_disk_cache: Make sure that only positive integers are acceptedGraham Leggett2006-09-262-8/+18
* * modules/cache/mod_cache.h: Fix comment that was obviously cut andGarrett Rooney2006-09-201-2/+2
* * modules/cache/mod_cache.hGarrett Rooney2006-09-201-21/+0
* * Remove all filters that are before the cache_out filter. This ensuresRuediger Pluem2006-07-261-4/+23
* update license header textRoy T. Fielding2006-07-1114-84/+84
* Revert Revision 397647William A. Rowe Jr2006-07-064-8/+8
* * server/core.c (default_handler): Use apr_brigade_insert_file() toJoe Orton2006-06-143-8/+7
* * If possible, check if the size of an object to cache is within theRuediger Pluem2006-06-031-0/+16
* * info->expire and info->date are in microseconds. So convert the differenceRuediger Pluem2006-06-031-1/+1
* * Keep the Content-Type for successfully revalidatedRuediger Pluem2006-05-301-0/+11
* * Remove temporary files if renaming fails, otherwise they may accumulate.Ruediger Pluem2006-05-281-1/+6
* * Cleanup the code by replacing some inline code to lower-case a string withRuediger Pluem2006-05-221-8/+4
* * Fix const compiler warning introduced by r407357.Ruediger Pluem2006-05-211-5/+7
* * Handle the cases "no proxy request" and "reverse proxy request" in the sameRuediger Pluem2006-05-171-8/+16
* * Add Content-Type to headers_out if not already set. This ensures thatRuediger Pluem2006-05-031-0/+8
* This resource /D syntax was pretty horridly imported into VS 2005,William A. Rowe Jr2006-04-274-8/+8
* Remove all /machine:I386 references, these are getting in the wayWilliam A. Rowe Jr2006-04-274-20/+20
* * Consequently use disk_cache: in error log stringsRuediger Pluem2006-04-231-5/+5