]> git.saurik.com Git - redis.git/history - src/object.c
redis-check-dump now is RDB version 6 ready.
[redis.git] / src / object.c
2012-04-05  Premysl Hrubyremove mentions of VM in comments
2012-03-27  Premysl Hrubyremove disk-store related comments
2012-03-22  antirezCode style hack.
2012-03-22  antirezResult of INCRBYFLOAT and HINCRBYFLOAT should never...
2012-03-09  antirezMerge conflicts resolved.
2012-01-03  Pieter NoordhuisEncode small hashes with a ziplist
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-16  Salvatore SanfilippoMerge pull request #192 from pietern/makefile
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
2011-11-14  antirezMerge branch 'unstable' into incrbyfloat
2011-11-14  antirezstring to number API is now more strict not accepting...
2011-11-12  antirezINCRBYFLOAT implementation
2011-11-08  antirezdict.c API names modified to be more coincise and consi...
2011-10-05  Salvatore SanfilippoMerge pull request #118 from dvirsky/unstable
2011-10-04  antirezreplaced redisAssert() with redisAssertWithInfo() in...
2011-09-22  antirezmerge conflicts resolved
2011-07-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-13  antirezReplicate EVALSHA as EVAL taking a dictionary of sha1...
2011-06-25  antirezunstable merge conflicts resolved
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-14  antirezUpdated to unstable
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-03  antireztouch less pages in decrRefCount
2011-05-10  antirezMerge branch 'unstable'
2011-05-05  Pieter NoordhuisTests for string2ll; move isObject* to object.c
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-06  Pieter NoordhuisTest for ENCODING_SKIPLIST instead of ENCODING_RAW
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-04-06  antirezmake sure that OBJECT ENCODING returns skiplist for...
2011-04-06  antirezOBJECT command implemented
2011-03-08  Pieter NoordhuisProperly free encoded sorted set
2011-03-08  Pieter NoordhuisAdd function to create ziplist-backed sorted set
2011-01-04  antirezMerge branch 'master' into unstable
2011-01-01  antirezimplemented a different approach to IO scheduling,...
2010-12-30  antirezdon't use small shared integer objects when disk store...
2010-12-29  antireztouched key for WATCH refactored into a more general...
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-05  antirezMerge remote branch 'pietern/benchmark'
2010-11-04  Pieter NoordhuisStop using the freelist robj* cache
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-15  antirezprevent small integer sharing when maxmemory is active...
2010-10-14  antirezMerge remote branch 'pietern/ziplist-regression'
2010-10-14  antirezimplemented different algorithms for maxmemory
2010-10-14  antirezObject approximated LRU algorithm enhanced / fixed...
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 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.