index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
cache
/
mod_socache_shmcb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a comment to match the r1299718/r1370225 changes...
Jeff Trawick
2012-11-09
1
-1
/
+1
*
Fix bus error in mod_socache_shmcb due to a misalignment
Rainer Jung
2012-08-15
1
-14
/
+22
*
mod_socache_shmcb and mod_socache_dbm: finish support of
Jeff Trawick
2012-08-07
1
-1
/
+1
*
Move away from DEFAULT_REL_RUNTIMEDIR and use ap_runtime_dir_relative()
Jim Jagielski
2012-03-12
1
-2
/
+2
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-39
/
+39
*
Fix a potential NULL pointer dereference found by clang.
Stefan Fritsch
2011-10-08
1
-0
/
+1
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-39
/
+39
*
Improvements found by cppcheck:
Stefan Fritsch
2011-05-15
1
-2
/
+2
*
enable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows
Jeff Trawick
2011-03-28
1
-5
/
+0
*
* modules/cache/mod_socache_shmcb.c: Comment tweak.
Joe Orton
2011-01-15
1
-1
/
+1
*
Clean shmcb iterator call syntax and return value
William A. Rowe Jr
2010-07-02
1
-3
/
+3
*
Introduce an socache iterator 'userctx' for the user to track the
William A. Rowe Jr
2010-06-26
1
-4
/
+6
*
Tally replacements seperately from new-stores. Of course the actual
William A. Rowe Jr
2010-06-25
1
-11
/
+31
*
Fix return values from socache modules when a key is not found in cache
Nick Kew
2010-06-23
1
-1
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Align "hidden" function names with external... picky, but
Jim Jagielski
2010-03-16
1
-2
/
+2
*
fix these warnings (and presumably a similar one in mod_socache_dc.c):
Jeff Trawick
2010-03-03
1
-4
/
+4
*
* Silence compiler warning
Ruediger Pluem
2010-02-18
1
-1
/
+1
*
fix additional use of "session" terminology, following r907917
Jeff Trawick
2010-02-09
1
-1
/
+1
*
style tweaks
Jeff Trawick
2010-02-09
1
-6
/
+3
*
Illustrate an ->iterator() implementation for mod_socache_shmcb.
William A. Rowe Jr
2010-02-09
1
-17
/
+122
*
Fix inadvertent changes and be more verbose and correct in logging
William A. Rowe Jr
2010-02-09
1
-48
/
+6
*
Track time now for retrieve
William A. Rowe Jr
2010-02-09
1
-0
/
+1
*
Do not expire an entire subcache on ->retrieve (doh!); only expire a cache hit
William A. Rowe Jr
2010-02-09
1
-33
/
+35
*
distcache already demonstrates sub-second resolutions, but much more
William A. Rowe Jr
2010-02-09
1
-39
/
+98
*
Only allow parens in filename if cachesize is given. Return error otherwise
Stefan Fritsch
2009-10-24
1
-2
/
+14
*
Only parse cache size in parens at the end of the string. Fixes SSLSessionCache
Stefan Fritsch
2009-10-23
1
-8
/
+4
*
* modules/cache/mod_socache_memcache.c,
Joe Orton
2009-03-23
1
-12
/
+2
*
ditto hack from mpm_default.h
William A. Rowe Jr
2008-12-22
1
-3
/
+10
*
socache API tweaks based on chrisd's review:
Joe Orton
2008-12-12
1
-10
/
+16
*
* include/ap_socache.h: Define AP_SOCACHE_DEFAULT_PROVIDER as a
Joe Orton
2008-12-09
1
-0
/
+6
*
Reduce config overhead for use of socache interface by allowing
Joe Orton
2008-12-09
1
-6
/
+26
*
remove const on socache module declarations to avoid segfault in
Chris Darroch
2008-04-16
1
-1
/
+1
*
Adjust socache init interface to take sizing hints, and namespace tag
Joe Orton
2008-04-08
1
-10
/
+7
*
* modules/cache/ap_socache.h: Add ap_socache_instance_t object type.
Joe Orton
2008-04-08
1
-21
/
+19
*
Session cache interface redesign, Part 8:
Joe Orton
2008-04-08
1
-0
/
+851