summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tls: handle accept errors properly1.6.1dormando2020-03-161-1/+1
* ssl_errors statKevin Lin2020-03-164-2/+28
* Add touch,gat expiration testminkikim892020-03-161-2/+63
* Add negative expiration time case to expiration testminkikim892020-03-121-1/+6
* Fix to handle negative exptime as common functionminkikim892020-03-121-24/+17
* fix test: t/chunked-extstore.t ... yet again.dormando2020-03-102-2/+4
* Fix compile error with DTrace probesShiv Nagarajan2020-03-101-1/+1
* Needs to allow this syscall as well, caught on ARM.David Carlier2020-03-101-0/+1
* test fix: fix t/chunked-extstore.t for real.dormando2020-03-101-1/+7
* test fix: SKIP flaky watcher.t testdormando2020-03-101-2/+7
* flaky test fix: t/expirations.tdormando2020-03-101-3/+4
* fix test: double memory for getset.tdormando2020-03-101-1/+1
* test fix: watcher.t flaky on travis CIdormando2020-03-101-2/+7
* tests: wait a lot longer to connect to memcacheddormando2020-03-101-1/+1
* fix test: binary-extstore.t never worked with TLSdormando2020-03-101-4/+14
* fix flaky test: t/binary-extstore.tdormando2020-03-101-4/+21
* fix flaky test: t/chunked-extstore.tdormando2020-03-101-3/+11
* fix multiple definition of 'crc32c' (GCC 10)Remi Collet2020-03-092-1/+3
* Add stdio.h,stddef.h to storage.cminkikim892020-03-091-0/+2
* extstore: enable by default.1.6.0dormando2020-03-083-21/+4
* meta: documentation fixesdormando2020-03-072-3/+5
* meta: code cleanup and bugfixesdormando2020-03-072-186/+159
* meta: arithmetic command for incr/decrdormando2020-03-065-5/+466
* meta: refactor do_store_item and add 'M' for msetdormando2020-03-063-114/+250
* meta: indicate refcount overflowdormando2020-03-061-7/+24
* meta: test for autovivify + quiet flagdormando2020-03-061-0/+5
* meta: remove unused ENABLE/DISABLE_NOREPLY flagsdormando2020-03-061-3/+0
* meta: fix refleak in mgetdormando2020-03-061-11/+7
* fix: all new connections were counted as rejecteddormando2020-03-061-1/+3
* timedrun: proper signal handler initialization.David Carlier2020-02-261-1/+9
* restart: fix potential double freeDavid Carlier2020-02-261-0/+2
* add separate limits for connection buffersdormando2020-02-2610-48/+180
* stats_prefix: fix test failure due to non-determinismKanak Kshetri2020-02-151-13/+12
* minor typo fixdormando2020-02-151-1/+1
* fix bug where sasl will load config the wrong pathZheng Gu2020-02-141-0/+29
* meta: make return codes more genericdormando2020-02-143-30/+30
* config.h for util.c, fix htonll comp. failuredormando2020-02-011-0/+2
* hash: fix build failure against gcc-10Sergei Trofimovich2020-02-012-1/+3
* unit tests couple of memory leak fixes proposals.David Carlier2020-02-011-8/+20
* fix make order in BUILD instructionsdormando2020-02-011-1/+1
* meta: minor protocol adjustmentsdormando2020-02-013-110/+122
* simplify meta command flag handlingdormando2020-02-012-308/+237
* network: transient static read buffer for connsdormando2020-02-016-11/+134
* network: refactor binprot's bizarre rbuf usagedormando2020-02-012-132/+51
* network: response stacking for all commandsdormando2020-02-0113-853/+893
* slabs: fix for skipping completed items1.5.22dormando2020-02-011-24/+15
* slabs: fix crash in page moverdormando2020-01-311-1/+1
* Update issue templatesdormando2020-01-311-0/+25
* restart: missing memory error handling1.5.21dormando2020-01-211-0/+13
* 32-bit compat fix for help optiondormando2020-01-211-2/+2