summaryrefslogtreecommitdiff
path: root/items.h
Commit message (Expand)AuthorAgeFilesLines
* Implement get_expired statssergiocarlos2016-05-281-2/+2
* first half of new slab automoverdormando2015-11-181-1/+0
* slab mover rescues valid items with free chunksdormando2015-11-181-0/+2
* ding-dong the cache_lock is dead.dormando2015-01-091-1/+0
* LRU maintainer thread now fires LRU crawlerdormando2015-01-061-1/+1
* direct reclaim mode for evictionsdormando2015-01-041-2/+0
* first pass at LRU maintainer threaddormando2015-01-031-0/+7
* Beginning work for LRU reworkdormando2015-01-021-4/+6
* flush_all was not thread safe.dormando2015-01-011-1/+0
* Pause all threads while swapping hash table.dormando2014-12-271-0/+2
* Avoid OOM errors when locked items stuck in taildormando2014-10-121-0/+1
* optionally take a list of slabs to run against.dormando2014-04-171-1/+1
* control systemdormando2014-04-171-0/+6
* barebones LRU crawler proof of conceptdormando2014-04-171-0/+3
* remove global stats lock from item allocationdormando2012-09-031-0/+1
* alloc loop now attempts an item_lockdormando2012-09-031-1/+1
* initial slab automoverdormando2012-01-031-0/+1
* use item partitioned lock for as much as possibledormando2011-11-091-1/+1
* move hash calls outside of cache_lockdormando2011-11-091-6/+6
* Backport binary TOUCH/GAT/GATQ commandsdormando2011-09-271-0/+1
* Kill off redundant item_init.Dustin Sallings2009-09-111-1/+0
* Don't expose the protocol used to the client api of the statsTrond Norbye2009-04-021-7/+2
* "stats reset" should reset eviction counters as wellTrond Norbye2009-03-241-0/+2
* Update CAS on non-replace incr/decr.Dustin Sallings2009-02-111-0/+2
* Fix for stats opaque issue pointed out at the hackathon and removed some wast...Toru Maesaka2009-01-031-4/+4
* The slabber no longer needs a is_binary like flag for stats due to abstractio...Toru Maesaka2009-01-031-6/+6
* Changed the argument ordering for stats callback to something more common.Toru Maesaka2009-01-031-2/+2
* Support of stats sizes subcommand via the binary protocol.Toru Maesaka2009-01-031-1/+4
* Support of item stats via the binary protocol.Toru Maesaka2009-01-031-2/+3
* Merged Trond Norbye's protocol patch.Trond Norbye2008-07-281-2/+1
* Minimal doxygen configurationPaul Lindner2007-07-101-2/+2
* Fix the "stats items" command; the powers-of-N chunk size change broke itSteven Grimm2007-07-081-1/+1
* Make item stats commands thread-safeSteven Grimm2007-07-081-3/+3
* first pass at pedantic ansi-c changes, use bools/consts.Paul Lindner2007-04-161-3/+3
* Merge multithreaded into trunk, commit #2 (first commit only did theSteven Grimm2007-04-161-7/+11
* * Remove unused parameter to item_size_ok()Paul Lindner2007-03-191-1/+1
* multiple cleanups/refactoring, see ChangeLogPaul Lindner2007-03-061-0/+20