summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-04The buffer length to feed should be a size_tPieter Noordhuis
2010-11-04Make moveToNextTask non-recursivePieter Noordhuis
2010-11-04Use strchr in a loop rather than strstrPieter Noordhuis
2010-11-04Return the reply type when the reply object function set is NULLPieter Noordhuis
2010-11-03More stylePieter Noordhuis
2010-11-03StylePieter Noordhuis
2010-11-03Upgrade notice in READMEPieter Noordhuis
2010-11-03Add version information to hiredis.hPieter Noordhuis
2010-11-03Check replies in throughput testPieter Noordhuis
2010-11-03Allow to connect using a unix socket from hiredisPieter Noordhuis
2010-11-03Add functiont to net.c to connect to a unix socketPieter Noordhuis
2010-11-03Move code in net.c to separate functionsPieter Noordhuis
2010-11-03README stylePieter Noordhuis
2010-11-03Expose redisGetReplyFromReader as public APIPieter Noordhuis
2010-11-02Update examplesPieter Noordhuis
2010-11-02Make setError receive an sdsPieter Noordhuis
2010-11-02Strip net.c down to the bare minimumPieter Noordhuis
2010-11-02Move anet.{c,h} to net.{c,h}Pieter Noordhuis
2010-11-02Change error reporting to have an explicit typePieter Noordhuis
2010-11-02Remove superfluous definitionPieter Noordhuis
2010-11-01Build universal binaries on OSX by defaultPieter Noordhuis
2010-11-01There is no longer need for a separate redisDisconnectPieter Noordhuis
2010-11-01Use existing function to append to the output bufferPieter Noordhuis
2010-11-01Strip non-blocking callbacks from hiredis.cPieter Noordhuis
2010-11-01Update .gitignorePieter Noordhuis
2010-11-01Reply parsing docs need to be donePieter Noordhuis
2010-11-01Add docs for the asynchronous APIPieter Noordhuis
2010-11-01Change prototype of async reply callbackPieter Noordhuis
2010-11-01Add comment on return value of redisGetReplyPieter Noordhuis
2010-11-01Add sections on redisCommandArgv and pipelining to READMEPieter Noordhuis
2010-11-01Update READMEPieter Noordhuis
2010-11-01Return from getCallback if there is no replyPieter Noordhuis
2010-11-01Add install target in MakefilePieter Noordhuis
2010-11-01Move libev/libevent headers to adapters directoryPieter Noordhuis
2010-11-01Update libev and libevent examples to work with async.hPieter Noordhuis
2010-11-01Only copy relevant fields from callback ptr to avoid copying garbagePieter Noordhuis
2010-11-01Make push/shift functions for callbacks responsible for malloc/freePieter Noordhuis
2010-11-01Run pending callbacks with NULL reply on errorPieter Noordhuis
2010-11-01Clarify redisAsyncDisconnect behavior in commentsPieter Noordhuis
2010-11-01Process callbacks after readingPieter Noordhuis
2010-11-01Cleanup function should remove read/write eventsPieter Noordhuis
2010-11-01Make error ptr accessible from async contextPieter Noordhuis
2010-11-01Add support to lazily disconnect an asynchronous connectionPieter Noordhuis
2010-10-31Regenerated Makefile dependenciesPieter Noordhuis
2010-10-31Extracted code to support callbacks in an asynchronous contextPieter Noordhuis
2010-10-31exit(3) is defined in stdlib.hPieter Noordhuis
2010-10-31Fix redisGetReplyPieter Noordhuis
2010-10-31Move include of stdio.h to hiredis.h for size_tPieter Noordhuis
2010-10-31Extract OOM killer to util.hPieter Noordhuis
2010-10-31Remove unused header filePieter Noordhuis