summaryrefslogtreecommitdiff
path: root/memcached.h
Commit message (Expand)AuthorAgeFilesLines
* initial logger code.dormando2016-06-081-0/+5
* bump some global stats to 64bit uintsdormando2016-06-051-4/+4
* Implement get_expired statssergiocarlos2016-05-281-2/+4
* try harder to save itemsdormando2015-11-181-2/+2
* split rebal_evictions into _nomem and _samepagedormando2015-11-181-2/+4
* call STATS_LOCK() less in slab mover.dormando2015-11-181-1/+3
* first half of new slab automoverdormando2015-11-181-0/+1
* slab mover rescues valid items with free chunksdormando2015-11-181-0/+3
* Record and report on time spent in listen_disabledIan Miell2015-11-181-0/+2
* fix major off by one issuedormando2015-04-241-1/+1
* fix off-by-one with slab managementdormando2015-04-191-1/+1
* Make LRU crawler work from maint thread.dormando2015-02-131-0/+1
* spinlocks never seem to help in benchmarksdormando2015-01-091-6/+1
* small crawler refactordormando2015-01-091-0/+1
* add `-o expirezero_does_not_evict` featuredormando2015-01-081-0/+1
* make HOT/WARM ratios starttime tunable.dormando2015-01-081-0/+2
* reorg juggle routine, replace prints with statsdormando2015-01-041-0/+2
* Beginning work for LRU reworkdormando2015-01-021-6/+8
* flush_all was not thread safe.dormando2015-01-011-1/+1
* cache_lock refactoringdormando2015-01-011-0/+2
* Pause all threads while swapping hash table.dormando2014-12-271-7/+6
* rename thread_init to avoid runtime failure on AIXdormando2014-12-141-1/+1
* disable tail_repair_time by defaultdormando2014-04-271-2/+2
* fix LRU contention for first minute of uptime1.4.18dormando2014-04-171-0/+7
* lru_crawler_tocrawl to limit inspected per rundormando2014-04-171-0/+2
* command to change the sleep between runsdormando2014-04-171-0/+1
* control systemdormando2014-04-171-0/+1
* don't waste an item flag for crawlerdormando2014-04-171-4/+0
* basic tests + lrucrawler -> lru_crawlerdormando2014-04-171-1/+1
* barebones LRU crawler proof of conceptdormando2014-04-171-0/+19
* Make hash table algorithm selectabledormando2014-04-161-0/+1
* Add a "stats conns" command to show the states of open connections.Steven Grimm2014-02-161-0/+4
* 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