index
:
hiredict.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sds.h
Age
Commit message (
Expand
)
Author
2019-08-09
MSVC: Fix some compiler warnings in sds.h
Marcus Geelnard
2019-08-09
MinGW fix: Use _MSC_VER instead of _WIN32 where appropriate
Marcus Geelnard
2019-04-13
Fix Compile Error On Windows (Visual Studio)
jinjiazhang
2016-05-14
Update sds.h
Ali Volkan ATLI
2016-04-20
feat: Include latests changes from sds upstream
Jan-Erik Rediger
2016-04-20
apply sds from redis
clark.kang
2015-03-13
Added support for compiling the parser code with Microsoft Visual C compiler.
tzickel
2015-01-05
Fix sds building with C++
Matt Stancliff
2015-01-05
Improve redisAppendCommandArgv performance
michael-grunder
2014-04-09
Upgrade sds to latest version
antirez
2011-04-19
Inline sdslen and sdsavail (thanks to @bitbckt)
Pieter Noordhuis
2011-01-27
Avoid warnings with -Wstrict-prototypes
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