summaryrefslogtreecommitdiff
path: root/modules/cache/mod_socache_dc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* Add output for "?auto" version of server-statusRainer Jung2015-04-051-2/+9
* fix style, no code change.Igor Galić2012-04-071-1/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-10/+10
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-12/+12
* Silence compiler warnings.Rainer Jung2011-07-041-1/+1
* * Make module compile by fixing some typos.Ruediger Pluem2011-02-091-2/+2
* 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