index
:
hiredict.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
read.c
Age
Commit message (
Expand
)
Author
2020-06-07
sdsrange overflow fix (#830)
Michael Grunder
2020-05-22
Allow users to replace allocator and handle OOM everywhere. (#800)
Michael Grunder
2020-05-21
Add logic to handle RESP3 push messages (#819)
Michael Grunder
2020-05-19
Resp3 verbatim string support (#805)
Michael Grunder
2020-05-04
Remove nested depth limitation. (#797)
Michael Grunder
2020-01-01
fix spelling mistakes
ShooterIT
2019-08-28
Fix MSVC build.
Yossi Gottlieb
2019-08-27
Merge pull request #697 from yossigo/resp3
Mark Nunberg
2019-08-09
Merge branch 'master' into createArray-size_t
Mark Nunberg
2019-08-04
RESP3 support changes from Redis.
Yossi Gottlieb
2019-08-04
Initial RESP3 support [d5c54f0b].
Yossi Gottlieb
2019-05-30
redisReaderGetReply leak memory
qi.yang
2018-09-24
Make string2ll static to avoid conflict with redis
Tom Lee
2018-05-21
Update createArray to take size_t
Justin Brewer
2018-05-20
Use string2ll from Redis
michael-grunder
2018-05-20
Fix bulk and multi-bulk length truncation
Justin Brewer
2018-05-19
Properly detect integer parse errors
Justin Brewer
2018-04-30
Remove redundant NULL checks
Justin Brewer
2018-04-30
Remove redundant zero stores
Justin Brewer
2018-01-05
calloc param fixes and NULL check
cdliuqiang@gmail.com
2016-04-11
Update read.c
DongwenHuang
2015-03-13
Added support for compiling the parser code with Microsoft Visual C compiler.
tzickel
2015-01-05
Refactor reading code into read.c
tzickel