]> granicus.if.org Git - apache/history - modules/cache/mod_socache_memcache.c
Fix a corner case where automatic APLOGNO number generation generates invalid code...
[apache] / modules / cache / mod_socache_memcache.c
2016-12-16 Rainer JungUse correct format pattern, "%lu" is wrong for
2016-12-13 Jim Jagielskihtml elements
2016-11-05 Jim Jagielskiheh... bring memcache up to redis :)
2015-09-01 Christophe JailletAllow 0 as a valid value (never close idle connections)
2015-08-15 Christophe JailletWith the current implementation, it is likely to connec...
2015-01-05 Joe Orton* modules/cache/mod_socache_memcache.c (socache_mc_stor...
2013-07-07 Guenter KnaufFix some compiler warnings.
2013-01-06 Christophe JailletAccording top my testing 'socache_mc_id2key' is 6x...
2011-12-04 Stefan FritschChange the provider names to match the module names:
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-29 Stefan FritschRemove more log message prefixes that are now redundant...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2010-06-26 William A. Rowe JrIntroduce an socache iterator 'userctx' for the user...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-03-16 Jim JagielskiAlign "hidden" function names with external... picky...
2010-03-03 Jeff Trawickfix these warnings (and presumably a similar one in...
2010-02-09 William A. Rowe Jrdistcache already demonstrates sub-second resolutions...
2009-03-23 Joe Orton* modules/cache/mod_socache_memcache.c,
2008-12-12 Joe Ortonsocache API tweaks based on chrisd's review:
2008-12-12 Joe Orton* modules/cache/mod_socache_memcache.c (socache_mc_init...
2008-12-12 Joe Orton* modules/cache/mod_socache_memcache.c (socache_mc_crea...
2008-06-07 William A. Rowe JrSignedness error
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: