summaryrefslogtreecommitdiff
path: root/memcached.h
Commit message (Expand)AuthorAgeFilesLines
* explicitly record sasl auth states伊藤洋也2013-12-201-0/+1
* Fix udp mode when listening on ipv6 addresses.Alex Leone2013-12-201-1/+1
* Added parameter to disable flush_all (nice to have on production)Daniel Pañeda2013-12-191-0/+1
* Add statistics for allocation failuresTrond Norbye2013-12-081-0/+1
* Some tail_repair_time adjustmentsdormando2013-12-081-1/+1
* Make tail leak expiry time configurableKeyur2013-12-081-1/+2
* This adds the "shutdown" command to the server. This allows for betterBrian Aker2012-10-171-0/+1
* remove global stats lock from item allocationdormando2012-09-031-0/+1
* item locks now lock hash table bucketsdormando2012-09-031-1/+11
* alloc loop now attempts an item_lockdormando2012-09-031-0/+1
* If we're preallocating memory, prealloc slab pagesdormando2012-07-291-1/+0
* automove levels are an int instead of bool nowdormando2012-07-271-1/+1
* more portable refcount atomicsdormando2012-01-101-0/+2
* slab reassignmentdormando2011-12-191-0/+19
* use item partitioned lock for as much as possibledormando2011-11-091-0/+2
* move hash calls outside of cache_lockdormando2011-11-091-3/+3
* Use spinlocks for main cache lockdormando2011-11-091-0/+7
* Add new stats expired_unfetched, evicted_unfetcheddormando2011-09-281-0/+4
* Allow setting initial size of the hash tabledormando2011-09-281-0/+4
* expose stats for the internal hash tabledormando2011-09-281-0/+3
* experimental maxconns_fast optiondormando2011-09-271-0/+3
* Backport binary TOUCH/GAT/GATQ commandsdormando2011-09-271-1/+9
* fix incr/decr race conditions for binary protdormando2011-07-111-3/+5
* fix incr/decr race conditions for ASCII protdormando2011-07-111-3/+5
* Bind each UDP socket to an a single worker thread in multiport envTrond Norbye2011-03-011-0/+1
* Fix type-punning issues exposed with GCC 4.5.1Dan McGee2010-11-021-8/+17
* Added reclaimed statistics.Trond Norbye2010-01-121-0/+1
* Added new stats to track sasl authentication.Matt Ingenthron2009-11-261-0/+2
* Allow semi-broken C99 compilers to compile memcachedTrond Norbye2009-11-041-2/+0
* SASL auth support.Dustin Sallings2009-10-251-1/+8
* Make item size max start time configurable.dormando2009-10-071-1/+1
* Cleanup of number of threads declarations (issue 91)Dmitry Isaykin2009-09-181-1/+6
* Remove compilation errors from gcc on SolarisTrond Norbye2009-08-221-1/+1
* Clean up some assumed buffer sizes with stats (issue 64).Dustin Sallings2009-08-201-3/+6
* Enforce limits of add_delta buffer size.Dustin Sallings2009-08-191-0/+3
* Issue 61: reqs_per_event handling (-R) is incorrect leading to client lockupsTrond Norbye2009-07-091-0/+1
* add_delta should return a proper status indicator.Dustin Sallings2009-06-291-4/+7
* Allow the binding protocol to be specified.Dustin Sallings2009-05-141-0/+1
* Moved struct definitions below enum declarations.Dustin Sallings2009-05-141-105/+106
* fix and test for issue 38 (server does not respond to binary requests)Eric Lambert2009-05-021-4/+10
* More docs.Dustin Sallings2009-04-171-20/+52
* Create a generic cache for objects of same sizeTrond Norbye2009-04-171-2/+2
* fix resumption of accept loop under multithreaddormando2009-04-111-0/+2
* Don't expose the protocol used to the client api of the statsTrond Norbye2009-04-021-24/+17
* Use a bool for the accepting_conns stat.Dustin Sallings2009-03-301-1/+1
* two new troubleshooting statsdormando2009-03-301-0/+3
* add a cmd_flush statdormando2009-03-301-0/+5
* Define TAIL_REPAIR_TIME as a constant.Dustin Sallings2009-03-291-0/+4
* Added append_stat function to contain the common stat append stuff.Dustin Sallings2009-03-241-16/+13
* Use stat macros for item stats.Dustin Sallings2009-03-241-7/+12