| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_socache_shmcb and mod_socache_dbm: finish support of | Jeff Trawick | 2012-08-07 | 1 | -1/+1 |
* | Move away from DEFAULT_REL_RUNTIMEDIR and use ap_runtime_dir_relative() | Jim Jagielski | 2012-03-12 | 1 | -2/+2 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-03 | 1 | -16/+16 |
* | Fixed compilation for non-*nix platforms. | Guenter Knauf | 2011-11-30 | 1 | -0/+2 |
* | Fix some warn_unused_result compiler warnings by checking the return code of | Stefan Fritsch | 2011-11-27 | 1 | -15/+24 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -19/+19 |
* | Add wrappers for malloc, calloc, realloc that check for out of memory | Stefan Fritsch | 2011-09-19 | 1 | -6/+1 |
* | enable DEFAULT_REL_RUNTIMEDIR on NetWare and Windows | Jeff Trawick | 2011-03-28 | 1 | -5/+0 |
* | Clean iterator call syntax | William A. Rowe Jr | 2010-07-02 | 1 | -3/+1 |
* | Fix nasty dbm bug that wasn't expiring records; time() doesn't return apr_time_t | William A. Rowe Jr | 2010-07-02 | 1 | -4/+3 |
* | Introduce an socache iterator 'userctx' for the user to track the | William A. Rowe Jr | 2010-06-26 | 1 | -2/+3 |
* | Iterator implementations welcome, although mod_socache_memcache will | William A. Rowe Jr | 2010-06-25 | 1 | -2/+54 |
* | Fix return values from socache modules when a key is not found in cache | Nick Kew | 2010-06-23 | 1 | -1/+1 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | Align "hidden" function names with external... picky, but | Jim Jagielski | 2010-03-16 | 1 | -2/+2 |
* | fix these warnings (and presumably a similar one in mod_socache_dc.c): | Jeff Trawick | 2010-03-03 | 1 | -4/+4 |
* | fix additional use of "session" terminology, following r907917 | Jeff Trawick | 2010-02-09 | 1 | -1/+1 |
* | distcache already demonstrates sub-second resolutions, but much more | William A. Rowe Jr | 2010-02-09 | 1 | -49/+58 |
* | * modules/cache/mod_socache_memcache.c, | Joe Orton | 2009-03-23 | 1 | -27/+27 |
* | ditto hack from mpm_default.h | William A. Rowe Jr | 2008-12-22 | 1 | -0/+5 |
* | socache API tweaks based on chrisd's review: | Joe Orton | 2008-12-12 | 1 | -12/+13 |
* | Reduce config overhead for use of socache interface by allowing | Joe Orton | 2008-12-09 | 1 | -6/+18 |
* | API Cleanup in preperation for 2.4.x, make sure all exported functions or var... | Paul Querna | 2008-12-02 | 1 | -7/+7 |
* | * modules/cache/mod_socache_dbm.c | Paul Querna | 2008-10-27 | 1 | -1/+1 |
* | * modules/cache/mod_socache_dbm.c: Fix compile by including unixd.h on operating | Paul Querna | 2008-10-27 | 1 | -0/+4 |
* | remove const on socache module declarations to avoid segfault in | Chris Darroch | 2008-04-16 | 1 | -1/+1 |
* | * modules/cache/mod_socache_dbm.c: Fix some dodgy formatting, thanks rpluem. | Joe Orton | 2008-04-08 | 1 | -9/+8 |
* | Adjust socache init interface to take sizing hints, and namespace tag | Joe Orton | 2008-04-08 | 1 | -3/+8 |
* | * modules/cache/ap_socache.h: Add ap_socache_instance_t object type. | Joe Orton | 2008-04-08 | 1 | -27/+22 |
* | Session cache interface redesign, Part 8: | Joe Orton | 2008-04-08 | 1 | -0/+507 |