index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
cache
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Take care for the case where nkey is NULL
Ruediger Pluem
2024-10-01
1
-3
/
+5
*
Make sources build with latest clang version
Stefan Eissing
2023-04-27
1
-2
/
+0
*
add error message when storing data to temp file fails.
Giovanni Bechis
2023-03-24
1
-1
/
+8
*
APR (and APR-util) 1.3 is a requirement for building httpd 2.4 and above.
Christophe Jaillet
2022-01-22
1
-13
/
+0
*
Add log tags.
Graham Leggett
2021-06-24
2
-7
/
+13
*
dbm: Split the loading of a dbm driver from the opening of a dbm file. When
Graham Leggett
2021-06-24
1
-1
/
+169
*
mod_socache_shmcb: be safe from socache_shmcb_destroy() late call.
Yann Ylavic
2021-04-01
1
-3
/
+18
*
Add missing "const" or "static const" qualifiers in some command_rec
Christophe Jaillet
2020-09-27
1
-1
/
+1
*
Fix a few warnings on 64 bits windows compilation
Christophe Jaillet
2020-08-29
1
-2
/
+2
*
Fix a few warnings on 64 bits windows compilation
Christophe Jaillet
2020-08-29
1
-1
/
+1
*
core,modules: provide/use ap_parse_strict_length() helper.
Yann Ylavic
2020-05-20
3
-38
/
+34
*
add include to test_char.h now required
Gregg Lewis Smith
2020-05-11
1
-2
/
+2
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
2
-0
/
+3
*
Fix spelling errors found by codespell. [skip ci]
Mike Rumph
2020-02-13
4
-7
/
+7
*
Addendum to r1856493: check NULLness of new arg parameter.
Stefan Eissing
2019-05-23
1
-1
/
+1
*
* modules/cache/mod_socache_shmcb.c (socache_shmcb_init): Describe
Joe Orton
2019-05-03
1
-2
/
+2
*
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
3
-123
/
+127
*
mod_cache_socache: avoid pool to heap reallocation.
Yann Ylavic
2019-02-19
1
-32
/
+25
*
When a :port is included in the CacheKeyBaseURL the ":" is lost from the actu...
Christophe Jaillet
2019-01-12
1
-3
/
+2
*
* modules/cache/mod_cache_disk.c (write_headers): Handle
Joe Orton
2018-10-05
1
-4
/
+5
*
Axe some redundant conditions. PR 62549.
Yann Ylavic
2018-08-13
2
-7
/
+7
*
mod_cache: Per RFC 7234 section 5.3 an invalid
Rainer Jung
2018-06-20
1
-2
/
+5
*
Use apr_pcalloc in the 'create' function. All the fields are initialized in t...
Christophe Jaillet
2018-04-08
1
-2
/
+2
*
Save a few cycles.
Christophe Jaillet
2018-02-19
1
-2
/
+2
*
mod_cache_socache: Fix caching of empty headers up to carriage return.
Yann Ylavic
2018-02-15
1
-1
/
+2
*
some small tweaks to get things building again
Gregg Lewis Smith
2018-01-19
1
-111
/
+111
*
Synch style in comment with 2.4.x.
Christophe Jaillet
2017-03-27
1
-2
/
+2
*
Group bit field values in order to save some memory.
Christophe Jaillet
2017-03-27
1
-1
/
+1
*
Improve indentation
Christophe Jaillet
2017-03-27
1
-4
/
+4
*
Save a few cycles.
Christophe Jaillet
2017-03-27
1
-5
/
+6
*
mod_cache: Fix a regression in 2.4.25 for the forward proxy case by
Yann Ylavic
2017-02-21
4
-50
/
+81
*
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_socache_redis also uses mod_status hooks
William A. Rowe Jr
2016-12-16
1
-2
/
+2
*
related to http://svn.apache.org/viewvc?view=revision&revision=1774602
Jim Jagielski
2016-12-16
1
-8
/
+8
*
Add ../generators to include path for Windows
Rainer Jung
2016-12-16
1
-2
/
+2
*
Use correct format pattern, "%lu" is wrong for
Rainer Jung
2016-12-16
1
-6
/
+6
*
html elements
Jim Jagielski
2016-12-13
1
-9
/
+9
*
From Norm:
Jim Jagielski
2016-11-22
1
-0
/
+1
*
Fix some HTML tags
Christophe Jaillet
2016-11-15
1
-9
/
+9
*
reorganize mod_socache_redis so it compiles w/o apr-redis
Eric Covener
2016-11-15
1
-14
/
+13
*
heh... bring memcache up to redis :)
Jim Jagielski
2016-11-05
1
-1
/
+55
*
Needs LOGNO #s
Jim Jagielski
2016-11-05
1
-9
/
+9
*
And provide some nice usage stats. Could be prettier, for sure.
Jim Jagielski
2016-11-05
1
-2
/
+81
*
And the socache provider interface for Redis
Jim Jagielski
2016-11-04
3
-0
/
+520
*
mod_cache: follow up to r1756553: log the real/actual cached URI (debug).
Yann Ylavic
2016-08-17
1
-5
/
+6
*
mod_cache: Use the actual URI path and query-string for identifying the
Yann Ylavic
2016-08-16
4
-29
/
+37
*
Fix spelling in comments and text files.
Rainer Jung
2016-08-11
1
-1
/
+1
[next]