summaryrefslogtreecommitdiff
path: root/test.c
AgeCommit message (Expand)Author
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