summaryrefslogtreecommitdiff
path: root/read.c
AgeCommit message (Expand)Author
2020-06-07sdsrange overflow fix (#830)Michael Grunder
2020-05-22Allow users to replace allocator and handle OOM everywhere. (#800)Michael Grunder
2020-05-21Add logic to handle RESP3 push messages (#819)Michael Grunder
2020-05-19Resp3 verbatim string support (#805)Michael Grunder
2020-05-04Remove nested depth limitation. (#797)Michael Grunder
2020-01-01fix spelling mistakesShooterIT
2019-08-28Fix MSVC build.Yossi Gottlieb
2019-08-27Merge pull request #697 from yossigo/resp3Mark Nunberg
2019-08-09Merge branch 'master' into createArray-size_tMark Nunberg
2019-08-04RESP3 support changes from Redis.Yossi Gottlieb
2019-08-04Initial RESP3 support [d5c54f0b].Yossi Gottlieb
2019-05-30redisReaderGetReply leak memoryqi.yang
2018-09-24Make string2ll static to avoid conflict with redisTom Lee
2018-05-21Update createArray to take size_tJustin Brewer
2018-05-20Use string2ll from Redismichael-grunder
2018-05-20Fix bulk and multi-bulk length truncationJustin Brewer
2018-05-19Properly detect integer parse errorsJustin Brewer
2018-04-30Remove redundant NULL checksJustin Brewer
2018-04-30Remove redundant zero storesJustin Brewer
2018-01-05calloc param fixes and NULL checkcdliuqiang@gmail.com
2016-04-11Update read.cDongwenHuang
2015-03-13Added support for compiling the parser code with Microsoft Visual C compiler.tzickel
2015-01-05Refactor reading code into read.ctzickel