index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
cache
/
cache_util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few warnings on 64 bits windows compilation
Christophe Jaillet
2020-08-29
1
-1
/
+1
*
Addendum to r1856493: check NULLness of new arg parameter.
Stefan Eissing
2019-05-23
1
-1
/
+1
*
mod_cache: follow up to r1856493: cache_strqtok() to reject quoted tokens.
Yann Ylavic
2019-03-28
1
-12
/
+28
*
mod_cache: follow up to r1856493: always terminate cache_strqtok() returns.
Yann Ylavic
2019-03-28
1
-4
/
+6
*
mod_cache: Fix parsing of quoted Cache-Control token arguments. PR 63288.
Yann Ylavic
2019-03-28
1
-112
/
+116
*
Axe some redundant conditions. PR 62549.
Yann Ylavic
2018-08-13
1
-3
/
+3
*
mod_cache: Fix a regression in 2.4.25 for the forward proxy case by
Yann Ylavic
2017-02-21
1
-7
/
+26
*
Remove a useless break + tiny style fix (missing space)
Christophe Jaillet
2017-01-06
1
-2
/
+1
*
Use apr_pstrmemdup instead of apr_pstrndup when applicable
Christophe Jaillet
2017-01-06
1
-1
/
+1
*
mod_cache: Use the actual URI path and query-string for identifying the
Yann Ylavic
2016-08-16
1
-7
/
+7
*
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr
2016-06-09
1
-16
/
+16
*
Follow up to r1715876: fix typo.
Yann Ylavic
2015-11-23
1
-1
/
+2
*
mod_cache: Fix (max-stale with no '=') and enforce (check integers after '=')
Yann Ylavic
2015-11-23
1
-10
/
+25
*
More ap_casecmpstr[n]() usages (follow up to r1715876).
Yann Ylavic
2015-11-23
1
-1
/
+1
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-54
/
+18
*
Revert r1715789: will re-commit without spurious functional changes.
Yann Ylavic
2015-11-23
1
-43
/
+60
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-60
/
+43
*
Stop destroying headers when passing through the cache filter
Edward Lu
2015-09-21
1
-1
/
+0
*
use actual error code in AH00779
Eric Covener
2014-09-20
1
-1
/
+1
*
SECURITY (CVE-2014-3581): Fix a mod_cache NULL pointer deference
Jan Kaluža
2014-09-11
1
-2
/
+4
*
Add missing APLOGNO.
Christophe Jaillet
2014-07-20
1
-2
/
+2
*
mod_cache: try to use the key of a possible open but stale cache entry
Jan Kaluža
2014-05-26
1
-1
/
+19
*
mod_cache: follow up to r1594643.
Yann Ylavic
2014-05-14
1
-4
/
+4
*
mod_cache: follow up to r1591328.
Yann Ylavic
2014-05-14
1
-9
/
+16
*
Fix errors with CacheLock on Windows:
Eric Covener
2014-04-19
1
-3
/
+3
*
mod_cache: Honour Cache-Control: no-store in a request.
Graham Leggett
2013-05-05
1
-11
/
+35
*
mod_cache: Make sure Vary processing handles multivalued Vary headers and
Graham Leggett
2013-05-03
1
-3
/
+5
*
mod_cache: Ignore response headers specified by no-cache=header and
Graham Leggett
2013-05-02
1
-98
/
+209
*
mod_cache: Invalidate cached entities in response to RFC2616 Section
Graham Leggett
2013-05-01
1
-2
/
+4
*
* modules/cache/cache_util.c (write_write_order): Remove redundant
Joe Orton
2012-06-21
1
-1
/
+1
*
Avoid segfault if url->hostname is NULL and filter->hostname is "*" or ".".
Stefan Fritsch
2011-12-18
1
-4
/
+8
*
mod_cache: Remove ap_cache_liststr(), it duplicates ap_find_token().
Graham Leggett
2011-12-03
1
-103
/
+0
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-7
/
+7
*
Avoid some memory allocations by using apr_table_setn where the string
Stefan Fritsch
2011-06-13
1
-6
/
+6
*
mod_cache: Make CacheEnable and CacheDisable configurable per
Graham Leggett
2011-03-12
1
-36
/
+59
*
Don't skip the first character, as it may be a quote, which is handled
Graham Leggett
2011-02-15
1
-1
/
+1
*
fix theoretical const issue in call to strchr()
Jeff Trawick
2011-02-14
1
-2
/
+2
*
mod_cache: We must ignore quoted-string values that appear in a
Graham Leggett
2011-02-12
1
-4
/
+74
*
mod_cache: Respect s-maxage as described by RFC2616 14.9.3, which must
Graham Leggett
2011-02-11
1
-8
/
+14
*
mod_cache: correctly parse quoted strings in cache headers.
Nick Kew
2010-11-03
1
-0
/
+24
*
Be more efficient when handling the Expires header.
Graham Leggett
2010-10-18
1
-5
/
+3
*
Use ap_log_rerror() instead of ap_log_error() across mod_cache and
Graham Leggett
2010-10-17
1
-34
/
+34
*
Support Cache-Control: no-cache with a header name, and private with a
Graham Leggett
2010-10-17
1
-3
/
+6
*
Complete the optimisation of Cache-Control header parsing. Make the
Graham Leggett
2010-10-17
1
-46
/
+22
*
Begin the process of optimising the parsing of Cache-Control headers. Parse
Graham Leggett
2010-10-16
1
-4
/
+170
*
Remove the attempt to pass the cache key into the lock functions, use
Graham Leggett
2010-10-04
1
-9
/
+8
*
Make cache_provider_list and cache_request_rec private by moving them
Graham Leggett
2010-09-22
1
-2
/
+2
*
Make cache_server_conf, cache_enable and cache_disable private. Remove
Graham Leggett
2010-09-22
1
-9
/
+10
*
Remove deprecated ap_cache_cacheable_hdrs_out.
Graham Leggett
2010-09-22
1
-11
/
+0
*
Remove the MOD_CACHE_REQUEST_REC hack, and pass the cache_request_rec
Graham Leggett
2010-09-22
1
-5
/
+9
[next]