summaryrefslogtreecommitdiff
path: root/items.c
Commit message (Expand)AuthorAgeFilesLines
* push cache_lock deeper into item_alloc1.4.9-beta1dormando2011-10-051-0/+4
* use item partitioned lock for as much as possibledormando2011-10-051-34/+30
* Remove the depth search from item_allocdormando2011-10-051-92/+50
* move hash calls outside of cache_lockdormando2011-10-051-20/+22
* Use spinlocks for main cache lockdormando2011-10-051-1/+1
* upgrade stats items counters to 64bit1.4.8-rc1dormando2011-09-281-14/+14
* Add new stats expired_unfetched, evicted_unfetcheddormando2011-09-281-2/+27
* Backport binary TOUCH/GAT/GATQ commandsdormando2011-09-271-0/+8
* Issue 115: accont for CAS in item_size_okTrond Norbye2011-08-081-2/+7
* Issue 183 - Reclaim items dead by flush_allTrond Norbye2011-07-181-1/+3
* Compile fix (-Werror=unused-but-set-variable warnings)Dan McGee2011-07-071-3/+1
* Issue 163: Buggy mem_requested valuesTrond Norbye2010-11-121-0/+1
* Issue 140 - Fix age for items statsTrond Norbye2010-11-101-1/+19
* Remove item > 1MB assertion - bug 1191.4.5Dustin Sallings2010-04-021-1/+0
* Added reclaimed statistics.Trond Norbye2010-01-121-0/+12
* new per-slab item stat evicted_nonzerodormando2009-10-071-0/+5
* Issue 92: stats cachedump should respond CLIENT_ERROR for illegal slab idsTrond Norbye2009-09-221-1/+0
* Kill off redundant item_init.Dustin Sallings2009-09-111-10/+0
* Kill off redundant and incorrect sizing definition.Dustin Sallings2009-09-111-1/+1
* Clean up slab boundary checking.Mat Hostetter2009-09-111-5/+5
* Clean up some assumed buffer sizes with stats (issue 64).Dustin Sallings2009-08-201-3/+3
* Validate buffer limits when dumping cache.Dustin Sallings2009-08-191-1/+1
* Don't expose the protocol used to the client api of the statsTrond Norbye2009-04-021-67/+30
* Define TAIL_REPAIR_TIME as a constant.Dustin Sallings2009-03-291-1/+1
* print why a key was not found when extra verbosedormando2009-03-291-0/+26
* dumb hack to self-repair stuck slabsdormando2009-03-291-1/+23
* Added append_stat function to contain the common stat append stuff.Dustin Sallings2009-03-241-5/+3
* Use stat macros for stats sizes.Dustin Sallings2009-03-241-16/+17
* Use stat macros for item stats.Dustin Sallings2009-03-241-49/+24
* "stats reset" should reset eviction counters as wellTrond Norbye2009-03-241-0/+7
* Try to recycle allocated memory from expired items before allocating more.Trond Norbye2009-03-171-5/+29
* Remove some cvs/svn junk from files.Dustin Sallings2009-03-061-1/+0
* Use threadlocal stats to count the commandsTrond Norbye2009-03-041-1/+1
* Terminate the temp buffer properly in do_item_allocDustin Sallings2009-02-121-1/+2
* Fix memory corruption error in stats cachedump.Dustin Sallings2009-02-121-1/+5
* Update CAS on non-replace incr/decr.Dustin Sallings2009-02-111-1/+0
* Build fixes for FreeBSD 7.Dustin Sallings2009-01-201-1/+3
* Added -C to remove the cas_id from the data structures to save spaceTrond Norbye2009-01-031-2/+5
* Fix for stats opaque issue pointed out at the hackathon and removed some wast...Toru Maesaka2009-01-031-12/+12
* Removed compiler warnings and increased warning levelTrond Norbye2009-01-031-2/+2
* The slabber no longer needs a is_binary like flag for stats due to abstractio...Toru Maesaka2009-01-031-5/+5
* Add DTrace probes to the binary protocolTrond Norbye2009-01-031-6/+6
* A callback function is used for stats request over ascii protocol as well now.Toru Maesaka2009-01-031-89/+51
* Changed the argument ordering for stats callback to something more common.Toru Maesaka2009-01-031-10/+10
* If you're really clever and set all of your items to never expire, your evict...dormando2009-01-031-3/+14
* Improved Stats error handling to discriminate between ENOMEM and ENOENT.Toru Maesaka2009-01-031-0/+2
* Support of stats sizes subcommand via the binary protocol.Toru Maesaka2009-01-031-3/+29
* Support of item stats via the binary protocol.Toru Maesaka2009-01-031-18/+67
* Applied Trond's false assertion removal patch and stamped to 1.3.1Trond Norbye2009-01-031-1/+0
* Add DTrace probes for Solaris/etc.Trond Norbye2009-01-021-0/+6