summaryrefslogtreecommitdiff
path: root/src/sds.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure error and status replies emitted by Lua scripts can never have more...antirez2011-05-251-0/+23
* Check seplen and len before malloc'ing "tokens"Pieter Noordhuis2011-05-051-5/+7
* Inline sdslen and sdsavail (thanks to @bitbckt)Pieter Noordhuis2011-05-051-11/+1
* initial cluster config load codeantirez2011-04-071-0/+7
* DUMP implemented, RESTORE and MIGRATE fixed. Use zcalloc() instead of zmalloc...antirez2011-04-011-5/+7
* Fixed sdssplitargs() handling of hex-style escapes.antirez2011-03-221-1/+48
* sdscatrepr() fixed. Now newlines and other special chars are escaped correctlyantirez2011-03-201-5/+5
* Fixed a theoretical non exploitable security bug reported by @chrisrohlf. In ...antirez2011-01-271-1/+5
* Change function name to match what it doesPieter Noordhuis2010-12-101-3/+3
* Add generic function to grow an sds valuePieter Noordhuis2010-12-101-26/+19
* Add commands SETBIT/GETBITPieter Noordhuis2010-12-091-0/+26
* more tests for sds.cantirez2010-09-231-8/+79
* minimal C test framework + a first example sds.c testsantirez2010-09-231-4/+26
* Add sds function that can be called with va_listPieter Noordhuis2010-09-021-6/+13
* Fix parenthesis error on decrementing *argcPieter Noordhuis2010-08-261-1/+1
* Merge master and move argument splitting patch to sds.cPieter Noordhuis2010-08-251-0/+89
|\
| * redis cli argument splitting is general and is now moved into the sds.c libantirez2010-08-051-0/+77
|/
* redis.c split into many different C files.antirez2010-07-011-0/+384