summaryrefslogtreecommitdiffstats
path: root/modules/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mod_socache_shmcb and mod_socache_dbm: finish support ofJeff Trawick2012-08-072-2/+2
* * Set content type in case we return stale content.Ruediger Pluem2012-07-131-0/+3
* * modules/cache/cache_util.c (write_write_order): Remove redundant Joe Orton2012-06-211-1/+1
* Replace use of apr_file_write() with apr_file_write_full() to preventStefan Fritsch2012-04-261-12/+9
* fix style, no code change.Igor Galić2012-04-071-1/+2
* Move away from DEFAULT_REL_RUNTIMEDIR and use ap_runtime_dir_relative()Jim Jagielski2012-03-122-4/+4
* Fix various filter functions to return apr_status_t instead of intStefan Fritsch2012-02-031-4/+5
* More configure time dependencies:Stefan Fritsch2012-01-211-1/+1
* Avoid segfault if url->hostname is NULL and filter->hostname is "*" or ".".Stefan Fritsch2011-12-181-4/+8
* Removed import file since now dynamically generated.Guenter Knauf2011-12-071-0/+0
* NetWare build fixes.Guenter Knauf2011-12-062-15/+3
* mod_cache: Remove dead code from the legacy mod_mem_cache module.Graham Leggett2011-12-066-1163/+0
* Change the provider names to match the module names:Stefan Fritsch2011-12-041-1/+1
* mod_cache: Remove ap_cache_liststr(), it duplicates ap_find_token().Graham Leggett2011-12-033-108/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-039-166/+166
* mod_cache: Apply the API change that allows future mod_cache providers toGraham Leggett2011-11-302-1/+8
* Fixed compilation for non-*nix platforms.Guenter Knauf2011-11-301-0/+2
* Remove more log message prefixes that are now redundant as theStefan Fritsch2011-11-293-50/+49
* Fix some warn_unused_result compiler warnings by checking the return code ofStefan Fritsch2011-11-271-15/+24
* Use varargs...Jim Jagielski2011-11-241-7/+4
* Use ap_pass_brigade_fchk()Jim Jagielski2011-11-231-25/+8
* mod_cache_disk: Make sure we check return codes on all writes and attemptsGraham Leggett2011-11-211-7/+46
* value never used: dead assignmentJim Jagielski2011-11-211-1/+0
* mod_cache_disk: Remove the unnecessary intermediate brigade while writingGraham Leggett2011-11-192-15/+2
* mod_cache: Make sure we merge headers correctly when we handle a nonGraham Leggett2011-11-121-0/+14
* Consistently use base 10 for numbers when parsing config options. It may beStefan Fritsch2011-10-091-4/+4
* Fix a potential NULL pointer dereference found by clang.Stefan Fritsch2011-10-081-0/+1