summaryrefslogtreecommitdiff
path: root/memcache
Commit message (Expand)AuthorAgeFilesLines
* Check sockets from connection pool before using them and try to reconnectRuediger Pluem2023-05-031-7/+68
* In case that we have threads store the apr_reslist parameters in theRuediger Pluem2023-04-281-0/+5
* * memcache/apr_memcache.c (conn_connect): Allow use of IPv6Joe Orton2023-02-031-4/+4
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-46/+46
* Save some cycles by not copying the pollfds.Christophe Jaillet2017-06-021-1/+2
* apr_memcache: reserve buffer space for trailing \0.Yann Ylavic2017-02-071-1/+1
* apr_memcache: Better validate the values' length provided by the memcached toYann Ylavic2015-10-311-67/+82
* fix some minor bugs and useless assignments so that clang scan-buildJeff Trawick2013-10-231-3/+6
* fix crash introduced in r1484271Jeff Trawick2013-06-171-1/+1
* Add support to apr_memcache for unix domain sockets.Graham Leggett2013-05-191-2/+12
* Revert r1390526; ttl is in microsecondsJeff Trawick2012-09-271-1/+1
* apr_memcache_server_create(): Fix handling of the ttl parameter.Jeff Trawick2012-09-261-1/+1
* Fix dead server retry logic.Jeff Trawick2012-09-261-1/+1
* Fix possible segfault.Stefan Fritsch2011-10-151-2/+4
* fix extra "the" in comments and license textJeff Trawick2011-03-231-1/+1
* - start is never usedPhilip M. Gollucci2010-08-051-4/+0
* - this is handling the error condition, not successPhilip M. Gollucci2010-08-041-1/+1
* - Fix mismatched signed comparisons [1]Philip M. Gollucci2010-08-041-4/+4
* Convert various APU_DECLARE into APR_DECLARE.Bojan Smojver2009-07-161-22/+22
* Merge APR-Util trunk into APR.Paul Querna2009-03-241-0/+1701