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
*
reflow a very long line, no functional change
Eric Covener
2013-07-12
1
-2
/
+4
*
fix whitespace in AH00766 warning:
Eric Covener
2013-07-09
1
-1
/
+1
*
Fix some compiler warnings.
Guenter Knauf
2013-07-07
1
-1
/
+1
*
recognize the "defualt handler name" in r->handler, which is used when
Eric Covener
2013-06-26
1
-4
/
+4
*
Fix "variable 'rv' may be used uninitialized
Rainer Jung
2013-06-19
1
-1
/
+1
*
Correct the use of the printf formatter.
Graham Leggett
2013-06-17
1
-5
/
+3
*
mod_socache_shmcb.c: Remove arbitrary restriction on shared memory size
Graham Leggett
2013-06-17
1
-1
/
+1
*
mod_cache_socache: Make sure the CacheSocacheMaxSize directive is merged
Graham Leggett
2013-06-13
1
-0
/
+1
*
const goodness with nasty strrchr and strchr functions
Jeff Trawick
2013-06-10
1
-5
/
+5
*
mod_cache_socache: Use the name of the socache implementation when performing
Graham Leggett
2013-06-10
1
-1
/
+1
*
Fixed signed<->unsigned compiler warning.
Guenter Knauf
2013-06-07
1
-2
/
+2
*
update log tags
Stefan Fritsch
2013-05-11
1
-2
/
+2
*
mod_cache: If a 304 response indicates an entity not currently cached, then
Graham Leggett
2013-05-10
1
-54
/
+31
*
Ensure that Warning headers are correctly handled as per RFC2616.
Graham Leggett
2013-05-08
3
-9
/
+36
*
mod_cache: Ensure that we don't attempt to replace a cached response
Graham Leggett
2013-05-07
1
-0
/
+19
*
core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions()
Graham Leggett
2013-05-07
2
-36
/
+57
*
mod_cache: Ensure that updated responses to HEAD requests don't get
Graham Leggett
2013-05-06
3
-72
/
+91
*
mod_cache: Honour Cache-Control: no-store in a request.
Graham Leggett
2013-05-05
4
-16
/
+62
*
mod_cache: RFC2616 14.9.3 The s-maxage directive also implies the
Graham Leggett
2013-05-05
1
-1
/
+2
*
mod_cache: Make sure that contradictory entity headers present in a 304
Graham Leggett
2013-05-04
1
-17
/
+74
*
Silent no-prototype compiler warning.
Guenter Knauf
2013-05-03
1
-1
/
+1
*
mod_cache: Make sure Vary processing handles multivalued Vary headers and
Graham Leggett
2013-05-03
3
-16
/
+21
*
mod_cache: When serving from cache, only the last header of a multivalued
Graham Leggett
2013-05-02
3
-43
/
+37
*
mod_cache: Ignore response headers specified by no-cache=header and
Graham Leggett
2013-05-02
3
-104
/
+230
*
Apply log message tags to messages.
Graham Leggett
2013-05-01
2
-10
/
+10
*
mod_cache: Invalidate cached entities in response to RFC2616 Section
Graham Leggett
2013-05-01
6
-103
/
+282
*
Make option "CacheDisable" in mod_cache case insensitive.
Christophe Jaillet
2013-04-04
1
-1
/
+1
*
Name pool + concat string at compile time when possible
Christophe Jaillet
2013-03-29
1
-2
/
+4
*
fix merge of min/max file size by setting corresponding _set
Eric Covener
2013-03-06
1
-0
/
+2
*
cache_storage: remove useless test + update function name in debug log + skip...
Christophe Jaillet
2013-03-04
1
-2
/
+3
*
Remove useless tests.
Christophe Jaillet
2013-03-03
1
-1
/
+1
*
Cache does no longer send Content-Type header
Rainer Jung
2013-01-27
1
-3
/
+6
*
According top my testing 'socache_mc_id2key' is 6x faster with the use 'ap_bi...
Christophe Jaillet
2013-01-06
1
-7
/
+1
*
mod_cache_socache: Don't clean up too soon. If we do, revalidated requests
Graham Leggett
2012-12-08
1
-1
/
+0
*
fix a comment to match the r1299718/r1370225 changes...
Jeff Trawick
2012-11-09
1
-1
/
+1
*
The following now respects DefaultRuntimeDir/DEFAULT_REL_RUNTIMEDIR:
Jeff Trawick
2012-11-09
2
-9
/
+5
*
* Ensure that nkey is initialized.
Ruediger Pluem
2012-11-07
1
-0
/
+1
*
* fd is no member of disk_cache_object_t. Instead it is a member of
Ruediger Pluem
2012-11-05
1
-3
/
+16
*
*) mod_cache_disk: Resolve errors while revalidating disk-cached files on
Eric Covener
2012-11-04
1
-0
/
+5
*
Added mod_cache_socache to NetWare build.
Guenter Knauf
2012-10-01
2
-0
/
+263
*
Apply proper APLOGNO codes for mod_cache_socache.
Graham Leggett
2012-09-28
1
-56
/
+53
*
Fix the return values on mod_cache_socache's store_headers() implementation
Graham Leggett
2012-09-28
1
-5
/
+5
*
Windows build for mod_cache_socache added in r1388660
Gregg Lewis Smith
2012-09-22
1
-0
/
+115
*
mod_cache_socache: New cache implementation backed by mod_socache
Graham Leggett
2012-09-21
3
-0
/
+1554
*
Spin off module-specific build options into separate build vars.
Kaspar Brand
2012-09-16
1
-2
/
+2
*
revert r1385214, as I inadvertently left out acinclude.m4.
Kaspar Brand
2012-09-16
1
-2
/
+2
*
Spin off module-specific build options into separate build vars.
Kaspar Brand
2012-09-16
1
-2
/
+2
*
Wrong content type and character set when
Rainer Jung
2012-08-15
1
-3
/
+4
*
Fix bus error in mod_socache_shmcb due to a misalignment
Rainer Jung
2012-08-15
1
-14
/
+22
*
NetWare build tweaks.
Guenter Knauf
2012-08-09
5
-10
/
+10
[next]