Age | Commit message (Expand) | Author |
---|---|---|
2010-09-25 | Deprecate the error object for I/O and protocol errors | Pieter Noordhuis |
2010-09-24 | Rename fd to the more appropriate c | Pieter Noordhuis |
2010-09-24 | Use context variable to keep state for a connection | Pieter Noordhuis |
2010-09-21 | Rename functions to be more consistent, split feed from get reply | Pieter Noordhuis |
2010-09-20 | Use a set of function pointers for building the reply | Pieter Noordhuis |
2010-09-20 | Add reply type for protocol errors, in order to never exit() | Pieter Noordhuis |
2010-09-20 | Use automatic numbering in tests | Pieter Noordhuis |
2010-09-19 | Free reply in test.c to make hiredis-test run cleanly on Valgrind | Pieter Noordhuis |
2010-09-19 | Change function prototype | Pieter Noordhuis |
2010-09-19 | Clean up when there is an I/O error | Pieter Noordhuis |
2010-09-19 | Rewrite reply parsing to use a read buffer | Pieter Noordhuis |
2010-09-19 | Add speed tests | Pieter Noordhuis |
2010-05-25 | strcasecmp requires strings.h | Pierre Riteau |
2010-05-18 | minimalistic test suite... | antirez |