summaryrefslogtreecommitdiff
path: root/sds.h
AgeCommit message (Expand)Author
2015-03-13Added support for compiling the parser code with Microsoft Visual C compiler.tzickel
2015-01-05Fix sds building with C++Matt Stancliff
2015-01-05Improve redisAppendCommandArgv performancemichael-grunder
2014-04-09Upgrade sds to latest versionantirez
2011-04-19Inline sdslen and sdsavail (thanks to @bitbckt)Pieter Noordhuis
2011-01-27Avoid warnings with -Wstrict-prototypesPieter Noordhuis
2011-01-19Update string libraryPieter Noordhuis
2010-09-20Update sds codePieter Noordhuis
2010-05-25Constify the API and enable -Wwrite-stringsPierre Riteau
2010-05-18hiredis was extracted from redis-tools, reverted to standard malloc/free, por...antirez