]> git.saurik.com Git - redis.git/history - redis.c
hopefully faster recompiling with a trick
[redis.git] / redis.c
2010-06-13  antirezhopefully faster recompiling with a trick
2010-06-13  antirezfixed a bug in rdbLoadObject abount specially encoded...
2010-06-13  Pieter Noordhuisuse raw strings when loading a hash from the rdb into...
2010-06-12  antirezMerge branch 'expire' of git://github.com/pietern/redis
2010-06-11  antirezMerge branch 'lists' of git://github.com/pietern/redis
2010-06-11  Pieter NoordhuisLPUSHX, RPUSHX, LINSERT only work on non-empty lists...
2010-06-11  Pieter Noordhuismake LINSERT return -1 when the value could not be...
2010-06-11  Pieter Noordhuischeck if the list encoding needs to be changed on LPUSH...
2010-06-11  Pieter Noordhuismake sure the value to insert is string encoded
2010-06-11  Pieter Noordhuisrename vars, move arguments, add comments
2010-06-11  Pieter Noordhuisalways iterate from head to tail on LINSERT
2010-06-11  Pieter Noordhuisuse REDIS_TAIL to insert AFTER an entry and REDIS_HEAD...
2010-06-11  Pieter Noordhuismove listTypeInsert to be grouped with other wrapper...
2010-06-11  Robey Pointersquashed merge from robey/twitter3: LINSERT BEFORE...
2010-06-07  Pieter Noordhuiscompute swappability for ziplist encoded lists
2010-06-07  Pieter Noordhuisreuse the sds from the main dictionary in the expiratio...
2010-06-07  antirezencode integers while loading an hash
2010-06-05  antirezMerge branch 'lists' of git://github.com/pietern/redis
2010-06-05  Pieter Noordhuisfixed two leaks for the dual encoded lists
2010-06-04  antirezDISCSARD now unwatches all keys, as it should
2010-06-04  Pieter Noordhuisrenamed hash wrapper functions to match wrapper functio...
2010-06-04  antirezMerge branch 'lists' of git://github.com/pietern/redis
2010-06-04  antirezMerge branch 'smallkeys'
2010-06-04  Pieter Noordhuissafety assert in listTypeNext
2010-06-04  Pieter Noordhuisrenamed list wrapper functions to be more verbose
2010-06-04  Pieter Noordhuisadd thresholds for converting a ziplist to a real list
2010-06-04  Pieter Noordhuismerge antirez/smallkeys
2010-06-03  antirezmemory leak introduced in the latest big changes fixed
2010-06-03  antirezFixed VM bugs introduced with the top level keys as...
2010-06-03  antireztop level keys are no longer redis objects but sds...
2010-06-02  Pieter Noordhuisuse ziplists in SORT STORE until the thresholds are...
2010-06-02  antirezMerge branch 'testsuite' of git://github.com/pietern...
2010-06-02  antirezMerge branch 'testsuite' of git://github.com/pietern...
2010-06-02  antirezMerge branch 'master' into smallkeys
2010-06-02  antirezsmarter swapout policy on AOF too
2010-06-02  antirezbetter swapout policy while loading RDB file
2010-06-02  antirezminor code comment change
2010-06-01  antirezminor code movements and free object pull restored...
2010-06-01  antirezDebug message was printing stuff that are sometimes...
2010-06-01  antirezMerge branch 'smallkeys' of github.com:antirez/redis...
2010-06-01  antirezfixed a few comments
2010-06-01  antirezfixed bugs introduced in the rewrite of the new VM...
2010-05-31  Pieter Noordhuissupport rewriting the AOF with dual list encoding
2010-05-31  Pieter Noordhuissmall refactor of fwrite* commands for AOF rewrite...
2010-05-31  Pieter Noordhuisuse list wrapper functions in computing the dataset...
2010-05-31  Pieter Noordhuisupdate SORT to work with the dual list encoding
2010-05-31  Pieter Noordhuisfunction to create a new ziplist encoded list
2010-05-31  antirezfixed missing incrRefCount
2010-05-31  Pieter Noordhuissupport rdb saving/loading with dual list encoding
2010-05-31  Pieter Noordhuisfixed signedness and disambiguate variable names
2010-05-31  Pieter Noordhuisadded rdb save function to directly save long long...
2010-05-31  Pieter Noordhuisupdate RPOPLPUSH to support dual encoding
2010-05-31  Pieter Noordhuisupdate list iteration semantic to work as expected...
2010-05-31  antirezfirst step of VM rewrite. blocking VM tests passing...
2010-05-31  antirezMerge branch 'no-appendfsync-on-rewrite'
2010-05-30  Pieter Noordhuisfix LREM to remove *all* occurances when a zero argumen...
2010-05-30  Pieter Noordhuisfixed LINDEX to always return bulk response
2010-05-30  Pieter Noordhuisupdate LREM to support dual encoding via extra iteratio...
2010-05-30  Pieter Noordhuissupport dual encoding in LTRIM
2010-05-30  Pieter Noordhuisupdate LRANGE to use basic iteration code to support...
2010-05-30  Pieter Noordhuisinline support for dual encoding in the LINDEX and...
2010-05-29  Pieter Noordhuisgeneric pop and length function for ziplist encoding
2010-05-29  Pieter Noordhuisgeneric push function that supports the dual encoding
2010-05-28  antirezcommand table size calculated with sizeof
2010-05-28  Pieter Noordhuisuse qsort and bsearch to lookup commands in O(log(N...
2010-05-28  antirezMerge branch 'cli-stdin' of git://github.com/pietern...
2010-05-28  antirezFixed ZINCR Nan bugs leading to server crash and added...
2010-05-28  antirezredis.conf new features the new option, a minor typo...
2010-05-28  antirezdon't fsync after a rewrite if appendfsync is set to...
2010-05-28  antirezadded new option no-appendfsync-on-rewrite to avoid...
2010-05-27  antirezAdded Git sha1 and dirty status in redis-server -v...
2010-05-27  Vincent PalmerFixed typo.
2010-05-26  antirezMerge branch 'master' into nested-multi
2010-05-26  antirezFix EXEC bug that was leaving the client in dirty statu...
2010-05-26  antirezraise error on nested MULTI and WATCH inside multi
2010-05-26  Josiah Carlsonallow regular sets to be passed to zunionstore/zinterstore
2010-05-25  antirezVersion is now 2.1.1
2010-05-25  antirezRENAME is now WATCH-aware
2010-05-25  antirezWATCH is now able to detect keys removed by FLUSHALL...
2010-05-25  antirezminor bug fixed in WATCH
2010-05-25  antirezWATCH for MULTI/EXEC (CAS alike concurrency)
2010-05-21  antirezMaster is now already unfreezed, unstable, and ready...
2010-05-21  antirezMerge branch 'solaris' of git://github.com/pietern...
2010-05-21  antirezredis version is now 1.3.14 (aka 2.0.0 RC1)
2010-05-21  antirezminor fix for the skiplist code, resulting in a false...
2010-05-20  Pieter Noordhuisfix memory leak on 32-bit builds
2010-05-20  antirezMerge branch 'master' of github.com:antirez/redis
2010-05-20  antirezFix for DEBUG DIGEST
2010-05-20  antirezMerge branch 'test_vm' of git://github.com/pietern...
2010-05-20  antirezminor change to shutdown
2010-05-20  antirezshutdown on SIGTERM
2010-05-20  antirezMerge http://github.com/ngmoco/redis
2010-05-19  Pieter NoordhuisMerge branch 'master' into integration
2010-05-19  antirezFix for 'CONFIG SET appendonly no'
2010-05-19  antirezIt's now possible to turn off and on the AOF via CONFIG
2010-05-18  antirezbuild fixed when simpler shells are used to create...
2010-05-17  Pieter Noordhuiscreate release.h in make process and add this informati...
2010-05-16  antirezRedis version is now 1.3.12
2010-05-16  antirezredis version is now 1.3.11
2010-05-16  antirezrandom refactoring and speedups
next