summaryrefslogtreecommitdiffstats
path: root/modules/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* * mod_mem_cache is dead. So remove all hints on it.Ruediger Pluem2008-11-051-8/+0
* The mem_cache is dead, long live disk_cache.William A. Rowe Jr2008-11-054-1414/+0
* * modules/cache/mod_socache_dbm.cPaul Querna2008-10-271-1/+1
* * modules/cache/mod_socache_dbm.c: Fix compile by including unixd.h on operatingPaul Querna2008-10-271-0/+4
* Catch up with a host of changes to the current module setWilliam A. Rowe Jr2008-06-074-0/+444
* Signedness errorWilliam A. Rowe Jr2008-06-071-1/+1
* ap_ namespace, a dead giveaway that this information should resideWilliam A. Rowe Jr2008-06-071-159/+0
* The cache_hash, cache_pqueue and cache_cache functionsWilliam A. Rowe Jr2008-06-066-54/+62
* mod_mem_cache consumes mod_cache, linking this inWilliam A. Rowe Jr2008-06-061-1/+0
* Revert prior commit; the flaw is not in exporting allWilliam A. Rowe Jr2008-06-061-2/+6
* These are declared CACHE_DECLARE and should be consumedWilliam A. Rowe Jr2008-06-061-6/+2
* Add new exportsBradley Nicholes2008-05-231-2/+4
* * 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-192-5/+5
* * 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-182-12/+6
* Make it compile on pre-C99 compilersMartin Kraemer2008-04-181-1/+1
* * Style police. No functional changes.Ruediger Pluem2008-04-172-17/+21
* Centralize hop-by-hop header handling in the main mod_cache code. This change...Dirk-Willem van Gulik2008-04-171-1/+5
* Centralize hop-by-hop header handling in the memory caching code.Dirk-Willem van Gulik2008-04-171-10/+1
* Centralize hop-by-hop header handling in the disk caching code. Note that 'ou...Dirk-Willem van Gulik2008-04-171-12/+3
* Currently each of the caching module includes logic to implementDirk-Willem van Gulik2008-04-172-4/+72
* remove const on socache module declarations to avoid segfault inChris Darroch2008-04-164-4/+4
* Fix socache modules' APACHE_MODULE() definitions.Chris Darroch2008-04-101-3/+3
* * modules/cache/ap_socache.h: Doxify.Joe Orton2008-04-091-33/+82
* oops - checked in wrong makefile.Guenter Knauf2008-04-091-5/+5
* added new chache modules to NetWare build.Guenter Knauf2008-04-093-0/+530
* * modules/cache/mod_socache_dbm.c: Fix some dodgy formatting, thanks rpluem.Joe Orton2008-04-081-9/+8
* Adjust socache init interface to take sizing hints, and namespace tagJoe Orton2008-04-085-51/+56
* * modules/cache/ap_socache.h: Add ap_socache_instance_t object type.Joe Orton2008-04-085-88/+73
* Session cache interface redesign, Part 8:Joe Orton2008-04-086-0/+2027
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-076-11/+0
* * Do not do Range requests if we use our own conditionals for validatingRuediger Pluem2008-03-131-0/+7
* * Restore the original request headers if the cached resource was stale, as theyRuediger Pluem2008-03-121-0/+6
* * If the cached entity contained Cache-Control: no-cache, treat it as staleRuediger Pluem2008-03-021-0/+8
* Incorperate feedback of Rudiger.Dirk-Willem van Gulik2008-02-111-13/+1
* Turn the cache module into first class citizens (well the disk_cacheDirk-Willem van Gulik2008-02-111-4/+5
* Return a little bit more error information when, say a disk is full or someth...Dirk-Willem van Gulik2008-02-111-9/+42
* * Change loglevel from ERROR to WARNING if the renaming of the vary, headersRuediger Pluem2007-12-291-3/+3
* * Make loglevel consistent for similar situations. As this really should notRuediger Pluem2007-12-281-2/+2
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-7/+1
* SECURITY: CVE-2007-1862 (cve.mitre.org)Eric Covener2007-06-011-4/+20
* mod_cache: Do not set Date or Expires when they are missing from the originalJustin Erenkrantz2007-05-191-27/+3
* mod_cache: Correctly handle HEAD requests on expired cache content. PR 41230.Justin Erenkrantz2007-05-191-6/+11
* mod_cache: Let Cache-Control max-age set the expiration of the cachedJustin Erenkrantz2007-05-171-6/+29
* 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