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
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
2018-05-21
Update createArray to take size_t
Justin Brewer
2018-04-30
Remove redundant NULL checks
Justin Brewer
2018-04-30
Remove redundant zero stores
Justin Brewer
2018-04-30
Drop __redis_strerror_r
Justin Brewer
2018-01-05
calloc param fixes and NULL check
cdliuqiang@gmail.com
2017-06-15
Small fixes
amallia
2016-05-14
Typo format in redisFormatSdsCommandArgv function
Paulino Huerta
2015-10-28
fixing typos
charsyam
2015-09-14
Revert "redisBufferRead: Clear REDIS_CONNECTED flag when server closed connec...
Jan-Erik Rediger
2015-08-24
redisBufferRead: Clear REDIS_CONNECTED flag when server closed connection
Jerry Jacobs
2015-04-30
Renamed redisContext struct member 'unix' to 'unix_sock' to avoid encounterin...
Alex Balashov
2015-04-16
Change copyright date and add copyright holder
Jan-Erik Rediger
2015-04-16
Implement a reconnect method for the client context
Jan-Erik Rediger
2015-01-22
Improve digit counting for multibulk creation
Matt Stancliff
2015-01-05
Cleanup tabs and end of line whitespace
Matt Stancliff
2015-01-05
Fix errno error buffers to not clobber errors
Matt Stancliff
[next]