]> git.saurik.com Git - redis.git/history - src/object.c
Use specialized function to add status and error replies
[redis.git] / src / object.c
2010-09-02  Pieter NoordhuisUse specialized function to add status and error replies
2010-09-02  Pieter NoordhuisChanged reply buildup internals
2010-08-30  Pieter NoordhuisRefactor reply buildup for speed on large multi bulk...
2010-08-26  antirezremoved a duplicated ERRNO checking that is useless...
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-23  antirezFixed overflow detection in argument to long convertion...
2010-08-20  Pieter NoordhuisCheck if stroll return value was clamped
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-31  antirezMerge remote branch 'pietern/list-test'
2010-07-29  Pieter NoordhuisChange getDoubleFromObject to fail on NaN.
2010-07-22  antirezdefensive programming: set o->ptr to NULL before freein...
2010-07-22  antirezother shared objects where created in the I/O thread...
2010-07-22  antirezminor typo fixed in a comment
2010-07-22  antirezdon't use object sharing inside I/O threads, as a fix...
2010-07-16  antirezTODO list modified, trivial change to source code
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.