summaryrefslogtreecommitdiff
path: root/memcached.h
Commit message (Expand)AuthorAgeFilesLines
* use item partitioned lock for as much as possibledormando2011-10-051-0/+2
* move hash calls outside of cache_lockdormando2011-10-051-3/+3
* Use spinlocks for main cache lockdormando2011-10-051-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
* Use stat macros for stats slabs.Dustin Sallings2009-03-241-0/+8
* Added APPEND_STAT2Dustin Sallings2009-03-241-0/+8
* Swap APPEND_STAT parameters so that it makes much more sense.Dustin Sallings2009-03-241-1/+1
* Make APPEND_STAT globally available.Dustin Sallings2009-03-241-0/+11
* Added stats settings.Dustin Sallings2009-03-191-0/+1
* start of the incr fix, rearranges a bunch, adds util, tests, etcBrad Fitzpatrick2009-03-191-2/+2
* Added support for setting backlog queue on command lineChris Goffinet2009-03-151-0/+1
* Have just one field for a connection's current cmd.Dustin Sallings2009-03-101-2/+1
* Removed unused field from the connection struct.Dustin Sallings2009-03-101-1/+0
* Moved conn_lock and suffix_lock out of thread.c (the latter wasn't properly i...Trond Norbye2009-03-101-5/+0
* Added CAS stats.Dustin Sallings2009-03-071-0/+3
* incr/decr statsDustin Sallings2009-03-071-0/+4
* Added stats for delete commands.Dustin Sallings2009-03-061-0/+2
* Push hit and set stats down into per-slab stats.Dustin Sallings2009-03-061-8/+13