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
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
2015-01-05
Add support for SO_REUSEADDR
mike
2015-01-05
Improve redisAppendCommandArgv performance
michael-grunder
2014-04-09
Fix const correctness
Pieter Noordhuis
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-04-30
Make KeepAlive optional
Allen.Dou
2013-04-19
SetKeepAlive
Allen.Dou
2012-08-27
Bump minor version because reader struct changed
Pieter Noordhuis
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
2012-07-11
async: support for determining monitor mode, if so, repush replies callback i...
Alex Leverington
2011-12-02
increase read depth by one, would allow ruby redis client to read from slowlog
mrb
2011-06-19
Bump patch version
Pieter Noordhuis
2011-06-19
Revert "Add function to retrieve formatted reply"
Pieter Noordhuis
2011-05-05
Add function to retrieve formatted reply
Pieter Noordhuis
2011-04-22
Bump version to 0.10.0
Pieter Noordhuis
2011-04-21
Update license
Pieter Noordhuis
2011-04-21
Handle OOM when doing blocking requests
Pieter Noordhuis
2011-04-21
More OOM checks in the protocol reader
Pieter Noordhuis
2011-04-21
Rename *ReplyReader* to *Reader*
Pieter Noordhuis
2011-04-21
Use static buffer for error string on context
Pieter Noordhuis
2011-04-21
Create protocol reader when creating context
Pieter Noordhuis
2011-04-21
Move prototypes around in header
Pieter Noordhuis
[next]