antirez
334525359a
Upgrade sds to latest version
...
SDS is now broken out of Redis into its own project, so include
the latest version from the SDS repo.
This is a backport of the Redis commit doing the same to the bundled hiredis:
320fa02b9b
2014-04-09 17:02:42 -04:00
Charlie Somerville
81c95a5fd3
sds.c: avoid leaking tokens when seplen < 1 || len < 0
2014-01-15 11:38:02 +11:00
Richard Fuchs
b15650e13a
va_copy must be followed by va_end
2013-07-02 12:41:13 -04:00
Pieter Noordhuis
ebb690ea99
Fix sdscatrepr
2011-04-21 21:02:04 +02:00
Pieter Noordhuis
ac9fb4993b
Don't abort on OOM in sds.c
2011-04-21 18:37:43 +02:00
Pieter Noordhuis
cd7063e85b
Inline sdslen and sdsavail (thanks to @bitbckt)
2011-04-19 22:59:26 +02:00
Pieter Noordhuis
5962a2de17
Add testhelp.h inline in sds.c
2011-01-19 13:41:31 +01:00
Pieter Noordhuis
7aa5fa102e
Update string library
2011-01-19 13:41:25 +01:00
Pieter Noordhuis
3253105d49
Update sds code
2010-09-20 13:19:13 +02:00
Pierre Riteau
4693a51707
Constify the API and enable -Wwrite-strings
...
The API is more similar to printf now.
2010-05-25 14:02:14 +02:00
antirez
4f6fc6dfb1
hiredis was extracted from redis-tools, reverted to standard malloc/free, ported to the new protocol, and started as a stand alone project in order to support the need of a C client in the Redis community
2010-05-18 17:11:09 +02:00