summaryrefslogtreecommitdiff
path: root/src/t_list.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug: LPOS RANK LONG_ MIN causes overflow (#12167)JJ Lu2023-05-141-1/+1
* Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-161-1/+1
* reprocess command when client is unblocked on keys (#11012)ranshid2023-01-011-101/+2
* Add listpack encoding for list (#11303)sundb2022-11-161-78/+373
* Blocked module clients should be aware when a key is deleted (#11310)guybe72022-10-181-2/+2
* Fix the missing server.dirty increment and redundant signalModifiedKey in ser...sundb2022-09-281-37/+20
* Update comments on command args, and a misleading error reply (#10645)Wen Hui2022-05-131-3/+4
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-2/+1
* LPOP/RPOP with count against non existing list return null array (#10095)Binbin2022-01-111-1/+1
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-3/+3
* Fix abnormal compression due to out-of-control recompress (#9849)sundb2021-11-291-8/+7
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-17/+2
* Fixes ZPOPMIN/ZPOPMAX wrong replies when count is 0 with non-zset (#9711)Binbin2021-11-181-9/+9
* Fixes LPOP/RPOP wrong replies when count is 0 (#9692)Itamar Haber2021-11-041-6/+8
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-031-33/+4
* Fix multiple COUNT in LMPOP/BLMPOP/ZMPOP/BZMPOP (#9701)Binbin2021-10-311-2/+4
* Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-...Oran Agra2021-10-041-0/+29
* Add ZMPOP/BZMPOP commands. (#9484)Binbin2021-09-231-2/+2
* Cleanup: propagate and alsoPropagate do not need redisCommand (#9502)guybe72021-09-151-8/+3
* Modules: Add remaining list API functions (#8439)Viktor Söderqvist2021-09-141-0/+21
* Add LMPOP/BLMPOP commands. (#9373)Binbin2021-09-091-53/+255
* Optimize quicklistIndex to seek from the nearest end (#9454)Viktor Söderqvist2021-09-061-1/+1
* Fix copy-paste typo in t_list.c comment (#9305)SmartKeyerror2021-08-021-1/+1
* Fixes some typos (#8874)Andy Pan2021-04-271-1/+1
* use getPositiveLongFromObjectOrReply for positive check of args (#8750)Wen Hui2021-04-071-10/+4
* Use stack for decoding integer-encoded values in list pushViktor Söderqvist2021-02-161-4/+7
* Avoid useless copying in LINDEX command for replyViktor Söderqvist2021-02-161-5/+2
* Merge pushGenericCommand and pushxGenericCommand (#8255)sundb2020-12-291-47/+26
* Adds count to L/RPOP (#8179)Itamar Haber2020-12-251-44/+112
* Flow through the error handling path for most errors (#8226)Madelyn Olson2020-12-231-4/+4
* Fix redundancy incrRefCount in lmoveGenericCommand (#8218)sundb2020-12-231-5/+0
* Fix some wrong server.dirty increments (#8140)sundb2020-12-151-1/+1
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-061-0/+1
* Avoid excessive malloc and free in copyCommand robj creation (#8067)sundb2020-11-241-3/+2
* Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025)Meir Shpilraien (Spielrein)2020-11-171-4/+4
* Add COPY command (#7953)swamp04072020-11-171-0/+23
* cleanup: move list pop logic to single function (#7997)Yash Ladha2020-11-121-23/+18
* Adds new pop-push commands (LMOVE, BLMOVE) (#6929)Felipe Machado2020-10-081-57/+124
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-3/+3
* Fix LPOS command when RANK is greater than matchesValentino Geron2020-08-231-2/+3
* Replace usage of wrongtypeerr with helper (#7633)Madelyn Olson2020-08-111-13/+8
* LPOS: option FIRST renamed RANK.antirez2020-06-241-5/+5
* LPOS: tests + crash fix.lposantirez2020-06-111-1/+1
* LPOS: update to latest proposal.antirez2020-06-111-40/+59
* LPOS: implement the final design.antirez2020-06-101-19/+82
* LRANK: Add command (the command will be renamed LPOS).Paul Spooren2020-06-101-0/+34
* Tracking: NOLOOP internals implementation.antirez2020-04-211-10/+10
* block: propagate BRPOPLPUSH as RPOPLPUSH when unblockzhaozhao.zz2019-11-221-12/+5
* Fix handleClientsBlockedOnKeys() names in comments.antirez2019-09-051-1/+1
* RESP3: fix cases of NULL reported instead of empty aggregate.antirez2019-09-021-2/+2