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
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
2013-07-10
Merge pull request #132 from nwmcsween/constify
Pieter Noordhuis
2013-01-22
Prevent AsyncConnect from crashing on memory allocation failures.
Henri Doreau
2013-01-22
Made connect functions return NULL on alloc failures.
Henri Doreau
2012-11-12
constify: constify some variables / functions
Nathan McSween
2012-07-31
Spontaneous error reply can always happen
Pieter Noordhuis
2012-07-11
async: support for determining monitor mode, if so, repush replies callback i...
Alex Leverington
2011-07-10
Include stdlib.h in async.c for free(3), realloc(3) and strtol(3) support
R. Tyler Croy
2011-06-27
Change prototype of connect callback
Pieter Noordhuis
2011-06-27
Use macro's for event loop hooks
Pieter Noordhuis
2011-06-18
Remove private feature macros for Solaris from compiler flags
Pieter Noordhuis
2011-05-29
Clarify rationale behind issue #43
Pieter Noordhuis
2011-05-24
Make sure subscribe is still respected
Blake Matheny
2011-05-24
Fix the case where an error reply is received before any callbacks are regist...
Blake Matheny
[next]