]> git.saurik.com Git - redis.git/history - src/sort.c
Fixed SORT bugs (issue #224) with regression tests.
[redis.git] / src / sort.c
2011-12-01  antirezFixed SORT bugs (issue #224) with regression tests.
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-15  Salvatore SanfilippoMerge pull request #181 from redsquirrel/unstable
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-06-25  antirezunstable merge conflicts resolved
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezDB API refactoring. The changes were designed together...
2011-05-10  antirezMerge branch 'unstable'
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-03-14  Pieter NoordhuisFix DEBUG DIGEST, SORT and AOF rewrite
2011-01-04  antirezMerge branch 'master' into unstable
2010-12-29  antireztouched key for WATCH refactored into a more general...
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/strrange'
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-10  antirezMerge remote branch 'pietern/testverbosity'
2010-12-10  antirezHGET HMGET are now COW friendly, plus API refactoring...
2010-12-09  antirezSINTER/MEMBERS are now COW friendly, also some refactor...
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 existing reply functions where possible
2010-09-02  Pieter NoordhuisUse specialized function to add multi bulk reply length
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-21  Pieter NoordhuisRename iterator to setTypeIterator for consistency
2010-08-21  Pieter NoordhuisMake SORT use the hybrid set accessors to allow sorting...
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-12  antirezWATCH is now affected only when write commands actually...
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.