summaryrefslogtreecommitdiff
path: root/items.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged Trond Norbye's protocol patch.Trond Norbye2008-07-281-27/+5
* Bug fix for hash corruption in do_item_allocTrond Norbye2008-05-021-1/+1
* per-stat-class tracking of evictions and out of memory conditions.dormando2008-03-031-10/+32
* Don't re-calculate the slab class id for slabs_free() either.dormando2008-03-031-1/+3
* Don't re-calculate the slab class id.dormando2008-03-031-2/+2
* Useless check. 'id' will never be higher than POWER_LARGEST.dormando2008-03-031-1/+0
* Fix C operation priority bug. (Tomash Brechko)Tomash Brechko2007-11-161-1/+1
* Fix for CAS ID replay. (Dustin Sallings <dustin@spy.net>)Dustin Sallings2007-11-161-1/+3
* Remove global id overflow check in CAS, and NOT FOUND should be NOT_FOUND.dormando2007-11-151-4/+1
* CAS fix from Christ Goffinet and Dustin Sallings. Use a global incrementalDustin Sallings2007-11-151-0/+11
* Fix for do_item_cachedump() which was returning an incorrect timestamp.Paul Lindner2007-10-031-1/+1
* Fix for stats.evictions not incrementing when exptime == 0 itemsJean-Francois BUSTARRET2007-10-031-1/+1
* Use NULL instead of 0, generate bools for ifsPaul Lindner2007-07-101-5/+5
* gcc -pedantic changes, comments, signed/unsigned changes. also convert expand...Paul Lindner2007-07-091-12/+12
* Fix the "stats items" command; the powers-of-N chunk size change broke itSteven Grimm2007-07-081-10/+13
* Make item stats commands thread-safeSteven Grimm2007-07-081-3/+3
* Fix minor style inconsistencies and add some missing error checking.Steven Grimm2007-07-081-3/+14
* Minor readability improvement: "1024 * 1024" instead of "1048576".Steven Grimm2007-07-071-3/+3
* cleanup unistd.h, better spec file, remove warnings from threads.cPaul Lindner2007-05-071-1/+0
* first pass at pedantic ansi-c changes, use bools/consts.Paul Lindner2007-04-161-10/+10
* Part 1 of the Windows compatibility patchPaul Lindner2007-04-161-3/+4
* Merge multithreaded into trunk, commit #2 (first commit only did theSteven Grimm2007-04-161-24/+95