summaryrefslogtreecommitdiff
path: root/modules/cache
Commit message (Expand)AuthorAgeFilesLines
* Make sources build with latest clang versionStefan Eissing2023-04-271-2/+0
* add error message when storing data to temp file fails.Giovanni Bechis2023-03-241-1/+8
* APR (and APR-util) 1.3 is a requirement for building httpd 2.4 and above.Christophe Jaillet2022-01-221-13/+0
* Add log tags.Graham Leggett2021-06-242-7/+13
* dbm: Split the loading of a dbm driver from the opening of a dbm file. WhenGraham Leggett2021-06-241-1/+169
* mod_socache_shmcb: be safe from socache_shmcb_destroy() late call.Yann Ylavic2021-04-011-3/+18
* Add missing "const" or "static const" qualifiers in some command_recChristophe Jaillet2020-09-271-1/+1
* Fix a few warnings on 64 bits windows compilationChristophe Jaillet2020-08-291-2/+2
* Fix a few warnings on 64 bits windows compilationChristophe Jaillet2020-08-291-1/+1
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-203-38/+34
* add include to test_char.h now requiredGregg Lewis Smith2020-05-111-2/+2
* Add missing pool tags to help debugging.Yann Ylavic2020-04-162-0/+3
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-134-7/+7
* Addendum to r1856493: check NULLness of new arg parameter.Stefan Eissing2019-05-231-1/+1
* * modules/cache/mod_socache_shmcb.c (socache_shmcb_init): DescribeJoe Orton2019-05-031-2/+2
* mod_cache: follow up to r1856493: cache_strqtok() to reject quoted tokens.Yann Ylavic2019-03-281-12/+28
* mod_cache: follow up to r1856493: always terminate cache_strqtok() returns.Yann Ylavic2019-03-281-4/+6
* mod_cache: Fix parsing of quoted Cache-Control token arguments. PR 63288.Yann Ylavic2019-03-283-123/+127
* mod_cache_socache: avoid pool to heap reallocation.Yann Ylavic2019-02-191-32/+25
* When a :port is included in the CacheKeyBaseURL the ":" is lost from the actu...Christophe Jaillet2019-01-121-3/+2
* * modules/cache/mod_cache_disk.c (write_headers): HandleJoe Orton2018-10-051-4/+5
* Axe some redundant conditions. PR 62549.Yann Ylavic2018-08-132-7/+7
* mod_cache: Per RFC 7234 section 5.3 an invalidRainer Jung2018-06-191-2/+5
* Use apr_pcalloc in the 'create' function. All the fields are initialized in t...Christophe Jaillet2018-04-081-2/+2
* Save a few cycles.Christophe Jaillet2018-02-191-2/+2
* mod_cache_socache: Fix caching of empty headers up to carriage return.Yann Ylavic2018-02-151-1/+2
* some small tweaks to get things building againGregg Lewis Smith2018-01-191-111/+111
* Synch style in comment with 2.4.x.Christophe Jaillet2017-03-271-2/+2
* Group bit field values in order to save some memory.Christophe Jaillet2017-03-271-1/+1
* Improve indentationChristophe Jaillet2017-03-271-4/+4
* Save a few cycles.Christophe Jaillet2017-03-271-5/+6
* mod_cache: Fix a regression in 2.4.25 for the forward proxy case byYann Ylavic2017-02-214-50/+81
* Remove a useless break + tiny style fix (missing space)Christophe Jaillet2017-01-061-2/+1
* Use apr_pstrmemdup instead of apr_pstrndup when applicableChristophe Jaillet2017-01-061-1/+1
* mod_socache_redis also uses mod_status hooksWilliam A. Rowe Jr2016-12-161-2/+2
* related to http://svn.apache.org/viewvc?view=revision&revision=1774602Jim Jagielski2016-12-161-8/+8
* Add ../generators to include path for WindowsRainer Jung2016-12-161-2/+2
* Use correct format pattern, "%lu" is wrong forRainer Jung2016-12-161-6/+6
* html elementsJim Jagielski2016-12-131-9/+9
* From Norm:Jim Jagielski2016-11-221-0/+1
* Fix some HTML tagsChristophe Jaillet2016-11-151-9/+9
* reorganize mod_socache_redis so it compiles w/o apr-redisEric Covener2016-11-151-14/+13
* heh... bring memcache up to redis :)Jim Jagielski2016-11-051-1/+55
* Needs LOGNO #sJim Jagielski2016-11-051-9/+9
* And provide some nice usage stats. Could be prettier, for sure.Jim Jagielski2016-11-041-2/+81
* And the socache provider interface for RedisJim Jagielski2016-11-043-0/+520
* mod_cache: follow up to r1756553: log the real/actual cached URI (debug).Yann Ylavic2016-08-171-5/+6
* mod_cache: Use the actual URI path and query-string for identifying theYann Ylavic2016-08-164-29/+37
* Fix spelling in comments and text files.Rainer Jung2016-08-111-1/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-092-18/+18