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
...
*
Add output for "?auto" version of server-status
Rainer Jung
2015-04-05
4
-46
/
+105
*
core, modules: like r1657897 but for core and other modules than mod_proxy.
Yann Ylavic
2015-03-10
1
-2
/
+2
*
* mod_cache: Preserve the Content-Type in case of 304 response.
Jan Kaluža
2015-03-09
1
-6
/
+14
*
* modules/cache/mod_socache_memcache.c (socache_mc_store): Pass
Joe Orton
2015-01-05
1
-2
/
+8
*
Added include path for Windows build.
Gregg Lewis Smith
2014-12-10
1
-2
/
+2
*
Added include path for NetWare build.
Guenter Knauf
2014-11-27
1
-0
/
+1
*
fix another case of 304 response sent to an unconditional request
Eric Covener
2014-10-25
1
-0
/
+5
*
mod_cache: avoid unlikely access to freed memory.
Yann Ylavic
2014-10-18
1
-5
/
+2
*
Silence build warning about missing prototype.
Rainer Jung
2014-10-06
1
-1
/
+1
*
mod_cache_socache: Change average object size
Rainer Jung
2014-10-05
1
-1
/
+1
*
mod_cache_socache: Add cache status to server-status.
Rainer Jung
2014-10-05
1
-0
/
+56
*
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
*
Fix typo in comment.
Rainer Jung
2014-08-25
1
-1
/
+1
*
don't let handlers start with r->status = 304 during a failed revalidation
Eric Covener
2014-08-22
1
-0
/
+2
*
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_socache_shmcb: Correct counting of expirations for status display.
Rainer Jung
2014-05-17
1
-0
/
+2
*
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
3
-12
/
+23
*
mod_cache: follow up to r1591390
Yann Ylavic
2014-04-30
1
-1
/
+1
*
mod_cache: follow up to r1591322
Yann Ylavic
2014-04-30
1
-1
/
+1
*
mod_cache: Preserve non-cacheable headers forwarded from an origin 304
Yann Ylavic
2014-04-30
1
-3
/
+7
*
mod_cache: follow up to r1591320.
Yann Ylavic
2014-04-30
1
-23
/
+15
*
mod_cache: Don't add cached/revalidated entity headers to a 304 response.
Yann Ylavic
2014-04-30
1
-9
/
+27
*
Revert r1591312 (again) to commit the 2 fixes separately.
Yann Ylavic
2014-04-30
1
-34
/
+12
*
mod_cache: Don't add cached/revalidated entity headers to a 304 response.
Yann Ylavic
2014-04-30
1
-12
/
+34
*
mod_cache: Retry unconditional request with the full URL (including the
Yann Ylavic
2014-04-30
1
-1
/
+1
*
Fix errors with CacheLock on Windows:
Eric Covener
2014-04-19
1
-3
/
+3
*
Fix layout
Christophe Jaillet
2014-04-12
1
-2
/
+1
*
leave a warning about cc_out
Eric Covener
2014-04-04
1
-0
/
+2
*
s/apr_pstrndup/apr_pstrmemdup/ when applicable
Christophe Jaillet
2014-02-01
1
-1
/
+1
*
add the URI to DEBUG message 00765 (and drop an exclamation point):
Eric Covener
2014-01-31
1
-1
/
+1
*
Use apr_pstrmemdup instead of apr_pstrndup when this is safe.
Christophe Jaillet
2013-12-09
1
-2
/
+2
*
Only close hdrs.fd when returning non-OK from cache_select(),
Eric Covener
2013-12-04
1
-1
/
+2
*
don't pass uninitialized rv passed to ap_log_rerror()
Jeff Trawick
2013-10-23
1
-2
/
+3
*
SECURITY (CVE-2013-4352): Fix a NULL pointer deference which allowed
Graham Leggett
2013-09-14
1
-3
/
+6
*
Expires in a 304 is not a contradiction in terms of r1487118:
Eric Covener
2013-08-28
1
-1
/
+0
*
Limit SHMCB_MAX_SIZE to min(UINT_MAX, APR_SIZE_MAX) to match the current code
Stefan Fritsch
2013-08-18
1
-1
/
+8
*
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
[prev]
[next]