summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 6.0.196.0.196.0Oran Agra2023-04-172-2/+19
* fix false valgrind error on new hash test (#11200)Oran Agra2023-04-171-3/+6
* Fix the bug that CLIENT REPLY OFF|SKIP cannot receive push notifications (#11...Binbin2023-04-179-21/+271
* fix hincrbyfloat not to create a key if the new value is invalid (#11149)chendianqiang2023-04-172-0/+9
* Redis 6.0.186.0.18Oran Agra2023-02-282-2/+23
* Integer Overflow in RAND commands can lead to assertion (CVE-2023-25155)Oran Agra2023-02-282-0/+9
* String pattern matching had exponential time complexity on pathological patte...Tom Levy2023-02-282-4/+29
* Make sure that fork child doesn't do incremental rehashing (#11692)Oran Agra2023-02-283-20/+30
* correct cluster inbound link keepalive time (#11785)zhaozhao.zz2023-02-281-1/+1
* Redis 6.0.176.0.17Oran Agra2023-01-172-2/+21
* fflush stdout after responses partial backport from (#9136)Mikhail Fesenko2023-01-172-6/+23
* Fix TLS tests on newer tcl-tls/OpenSSL. (#10910)Yossi Gottlieb2023-01-172-8/+38
* Some fixes to undefined behaviour bugs taken from (#9601)Ozan Tezcan2023-01-178-15/+26
* Fix test modules build issue on OS X 11. (#9658)Yossi Gottlieb2023-01-171-0/+7
* Avoid integer overflows in SETRANGE and SORT (CVE-2022-35977)Oran Agra2023-01-176-8/+48
* Obuf limit, exit during loop in *RAND* commandsOran Agra2023-01-172-0/+10
* crash report instructions (#10816)Oran Agra2023-01-171-0/+2
* Remove dead code on sorting reply on Lua scripts. (#10701)Meir Shpilraien (Spielrein)2023-01-171-27/+1
* Bring some CI adjustments from 7.0 into 6.0Oran Agra2023-01-174-6/+9
* Attempt to fix a rare crash in cluster tests. (#10265)Oran Agra2023-01-171-3/+6
* crash log, print killer pid only when si_code is SI_USER (#10454)Oran Agra2023-01-171-1/+1
* Clean Lua stack before parsing call reply to avoid crash on a call with many ...Meir Shpilraien (Spielrein)2023-01-172-0/+14
* add check good slaves to write when execute script (#10249)Vo Trong Phuc2023-01-172-9/+27
* Redis 6.0.166.0.16Oran Agra2021-10-042-2/+37
* Fix the timing of read and write events under kqueue (#9416)sundb2021-10-041-7/+55
* Fix the wrong detection of sync_file_range system call (#9371)Wang Yuan2021-10-041-0/+1
* Minor refactoring for rioConnRead and adding errno (#9280)Ewg-c2021-10-042-12/+12
* more strict check in rioConnRead (#7564)zhaozhao.zz2021-10-041-1/+1
* Fix harmless bug in rioConnRead (#7557)Oran Agra2021-10-041-3/+6
* Fix integer overflow in _sdsMakeRoomFor (CVE-2021-41099)YiyuanGUO2021-10-041-3/+3
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-0413-49/+339
* Fix invalid memory write on lua stack overflow {CVE-2021-32626}meir@redislabs.com2021-10-041-0/+41
* Fix protocol parsing on 'ldbReplParseCommand' (CVE-2021-32672)meir@redislabs.com2021-10-042-4/+40
* Prevent unauthenticated client from easily consuming lots of memory (CVE-2021...Oran Agra2021-10-044-7/+36
* Fix redis-cli / redis-sential overflow on some platforms (CVE-2021-32762)Oran Agra2021-10-042-0/+15
* Fix Integer overflow issue with intsets (CVE-2021-32687)Oran Agra2021-10-043-3/+10
* Redis 6.0.156.0.15Oran Agra2021-07-212-2/+35
* On 32 bit platform, the bit position of GETBIT/SETBIT/BITFIELD/BITCOUNT,BITPO...Huang Zhw2021-07-213-17/+48
* Fix missing separator in module info line (usedby and using lists) (#9241)Huang Zhw2021-07-211-1/+2
* SMOVE only notify dstset when the addition is successful. (#9244)Binbin2021-07-212-1/+23
* Set TCP keepalive on inbound clusterbus connections (#9230)qetu37902021-07-211-0/+1
* redis-cli cluster import support source and target that need auth (#7994)Wen Hui2021-07-211-11/+45
* Test infra, handle RESP3 attributes and big-numbers and bools (#9235)Oran Agra2021-07-215-31/+115
* Tests: add a way to read raw RESP protocol reponses (#9193)Oran Agra2021-07-212-1/+46
* redis-cli cluster import command may issue wrong MIGRATE command. (#8945)Huang Zhw2021-07-211-4/+3
* Fix accidental deletion of sinterstore command when we meet wrong type error....Binbin2021-07-212-22/+215
* Change return value type for ZPOPMAX/MIN in RESP3 (#8981)Jason Elbaum2021-07-212-4/+56
* Fix ziplist length updates on bigendian platforms (#2080)Rob Snyder2021-07-211-1/+1
* Fail EXEC command in case a watched key is expired (#9194)perryitay2021-07-214-3/+46
* Do not install a file event to send data to rewrite child when parent stop se...Huang Zhw2021-07-211-1/+3