summaryrefslogtreecommitdiffstats
path: root/modules/cache/mod_socache_shmcb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix a comment to match the r1299718/r1370225 changes...Jeff Trawick2012-11-091-1/+1
* Fix bus error in mod_socache_shmcb due to a misalignmentRainer Jung2012-08-151-14/+22
* mod_socache_shmcb and mod_socache_dbm: finish support ofJeff Trawick2012-08-071-1/+1
* Move away from DEFAULT_REL_RUNTIMEDIR and use ap_runtime_dir_relative()Jim Jagielski2012-03-121-2/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-39/+39
* Fix a potential NULL pointer dereference found by clang.Stefan Fritsch2011-10-081-0/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-39/+39
* Improvements found by cppcheck:Stefan Fritsch2011-05-151-2/+2
* enable DEFAULT_REL_RUNTIMEDIR on NetWare and WindowsJeff Trawick2011-03-281-5/+0
* * modules/cache/mod_socache_shmcb.c: Comment tweak.Joe Orton2011-01-151-1/+1
* Clean shmcb iterator call syntax and return valueWilliam A. Rowe Jr2010-07-021-3/+3
* Introduce an socache iterator 'userctx' for the user to track theWilliam A. Rowe Jr2010-06-261-4/+6
* Tally replacements seperately from new-stores. Of course the actualWilliam A. Rowe Jr2010-06-251-11/+31
* Fix return values from socache modules when a key is not found in cacheNick Kew2010-06-231-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Align "hidden" function names with external... picky, butJim Jagielski2010-03-161-2/+2
* fix these warnings (and presumably a similar one in mod_socache_dc.c):Jeff Trawick2010-03-031-4/+4
* * Silence compiler warningRuediger Pluem2010-02-181-1/+1
* fix additional use of "session" terminology, following r907917Jeff Trawick2010-02-091-1/+1
* style tweaksJeff Trawick2010-02-091-6/+3
* Illustrate an ->iterator() implementation for mod_socache_shmcb.William A. Rowe Jr2010-02-091-17/+122
* Fix inadvertent changes and be more verbose and correct in loggingWilliam A. Rowe Jr2010-02-091-48/+6
* Track time now for retrieveWilliam A. Rowe Jr2010-02-091-0/+1
* Do not expire an entire subcache on ->retrieve (doh!); only expire a cache hitWilliam A. Rowe Jr2010-02-091-33/+35
* distcache already demonstrates sub-second resolutions, but much moreWilliam A. Rowe Jr2010-02-091-39/+98
* Only allow parens in filename if cachesize is given. Return error otherwiseStefan Fritsch2009-10-241-2/+14
* Only parse cache size in parens at the end of the string. Fixes SSLSessionCacheStefan Fritsch2009-10-231-8/+4
* * modules/cache/mod_socache_memcache.c,Joe Orton2009-03-231-12/+2
* ditto hack from mpm_default.hWilliam A. Rowe Jr2008-12-221-3/+10
* socache API tweaks based on chrisd's review:Joe Orton2008-12-121-10/+16
* * include/ap_socache.h: Define AP_SOCACHE_DEFAULT_PROVIDER as aJoe Orton2008-12-091-0/+6
* Reduce config overhead for use of socache interface by allowingJoe Orton2008-12-091-6/+26
* remove const on socache module declarations to avoid segfault inChris Darroch2008-04-161-1/+1
* Adjust socache init interface to take sizing hints, and namespace tagJoe Orton2008-04-081-10/+7
* * modules/cache/ap_socache.h: Add ap_socache_instance_t object type.Joe Orton2008-04-081-21/+19
* Session cache interface redesign, Part 8:Joe Orton2008-04-081-0/+851