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
/
async.c
Age
Commit message (
Expand
)
Author
2021-07-11
Added REDIS_NO_AUTO_FREE_REPLIES flag (#962)
Meir Shpilraien (Spielrein)
2021-06-17
Ensure we curry any connect error to an async context.
michael-grunder
2021-04-08
Ignore timeout callback from a successful connect
Kristján Valur Jónsson
2021-01-26
Merge pull request #917 from Nordix/stack-alloc-dict-iter
Michael Grunder
2021-01-26
Handle OOM during async command callback registration
Bjorn Svensson
2021-01-25
Stack allocate dict iterators
Bjorn Svensson
2020-09-23
Copy error to redisAsyncContext on timeout
shiyuge
2020-07-31
Define a no op assert if we detect NDEBUG (#861)
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-22
fix #785: defer TCP_NODELAY in async tcp connections (#836)
OmriSteiner
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-04-09
Provides an optional cleanup callback for async data.
Nick Rivera
2020-01-28
Safe allocation wrappers (#754)
Michael Grunder
2019-08-29
wip: SSL code reorganization, see #705.
Yossi Gottlieb
2019-08-09
MinGW fix: Use _MSC_VER instead of _WIN32 where appropriate
Marcus Geelnard
2019-07-22
Removed whitespace before newline
Odin Hultgren Van Der Horst
2019-04-13
Fix Compile Error On Windows (Visual Studio)
jinjiazhang
2019-03-11
Retain the same semantics for connection error on connection timeout
Mark Nunberg
2019-02-21
Allow option for async connections to not automatically free
Mark Nunberg
2019-02-20
fix potential uninitialized read
Mark Nunberg
2019-02-20
Allow connectWithOptions for async as well
Mark Nunberg
2019-02-20
read/write timeouts
Mark Nunberg
2019-02-20
Don't add dead code for HIREDIS_NOSSL
Mark Nunberg
2019-02-20
SSL for async I/O
Mark Nunberg
2018-09-25
Handle connection errors better in blocking mode as well
Mark Nunberg
2018-09-25
Call connect(2) again for non-blocking connect
Mark Nunberg
2018-05-09
Merge remote-tracking branch 'hyjin/master'
michael-grunder
2017-07-15
Merge #524 #525
not-a-robot[bot]
2017-06-15
Assert statement calls a function which has side effects
amallia
2017-05-15
Don't pass a negative value to __redisAsyncCommand if redisFormatSdsCommandAr...
Frederik Deweerdt
2017-01-30
Use cached local variable instead using accessor
Hyungjin Kim
2017-01-30
Consider sub by pattern when clear subscribed flag
Hyungjin Kim
2016-09-30
Counting pending subscribe. Fix #396
Hyungjin Kim
2015-10-28
fixing typos
charsyam
2015-07-27
Prevent crash on pending replies in async code
Jan-Erik Rediger
2015-04-28
Fix memory leak in async spontaneous reply handling
antirez
2015-01-05
Fix redisAppendCommand error result
Matt Stancliff
2015-01-05
Fix clang analyzer warning
Matt Stancliff
2015-01-05
Add support for SO_REUSEADDR
mike
2015-01-05
Improve redisAppendCommandArgv performance
michael-grunder
2015-01-05
Use stricter function argument types
Hang Su
2015-01-05
Free string if it is unused
Jan-Erik Rediger
2014-04-09
Fix const correctness
Pieter Noordhuis
2014-04-08
Add ability to bind source address on connect
Matt Stancliff
2014-04-08
Fix potential undefined struct read
Matt Stancliff
2014-04-08
Remove possiblity of multiple close on same fd
Matt Stancliff
2014-01-15
async.c: avoid a NULL deref when redisAsyncInitialize returns NULL
Charlie Somerville
2013-07-10
Fix const-related compiler errors
Pieter Noordhuis
[next]