summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add queue.h in archive1.6.12Remi Collet2021-09-281-0/+1
* Expose number of currently active watchers in stats1.6.11Kevin Lin2021-09-277-5/+43
* Properly accommodate IPv6 addresses in LOG_CONNEVENTS logsKevin Lin2021-09-273-7/+8
* Configurable minimum supported TLS protocol versionKevin Lin2021-09-277-6/+120
* core: fix hang bug in extstoredormando2021-08-092-0/+17
* core: io_flow requires triggering on stackdormando2021-08-091-2/+1
* core: io_queue flow second attemptdormando2021-08-095-88/+120
* core: io_queue_t flow modedormando2021-08-095-21/+67
* thread: use eventfd for worker notify if availabledormando2021-08-093-58/+104
* thread: unify worker notify interfacedormando2021-08-093-106/+106
* thread: per-worker-thread connection event queuesdormando2021-08-092-80/+39
* core: cache.c cleanups, use queue.h freelistdormando2021-08-094-145/+31
* core: add queue.h to replace handrolled queues.dormando2021-08-092-0/+873
* logger: simplify logging codedormando2021-08-092-311/+256
* logger: avoid polling without watchersdormando2021-08-092-1/+11
* Implement LOG_CONNEVENTS watcher flag for connection state transitionsKevin Lin2021-08-078-2/+183
* Report item sizes for fetch, mutation, and eviction watchersKevin Lin2021-08-065-14/+50
* Fix typos in doc/code comments (tem->item, etc)Tyson Andre2021-08-055-7/+7
* Fix minor severity heap buffer overflow reading `--auth-file`1.6.10Tyson Andre2021-07-251-8/+14
* stats_prefix.c: Check for NDEBUG before using total_written variableKhem Raj2021-07-251-2/+6
* .gitignore updatedormando2021-07-251-0/+1
* Add settings stat for shutdown_command enabledKevin Lin2021-07-253-1/+5
* [docker] Add user and expose the memcached portHervé Beraud2021-07-254-1/+13
* meta: remove EXPERIMENTAL mark + doc fixesdormando2021-07-251-12/+12
* meta: response code OK -> HDdormando2021-06-105-44/+74
* meta: fix metaset syntaxdormando2021-06-103-56/+60
* meta: repairs to mset commanddormando2021-06-102-83/+127
* hash: add XXH3 to list of hash algorithms.dormando2021-06-095-4/+5341
* fix arm64 crc32 on old glibc/gcc.dormando2021-06-081-0/+6
* Update AUTHORSBrian Aker2021-06-071-0/+1
* extstore: fix crash on 'stats extstore'dormando2021-06-071-0/+3
* seccomp: extend allowed rules for extended usageLevente Polyak2021-06-071-1/+11
* The total number of UDP datagrams required for the message is calculated inco...tom2021-06-072-2/+3
* meta: more realistic buffer limit for binary keys.dormando2021-06-071-2/+5
* meta: protect cachedump from bin keys and add docsdormando2021-06-072-2/+18
* meta: 'b' flag for ME to return base64 keysdormando2021-06-071-4/+21
* meta: allow base64'ed binary keys with 'b' flagdormando2021-06-076-29/+300
* small improvements to readmeLSmithx22021-06-071-4/+4
* Fix leaking file descriptorsTomas Korbar2021-06-071-8/+10
* Fix expiration test to use debugtime commandminkikim892021-06-073-11/+13
* Added debugtime commandminkikim892021-06-073-0/+51
* core: support malloc'ed blobs for body readdormando2020-12-112-3/+15
* improve shutdown tests1.6.9dormando2020-11-202-4/+23
* crawler: remove bad mutex unlock during errordormando2020-11-201-1/+0
* 'shutdown graceful' command for raising SIGUSR1Kevin Lin2020-11-203-4/+67
* Expose memory_file path in stats settingsKevin Lin2020-11-204-6/+15
* item crawler hash table walk modedormando2020-11-205-15/+208
* idle_timeout: avoid long hangs during shutdowndormando2020-11-121-1/+15
* extstore: use fcntl locking on disk filedormando2020-11-112-2/+24
* portability fix for getsuboptdormando2020-11-111-3/+11