summaryrefslogtreecommitdiffstats
path: root/modules/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* change signed single-bit fields to unsignedJeff Trawick2011-03-293-45/+45
* enable DEFAULT_REL_RUNTIMEDIR on NetWare and WindowsJeff Trawick2011-03-282-10/+0
* fix doxygen warningsJeff Trawick2011-03-282-1/+2
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-185-5/+5
* mod_cache: Make CacheEnable and CacheDisable configurable perGraham Leggett2011-03-123-37/+92
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-1/+1
* Added mod_socache_memcache to NetWare build.Guenter Knauf2011-03-102-0/+261
* Removed wrong imports / modules from NetWare sochache makefiles.Guenter Knauf2011-03-092-4/+0
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-084-4/+4
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-085-33/+33
* mod_cache_disk: Prevent a segfault should we receive a further bucket afterGraham Leggett2011-03-041-1/+1
* mod_cache_disk: Only attempt to commit to the initialisation if the attemptGraham Leggett2011-03-041-2/+11
* Don't skip the first character, as it may be a quote, which is handledGraham Leggett2011-02-151-1/+1
* fix theoretical const issue in call to strchr()Jeff Trawick2011-02-141-2/+2
* mod_cache: When a request other than GET or HEAD arrives, we mustGraham Leggett2011-02-134-22/+120
* mod_cache: Make sure that the moving of the CACHE filter to anotherGraham Leggett2011-02-131-4/+8
* mod_cache: When a bad Expires date is present, we need to behave as ifGraham Leggett2011-02-121-3/+1
* mod_cache: We must ignore quoted-string values that appear in a Graham Leggett2011-02-121-4/+74
* mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which mustGraham Leggett2011-02-111-8/+14
* * Make module compile by fixing some typos.Ruediger Pluem2011-02-091-2/+2
* * modules/cache/mod_socache_shmcb.c: Comment tweak.Joe Orton2011-01-151-1/+1
* Fix some doxygen warningsStefan Fritsch2010-12-083-4/+4
* Further trivial updates mod_disk_cache -> mod_cache_disk.Rainer Jung2010-11-262-2/+2
* Fixed NetWare build.Guenter Knauf2010-11-211-1/+1
* Rename disk_cache to cache_disk within logging statements.Graham Leggett2010-11-201-33/+33
* mod_disk_cache renamed to mod_cache_disk, to be consistent with theGraham Leggett2010-11-206-47/+49
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* Fix a spelling mistake.Graham Leggett2010-11-191-1/+1
* More splitting as suggested by minfrin.Guenter Knauf2010-11-113-45/+72
* Splitted off cache defines/structs used by htcacheclean.Guenter Knauf2010-11-113-64/+98
* mod_cache: correctly parse quoted strings in cache headers.Nick Kew2010-11-031-0/+24
* Add to modules' help text (displayed by ./configure -h) moreDaniel Earl Poirier2010-11-011-1/+1
* mod_cache: Respect the original Cache-Control header if no header arrivesGraham Leggett2010-10-231-1/+10
* mod_disk_cache: Make sure we step down cleanly when we've ben configuredGraham Leggett2010-10-231-0/+4
* Be compliant with RFC2616 14.46, revalidation failed is Warning 111, notGraham Leggett2010-10-221-6/+6
* Be more efficient when handling the Expires header.Graham Leggett2010-10-181-5/+3
* Remove the remove_url filter consistently for both the ap_die() and theGraham Leggett2010-10-181-2/+2
* Optimise the configuration structures for mod_disk_cache.Graham Leggett2010-10-171-7/+7
* Optimise the configuration structures for mod_cache.Graham Leggett2010-10-171-49/+49
* Use ap_log_rerror() instead of ap_log_error() across mod_cache andGraham Leggett2010-10-177-220/+215
* Support Cache-Control: no-cache with a header name, and private with aGraham Leggett2010-10-171-3/+6
* Don't attempt to kill a stale entry that cannot be revalidated so earlyGraham Leggett2010-10-171-42/+24
* As cache_control_t is public, make ap_cache_control() public with it. BumpGraham Leggett2010-10-172-8/+8
* Don't attempt to remove the existing conditional headers until we haveGraham Leggett2010-10-171-26/+26
* Support Cache-Control: only-if-cached, as per RFC2616 14.9.4.Graham Leggett2010-10-172-6/+20
* Fix the error cases in the cache_select() loop. On error we must loop aroundGraham Leggett2010-10-171-5/+19
* Fix the return values in the cache_select() function, we don't return APRGraham Leggett2010-10-171-2/+2
* Add support for proxy-revalidate as per RFC2616 section 14.9.4.Graham Leggett2010-10-171-3/+6