summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid exiting to allow diskless loading to recover from RDB short read on mod...Omer Shadmi2021-07-211-3/+5
* Fix race in client side tracking (#9116)Oran Agra2021-07-212-1/+17
* redis-cli: support for REDIS_REPLY_SET in CSV and RAW output. (#7338)Maxim Galushka2021-07-211-0/+2
* unregister AE_READABLE from the read pipe in backgroundSaveDoneHandlerSocket ...YaacovHazan2021-07-212-0/+40
* ReplicationCron: Prevent invalid access to freed pointer (#8799)guybe72021-07-211-0/+2
* Add a timeout mechanism for replicas stuck in fullsync (#8762)guybe72021-07-214-10/+44
* if diskless repl child is killed, make sure to reap the pid (#7742)Oran Agra2021-07-215-39/+93
* Fix 6.0.14 release month to June (#9028)M Sazzadul Hoque2021-06-011-1/+1
* Redis 6.0.146.0.14Oran Agra2021-06-012-2/+18