summaryrefslogtreecommitdiff
path: root/async.c
AgeCommit message (Expand)Author
2010-11-02Change error reporting to have an explicit typePieter Noordhuis
2010-11-01Use existing function to append to the output bufferPieter 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-31Extracted code to support callbacks in an asynchronous contextPieter Noordhuis