summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove doc in redis.conf merged by mistake to 5.0 (#10138)5.0Oran Agra2022-01-201-25/+0
* Redis 5.0.145.0.14Oran Agra2021-10-042-1/+31
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-0413-48/+338
* Fix invalid memory write on lua stack overflow {CVE-2021-32626}meir@redislabs.com2021-10-041-0/+36
* Fix protocol parsing on 'ldbReplParseCommand' (CVE-2021-32672)meir@redislabs.com2021-10-042-4/+39
* Prevent unauthenticated client from easily consuming lots of memory (CVE-2021...Oran Agra2021-10-042-0/+24
* 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
* Fix integer overflow in _sdsMakeRoomFor (CVE-2021-41099)YiyuanGUO2021-10-041-3/+3
* Redis 5.0.135.0.13Oran Agra2021-07-212-1/+17
* On 32 bit platform, the bit position of GETBIT/SETBIT/BITFIELD/BITCOUNT,BITPO...Huang Zhw2021-07-213-17/+48
* Fix ziplist length updates on bigendian platforms (#2080)Rob Snyder2021-07-211-1/+1
* Redis 5.0.125.0.12Oran Agra2021-03-022-1/+10
* Fix compile errors with no HAVE_MALLOC_SIZE. (#8533)Yossi Gottlieb2021-03-021-5/+2
* Redis 5.0.115.0.11Oran Agra2021-02-222-1/+32
* disable ARM64-COW-BUG warning by default on patch level releaseOran Agra2021-02-221-1/+1
* Fix integer overflow (CVE-2021-21309). (#8522)Yossi Gottlieb2021-02-223-8/+21
* RM_ZsetRem: Delete key if empty (#8453)Viktor Söderqvist2021-02-221-0/+2
* fix valgrind warning created by recent pidfile fix (#8235)Oran Agra2021-02-221-0/+1
* Fix issue where fork process deletes the parent pidfile (#8231)Meir Shpilraien (Spielrein)2021-02-222-1/+5
* Fix flock cluster config may cause failure to restart after kill -9 (#7674)杨博东2021-02-227-10/+35
* Avoid assertions when testing arm64 cow bug. (#8405)Yossi Gottlieb2021-02-221-33/+68
* Add check for the MADV_FREE/fork arm64 Linux kernel bug (#8224)George Prekas2021-02-224-1/+174
* Fix setproctitle related crashes. (#8150)Yossi Gottlieb2021-02-221-4/+39
* Fix use-after-free issue in spt_copyenv. (#8088)Yossi Gottlieb2021-02-221-19/+50
* Avoid an out-of-bounds read in the redis-sentinel (#7443)namtsui2021-02-221-2/+2
* Redis 5.0.10.5.0.10Oran Agra2020-10-272-1/+115
* Backport Lua 5.2.2 stack overflow fix. (#7733)Yossi Gottlieb2020-10-271-1/+1
* Fix wrong zmalloc_size() assumption. (#7963)Yossi Gottlieb2020-10-271-3/+0
* Add fsync to readSyncBulkPayload(). (#7839)WuYunlong2020-10-271-0/+11
* Fix redis-check-rdb support for modules aux data (#7826)Ariel Shtul2020-10-273-1/+21
* fix memory leak in sentinel connection sharinghwware2020-10-271-0/+1
* Allow blocked XREAD on a cluster replica (#7881)Oran Agra2020-10-273-2/+100
* Modules: Invalidate saved_oparray after use (#7688)guybe72020-10-271-0/+2
* Modules: remove spurious call from moduleHandleBlockedClients().antirez2020-10-271-1/+0
* Fix broken interval and repeat bahaviour in redis-cli (incluing cluster mode)Angus Pearson2020-10-271-6/+11
* Cluster: introduce data_received field.antirez2020-10-272-10/+27
* Hide AUTH from monitorMadelyn Olson2020-10-271-1/+1
* Support streams in general module API functionsGuy Benoish2020-10-273-1/+11
* Expands lazyfree's effort estimate to include Streams (#5794)Itamar Haber2020-10-271-0/+24
* defrag.c activeDefragSdsListAndDict when defrag sdsele, We can't use (#7492)huangzhw2020-10-271-1/+1
* RESTORE ABSTTL skip expired keys - leak (#7511)Oran Agra2020-10-271-0/+1
* RESTORE ABSTTL won't store expired keys into the db (#7472)Oran Agra2020-10-274-15/+45
* fix clusters mixing accidentally by gossipLiu Zhen2020-10-271-2/+10
* XPENDING should not update consumer's seen-timeGuy Benoish2020-10-274-18/+30
* Also use propagate() in streamPropagateGroupID().antirez2020-04-241-1/+11
* optimize the output of cluster slotsyanhui132020-04-231-4/+7
* Check OOM at script start to get stable lua OOM state.srzhao2020-04-233-4/+11
* Redis 5.0.9.5.0.9antirez2020-04-172-1/+22
* Fix XCLAIM propagation in AOF/replicas for blocking XREADGROUP.antirez2020-04-172-3/+8