]> git.saurik.com Git - redis.git/history - src/sds.h
Whitespace
[redis.git] / src / sds.h
2012-03-14  antirezsds.c: sdsAllocSize() function added.
2012-03-09  antirezMerge conflicts resolved.
2012-01-16  Salvatore SanfilippoMerge pull request #279 from kashif/patch-1
2012-01-16  antirezsds.c no longe pre-allocate more than 1MB of free space...
2011-11-22  Salvatore SanfilippoMerge pull request #199 from jerem/patch-1
2011-11-21  antirezAdded sdscatsds() to sds.c/h
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-08  antirezMerge branch 'unstable' into ttlres
2011-11-02  antirezsdsMakeRoomFor() exposed as public API. sdsIncrLen...
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-09-20  Salvatore SanfilippoMerge pull request #72 from datafueled/spelling
2011-09-20  Salvatore SanfilippoMerge pull request #78 from vambo/patch-1
2011-09-20  Salvatore SanfilippoMerge pull request #79 from annulen/mac_ppc
2011-09-20  Salvatore SanfilippoMerge pull request #74 from kmerenkov/issue_620
2011-09-14  Salvatore SanfilippoMerge pull request #77 from Poincare/patch-1
2011-09-13  Pieter NoordhuisRe-use AOF buffer when it is small enough
2011-07-12  antirezmaster branch merged into scripting.
2011-06-25  antirezunstable merge conflicts resolved
2011-06-14  antirezUpdated to unstable
2011-05-25  antirezMake sure error and status replies emitted by Lua scrip...
2011-05-10  antirezMerge branch 'unstable'
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
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 master with resolved conflict in src/redis-cli.c
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-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.