summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-05Add function to retrieve formatted replyPieter Noordhuis
2011-04-22cp on Solaris doesn't have -aPieter Noordhuis
2011-04-22Add versioned symlinks for install targetPieter Noordhuis
2011-04-22Solaris needs the static lib as last argumentPieter Noordhuis
2011-04-22Bump version to 0.10.0Pieter Noordhuis
2011-04-22Move OBJ argumentPieter Noordhuis
2011-04-22Braces -> parenthesesPieter Noordhuis
2011-04-22Separate basename and suffix for library filenamePieter Noordhuis
2011-04-22Configurable paths for install targetPieter Noordhuis
2011-04-21Merge branch 'ardsrk-master'Pieter Noordhuis
2011-04-21Reformat and add some detailsPieter Noordhuis
2011-04-21Remove rpath from linker flags; link artifacts staticallyPieter Noordhuis
2011-04-21Remove util.h from MakefilePieter Noordhuis
2011-04-21Update licensePieter Noordhuis
2011-04-21Let the async API segfault on OOM for nowPieter Noordhuis
2011-04-21Move chrtos to hiredis.c (not used elsewhere)Pieter Noordhuis
2011-04-21Handle OOM when doing blocking requestsPieter Noordhuis
2011-04-21More safetyPieter Noordhuis
2011-04-21Fix sdscatreprPieter Noordhuis
2011-04-21Make command formatters gracefully abort when out of memoryPieter Noordhuis
2011-04-21More OOM checks in the protocol readerPieter Noordhuis
2011-04-21Don't abort on OOM in sds.cPieter Noordhuis
2011-04-21Only use C99 for compiling hiredis itselfPieter Noordhuis
2011-04-21sys/types.h is included by libevent itselfPieter Noordhuis
2011-04-21Include fmacros.h to make sure strerror_p is defined on LinuxPieter Noordhuis
2011-04-21Reflect rename in testsPieter Noordhuis
2011-04-21Rename *ReplyReader* to *Reader*Pieter Noordhuis
2011-04-21Use static buffer for error string on contextPieter Noordhuis
2011-04-21Recompile net.c when hiredis.h changesPieter 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-21Return when memory cannot be allocatedPieter 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-21State should not be reset after protocol errorPieter Noordhuis
2011-04-21Test if there is a freeObject functionPieter Noordhuis
2011-04-20Use pre-allocated buffer for error strings in readerPieter Noordhuis
2011-04-20First pass at making the protocol reader properly handle OOMPieter Noordhuis
2011-04-19Use variable for throughput test iteration countPieter Noordhuis
2011-04-19Inline sdslen and sdsavail (thanks to @bitbckt)Pieter Noordhuis
2011-04-13Updated README with details about reply parsing APIArvind Laxminarayan
2011-04-07Work with make v3.80Pieter Noordhuis
2011-04-03Lazily destroy protocol reader bufferPieter Noordhuis
2011-04-03Individual reply object functions may be NULLPieter Noordhuis
2011-03-31Add pipelined throughput testsPieter Noordhuis