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
2018-10-24
Fix redisBufferRead documentation
Stefan Hacker
2018-09-25
Call connect(2) again for non-blocking connect
Mark Nunberg
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
2015-01-05
Refactor reading code into read.c
tzickel
2015-01-05
Fix redisAppendCommand error result
Matt Stancliff
2015-01-05
Add empty pointer check in error cleanup
NanXiao
2015-01-05
Add error check in redisContextInit
NanXiao
2015-01-05
Fix redisvFormatCommand format parsing
Nan Xiao
2015-01-05
Add API to free hiredis (sds) formattings
Matt Stancliff
2015-01-05
Add API to free hiredis (char *) formattings
Mareq
2015-01-05
Add support for SO_REUSEADDR
mike
2015-01-05
Improve calloc() correctness
jinguoli
2015-01-05
Improve redisAppendCommandArgv performance
michael-grunder
2014-05-29
Less surprising behaviour.
Daniel Melani
2014-04-09
Fix const correctness
Pieter Noordhuis
2014-04-09
Upgrade sds to latest version
antirez
2014-04-09
Add new redisAppendFormatedCommand with tests
Axel Etcheverry
2014-04-09
Add redisConnectFd() and redisFreeKeepFd()
Eddy Jansson
2014-04-08
Add ability to bind source address on connect
Matt Stancliff
2013-07-10
Mark the timeout parameter as const in various functions
Noah Williamsson
2013-07-10
Fix const-related compiler errors
Pieter Noordhuis
2013-07-10
Merge pull request #132 from nwmcsween/constify
Pieter Noordhuis
2013-07-10
Emphasize size_t length for %b formatting
Wolfgang Richter
2013-04-30
Make KeepAlive optional
Allen.Dou
2013-01-26
Merge pull request #147 from hdoreau/d7e3268f48b457cb52336d264f8860b336faea9f
Pieter Noordhuis
2013-01-22
Made connect functions return NULL on alloc failures.
Henri Doreau
2012-11-12
constify: constify some variables / functions
Nathan McSween
2012-11-06
Try again later for EINTR errors (see issue #99)
Fabien MARTY
2012-08-21
On stack buffer to read replies set to 16k (was 2k).
antirez
2012-08-21
Max depth of multi-bulk reply moved from 2 to 7.
antirez
2012-08-21
Configurable reader max idle buffer size.
antirez
2011-12-20
DRY list of integer formats
Chip Salzenberg
2011-12-02
increase read depth by one, would allow ruby redis client to read from slowlog
mrb
2011-11-28
Fix minor inconsistencies in comment.
John Zwinck
2011-07-09
Abort on invalid format
Pieter Noordhuis
2011-07-09
Use correct type when calling va_arg in formatter
Pieter Noordhuis
[next]