summaryrefslogtreecommitdiff
path: root/sds.h
AgeCommit message (Expand)Author
2024-03-22all: use REUSE with LGPL-3.0-or-later and BSD-3-ClauseAnna (navi) Figueiredo Gomes
2022-09-14Use __attribute__ when building with clang on windowsBjörn Svensson
2020-06-07sdsrange overflow fix (#830)Michael Grunder
2019-08-09MSVC: Fix some compiler warnings in sds.hMarcus Geelnard
2019-08-09MinGW fix: Use _MSC_VER instead of _WIN32 where appropriateMarcus Geelnard
2019-04-13Fix Compile Error On Windows (Visual Studio)jinjiazhang
2016-05-14Update sds.hAli Volkan ATLI
2016-04-20feat: Include latests changes from sds upstreamJan-Erik Rediger
2016-04-20apply sds from redisclark.kang
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