summaryrefslogtreecommitdiff
path: root/src/listpack.c
Commit message (Expand)AuthorAgeFilesLines
* 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