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
...
*
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
*
mod_socache_shmcb and mod_socache_dbm: finish support of
Jeff Trawick
2012-08-07
2
-2
/
+2
*
* Set content type in case we return stale content.
Ruediger Pluem
2012-07-13
1
-0
/
+3
*
* modules/cache/cache_util.c (write_write_order): Remove redundant
Joe Orton
2012-06-21
1
-1
/
+1
*
Replace use of apr_file_write() with apr_file_write_full() to prevent
Stefan Fritsch
2012-04-26
1
-12
/
+9
*
fix style, no code change.
Igor Galić
2012-04-07
1
-1
/
+2
*
Move away from DEFAULT_REL_RUNTIMEDIR and use ap_runtime_dir_relative()
Jim Jagielski
2012-03-12
2
-4
/
+4
*
Fix various filter functions to return apr_status_t instead of int
Stefan Fritsch
2012-02-03
1
-4
/
+5
*
More configure time dependencies:
Stefan Fritsch
2012-01-21
1
-1
/
+1
*
Avoid segfault if url->hostname is NULL and filter->hostname is "*" or ".".
Stefan Fritsch
2011-12-18
1
-4
/
+8
*
Removed import file since now dynamically generated.
Guenter Knauf
2011-12-07
1
-0
/
+0
*
NetWare build fixes.
Guenter Knauf
2011-12-06
2
-15
/
+3
*
mod_cache: Remove dead code from the legacy mod_mem_cache module.
Graham Leggett
2011-12-06
6
-1163
/
+0
*
Change the provider names to match the module names:
Stefan Fritsch
2011-12-04
1
-1
/
+1
*
mod_cache: Remove ap_cache_liststr(), it duplicates ap_find_token().
Graham Leggett
2011-12-03
3
-108
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
9
-166
/
+166
*
mod_cache: Apply the API change that allows future mod_cache providers to
Graham Leggett
2011-11-30
2
-1
/
+8
*
Fixed compilation for non-*nix platforms.
Guenter Knauf
2011-11-30
1
-0
/
+2
*
Remove more log message prefixes that are now redundant as the
Stefan Fritsch
2011-11-29
3
-50
/
+49
*
Fix some warn_unused_result compiler warnings by checking the return code of
Stefan Fritsch
2011-11-27
1
-15
/
+24
*
Use varargs...
Jim Jagielski
2011-11-24
1
-7
/
+4
*
Use ap_pass_brigade_fchk()
Jim Jagielski
2011-11-23
1
-25
/
+8
*
mod_cache_disk: Make sure we check return codes on all writes and attempts
Graham Leggett
2011-11-21
1
-7
/
+46
*
value never used: dead assignment
Jim Jagielski
2011-11-21
1
-1
/
+0
*
mod_cache_disk: Remove the unnecessary intermediate brigade while writing
Graham Leggett
2011-11-19
2
-15
/
+2
*
mod_cache: Make sure we merge headers correctly when we handle a non
Graham Leggett
2011-11-12
1
-0
/
+14
*
Consistently use base 10 for numbers when parsing config options. It may be
Stefan Fritsch
2011-10-09
1
-4
/
+4
*
Fix a potential NULL pointer dereference found by clang.
Stefan Fritsch
2011-10-08
1
-0
/
+1
[prev]
[next]