summaryrefslogtreecommitdiff
path: root/memcache
Commit message (Expand)AuthorAgeFilesLines
* Use of pre_cleanups is not the default for reslists.bojan2008-08-071-0/+2
* Avoid compiler warning of unused mc_conn_destruct().bojan2008-07-271-0/+2
* Fix parsing of rusage in stats data.bojan2008-07-251-5/+1
* Close memory leak.bojan2008-07-201-0/+2
* Un-'fix' r585381; give the const'ness to include/apr_memcache.hwrowe2007-10-221-21/+21
* Multiple type consistency violations.wrowe2007-10-171-7/+7
* A declare macro has a scope of ONE LIBRARY ONLY.wrowe2007-10-171-22/+22
* Spell length correctly in the code. Check for it in another place.pquerna2007-09-201-3/+5
* Small style cleanups, no functional changes.pquerna2007-09-201-6/+8
* Only set len if length isn't null.pquerna2007-09-201-2/+4
* While extremely unlikely, its possible that a key hash could be zero. Mainta...pquerna2007-06-081-1/+1
* Make the server selection pluggable. This should be all that is needed to pl...pquerna2007-06-081-0/+14
* Allow apr_memcache to use a pure CRC32 hash fucntion for server selection. W...pquerna2007-06-081-2/+12
* Init the hash function and baton to NULL.pquerna2007-06-081-0/+2
* Make the hash calculation function used for server selection a plugable part ...pquerna2007-06-081-8/+22
* Add additional stats fields to apr_memcache, added to memcached in version 1....pquerna2007-06-081-0/+11
* Update license headers.jerenkrantz2007-01-151-8/+6
* Remove the active server from the pollset before returning it's socket to the...pquerna2006-12-021-1/+1
* Reset the socket to blocking mode after connect() finishes.pquerna2006-12-021-0/+5
* Fix some warnings.rooneg2006-10-101-3/+9
* Use the apr'ized (APR_MAX_IOVEC_SIZE) version of IOV_MAX rather than the plat...bnicholes2006-08-231-2/+2
* Replace C++ style comments. No functional changes.pquerna2006-08-051-11/+12
* Add memcache multi-get support to apr_memcache.pquerna2006-08-051-0/+341
* When destructing a connection in the reslist, send "quit" to the memcache nod...pquerna2006-08-031-1/+18
* When there is any kind of error in the creation of the socket or the initial ...pquerna2006-08-031-2/+8
* * memcache/apr_memcache.c (get_server_line): Remove unreachable codejorton2006-05-241-6/+1
* Set the connection timeout, before we try to connect, otherwise we use the de...pquerna2005-11-301-2/+2
* In a non-threaded environment (like FreeBSD-4.x), make apr-util compile.martin2005-10-311-0/+10
* Use apr_size_t for referencing data lengths.pquerna2005-10-281-7/+8
* Use apr_size_t instead of apr_uint32_t in several places.pquerna2005-10-281-2/+2
* More style fixes to make it closer to the official APR Style. No functional c...pquerna2005-10-281-11/+11
* Fix style of several if's. No functional changes. Noticed by Joe Orton.pquerna2005-10-281-6/+8
* Replace sprintf with apr_snprintf as noticed by Joe Orton. pquerna2005-10-281-3/+3
* Import apr_memcache trunk to APR-Util.pquerna2005-10-281-0/+1225