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
2020-08-20
Fix sockaddr typo
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
2015-10-28
fixing typos
charsyam
2015-09-16
Release version 0.13.3
Jan-Erik Rediger
2015-08-25
Release version 0.13.2
Jan-Erik Rediger
2015-07-27
Use stable soname version
Jan-Erik Rediger
2015-05-03
Release version 0.13.1
Jan-Erik Rediger
2015-04-30
Renamed redisContext struct member 'unix' to 'unix_sock' to avoid encounterin...
Alex Balashov
2015-04-16
Release version 0.13.0
Jan-Erik Rediger
2015-04-16
Change copyright date and add copyright holder
Jan-Erik Rediger
2015-04-16
Document reconnect method
Jan-Erik Rediger
2015-04-16
Implement a reconnect method for the client context
Jan-Erik Rediger
2015-01-26
Release hiredis 0.12.1
Matt Stancliff
2015-01-22
Increase version to 0.12.0
Matt Stancliff
2015-01-22
Improve digit counting for multibulk creation
Matt Stancliff
2015-01-05
Fix errno error buffers to not clobber errors
Matt Stancliff
2015-01-05
Refactor reading code into read.c
tzickel
2015-01-05
Add API to free hiredis (sds) formattings
Matt Stancliff
2015-01-05
Add API to free hiredis (char *) formattings
Mareq
[next]