]> git.saurik.com Git - redis.git/history - src/sds.c
Make sure error and status replies emitted by Lua scripts can never have more than...
[redis.git] / src / sds.c
2011-05-25  antirezMake sure error and status replies emitted by Lua scrip...
2011-05-05  Pieter NoordhuisCheck seplen and len before malloc'ing "tokens"
2011-05-05  Pieter NoordhuisInline sdslen and sdsavail (thanks to @bitbckt)
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-07  antirezinitial cluster config load code
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-04-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-01  antirezDUMP implemented, RESTORE and MIGRATE fixed. Use zcallo...
2011-03-29  antirezMerge remote branch 'origin/getkeys' into unstable
2011-03-22  antirezFixed sdssplitargs() handling of hex-style escapes.
2011-03-20  antirezsdscatrepr() fixed. Now newlines and other special...
2011-01-27  antirezFixed a theoretical non exploitable security bug report...
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-14  antirezMerge remote branch 'pietern/strrange'
2010-12-10  Pieter NoordhuisChange function name to match what it does
2010-12-10  Pieter NoordhuisAdd generic function to grow an sds value
2010-12-09  Pieter NoordhuisAdd commands SETBIT/GETBIT
2010-10-13  Pieter NoordhuisMerge branch 'master' into zrevrangebyscore
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-23  antirezMerge remote branch 'pietern/ziplist-fix'
2010-09-23  antirezmore tests for sds.c
2010-09-23  antirezminimal C test framework + a first example sds.c tests
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisAdd sds function that can be called with va_list
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-26  antirezMerge remote branch 'pietern/redis-cli-fix'
2010-08-26  Pieter NoordhuisFix parenthesis error on decrementing *argc
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-25  Pieter NoordhuisMerge master and move argument splitting patch to sds.c
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-05  antirezredis cli argument splitting is general and is now...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.