summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add warning about time on very low TTL's.1.5.3dormando2017-11-041-0/+3
* Rework pledge support after seccomp support has been addedGiovanni Bechis2017-11-043-0/+41
* adds get and touch command for ascii protocolTheo Najim2017-11-043-11/+128
* make for loop more clear in logger watcherdormando2017-10-291-1/+1
* fix theoretical leak in process_bin_statdormando2017-10-291-1/+3
* fix use of unitialized array in lru_maintainerdormando2017-10-291-3/+2
* -o no_hashexpand to disable hash table expansiondormando2017-10-171-1/+8
* fix chunked items set in binprot, read from asciidormando2017-10-132-3/+8
* fix more binary protocol documentation errors.1.5.2dormando2017-09-301-6/+6
* make lru_pull_tail function publicdormando2017-09-262-14/+14
* interface code for flash branchdormando2017-09-267-12/+10
* allow pulling a tail item directlydormando2017-09-262-12/+27
* small refactor on suffixlists for asci get cmddormando2017-09-261-42/+59
* fix segfault during 31b -> 32b hash table expanddormando2017-08-281-1/+1
* don't create hashtables larger than 32bitdormando2017-08-273-2/+4
* gitignore/whitespace ignore update1.5.1dormando2017-08-242-1/+2
* add max_connections stat to 'stats' outputdormando2017-08-244-2/+4
* Drop sockets from obviously malicious command stringsDavid Schoen2017-08-243-1/+72
* stats cachedump: always dump COLD LRUdormando2017-08-241-3/+1
* memcached-tool: fix slab full? columndormando2017-08-241-1/+1
* fix null pointer ref in logger for bin update cmddormando2017-08-241-1/+2
* fix tiny bug in seccomp debug testdormando2017-08-241-1/+1
* Move -lseccomp to LDADDStanisław Pitucha2017-08-231-1/+5
* Add "misbehave" command descriptionStanisław Pitucha2017-08-231-0/+15
* [linux seccomp] Allow getpid to worker and mainStanisław Pitucha2017-08-231-0/+2
* Add drop_privileges() for LinuxStanisław Pitucha2017-08-2312-2/+270
* missing byte in expirey valueBen Evans2017-08-231-1/+1
* move the test root user check back to right placedormando2017-07-261-3/+4
* default to unix sockets for testsdormando2017-07-268-17/+34
* PARALLEL=9 make test -> runs prove in paralleldormando2017-07-261-1/+5
* fix flaky stats.t testdormando2017-07-261-2/+2
* flip defaults and add long options1.5.0dormando2017-07-209-158/+222
* fix for musl libc: avoid huge stack allocationdormando2017-07-161-5/+11
* sanity check1.4.39dormando2017-07-042-1/+3
* save four bytes per item if client flags are 0dormando2017-07-032-8/+25
* bump for binary tests1.4.38dormando2017-06-241-1/+1
* hot_max_age is now hot_max_factordormando2017-06-245-25/+30
* sleep longer between slab move runsdormando2017-06-231-1/+1
* add a real slab automover algorithmdormando2017-06-2315-24/+311
* automove script: improve algo, add basic testdormando2017-06-232-18/+86
* slab_rebal: delete busy items if stuckdormando2017-06-235-1/+105
* fix LRU maintainer thread slowdown in edge casedormando2017-06-221-1/+1
* fix long lock pause in hash expansiondormando2017-06-212-2/+7
* lru_crawler avoid-infinite-runs1.4.37dormando2017-06-041-1/+10
* per-LRU hits breakdowndormando2017-06-045-2/+48
* fix very old memory leak in ASCII multigetsdormando2017-06-041-1/+4
* remove old slab mover example script.dormando2017-06-041-260/+0
* memcached-automove script fixdormando2017-06-041-1/+1
* fix crash in page mover while using large itemsdormando2017-06-031-2/+2
* LRU crawler scheduling improvementsdormando2017-05-296-70/+106