]> granicus.if.org Git - apache/history - modules/cache/mod_socache_shmcb.c
style tweaks
[apache] / modules / cache / mod_socache_shmcb.c
2010-02-09 Jeff Trawickstyle tweaks
2010-02-09 William A. Rowe JrIllustrate an ->iterator() implementation for mod_socac...
2010-02-09 William A. Rowe JrFix inadvertent changes and be more verbose and correct...
2010-02-09 William A. Rowe JrTrack time now for retrieve
2010-02-09 William A. Rowe JrDo not expire an entire subcache on ->retrieve (doh...
2010-02-09 William A. Rowe Jrdistcache already demonstrates sub-second resolutions...
2009-10-24 Stefan FritschOnly allow parens in filename if cachesize is given...
2009-10-23 Stefan FritschOnly parse cache size in parens at the end of the strin...
2009-03-23 Joe Orton* modules/cache/mod_socache_memcache.c,
2008-12-22 William A. Rowe Jrditto hack from mpm_default.h
2008-12-12 Joe Ortonsocache API tweaks based on chrisd's review:
2008-12-09 Joe Orton* include/ap_socache.h: Define AP_SOCACHE_DEFAULT_PROVI...
2008-12-09 Joe OrtonReduce config overhead for use of socache interface...
2008-04-16 Chris Darrochremove const on socache module declarations to avoid...
2008-04-08 Joe OrtonAdjust socache init interface to take sizing hints...
2008-04-08 Joe Orton* modules/cache/ap_socache.h: Add ap_socache_instance_t...
2008-04-08 Joe OrtonSession cache interface redesign, Part 8: