summaryrefslogtreecommitdiff
path: root/modules/cache/mod_cache_disk.c
Commit message (Expand)AuthorAgeFilesLines
* add error message when storing data to temp file fails.Giovanni Bechis2023-03-241-1/+8
* Fix a few warnings on 64 bits windows compilationChristophe Jaillet2020-08-291-2/+2
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-201-12/+12
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* * modules/cache/mod_cache_disk.c (write_headers): HandleJoe Orton2018-10-051-4/+5
* Added many log numbers to log statements thatRainer Jung2016-01-191-4/+6
* disk_cache: improve logging of errors around reading stored headersEric Covener2015-12-211-3/+12
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-6/+8
* Use apr_pstrmemdup instead of apr_pstrndup when this is safe.Christophe Jaillet2013-12-091-2/+2
* Only close hdrs.fd when returning non-OK from cache_select(),Eric Covener2013-12-041-1/+2
* mod_cache: Ensure that updated responses to HEAD requests don't getGraham Leggett2013-05-051-68/+80
* mod_cache: Invalidate cached entities in response to RFC2616 SectionGraham Leggett2013-05-011-1/+11
* 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
* Remove useless tests.Christophe Jaillet2013-03-031-1/+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
* Replace use of apr_file_write() with apr_file_write_full() to preventStefan Fritsch2012-04-261-12/+9
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-39/+39
* mod_cache: Apply the API change that allows future mod_cache providers toGraham Leggett2011-11-301-1/+7
* Remove more log message prefixes that are now redundant as theStefan Fritsch2011-11-291-37/+36
* mod_cache_disk: Make sure we check return codes on all writes and attemptsGraham Leggett2011-11-211-7/+46
* mod_cache_disk: Remove the unnecessary intermediate brigade while writingGraham Leggett2011-11-191-14/+2
* Consistently use base 10 for numbers when parsing config options. It may beStefan Fritsch2011-10-091-4/+4
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-2/+1
* 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
* Further trivial updates mod_disk_cache -> mod_cache_disk.Rainer Jung2010-11-261-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-201-0/+1489