summaryrefslogtreecommitdiff
path: root/cache.c
Commit message (Expand)AuthorAgeFilesLines
* core: make object cache LIFO1.6.13dormando2022-01-121-1/+1
* core: cache.c cleanups, use queue.h freelistdormando2021-08-091-46/+15
* Fix over-freeing in internal object cachebitground2020-10-261-1/+1
* add separate limits for connection buffersdormando2020-02-261-2/+17
* network: response stacking for all commandsdormando2020-02-011-1/+2
* allow skipping thread-local cache locksdormando2017-01-071-5/+12
* totally destroy test cachesdormando2012-07-291-0/+1
* Issue 161 incorrect allocation in cache_createTrond Norbye2010-11-101-1/+1
* Fix compilation warning1.4.3Trond Norbye2009-11-041-1/+2
* Create a generic cache for objects of same sizeTrond Norbye2009-04-171-0/+146