summaryrefslogtreecommitdiff
path: root/items.h
Commit message (Expand)AuthorAgeFilesLines
* 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