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
/
hiredis.c
Age
Commit message (
Expand
)
Author
2022-09-08
Minor refactor
michael-grunder
2022-09-05
Fix protocol error (#1106)
Michael Grunder
2022-09-02
Introduce .close method for redisContextFuncs
zhenwei pi
2022-09-01
fix heap-buffer-overflow (#957)
zhangtaoXT5
2022-09-01
Add possibility to prefer IPv6, IPv4 or unspecified
Viktor Söderqvist
2022-09-01
Fix heap-buffer-overflow issue in redisvFormatCommad
Björn Svensson
2022-08-29
Merge pull request #964 from afcidk/fix-createDoubleObject
Michael Grunder
2021-12-22
Fix integer overflow when format command larger than 4GB (#1030)
sundb
2021-11-01
Fix potential fault at createDoubleObject
Pei-Hsuan Hung
2021-10-10
Minor refactor of CVE-2021-32765 fix.
michael-grunder
2021-10-04
Merge branch 'release/v1.0.1'
michael-grunder
2021-10-04
Fix for integer/buffer overflow CVE-2021-32765
Yossi Gottlieb
2021-08-18
Don't leak memory if an invalid type is set (#906)
rouzier
2021-07-11
Added REDIS_NO_AUTO_FREE_REPLIES flag (#962)
Meir Shpilraien (Spielrein)
2021-04-02
Change order independant push logic to not change behavior.
michael-grunder
2021-04-02
Handle the case where an invalidation is sent second.
michael-grunder
2021-02-25
read: Add support for the RESP3 bignum type
Alex Smith
2021-02-25
redisReply: Fix parent type assertions during double, nil, bool creation
Alex Smith
2021-02-25
redisReply: Explicitly list nil and bool cases in freeReplyObject() switch.
Alex Smith
2021-02-25
redisReply: Fix - set len in double objects
Alex Smith
2020-10-17
Fix handling of NIL invalidation messages.
michael-grunder
2020-10-12
clean a warning, remvoe empty else block
Guy Korland
2020-07-29
Move SSL management to a distinct private pointer. (#855)
Michael Grunder
2020-07-26
add a command_timeout to redisContextOptions (#839)
valentinogeron
2020-07-19
Resp3 oob push support (#841)
Michael Grunder
2020-06-18
timeout option in redisConnectWithOptions should be on connect only (#829)
valentinogeron
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
2019-12-12
Free the reply in redisGetReply when passed NULL
michael-grunder
2019-09-16
Fix: redisReconnect() should clear SSL context.
Yossi Gottlieb
2019-08-29
wip: SSL code reorganization, see #705.
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-04-10
ensure that blocking timeout is set
Mark Nunberg
2019-04-01
Port network layer to Winsock
m
2019-04-01
Introduce a redisFD type
m
2019-04-01
Move network I/O calls to net.c
m
2019-02-21
Allow option for async connections to not automatically free
Mark Nunberg
2019-02-20
fixed wrong memset args
Mark Nunberg
2019-02-20
scrub redisContext before freeing
Mark Nunberg
2019-02-20
Fix memory leaks
valentino
2019-02-20
Support SNI
valentino
2019-02-20
minor fixes: initialize options struct with 0 always
Mark Nunberg
2019-02-20
Provide option-struct initialization
Mark Nunberg
2019-02-20
Initial SSL (sync) implementation
Mark Nunberg
2018-10-24
Fix redisBufferRead documentation
Stefan Hacker
2018-09-25
Call connect(2) again for non-blocking connect
Mark Nunberg
[next]