summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix sasl tests1.5.8dormando2018-05-241-1/+1
* extstore tests: further tuning of testsdormando2018-05-242-26/+61
* extstore tests: adjust pacing and sizingdormando2018-05-242-4/+6
* gate arm crc32 behind --enable-arm-crc32dormando2018-05-232-3/+12
* extstore test: try harder to find missing valuesdormando2018-05-221-1/+4
* alignment and 32bit fixes for extstoredormando2018-05-224-6/+25
* crc32c for aarch64 supportdormando2018-05-221-2/+71
* fix deadlock during hash table expansiondormando2018-05-171-2/+2
* Add Dockerfile definitionsStanisław Pitucha2018-05-084-0/+55
* Fix lru-crawler behaviourStanisław Pitucha2018-04-121-0/+1
* Fail loudly if seccomp setup failsStanisław Pitucha2018-04-121-0/+10
* extstore: fix ref leak when using binprot GATK1.5.7dormando2018-03-271-3/+4
* Bugfix: missing initialization code for extstore maint thread objectsOri Shalev2018-03-241-0/+2
* Drop supplementary groups in addition to setgidAnthony Ryan2018-03-242-0/+5
* Use HAVE_SASL_CB_GETCONFPATHPeter (Stig) Edwards2018-03-231-2/+6
* Fix SASL_CB_GETCONF(PATH) detectionPeter (Stig) Edwards2018-03-231-0/+24
* memcached-tool: Add 'limit' parameter to 'dump'.Calin Iorgulescu2018-03-232-24/+52
* Rewrite memchached-tool 'dump' method to use new lru_crawler interface.Calin Iorgulescu2018-03-231-36/+22
* Fixes decrement-before-check problem (issue #362).Calin Iorgulescu2018-03-192-1/+21
* document in manpage that port 0 is off.dormando2018-03-151-1/+1
* Fix SIGBUS from alignment issues on 64bit ARMdormando2018-03-153-4/+17
* add_delta: use bool incr to be consistent with other functionsFangrui Song2018-03-142-2/+2
* Spelling fixesJosh Soref2018-03-146-7/+7
* Update with syscalls found on ArchStanisław Pitucha2018-03-141-0/+10
* Expect the memcached to crashStanisław Pitucha2018-03-141-1/+9
* Enforce seccomp policyStanisław Pitucha2018-03-141-3/+2
* Support seccomp on muslStanisław Pitucha2018-03-141-1/+19
* update --help for UDP defaultdormando2018-03-022-2/+2
* Fix sed options orderRemi Collet2018-02-281-2/+2
* disable UDP port by default1.5.6dormando2018-02-272-6/+4
* Replace event_init() with new API if detect newer versionQian Li2018-02-192-0/+24
* systemd instancing support & rpm build improvementsJ. Grizzard2018-02-194-60/+245
* non-issue leak found via static analysis #2dormando2018-02-191-1/+2
* non-issue leak found via static analysisdormando2018-02-191-0/+2
* fix gcc warningsMiroslav Lichvar2018-02-192-2/+2
* Rename 'stats' to 'status' for readability.Manish Katiyar2018-02-191-5/+5
* Apply the cast to the whole expressions, fixing build with clangDavid Carlier2018-02-191-2/+2
* fix for dtrace compilationdormando2018-02-151-6/+2
* remove redundant counter/lock from hash table1.5.5dormando2018-02-124-22/+15
* limit crawls for metadumperdormando2018-02-125-6/+18
* add evictions-happened test back to am scriptdormando2018-02-121-9/+10
* extstore: revise automove algorithmdormando2018-02-083-70/+97
* quick fix for slab mover deadlockdormando2018-01-231-0/+2
* extstore: fix segfault in 'extstore' adm commanddormando2018-01-231-1/+1
* build fixes1.5.4dormando2017-12-202-3/+3
* extstore: doc fixesdormando2017-12-202-8/+2
* extstore: handle errors in binprot pathdormando2017-12-201-9/+19
* extstore: fix bad default for free_memchunksdormando2017-12-191-2/+2
* extstore: default item_age to UINT_MAXdormando2017-12-181-1/+1
* extstore: prefill global page pool with extstoredormando2017-12-184-3/+39