summaryrefslogtreecommitdiff
path: root/sds.c
AgeCommit message (Expand)Author
2015-01-05Improve redisAppendCommandArgv performancemichael-grunder
2015-01-05Fix minor comment problemsGary Grossman
2014-04-09Upgrade sds to latest versionantirez
2014-01-15sds.c: avoid leaking tokens when seplen < 1 || len < 0Charlie Somerville
2013-07-02va_copy must be followed by va_endRichard Fuchs
2011-04-21Fix sdscatreprPieter Noordhuis
2011-04-21Don't abort on OOM in sds.cPieter Noordhuis
2011-04-19Inline sdslen and sdsavail (thanks to @bitbckt)Pieter Noordhuis
2011-01-19Add testhelp.h inline in sds.cPieter 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