summaryrefslogtreecommitdiff
path: root/src/ziplist.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Add run all test support with define REDIS_TEST (#8570)sundb2021-03-101-1/+1
* Add ziplistReplace, in-place optimized for elements of same sizeViktor Söderqvist2021-02-161-0/+1
* Optimize HRANDFIELD and ZRANDMEMBER case 4 when ziplist encoded (#8444)Oran Agra2021-02-071-1/+2
* Add HRANDFIELD and ZRANDMEMBER. improvements to SRANDMEMBER (#8297)Yang Bodong2021-01-291-0/+11
* Sanitize dump payload: validate no duplicate records in hash/zset/intsetOran Agra2020-12-061-1/+3
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-1/+2
* DEBUG: new "ziplist" subcommand added. Dumps a ziplist on stdout.antirez2016-12-161-0/+1
* Add header guard for ziplist.hantirez2015-04-291-0/+5
* Add ziplistMerge()Matt Stancliff2015-01-021-0/+1
* Fix ziplistDeleteRange index parameterMatt Stancliff2014-12-231-1/+1
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-0/+4
* BSD license added to every C source and header file.antirez2012-11-081-0/+30
* Implements ziplistFindPieter Noordhuis2012-01-031-0/+1
* encoded types API to get blob lengthantirez2011-02-281-1/+1
* redis.c split into many different C files.antirez2010-07-011-0/+15