summaryrefslogtreecommitdiff
path: root/src/quicklist.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos, and consistent function argument names in quicklist (#8915)Binbin2021-05-101-5/+5
* Add run all test support with define REDIS_TEST (#8570)sundb2021-03-101-148/+107
* __quicklistCompress may compress more node than required (#8311)Huang Zhw2021-03-081-31/+43
* Fix memory overlap in quicklistRotate (#8599)sundb2021-03-041-3/+12
* Fix quicklistDelRange dead code, delete range wrong (#8257)Huang Zw2021-02-241-1/+12
* Add ziplistReplace, in-place optimized for elements of same sizeViktor Söderqvist2021-02-161-2/+1
* Fix typo and some out of date comments (#8449)Huang Zw2021-02-081-1/+1
* Fix compile warning when define REDIS_TEST (#8261)sundb2021-01-091-16/+7
* Fix some redundancy use of semicolon in do-while macros (#8221)sundb2020-12-211-1/+1
* Sanitize dump payload: performance optimizations and tuningOran Agra2020-12-061-8/+1
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-061-1/+3
* Fix comments of _quicklistSplitNode function. (#4341)天河2020-09-091-8/+8
* fix integer overflowXudong Zhang2020-04-021-2/+2
* Defrag big lists in portions to avoid latency and freezeOran Agra2020-02-181-2/+148
* Fix typoJack Drogon2018-07-031-2/+2
* quicklist: fix the return value of quicklistCountzhaozhao.zz2017-12-041-1/+1
* fix a bug for quicklistDup() functiondeep2016-10-281-3/+3
* Fix quicklistReplaceAtIndex() by updating the quicklist ziplist size.antirez2016-06-271-0/+1
* Use const in Redis Module API where possible.Yossi Gottlieb2016-06-201-1/+1
* Fix quicklist tests for Pop()Matt Stancliff2015-02-171-1/+12
* Fix quicklist Pop() resultJohn Doe2015-02-171-1/+1
* Set optional 'static' for Quicklist+RedisMatt Stancliff2015-01-021-31/+40
* Add branch prediction hints to quicklistMatt Stancliff2015-01-021-10/+21
* Cleanup quicklist styleMatt Stancliff2015-01-021-13/+13
* Allow compression of interior quicklist nodesMatt Stancliff2015-01-021-852/+1278
* Remove malloc failure checksMatt Stancliff2015-01-021-32/+8
* Add adaptive quicklist fill factorMatt Stancliff2015-01-021-63/+162
* Add ziplistMerge()Matt Stancliff2015-01-021-55/+18
* Add quicklist implementationMatt Stancliff2015-01-021-0/+2155