Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-11 | Update read.c | DongwenHuang | |
static char *seekNewline(char *s, size_t len) : this function can not parse the string,such as "hello world\r". the case that the last char is '\r'. | |||
2015-03-13 | Added support for compiling the parser code with Microsoft Visual C compiler. | tzickel | |
For hiredis-py and others support on windows. | |||
2015-01-05 | Refactor reading code into read.c | tzickel | |
Makes hiredis reading functions easier to include in external projects [fixed all merge conflicts against current version] Closes #249 |