| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete unused 'time' fields from struct bio_job (#9622) | menwen | 2021-10-10 | 1 | -2/+0 |
* | Move config logfile to generic config (#9592) | Bjorn Svensson | 2021-10-07 | 3 | -20/+2 |
* | Move config `cluster-config-file` to generic configs (#9597) | Bjorn Svensson | 2021-10-07 | 4 | -6/+2 |
* | obuf based eviction tests run until eviction occurs (#9611) | yoav-steinberg | 2021-10-07 | 1 | -34/+33 |
* | Make tracking invalidation messages always after command's reply (#9422) | Huang Zhw | 2021-10-07 | 6 | -11/+181 |
* | Hide empty and loading replicas from CLUSTER SLOTS responses (#9287) | GutovskyMaria | 2021-10-06 | 2 | -1/+122 |
* | Implement anetPipe() to combine creating pipe and setting flags (#9511) | Andy Pan | 2021-10-06 | 7 | -23/+73 |
* | Test fails when flushdb triggers a bgsave (#9535) | yoav-steinberg | 2021-10-06 | 1 | -1/+1 |
* | Avoid argv memcpy when queuing a multi command. (#9602) | yoav-steinberg | 2021-10-06 | 2 | -6/+13 |
* | Added module-acquire-GIL latency stats (#9608) | Meir Shpilraien (Spielrein) | 2021-10-06 | 1 | -1/+9 |
* | improve latency when a client is unblocked by module timer (#9593) | tzongw | 2021-10-06 | 1 | -5/+5 |
* | Attempt to fix rare pubsub oubuf maxmemory eviction test failure (#9603) | yoav-steinberg | 2021-10-05 | 1 | -2/+4 |
* | argv mem leak during multi command execution. (#9598) | yoav-steinberg | 2021-10-05 | 2 | -2/+21 |
* | Fix invalid memory write on lua stack overflow (CVE-2021-32626) (#9591) | Meir Shpilraien (Spielrein) | 2021-10-04 | 2 | -6/+136 |
* | Fix mem leak in loading AOF, introduced by #9528 (#9582) | Oran Agra | 2021-10-04 | 1 | -4/+2 |
* | Fix protocol parsing on 'ldbReplParseCommand' (CVE-2021-32672) (#9590) | Oran Agra | 2021-10-04 | 2 | -5/+41 |
* | Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-... | Oran Agra | 2021-10-04 | 14 | -61/+352 |
* | Prevent unauthenticated client from easily consuming lots of memory (CVE-2021... | Oran Agra | 2021-10-04 | 4 | -7/+36 |
* | Fix redis-cli / redis-sential overflow on some platforms (CVE-2021-32762) (#9... | Oran Agra | 2021-10-04 | 2 | -0/+15 |
* | Fix Integer overflow issue with intsets (CVE-2021-32687) (#9586) | Oran Agra | 2021-10-04 | 3 | -3/+9 |
* | Fix integer overflow in _sdsMakeRoomFor (CVE-2021-41099) (#9558) | yiyuaner | 2021-10-04 | 1 | -3/+3 |
* | improve the stability and correctness of "Test child sending info" (#9562) | YaacovHazan | 2021-10-04 | 1 | -5/+16 |
* | decrby LLONG_MIN caused nagation overflow. (#9577) | yoav-steinberg | 2021-10-03 | 2 | -0/+11 |
* | Remove argument count limit, dynamically grow argv. (#9528) | yoav-steinberg | 2021-10-03 | 3 | -8/+27 |
* | Cleanup typos, incorrect comments, and fixed small memory leak in redis-cli (... | Binbin | 2021-10-02 | 6 | -8/+7 |
* | Unify dbSyncDelete and dbAsyncDelete (#9573) | Viktor Söderqvist | 2021-10-01 | 2 | -51/+27 |
* | Fix error message for replica-serve-stale-data in redis.conf doc (#9519) | Eduardo Semprebon | 2021-09-30 | 1 | -2/+3 |
* | Allow to override OPENSSL_PREFIX (#9567) | Yunier Pérez | 2021-09-30 | 2 | -7/+16 |
* | Modules: add RM_LoadDataTypeFromStringEncver (#9537) | Hanna Fadida | 2021-09-30 | 4 | -15/+33 |
* | verbose debug print in test to debug rare CI failure. (#9563) | yoav-steinberg | 2021-09-29 | 1 | -1/+5 |
* | adding missing error check for fstat (#9532) | Wen Hui | 2021-09-28 | 1 | -6/+13 |
* | Use __common__ attribute in redismodule.h for Clang C builds (#9541) | Ozan Tezcan | 2021-09-27 | 1 | -1/+1 |
* | Fix stream sanitization for non-int first value (#9553) | Oran Agra | 2021-09-26 | 2 | -2/+2 |
* | Client eviction ci issues (#9549) | yoav-steinberg | 2021-09-26 | 9 | -27/+54 |
* | Add --skipfile and --skiptest regex support. (#9555) | Yossi Gottlieb | 2021-09-26 | 2 | -4/+4 |
* | Fix obtain the AOF file length error when load AOF (#9510) | chenyang8094 | 2021-09-26 | 1 | -1/+1 |
* | Fix crash due to free() call for a string literal in redis-benchmark (#9546) | Ozan Tezcan | 2021-09-24 | 1 | -1/+2 |
* | Use dictGetFairRandomKey() for HRANDFIELD,SRANDMEMBER,ZRANDMEMBER (#9538) | sundb | 2021-09-24 | 3 | -3/+3 |
* | Fix test randstring, compare string and int is wrong. (#9544) | Huang Zhw | 2021-09-24 | 1 | -2/+3 |
* | Minor optimize getMaxmemoryState, when server.maxmemory is not set (#9533) | Huang Zhw | 2021-09-23 | 1 | -10/+7 |
* | Add RM_TrimStringAllocation(). (#9540) | Yossi Gottlieb | 2021-09-23 | 3 | -2/+49 |
* | Client eviction (#8687) | yoav-steinberg | 2021-09-23 | 18 | -131/+1168 |
* | Adding ACL support for modules (#9309) | YaacovHazan | 2021-09-23 | 11 | -75/+477 |
* | Add ZMPOP/BZMPOP commands. (#9484) | Binbin | 2021-09-23 | 9 | -174/+855 |
* | Fix redis-check-rdb rdb_type_string initialization error (#9534) | chenyang8094 | 2021-09-22 | 1 | -1/+1 |
* | tune lazyfree test timeout (#9527) | Oran Agra | 2021-09-22 | 1 | -3/+3 |
* | Add const for relevant method parameters in redis-benchmark (#9516) | Wen Hui | 2021-09-20 | 1 | -2/+2 |
* | replace redis-trib to redis-cli since it is no longer available (#9525) | 郭伟光 | 2021-09-20 | 1 | -3/+3 |
* | CLIENT LIST / INFO show resp version (#9508) | Wen Hui | 2021-09-19 | 1 | -2/+3 |
* | fix replication test failure, probing the wrong log file (#9513) | Oran Agra | 2021-09-19 | 1 | -1/+1 |