summaryrefslogtreecommitdiff
path: root/hiredis.h
AgeCommit message (Expand)Author
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
2011-04-21Remove accessor functions now the redisReader struct is publicPieter Noordhuis
2011-04-21Move definitions aroundPieter Noordhuis
2011-04-21Forward declaration is not necessaryPieter Noordhuis
2011-04-21Make redisReader struct publicPieter Noordhuis
2011-04-20Use pre-allocated buffer for error strings in readerPieter Noordhuis
2011-02-04Use select(2) for enforce a timeout on blocking connect(2)Pieter Noordhuis
2011-01-27redisReplyReaderFeed should take a const char*Pieter Noordhuis
2011-01-27Avoid warnings with -Wstrict-prototypesPieter Noordhuis
2011-01-07Return error on socket timeout for a blocking contextPieter Noordhuis
2010-12-31Change reply processing code to prepare for pub/subPieter Noordhuis
2010-12-28Fix the async free() and disconnect() functionsPieter Noordhuis
2010-12-28Add function to explicitly free an async contextPieter Noordhuis