summaryrefslogtreecommitdiffstats
path: root/modules/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* reflow a very long line, no functional changeEric Covener2013-07-121-2/+4
* fix whitespace in AH00766 warning: Eric Covener2013-07-091-1/+1
* Fix some compiler warnings.Guenter Knauf2013-07-071-1/+1
* recognize the "defualt handler name" in r->handler, which is used whenEric Covener2013-06-261-4/+4
* Fix "variable 'rv' may be used uninitializedRainer Jung2013-06-191-1/+1
* Correct the use of the printf formatter.Graham Leggett2013-06-171-5/+3
* mod_socache_shmcb.c: Remove arbitrary restriction on shared memory sizeGraham Leggett2013-06-171-1/+1
* mod_cache_socache: Make sure the CacheSocacheMaxSize directive is mergedGraham Leggett2013-06-131-0/+1
* const goodness with nasty strrchr and strchr functionsJeff Trawick2013-06-101-5/+5
* mod_cache_socache: Use the name of the socache implementation when performing Graham Leggett2013-06-101-1/+1
* Fixed signed<->unsigned compiler warning.Guenter Knauf2013-06-071-2/+2
* update log tagsStefan Fritsch2013-05-111-2/+2
* mod_cache: If a 304 response indicates an entity not currently cached, thenGraham Leggett2013-05-101-54/+31
* Ensure that Warning headers are correctly handled as per RFC2616.Graham Leggett2013-05-083-9/+36
* mod_cache: Ensure that we don't attempt to replace a cached responseGraham Leggett2013-05-071-0/+19
* core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()Graham Leggett2013-05-072-36/+57
* mod_cache: Ensure that updated responses to HEAD requests don't getGraham Leggett2013-05-063-72/+91
* mod_cache: Honour Cache-Control: no-store in a request.Graham Leggett2013-05-054-16/+62
* mod_cache: RFC2616 14.9.3 The s-maxage directive also implies theGraham Leggett2013-05-051-1/+2
* mod_cache: Make sure that contradictory entity headers present in a 304Graham Leggett2013-05-041-17/+74
* Silent no-prototype compiler warning.Guenter Knauf2013-05-031-1/+1
* mod_cache: Make sure Vary processing handles multivalued Vary headers andGraham Leggett2013-05-033-16/+21
* mod_cache: When serving from cache, only the last header of a multivaluedGraham Leggett2013-05-023-43/+37
* mod_cache: Ignore response headers specified by no-cache=header andGraham Leggett2013-05-023-104/+230
* Apply log message tags to messages.Graham Leggett2013-05-012-10/+10
* mod_cache: Invalidate cached entities in response to RFC2616 SectionGraham Leggett2013-05-016-103/+282
* Make option "CacheDisable" in mod_cache case insensitive.Christophe Jaillet2013-04-041-1/+1
* Name pool + concat string at compile time when possibleChristophe Jaillet2013-03-291-2/+4
* fix merge of min/max file size by setting corresponding _setEric Covener2013-03-061-0/+2
* cache_storage: remove useless test + update function name in debug log + skip...Christophe Jaillet2013-03-041-2/+3
* Remove useless tests.Christophe Jaillet2013-03-031-1/+1
* Cache does no longer send Content-Type headerRainer Jung2013-01-271-3/+6
* According top my testing 'socache_mc_id2key' is 6x faster with the use 'ap_bi...Christophe Jaillet2013-01-061-7/+1
* mod_cache_socache: Don't clean up too soon. If we do, revalidated requestsGraham Leggett2012-12-081-1/+0
* fix a comment to match the r1299718/r1370225 changes...Jeff Trawick2012-11-091-1/+1
* The following now respects DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:Jeff Trawick2012-11-092-9/+5
* * Ensure that nkey is initialized.Ruediger Pluem2012-11-071-0/+1
* * fd is no member of disk_cache_object_t. Instead it is a member ofRuediger Pluem2012-11-051-3/+16
* *) mod_cache_disk: Resolve errors while revalidating disk-cached files on Eric Covener2012-11-041-0/+5
* Added mod_cache_socache to NetWare build.Guenter Knauf2012-10-012-0/+263
* Apply proper APLOGNO codes for mod_cache_socache.Graham Leggett2012-09-281-56/+53
* Fix the return values on mod_cache_socache's store_headers() implementationGraham Leggett2012-09-281-5/+5
* Windows build for mod_cache_socache added in r1388660Gregg Lewis Smith2012-09-221-0/+115
* mod_cache_socache: New cache implementation backed by mod_socacheGraham Leggett2012-09-213-0/+1554
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-2/+2
* revert r1385214, as I inadvertently left out acinclude.m4.Kaspar Brand2012-09-161-2/+2
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-2/+2
* Wrong content type and character set whenRainer Jung2012-08-151-3/+4
* Fix bus error in mod_socache_shmcb due to a misalignmentRainer Jung2012-08-151-14/+22
* NetWare build tweaks.Guenter Knauf2012-08-095-10/+10