summaryrefslogtreecommitdiff
path: root/modules/cache
Commit message (Expand)AuthorAgeFilesLines
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-163-9/+9
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-107-172/+172
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-103-32/+32
* fix memory leak. Reported by <christophe.jaillet@wanadoo.fr>Bill Stoddard2005-11-021-0/+1
* * Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ which only differRuediger Pluem2005-10-171-11/+73
* Two minor whitespace cleanups. Syncs with the 2.2.x branch.Colm MacCarthaigh2005-10-031-2/+2
* Fixes and cleanups for mod_cache;Colm MacCarthaigh2005-09-263-22/+49
* Doxygen fixup / cleanupIan Holsman2005-08-284-26/+39
* Enhance CacheEnable/CacheDisable to control caching on a per-protocol, per-hostColm MacCarthaigh2005-08-233-22/+73
* remove some unused variables and re-name cache_select_url() to simply Colm MacCarthaigh2005-08-234-9/+5
* Improve the cache hit/miss ratio by canonicalising the url key. hostname'sColm MacCarthaigh2005-08-231-4/+74
* Split mod_disk_cache.c into mod_disk_cache.c and mod_disk_cache.hAndreas Steinmetz2005-08-232-64/+96
* Move the debuging log message about the removal of a url fromJustin Erenkrantz2005-08-122-5/+4
* mod_disk_cache: Remove the directory path of the cached file as far as possibleJustin Erenkrantz2005-08-121-2/+49
* * modules/cache/cache_storage.c (cache_remove_url): Remove unusedJoe Orton2005-08-121-3/+0
* Fix incorrectly served 304 responses when expired cache entityJustin Erenkrantz2005-08-111-4/+37
* mod_cache: Implement remove URL via a filter.Justin Erenkrantz2005-08-114-19/+101
* Implement mod_disk_cache's remove_url.Justin Erenkrantz2005-08-111-2/+44
* mod_disk_cache: Retry file rename up to three times to ameliorate raceJustin Erenkrantz2005-08-101-3/+30
* Opps. Use the correct member of the structure.Paul Querna2005-07-211-1/+1
* Correctly restore the HTTP status from the cache handler.Paul Querna2005-07-211-0/+5
* Quick hack to store varied contents under the same path, making it Paul Querna2005-07-201-6/+28
* Now you can run mod_deflate before mod_cache, and cache it.Paul Querna2005-07-201-2/+2
* caddr_t is quite non-portable, but a (void*) will do the trick.William A. Rowe Jr2005-06-171-1/+1
* Fix up some type mismatches that are causing compiler errors in Metrowerks on...Bradley Nicholes2005-06-152-3/+3
* - Remove unneeded cast.Paul Querna2005-06-141-1/+1
* - Partial revert of revision 190535. Remove const from tempfile, since apr_f...Paul Querna2005-06-141-1/+1
* * cache/mod_disk_cache.c: Make most members of disk_cache_object into const c...Paul Querna2005-06-142-15/+15
* - Remove unused dirlevels and dirlength from the cache info structure.Paul Querna2005-06-141-4/+0
* Based on feedback from dev@httpd, store Vary headers inside the '.header' file.Paul Querna2005-06-131-28/+292
* - link/unlink are not called directly, so we do not need this extra header.Paul Querna2005-06-111-4/+0
* - Use apr_file_mktemp() and rename the header data file to its final location...Paul Querna2005-06-111-11/+24
* * cache_save_filter: Paul Querna2005-06-101-15/+11
* Rename generate_name to ap_cache_generate_nameBradley Nicholes2005-06-081-1/+1
* * mod_cache.c: When 'Vary: *' is sent, do not cache, since revalidation is al...Paul Querna2005-06-061-1/+3
* 'generate_name' is too generic to be in the public symbols. Rename it to ap_c...Paul Querna2005-06-033-9/+9
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-154-4/+4
* Another mod_cache fixlet.Sander Striker2005-03-112-0/+13
* Make IgnoreCacheControl do what it implies when it comes to requests andSander Striker2005-03-081-6/+8
* Improve caching a bit more...Sander Striker2005-03-082-39/+32
* Remove an unused function.Sander Striker2005-03-083-13/+0
* * modules/cache/cache_util.c (ap_cache_check_freshness): Use r->headers_in notJustin Erenkrantz2005-03-071-1/+4
* More mod_cache tweakage...Sander Striker2005-03-062-14/+27
* Tracked down by Justin Erenkrantz.Sander Striker2005-03-061-67/+61
* * modules/cache/mod_cache.cSander Striker2005-03-061-2/+6
* * modules/cache/mod_disk_cache.c (store_body): Fix format stringJoe Orton2005-02-113-6/+5
* Some minimal tweaks to mod_cache.Sander Striker2005-02-092-3/+4
* More work to properly handle revalidated responses correctly.Justin Erenkrantz2005-02-094-19/+64
* More mod_cache tweakage.Sander Striker2005-02-081-5/+7
* Make the function declaration match the prototypeBradley Nicholes2005-02-081-1/+1