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
2024-03-22
all: use REUSE with LGPL-3.0-or-later and BSD-3-Clause
Anna (navi) Figueiredo Gomes
2024-01-31
Fix review comments
git-hulk
2024-01-31
Add support of RESP3 attribute type
git-hulk
2023-04-14
Accept -nan per the RESP3 spec recommendation.
Michael Grunder
2022-11-14
Add support for nan in RESP3 double (#1133)
filipe oliveira
2022-04-24
Fix warnings on Win64
Orgad Shaneh
2021-02-25
Fix off-by-one error in seekNewline
michael-grunder
2021-02-25
read: Validate line items prior to checking for object creation callbacks
Alex Smith
2021-02-25
read: Remove obsolete comment on nested multi bulk depth limitation
Alex Smith
2021-02-25
read: Add support for the RESP3 bignum type
Alex Smith
2021-02-25
read: Ensure no invalid '\r' or '\n' in simple status/error strings
Alex Smith
2021-02-25
read: Additional validation and test case for RESP3 double
Alex Smith
2021-02-25
read: Use memchr() in seekNewline() instead of looping over entire string
Alex Smith
2021-02-25
read: Add additional RESP3 bool validation
Alex Smith
2021-02-25
read: Add additional RESP3 nil validation
Alex Smith
2021-02-25
read: Fix double validation and infinity parsing
Alex Smith
2020-07-21
Fix a static analysis false positive
michael-grunder
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