summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* watcher.t: reduce flakinessdormando2020-10-291-4/+8
* Extend test CA validity to 500 yearsBernhard M. Wiedemann2020-10-274-97/+101
* arm64: Re-add arm crc32c hw accelerationAli Saidi2020-10-276-14/+103
* testapp: check if memory is allocatedKleber2020-10-271-0/+18
* Adjust "t/idle-timeout.t" be more forgivingTianon Gravi2020-10-271-1/+1
* Improve opening of authentication file1.6.8Tomas Korbar2020-10-263-15/+13
* Fix over-freeing in internal object cachebitground2020-10-262-1/+30