summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: fix compile failures when missing NAPI definedormando2020-11-112-4/+5
* Introduce NAPI ID based worker thread selectionSridhar Samudrala2020-11-026-6/+162
* illumos build fixes + require libevent2David Carlier2020-11-022-1/+17
* queue: replace c->io_pending to avoid a mutexdormando2020-10-303-35/+50
* core: restructure IO queue callbacksdormando2020-10-305-61/+103
* core: io_pending_t is an embeddable structdormando2020-10-302-37/+53
* core: compile io_queue code by defaultdormando2020-10-304-24/+7
* core: move more storage functions to storage.cdormando2020-10-3010-572/+671
* core: generalize extstore's defered IO queuedormando2020-10-305-138/+217
* fix connection limit testspkarumanchi92020-10-303-24/+33
* logger: fix spurious watcher hangupsdormando2020-10-292-2/+1