summaryrefslogtreecommitdiff
path: root/sds.c
AgeCommit message (Expand)Author
2022-02-02Handle overflows as errors instead of assertingBjörn Svensson
2022-02-01Catch size_t overflows in sds.cBjörn Svensson
2022-02-01Use size_t/long to avoid truncationBjörn Svensson
2020-09-26docs: Fix simple typo, termined -> terminatedTim Gates
2020-06-07sdsrange overflow fix (#830)Michael Grunder
2020-05-22Allow users to replace allocator and handle OOM everywhere. (#800)Michael Grunder
2020-05-20Use standrad isxdigit instead of custom helper function. (#814)Muhammad Zahalqa
2019-07-22Removed whitespace before newlineOdin Hultgren Van Der Horst
2018-03-17fix common realloc mistake and add null check morecharsyam
2016-12-09Avoid unchecked mallocJan-Erik Rediger
2016-04-20remove unnessory codecharsyam
2016-04-20remove unused codecharsyam
2016-04-20feat: Include latests changes from sds upstreamJan-Erik Rediger
2016-04-20apply sds from redisclark.kang
2015-10-28fixing typoscharsyam
2015-03-13Added support for compiling the parser code with Microsoft Visual C compiler.tzickel
2015-01-05Cleanup tabs and end of line whitespaceMatt Stancliff
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