]> git.saurik.com Git - redis.git/history - redis.c
Fixed typo.
[redis.git] / redis.c
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
2010-05-15  antirezfaster INCR with very little efforts...
2010-05-15  Pieter Noordhuisprint warnings in redis log when a test raises an excep...
2010-05-15  antirezMerge branch 'redis-cli-fix' of http://github.com/tizoc...
2010-05-14  antirezMerge branch 'integration' of git://github.com/pietern...
2010-05-14  antirezfixed a warning seen with some GCC version under Linux
2010-05-14  antirezZUNION,ZINTER -> ZUNIONSTORE,ZINTERSTORE
2010-05-14  antirezDEBUG DIGEST implemented, in order to improve the abili...
2010-05-13  Ashley MartensAdd SIGTERM shutdown handling.
2010-05-13  antirezconflicts resolved
2010-05-13  Pieter Noordhuisfeed SETEX as SET and EXPIREAT to AOF
2010-05-13  antirezvery strong speedup in saving time performance when...
2010-05-13  antirezinclude limits.h otherwise no double precison macros
2010-05-13  antirezexplicitly checks with ifdefs if our floating point...
2010-05-13  antirezYet another version of the double saving code, with...
2010-05-12  antirezadded overflow check in the double -> long long convers...
2010-05-12  antirezIf a float can be casted to a long long without roundin...
2010-05-12  antirezMerge branch 'vm-speedup'
2010-05-11  Pieter Noordhuisfix to return error when calling INCR on a non-string...
2010-05-11  antirezload objects encoded from disk directly without useless...
2010-05-11  antirezfixed a problem leading to crashes, as keys can't be...
2010-05-11  antirezlong long to string conversion speedup applied in other...
2010-05-11  antirezhand written code to turn a long long into a string...
2010-05-11  antirezadded specialized function to compare string objects...
2010-05-11  antirezbetter use of encoding inforamtion in dictEncObjKeyCompare
2010-05-10  antirezCONFIG now can change appendfsync policy at run time
2010-05-10  antirezCONFIG command now supports hot modification of RDB...
2010-05-10  antirezwhile loading the rdb file don't add the key to the...
2010-05-10  antirezMerge branch 'check-aof' of git://github.com/pietern...
2010-05-08  antirezminor changes to improve code readability
2010-05-08  antirezswap objects out directly while loading an RDB file...
2010-05-07  antirezDEBUG POPULATE command for fast creation of test databases
2010-05-07  Pieter Noordhuisswap arguments in blockClientOnSwappedKeys to be consistent
2010-05-07  Pieter Noordhuisadded function that preloads all keys needed to execute...
2010-05-07  Pieter Noordhuisadd sanity check to zunionInterBlockClientOnSwappedKeys...
2010-05-07  Pieter Noordhuismake prototype of custom function to preload keys from...
2010-05-07  Pieter Noordhuisextract preloading of multiple keys according to the...
2010-05-07  Pieter Noordhuismake append only filename configurable
2010-05-07  Pieter Noordhuisdon't load value from VM for EXISTS
2010-05-07  antirezswap file name pid expansion removed. Not suited for...
2010-05-07  antirezSwap file is now locked
2010-05-06  antirezMerge branch 'master' into aof-speedup
2010-05-06  Pieter Noordhuislog error and quit when the AOF contains an unfinished...
2010-05-06  Pieter Noordhuislog error and quit when the AOF contains an unfinished...
2010-05-06  Pieter NoordhuisMerge branch 'master' into check-aof
2010-05-06  Pieter Noordhuishincrby should report an error when called against...
2010-05-06  antirezAOF writes are now accumulated into a buffer and flushe...
2010-05-02  antirezMerge branch 'master' of git@github.com:antirez/redis
2010-05-02  antirezOn Linux now fdatasync() is used insetad of fsync(...
2010-04-29  antirezNew MONITOR output format with timestamp, every command...
2010-04-27  antirezAOF is now rewritten on slave after SYNC with master...
2010-04-23  antirezSETEX implemented
2010-04-23  antirezPub/Sub API change: now messages received via pattern...
2010-04-22  antireznew units for bytes specification
2010-04-22  antirezNow in redis.conf it is possible to specify units where...
2010-04-21  antirezbinary safe keys ready implementation of RANDOMKEYS
2010-04-21  antirezNow that's the right 1.3.10
2010-04-21  antirezRevert "fsync always now uses O_DIRECT on Linux"
2010-04-21  antirezRevert "define __USE_GNU to get O_DIRECT"
2010-04-21  antirezMerge branch 'master' of github.com:antirez/redis
2010-04-21  antirezRevert "version 1.3.10"
2010-04-21  antirezversion 1.3.10
2010-04-20  antirezdefine __USE_GNU to get O_DIRECT
2010-04-20  antirezfsync always now uses O_DIRECT on Linux
2010-04-19  antirezFix for MULTI/EXEC and Replication/AOF: now the block...
2010-04-19  antirezrunning the test using tcl8.5 directly instead of tclsh...
2010-04-18  antirezFix for a SORT bug introduced with commit 16fa22f1...
2010-04-17  antirezGuru mediation -> meditation
2010-04-17  Pieter Noordhuischeck eptr inline
2010-04-17  Pieter Noordhuisrefactor code that retrieves value from object or repli...
2010-04-17  antirezMerge branch 'hash' of git://github.com/pietern/redis
2010-04-17  antirezredisAssert(0) => redisPanic("something meaningful")
next