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.h
Age
Commit message (
Expand
)
Author
2022-11-14
Prepare for v1.1.0 GA
michael-grunder
2022-11-09
Update version in dev branch.
michael-grunder
2022-11-06
Prepare for v1.1.0-rc1
michael-grunder
2022-09-05
Fix protocol error (#1106)
Michael Grunder
2022-09-02
Introduce .close method for redisContextFuncs
zhenwei pi
2022-09-02
Add REDIS_OPT_PREFER_UNSPEC (#1101)
Michael Grunder
2022-09-01
Add possibility to prefer IPv6, IPv4 or unspecified
Viktor Söderqvist
2022-08-30
Add do while(0) protection for macros
Pei-Hsuan Hung
2021-12-22
Fix integer overflow when format command larger than 4GB (#1030)
sundb
2021-12-22
Handle array response in parallell with pubsub using RESP3 (#1014)
Bjorn Svensson
2021-10-07
Merge branch 'release/v1.0.2'
michael-grunder
2021-10-07
Revert erroneous SONAME bump
michael-grunder
2021-10-04
Merge branch 'release/v1.0.1'
michael-grunder
2021-10-04
Prepare for v1.0.1 GA
michael-grunder
2021-07-11
Added REDIS_NO_AUTO_FREE_REPLIES flag (#962)
Meir Shpilraien (Spielrein)
2021-02-25
read: Add support for the RESP3 bignum type
Alex Smith
2020-08-20
Fix sockaddr typo
michael-grunder
2020-08-03
Prepare for v1.0.0 GA
michael-grunder
2020-07-31
Use development specific versions in master
michael-grunder
2020-07-29
Update notes preparing for v1.0.0-rc1
michael-grunder
2020-07-29
Move SSL management to a distinct private pointer. (#855)
Michael Grunder
2020-07-26
Minor refactor for scheduling an async timer. (#854)
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-07
sdsrange overflow fix (#830)
Michael Grunder
2020-05-19
Resp3 verbatim string support (#805)
Michael Grunder
2020-02-28
Bump version to 0.15.0
michael-grunder
2020-01-28
Safe allocation wrappers (#754)
Michael Grunder
2020-01-01
fix spelling mistakes
ShooterIT
2019-09-01
Use a const funcs in redisContext.
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
MinGW fix: Use _MSC_VER instead of _WIN32 where appropriate
Marcus Geelnard
2019-08-04
RESP3 support changes from Redis.
Yossi Gottlieb
2019-04-13
Fix Compile Error On Windows (Visual Studio)
jinjiazhang
2019-04-01
Port network layer to Winsock
m
2019-04-01
Introduce a redisFD type
m
2019-02-21
Allow option for async connections to not automatically free
Mark Nunberg
2019-02-20
Support SNI
valentino
2019-02-20
Fix bug in options macro
Mark Nunberg
2019-02-20
Provide option-struct initialization
Mark Nunberg
2019-02-20
Initial SSL (sync) implementation
Mark Nunberg
2018-09-25
Call connect(2) again for non-blocking connect
Mark Nunberg
2018-09-25
Prepare for the 0.14.0 release
Tom Lee
2018-04-30
Drop __redis_strerror_r
Justin Brewer
2017-03-22
suppress gcc complaint
Ichito Nagata
2016-10-25
Remove trailing comma in redisConnectionType enum
Donald Whyte
2016-04-20
fix: Change string length type to size_t
Jan-Erik Rediger
2016-04-20
Auto merge of #391 - redis:catch-error-buf-overflow, r=badboy
not-a-robot
2015-11-18
Prevent buffer overflow when formatting the error
Jan-Erik Rediger
[next]