summaryrefslogtreecommitdiff
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* fix and test for issue 38 (server does not respond to binary requests)stable-1.3Eric Lambert2009-05-021-5/+5
* 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
* Binary protocol updates from the fourth hackathon.Trond Norbye2008-04-291-4/+4
* Code modified to only build and run under multi-threaded mode.Toru Maesaka2008-04-281-29/+27
* 1) I don't have any prototype for daemon 2) The signature for dispatch_conn_n...Trond Norbye2008-04-271-2/+2
* Merge commit '366108d785ceccb36bb9d171f53c873cea457c5b' into binaryDustin Sallings2008-04-271-4/+4
|\
| * Don't re-calculate the slab class id for slabs_free() either.dormando2008-03-031-2/+2
| * Don't re-calculate the slab class id.dormando2008-03-031-2/+2
* | Added protocol flag to connection for multi-protocol support.Dustin Sallings2008-04-271-5/+5
|/
* Idiotic copy/paste mistake by dormando. Fixed by dormando ;)dormando2007-12-011-3/+3
* Dynamic suffix buffer work.dormando2007-11-201-0/+33
* Switch to unsigned 64-bit increment/decrement counters from Evan Miller and D...Evan Miller2007-10-031-1/+1
* Incorporate incrememnt patch from Evan MillerEvan Miller2007-08-221-1/+1
* conn_add_to_freelist returns boolPaul Lindner2007-07-101-2/+2
* gcc -pedantic changes, comments, signed/unsigned changes. also convert expand...Paul Lindner2007-07-091-1/+1
* Fix the "stats items" command; the powers-of-N chunk size change broke itSteven Grimm2007-07-081-2/+5
* Make item stats commands thread-safeSteven Grimm2007-07-081-0/+33
* Fix minor style inconsistencies and add some missing error checking.Steven Grimm2007-07-081-1/+1