]> git.saurik.com Git - redis.git/history - src/sds.c
syncio.c read / write functions reworked for correctness and performance.
[redis.git] / src / sds.c
2012-03-14  antirezsds.c: sdsAllocSize() function added.
2012-03-14  antirezsds.c new function sdsRemoveFreeSpace().
2012-03-09  antirezMerge conflicts resolved.
2012-01-16  Salvatore SanfilippoMerge pull request #279 from kashif/patch-1
2012-01-16  antirezObsolete SDS_ABORT_ON_OOM removed from sds.c
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-11-02  antirezadded a comment to sdsMakeRoomFor() to make it clear...
2011-10-28  antirezsds.c single quotes support
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 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-23  antirezMerge branch '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.