summaryrefslogtreecommitdiff
path: root/src/listpack.h
Commit message (Expand)AuthorAgeFilesLines
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-0/+2
* Add --large-memory flag for REDIS_TEST to enable tests that consume more than...sundb2021-11-161-1/+1
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-041-0/+1
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-1/+5
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-5/+30
* Improvements to corrupt payload sanitization (#9321)Oran Agra2021-08-051-0/+1
* Optimize listpack for stream usage to avoid repeated reallocs (#6281)yihuang2021-02-161-1/+3
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-0/+2
* Streams: 12 commits squashed into the initial Streams implementation.antirez2017-12-011-0/+61