summaryrefslogtreecommitdiff
path: root/memcache
Commit message (Expand)AuthorAgeFilesLines
* Save some cycles by not copying the pollfds.jailletc362017-06-021-1/+2
* apr_memcache: reserve buffer space for trailing \0.ylavic2017-02-071-1/+1
* apr_memcache: Better validate the values' length provided by the memcached toylavic2015-10-311-67/+82
* fix some minor bugs and useless assignments so that clang scan-buildtrawick2013-10-231-3/+6
* fix crash introduced in r1484271trawick2013-06-171-1/+1
* Add support to apr_memcache for unix domain sockets.minfrin2013-05-191-2/+12
* Revert r1390526; ttl is in microsecondstrawick2012-09-271-1/+1
* apr_memcache_server_create(): Fix handling of the ttl parameter.trawick2012-09-261-1/+1
* Fix dead server retry logic.trawick2012-09-261-1/+1
* Fix possible segfault.sf2011-10-151-2/+4
* fix extra "the" in comments and license texttrawick2011-03-231-1/+1
* - start is never usedpgollucci2010-08-051-4/+0
* - this is handling the error condition, not successpgollucci2010-08-041-1/+1
* - Fix mismatched signed comparisons [1]pgollucci2010-08-041-4/+4
* Convert various APU_DECLARE into APR_DECLARE.bojan2009-07-161-22/+22
* Merge APR-Util trunk into APR.pquerna2009-03-241-0/+1701