summaryrefslogtreecommitdiff
path: root/modules/cache/cache_util.c
Commit message (Expand)AuthorAgeFilesLines
* * We need to use the headers_out table we merged above, not the original one.Ruediger Pluem2008-04-191-1/+1
* * Style fixes. No functional changes.Ruediger Pluem2008-04-191-3/+3
* * Use the correct headers_out table for overlaying.Ruediger Pluem2008-04-191-1/+1
* Centralize the error-header collapsing done when sending out cached replies. ...Dirk-Willem van Gulik2008-04-181-3/+5
* Make it compile on pre-C99 compilersMartin Kraemer2008-04-181-1/+1
* * Style police. No functional changes.Ruediger Pluem2008-04-171-16/+20
* Currently each of the caching module includes logic to implementDirk-Willem van Gulik2008-04-171-2/+52
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* * If the cached entity contained Cache-Control: no-cache, treat it as staleRuediger Pluem2008-03-021-0/+8
* * Prevent a segmentation fault if one of the Cache-Control headersRuediger Pluem2007-05-061-5/+25
* mod_cache: From RFC3986 (section 6.2.3.) if a URI contains anGraham Leggett2006-09-261-0/+12
* update license header textRoy T. Fielding2006-07-111-6/+6
* * info->expire and info->date are in microseconds. So convert the differenceRuediger Pluem2006-06-031-1/+1
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-16/+16
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-3/+3
* Two minor whitespace cleanups. Syncs with the 2.2.x branch.Colm MacCarthaigh2005-10-031-2/+2
* Enhance CacheEnable/CacheDisable to control caching on a per-protocol, per-hostColm MacCarthaigh2005-08-231-7/+49
* 'generate_name' is too generic to be in the public symbols. Rename it to ap_c...Paul Querna2005-06-031-2/+2
* 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-081-2/+22
* Remove an unused function.Sander Striker2005-03-081-11/+0
* * modules/cache/cache_util.c (ap_cache_check_freshness): Use r->headers_in notJustin Erenkrantz2005-03-071-1/+4
* * modules/cache/mod_disk_cache.c (store_body): Fix format stringJoe Orton2005-02-111-1/+0
* Cleanup structures in mod_cache and friends to remove unused or unnecessaryJustin Erenkrantz2005-02-081-42/+10
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* At long last, promote mod_cache and friends out of experimental/.Justin Erenkrantz2004-11-271-0/+554