Age | Commit message (Expand) | Author |
---|---|---|
2015-03-13 | Added support for compiling the parser code with Microsoft Visual C compiler. | tzickel |
2015-01-05 | Cleanup tabs and end of line whitespace | Matt Stancliff |
2015-01-05 | Improve redisAppendCommandArgv performance | michael-grunder |
2015-01-05 | Fix minor comment problems | Gary Grossman |
2014-04-09 | Upgrade sds to latest version | antirez |
2014-01-15 | sds.c: avoid leaking tokens when seplen < 1 || len < 0 | Charlie Somerville |
2013-07-02 | va_copy must be followed by va_end | Richard Fuchs |
2011-04-21 | Fix sdscatrepr | Pieter Noordhuis |
2011-04-21 | Don't abort on OOM in sds.c | Pieter Noordhuis |
2011-04-19 | Inline sdslen and sdsavail (thanks to @bitbckt) | Pieter Noordhuis |
2011-01-19 | Add testhelp.h inline in sds.c | Pieter Noordhuis |
2011-01-19 | Update string library | Pieter Noordhuis |
2010-09-20 | Update sds code | Pieter Noordhuis |
2010-05-25 | Constify the API and enable -Wwrite-strings | Pierre Riteau |
2010-05-18 | hiredis was extracted from redis-tools, reverted to standard malloc/free, por... | antirez |