summaryrefslogtreecommitdiff
path: root/include/apr_memcache.h
Commit message (Expand)AuthorAgeFilesLines
* Un-'fix' r585381; give the const'ness to include/apr_memcache.hwrowe2007-10-221-5/+5
* A declare macro has a scope of ONE LIBRARY ONLY.wrowe2007-10-171-22/+22
* s/memcahce/memcache/. Fix spelling of memcache on the function prototypes.pquerna2007-06-121-4/+4
* Make the server selection pluggable. This should be all that is needed to pl...pquerna2007-06-081-2/+23
* Allow apr_memcache to use a pure CRC32 hash fucntion for server selection. W...pquerna2007-06-081-0/+10
* Make the hash calculation function used for server selection a plugable part ...pquerna2007-06-081-1/+18
* Add additional stats fields to apr_memcache, added to memcached in version 1....pquerna2007-06-081-0/+7
* Update license headers.jerenkrantz2007-01-151-8/+6
* Add memcache multi-get support to apr_memcache.pquerna2006-08-051-0/+41
* apr_thread_mutex_t is only defined if APR_HAS_THREADS.jfclere2005-11-041-0/+2
* For consistency as well as so that the NetWare export list AWK script can fin...bnicholes2005-10-281-81/+65
* Use apr_size_t for referencing data lengths.pquerna2005-10-281-3/+3
* Use apr_size_t instead of apr_uint32_t in several places.pquerna2005-10-281-1/+1
* Import apr_memcache trunk to APR-Util.pquerna2005-10-281-0/+366