summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* udp: crash fix when receiving multi-packet uploadsdormando2020-10-261-2/+1
* exclude vendor/ source dir from whitespace checker.1.6.7dormando2020-08-291-1/+1
* Dockerfile - allow override of config optsGuido Iaquinti2020-07-054-4/+12
* Improve page balancing function (in-daemon)dormando2020-07-021-7/+22
* Improve page balancing when writes are burstyMark Hagger2020-07-021-6/+18
* main: split binary protocol into proto_bin.cdormando2020-07-026-1448/+1480
* main: split text protocol into proto_text.cdormando2020-07-025-2631/+2680
* fix leak in merged resp/read buffersdormando2020-07-024-6/+28
* adding openssl errors to SSL certificate loading error messagesTharanga Gamaethige2020-07-021-25/+58
* skip setting the resource limits in debug buildsprudhvi2020-07-011-0/+6
* Use signal function instead of sigignoreTomas Korbar2020-07-012-17/+4
* fixing the basic tls test so it exits correctly when failsTharanga Gamaethige2020-07-012-5/+12