summaryrefslogtreecommitdiff
path: root/modules/cache/mod_socache_dbm.c
Commit message (Expand)AuthorAgeFilesLines
* Add log tags.Graham Leggett2021-06-241-7/+7
* dbm: Split the loading of a dbm driver from the opening of a dbm file. WhenGraham Leggett2021-06-241-1/+169
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-3/+0
* Add output for "?auto" version of server-statusRainer Jung2015-04-051-3/+13
* 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-021-16/+16
* Fixed compilation for non-*nix platforms.Guenter Knauf2011-11-301-0/+2
* Fix some warn_unused_result compiler warnings by checking the return code ofStefan Fritsch2011-11-271-15/+24
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-19/+19
* Add wrappers for malloc, calloc, realloc that check for out of memoryStefan Fritsch2011-09-191-6/+1
* enable DEFAULT_REL_RUNTIMEDIR on NetWare and WindowsJeff Trawick2011-03-271-5/+0
* Clean iterator call syntaxWilliam A. Rowe Jr2010-07-021-3/+1
* Fix nasty dbm bug that wasn't expiring records; time() doesn't return apr_time_tWilliam A. Rowe Jr2010-07-021-4/+3
* Introduce an socache iterator 'userctx' for the user to track theWilliam A. Rowe Jr2010-06-261-2/+3
* Iterator implementations welcome, although mod_socache_memcache will William A. Rowe Jr2010-06-251-2/+54
* 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-1/+1
* distcache already demonstrates sub-second resolutions, but much moreWilliam A. Rowe Jr2010-02-091-49/+58
* * modules/cache/mod_socache_memcache.c,Joe Orton2009-03-231-27/+27
* ditto hack from mpm_default.hWilliam A. Rowe Jr2008-12-221-0/+5
* socache API tweaks based on chrisd's review:Joe Orton2008-12-121-12/+13
* Reduce config overhead for use of socache interface by allowingJoe Orton2008-12-091-6/+18
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-7/+7
* * modules/cache/mod_socache_dbm.cPaul Querna2008-10-271-1/+1
* * modules/cache/mod_socache_dbm.c: Fix compile by including unixd.h on operatingPaul Querna2008-10-271-0/+4
* remove const on socache module declarations to avoid segfault inChris Darroch2008-04-161-1/+1
* * modules/cache/mod_socache_dbm.c: Fix some dodgy formatting, thanks rpluem.Joe Orton2008-04-081-9/+8
* Adjust socache init interface to take sizing hints, and namespace tagJoe Orton2008-04-081-3/+8
* * modules/cache/ap_socache.h: Add ap_socache_instance_t object type.Joe Orton2008-04-081-27/+22
* Session cache interface redesign, Part 8:Joe Orton2008-04-081-0/+507