summaryrefslogtreecommitdiff
path: root/hiredis.h
AgeCommit message (Expand)Author
2017-03-22suppress gcc complaintIchito Nagata
2016-10-25Remove trailing comma in redisConnectionType enumDonald Whyte
2016-04-20fix: Change string length type to size_tJan-Erik Rediger
2016-04-20Auto merge of #391 - redis:catch-error-buf-overflow, r=badboynot-a-robot
2015-11-18Prevent buffer overflow when formatting the errorJan-Erik Rediger
2015-10-28fixing typoscharsyam
2015-09-16Release version 0.13.3Jan-Erik Rediger
2015-08-25Release version 0.13.2Jan-Erik Rediger
2015-07-27Use stable soname versionJan-Erik Rediger
2015-05-03Release version 0.13.1Jan-Erik Rediger
2015-04-30Renamed redisContext struct member 'unix' to 'unix_sock' to avoid encounterin...Alex Balashov
2015-04-16Release version 0.13.0Jan-Erik Rediger
2015-04-16Change copyright date and add copyright holderJan-Erik Rediger
2015-04-16Document reconnect methodJan-Erik Rediger
2015-04-16Implement a reconnect method for the client contextJan-Erik Rediger
2015-01-26Release hiredis 0.12.1Matt Stancliff
2015-01-22Increase version to 0.12.0Matt Stancliff
2015-01-22Improve digit counting for multibulk creationMatt Stancliff
2015-01-05Fix errno error buffers to not clobber errorsMatt Stancliff
2015-01-05Refactor reading code into read.ctzickel
2015-01-05Add API to free hiredis (sds) formattingsMatt Stancliff
2015-01-05Add API to free hiredis (char *) formattingsMareq
2015-01-05Add support for SO_REUSEADDRmike
2015-01-05Improve redisAppendCommandArgv performancemichael-grunder
2014-04-09Fix const correctnessPieter Noordhuis
2014-04-09Add new redisAppendFormatedCommand with testsAxel Etcheverry
2014-04-09Add redisConnectFd() and redisFreeKeepFd()Eddy Jansson
2014-04-08Add ability to bind source address on connectMatt Stancliff
2013-07-10Mark the timeout parameter as const in various functionsNoah Williamsson
2013-04-30Make KeepAlive optionalAllen.Dou
2013-04-19SetKeepAliveAllen.Dou
2012-08-27Bump minor version because reader struct changedPieter Noordhuis
2012-08-21Max depth of multi-bulk reply moved from 2 to 7.antirez
2012-08-21Configurable reader max idle buffer size.antirez
2012-07-11async: support for determining monitor mode, if so, repush replies callback i...Alex Leverington
2011-12-02increase read depth by one, would allow ruby redis client to read from slowlogmrb
2011-06-19Bump patch versionPieter Noordhuis
2011-06-19Revert "Add function to retrieve formatted reply"Pieter Noordhuis
2011-05-05Add function to retrieve formatted replyPieter Noordhuis
2011-04-22Bump version to 0.10.0Pieter Noordhuis
2011-04-21Update licensePieter Noordhuis
2011-04-21Handle OOM when doing blocking requestsPieter Noordhuis
2011-04-21More OOM checks in the protocol readerPieter Noordhuis
2011-04-21Rename *ReplyReader* to *Reader*Pieter Noordhuis
2011-04-21Use static buffer for error string on contextPieter Noordhuis
2011-04-21Create protocol reader when creating contextPieter Noordhuis
2011-04-21Move prototypes around in headerPieter Noordhuis
2011-04-21Reply object functions can be set by the user after creating the readerPieter Noordhuis
2011-04-21Privdata can be set directly on the structPieter Noordhuis
2011-04-21Remove useless castsPieter Noordhuis