summaryrefslogtreecommitdiff
path: root/src/listpack.c
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-2/+2
* Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-161-1/+1
* When converting a set to dict, presize for one more element to be added (#11559)Viktor Söderqvist2022-12-061-0/+9
* Add listpack encoding for list (#11303)sundb2022-11-161-0/+7
* Add missing lpFree for listpack test, fix valgrind daily (#11492)Binbin2022-11-101-0/+2
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-17/+243
* fix malloc macro in listpack.c (#11398)DarrenJiang132022-10-181-5/+5
* fix arm build warning due to new compiler optimizations (#11362)Oran Agra2022-10-071-1/+3
* Avoid using unsafe C functions (#10932)ranshid2022-07-181-4/+4
* Simplify arithmetic expression on LP_REPLACE case in lpinsert (#6327)jimgreen20132022-07-121-2/+1
* Fix some outdated comments and some typo (#10946)Binbin2022-07-061-4/+1
* Optimize integer zset scores in listpack (converting to string and back) (#10...Oran Agra2022-04-171-1/+2
* fix typos (#10402)a2tt2022-03-091-1/+1
* Santize dump payload: fix invalid listpack entry start with EOF (#9889)sundb2021-12-041-0/+4
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-1/+201
* Fix invalid access in lpFind on corrupted listpack (#9819)Oran Agra2021-11-221-1/+8
* Add --large-memory flag for REDIS_TEST to enable tests that consume more than...sundb2021-11-161-2/+3
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-041-1/+11
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-8/+243
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-92/+1090
* Improvements to corrupt payload sanitization (#9321)Oran Agra2021-08-051-7/+26
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-8/+8
* Remove dead code from lpStringToInt64() (#8863)sundb2021-04-261-3/+0
* fix typo, stracture to structure (#8784)Bonsai2021-04-141-1/+1
* Optimize listpack for stream usage to avoid repeated reallocs (#6281)yihuang2021-02-161-4/+18
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-061-0/+1
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-9/+137
* fix 32bit build warnings (#7926)Oran Agra2020-10-201-2/+2
* warning: comparison between signed and unsigned integer in 32bit build (#7838)Oran Agra2020-09-291-2/+2
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-1/+1
* fix comments in listpack.cchenhui02122020-06-161-2/+2
* Listpack: optionally force reallocation on inserts.antirez2018-10-021-0/+20
* Fix typoJack Drogon2018-07-031-3/+3
* Remove warning from lpGet snprintf().antirez2018-03-011-1/+1
* Streams: Update listpack to fix 32bit strings encoding error.antirez2017-12-011-2/+2
* Streams: 12 commits squashed into the initial Streams implementation.antirez2017-12-011-0/+783