summaryrefslogtreecommitdiffstats
path: root/modules/cache/mod_socache_dc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce an socache iterator 'userctx' for the user to track theWilliam A. Rowe Jr2010-06-261-1/+1
* 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
* fix additional use of "session" terminology, following r907917Jeff Trawick2010-02-091-7/+7
* distcache already demonstrates sub-second resolutions, but much moreWilliam A. Rowe Jr2010-02-091-5/+17
* socache API tweaks based on chrisd's review:Joe Orton2008-12-121-4/+7
* 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-1/+4
* * modules/cache/ap_socache.h: Add ap_socache_instance_t object type.Joe Orton2008-04-081-20/+10
* Session cache interface redesign, Part 8:Joe Orton2008-04-081-0/+182