summaryrefslogtreecommitdiff
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* Use a proper hash mask for item lock table14perfdormando2011-10-121-6/+24
* push cache_lock deeper into item_alloc1.4.9-beta1dormando2011-10-051-2/+1
* use item partitioned lock for as much as possibledormando2011-10-051-16/+43
* move hash calls outside of cache_lockdormando2011-10-051-8/+20
* Use spinlocks for main cache lockdormando2011-10-051-13/+13
* experimental maxconns_fast optiondormando2011-09-271-0/+2
* Backport binary TOUCH/GAT/GATQ commandsdormando2011-09-271-0/+17
* fix incr/decr race conditions for binary protdormando2011-07-111-2/+3
* fix incr/decr race conditions for ASCII protdormando2011-07-111-2/+3
* Simplify stats aggregation codeDan McGee2010-11-021-16/+4
* Added new stats to track sasl authentication.Matt Ingenthron2009-11-261-0/+6
* Cleanup of number of threads declarations (issue 91)Dmitry Isaykin2009-09-181-16/+13
* Issue 61: reqs_per_event handling (-R) is incorrect leading to client lockupsTrond Norbye2009-07-091-0/+3
* add_delta should return a proper status indicator.Dustin Sallings2009-06-291-3/+3
* fix and test for issue 38 (server does not respond to binary requests)Eric Lambert2009-05-021-5/+5
* Create a generic cache for objects of same sizeTrond Norbye2009-04-171-0/+7
* fix resumption of accept loop under multithreaddormando2009-04-111-0/+11
* Don't expose the protocol used to the client api of the statsTrond Norbye2009-04-021-14/+4
* add a cmd_flush statdormando2009-03-301-0/+3
* stats reset also clears cas_hits/badval/missesSteve Yen2009-03-251-0/+3
* Moved conn_lock and suffix_lock out of thread.c (the latter wasn't properly i...Trond Norbye2009-03-101-67/+0
* Added CAS stats.Dustin Sallings2009-03-071-0/+10
* incr/decr statsDustin Sallings2009-03-071-0/+16
* Added stats for delete commands.Dustin Sallings2009-03-061-0/+8
* Push hit and set stats down into per-slab stats.Dustin Sallings2009-03-061-8/+28
* Remove some cvs/svn junk from files.Dustin Sallings2009-03-061-2/+0
* Moved bytes_read and bytes_written to threadlocal statsTrond Norbye2009-03-061-0/+6
* Refactor: move the slabs mutex (and all usage of it) into slabs.cTrond Norbye2009-03-051-43/+0
* Revert to pre-c99 style in for loops due to compiler problems on iccTrond Norbye2009-03-041-2/+4
* Use threadlocal stats to count the commandsTrond Norbye2009-03-041-13/+49
* Magic number cleanup in do_store_item.Dustin Sallings2009-02-241-2/+2
* Fixed data types for init_state and protocol in CQ_ITEM.Dustin Sallings2009-02-021-6/+6
* Fixed bad patch: stats locks shouldn't be commented outTrond Norbye2009-01-291-2/+2
* Remove #ifdef checks for header files in C99Trond Norbye2009-01-291-9/+0
* Do hash expansion in it's own threadTrond Norbye2009-01-271-11/+3
* Fix for stats opaque issue pointed out at the hackathon and removed some wast...Toru Maesaka2009-01-031-11/+11
* Removed dead code and renamed cq_peek to cq_popToru Maesaka2009-01-031-22/+2
* Add -Wall to gcc compilationTrond Norbye2009-01-031-0/+2
* Removed compiler warnings and increased warning levelTrond Norbye2009-01-031-2/+3
* The slabber no longer needs a is_binary like flag for stats due to abstractio...Toru Maesaka2009-01-031-12/+12
* Changed the argument ordering for stats callback to something more common.Toru Maesaka2009-01-031-3/+3
* DTrace probe fix, Fix typo in configure script, Use calloc(3) instead of mall...Ricky Zhou2009-01-031-2/+2
* Changelog update for 1.2.6 release and Patch originally from the Facebook cre...dormando2009-01-031-5/+10
* Support of stats sizes subcommand via the binary protocol.Toru Maesaka2009-01-031-2/+4
* Support of slabber stats via the binary protocol.Toru Maesaka2009-01-031-2/+4
* Support of item stats via the binary protocol.Toru Maesaka2009-01-031-2/+4
* Code cleaned by running devtools/clean-whitespace.pl script.Toru Maesaka2009-01-031-1/+1
* Add DTrace probes for Solaris/etc.Trond Norbye2009-01-021-2/+5
* Merged Trond Norbye's protocol patch.Trond Norbye2008-07-281-25/+3
* The core server never called the mutex wrapper for do_item_replace()Toru Maesaka2008-05-091-7/+4