summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changes to fix build of docs with newer xml2rfc1.4.21Steve Wills2014-10-122-2/+2
* second part of change to use local copies of dtdSteve Wills2014-10-123-6/+4
* keep local copies of dtd and use itSteve Wills2014-10-121-0/+44
* doc/Makefile: avoid GNU extentions, be tidySteve Wills2014-10-121-6/+9
* rename reflocked + add protocol.txt linedormando2014-10-125-22/+24
* Stats and tests for 'refhang' problemJay Grizzard2014-10-123-7/+61
* Avoid OOM errors when locked items stuck in taildormando2014-10-123-1/+71
* single core cpus hate this?dormando2014-08-111-0/+1
* I am the world's biggest moron.1.4.20dormando2014-05-111-4/+3
* there was no infinite loop in prev commit1.4.19dormando2014-05-011-2/+2
* fix infinite loop regression in 1.4.18dormando2014-04-301-0/+5
* danga.com -> memcached.org in a few spots.dormando2014-04-295-5/+6
* Reworked C-alignment check to be clear-as-day.Eric McConville2014-04-271-6/+9
* Take endianness into account on alignment checkDagobert Michelsen2014-04-271-1/+7
* don't fetch yourself during memory allocationdormando2014-04-271-2/+2
* disable tail_repair_time by defaultdormando2014-04-272-3/+4
* add test for issue_260dormando2014-04-271-0/+83
* use the right hashpower for the item_locks tabledormando2014-04-271-3/+5
* flag crawler as running during the request to rundormando2014-04-191-3/+3
* don't drop to a condition without holding the lockdormando2014-04-191-1/+2
* fix LRU contention for first minute of uptime1.4.18dormando2014-04-173-10/+10
* lru_crawler_tocrawl to limit inspected per rundormando2014-04-175-5/+45
* make stats-cachedump and flush_all ignore crawlerdormando2014-04-171-1/+7
* lru_crawler crawl alldormando2014-04-172-10/+19
* use do_item_remove in lru crawlerdormando2014-04-171-3/+2
* -h docs for lru_crawlerdormando2014-04-171-0/+3
* lru_crawler fixups for latest master branchdormando2014-04-173-3/+3
* LRU Crawler command documentation.dormando2014-04-172-1/+54
* refactor crawler thread a bitdormando2014-04-171-72/+68
* starttime options for lru crawlerdormando2014-04-172-2/+21
* command to change the sleep between runsdormando2014-04-173-1/+18
* optionally take a list of slabs to run against.dormando2014-04-173-23/+34
* notesdormando2014-04-171-1/+1
* control systemdormando2014-04-175-31/+118
* crawler reclaims statdormando2014-04-172-2/+8
* don't waste an item flag for crawlerdormando2014-04-172-10/+8
* adjust some comments.dormando2014-04-171-1/+2
* return next item from crawler_crawl_qdormando2014-04-171-8/+5
* basic tests + lrucrawler -> lru_crawlerdormando2014-04-174-4/+75
* barebones LRU crawler proof of conceptdormando2014-04-174-0/+293
* Make hash table algorithm selectabledormando2014-04-1616-452/+659
* Don't lose item_size_max units in command lineAndrew Glinskiy2014-04-151-4/+7
* Factor out string representation of connSteven Grimm2014-02-162-76/+97
* Add documentation of "stats conns" to protocol.txtSteven Grimm2014-02-161-0/+56
* Add a "stats conns" command to show the states of open connections.Steven Grimm2014-02-163-64/+224
* Allow caller-specific error text in binary protocolSteven Grimm2014-02-021-68/+87
* Stop returning ASCII error messages to binary clientsSteven Grimm2014-02-021-13/+28
* Combine binary "get" and "touch" handlersSteven Grimm2014-02-011-105/+47
* Fix reference leak in binary protocol "get" and "touch" handlersSteven Grimm2014-02-011-18/+17
* Fix reference leak in process_get_command()Steven Grimm2014-02-011-2/+6