summaryrefslogtreecommitdiff
path: root/include/apr_memcache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge r582543, r1090093, r1102978, r1909474, r1909585, r1909586, r1909590, r1...1.7.xrpluem2023-05-091-0/+7
* Fixes various doxygen usage warnings and minor doxygen errors.rjung2010-11-261-6/+7
* Fixed formatting. Function name MUST be in same line asfuankg2010-10-011-5/+4
* Fix a bunch of typos in the doxygen comments for public include files in APR minfrin2009-09-251-2/+2
* Backport r794508 from the trunk.bojan2009-07-161-1/+1
* fixed header so that the export generator script can get the function name.fuankg2009-06-301-9/+7
* 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