summaryrefslogtreecommitdiff
path: root/test.c
AgeCommit message (Expand)Author
2010-10-30Status replies should have type REDIS_REPLY_STATUSPieter Noordhuis
2010-10-30Drop dependency on sds.h for exposed APIPieter Noordhuis
2010-10-19Run pending callbacks with NULL reply on redisDisconnect()Pieter Noordhuis
2010-10-19Test helper for creating a non-blocking connectionPieter Noordhuis
2010-10-19Revert e5dd32d8 that added the const qualifier for command callbacksPieter Noordhuis
2010-10-19Revert privdata in context callbacks to being non-constPieter Noordhuis
2010-10-18Test callback sequence in non-blocking contextPieter Noordhuis
2010-10-18Change redisWriteBuffer to return OK on an empty bufferPieter Noordhuis
2010-10-18Tests for context callbacks in non-blocking modePieter Noordhuis
2010-10-18Rearrange tests to isolated functionsPieter Noordhuis
2010-10-18The QUIT commands returns OK on masterPieter Noordhuis
2010-10-06Make error messages more consistent (e.g. no newline)Pieter Noordhuis
2010-10-06c->error is no longer a redisReply object, but rather a plain C-stringPieter Noordhuis
2010-09-25Free the replies after the tests are donePieter Noordhuis
2010-09-25Add function to free an allocated contextPieter Noordhuis
2010-09-25Deprecate the error object for I/O and protocol errorsPieter Noordhuis
2010-09-24Rename fd to the more appropriate cPieter Noordhuis
2010-09-24Use context variable to keep state for a connectionPieter Noordhuis
2010-09-21Rename functions to be more consistent, split feed from get replyPieter Noordhuis
2010-09-20Use a set of function pointers for building the replyPieter Noordhuis
2010-09-20Add reply type for protocol errors, in order to never exit()Pieter Noordhuis
2010-09-20Use automatic numbering in testsPieter Noordhuis
2010-09-19Free reply in test.c to make hiredis-test run cleanly on ValgrindPieter Noordhuis
2010-09-19Change function prototypePieter Noordhuis
2010-09-19Clean up when there is an I/O errorPieter Noordhuis
2010-09-19Rewrite reply parsing to use a read bufferPieter Noordhuis
2010-09-19Add speed testsPieter Noordhuis
2010-05-25strcasecmp requires strings.hPierre Riteau
2010-05-18minimalistic test suite...antirez