summaryrefslogtreecommitdiffstats
path: root/modules/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-8/+8
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-234-84/+84
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-233-12/+12
* Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch2011-09-194-33/+9
* mod_cache: Ensure that CacheDisable can correctly appear withinGraham Leggett2011-08-151-16/+12
* mod_cache: Fix the moving of the CACHE filter, which erroneouslyGraham Leggett2011-08-151-2/+2
* Tolerate dependency checking failures in configureRainer Jung2011-07-051-5/+15
* Silence compiler warnings.Rainer Jung2011-07-041-1/+1
* 1) Add --with-distcache to configure for choosingRainer Jung2011-07-041-23/+79
* Avoid some memory allocations by using apr_table_setn where the stringStefan Fritsch2011-06-131-6/+6
* mod_cache: Ensure that r->content_type is set when serving staleGraham Leggett2011-06-071-0/+3
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-2/+1
* mod_cache: Clarify which scenario we have present, quick handler on and CACHEGraham Leggett2011-05-231-3/+20
* Both lastmod and lastmods resolve to 0 when unset, but only lastmods is aGraham Leggett2011-05-161-1/+1
* mod_cache: When content is served stale, and there is no means toGraham Leggett2011-05-151-2/+9
* Improvements found by cppcheck:Stefan Fritsch2011-05-151-2/+2
* 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