]> git.saurik.com Git - redis.git/shortlog
redis.git
2010-06-02  antirezMerge branch 'testsuite' of git://github.com/pietern...
2010-06-02  Pieter Noordhuistag memory leak check on kill server as "leaks"
2010-06-02  Pieter Noordhuistag test with sleep() as slow
2010-06-02  Pieter Noordhuismake sure the config it returned when called without...
2010-06-02  Pieter Noordhuistag more slow tests
2010-06-02  Pieter Noordhuischange how arguments are passed from the AOF tests
2010-06-02  Pieter Noordhuisscope res variable outside test
2010-06-02  Pieter Noordhuistags for existing tests
2010-06-02  Pieter Noordhuispass tags to filter and match via arguments
2010-06-02  Pieter Noordhuisbasic support to tag tests
2010-06-02  Pieter Noordhuischanged how server.tcl accepts options to support more...
2010-06-02  Pieter Noordhuisremoved obsolete code
2010-06-02  Pieter Noordhuiscatch exceptions in the server proc, to be able to...
2010-06-02  antirezsmarter swapout policy on AOF too
2010-06-02  antirezbetter swapout policy while loading RDB file
2010-06-01  antirezTODO updated with syslog plans for 2.2
2010-05-31  antirezMerge branch 'no-appendfsync-on-rewrite'
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  antirezchanged the message in the Makefile with the new comman...
2010-05-27  Vincent PalmerFixed typo.
2010-05-27  antireznew multi/exec tests
2010-05-26  Pieter Noordhuisbuild command outside while loop
2010-05-26  Pieter Noordhuisrequire the flag "-c" to be used for redis-cli to read...
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  antirezTODO updated
2010-05-25  antirezWATCH is now able to detect keys removed by FLUSHALL...
2010-05-25  antirezWATCH tests
2010-05-25  antirezminor bug fixed in WATCH
2010-05-25  antirezWATCH for MULTI/EXEC (CAS alike concurrency)
2010-05-25  antirezgitignore updated
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  antirezChangelog updated
2010-05-21  antirezredis version is now 1.3.14 (aka 2.0.0 RC1)
2010-05-21  antirezhtml doc updated
2010-05-21  antirezby default test with valgrind does not show full leak...
2010-05-21  antirezminor fix for the skiplist code, resulting in a false...
2010-05-21  antirezMerge branch 'master' of git@github.com:antirez/redis
2010-05-21  antireztests suite initial support for valgrind, fixed the...
2010-05-21  Pieter Noordhuisinclude solaris fixes in sha1.c
2010-05-20  antirezDon't exit with error in tests temp file cleanup if...
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  Pieter Noordhuiscode to enable running tests with the vm enabled
2010-05-20  antirezminor change to shutdown
2010-05-20  antirezshutdown on SIGTERM
2010-05-20  antirezMerge http://github.com/ngmoco/redis
2010-05-20  Pieter Noordhuisfix compile error on solaris
2010-05-20  antirezadded regression for zipmap bug
2010-05-20  Pieter Noordhuisfix lookup of keys with length larger than ZIPMAP_BIGLEN
2010-05-19  antirezTODO updated
2010-05-19  Pieter Noordhuisinitial tests for AOF (and small changes to server...
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  antirezgit hash 00000000 in reelase.h when git is not found...
2010-05-18  antirezbuild fixed when simpler shells are used to create...
2010-05-18  antirezuse git diff when generating release.h to check for...
2010-05-18  antirezSolaris fixes
2010-05-17  antirezhtml doc rebuild
2010-05-17  antirezbuliding of release.h moved into an external script...
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  antirezadded pid info to the check memory leaks test, so that...
2010-05-14  antirezMerge branch 'integration' of git://github.com/pietern...
2010-05-14  antirezmore endianess detection fix for SHA1
2010-05-14  antirezfixed a warning seen with some GCC version under Linux
2010-05-14  Pieter Noordhuisinitial rough integration test for replication
2010-05-14  Pieter Noordhuisstore entire server object on the stack instead of...
2010-05-14  Pieter Noordhuisproc to retrieve values from INFO properties
2010-05-14  antirezone more fix for endianess detection
2010-05-14  antirezFixed sha1.c compilation on Linux, due to endianess...
2010-05-14  antirezZUNION,ZINTER -> ZUNIONSTORE,ZINTERSTORE
2010-05-14  antirezminor fixes to the new test suite, html doc updated
2010-05-14  Pieter Noordhuiswait for redis-server to be settled and ready for conne...
2010-05-14  Pieter Noordhuisfix cleaning up tmp folder
2010-05-14  Pieter Noordhuisupdate makefile to use the new test suite
2010-05-14  Pieter Noordhuischeck for memory leaks before killing a server
2010-05-14  Pieter Noordhuisextract code to kill a server to a separate proc
2010-05-14  Pieter Noordhuisstart servers on different ports to prevent conflicts
2010-05-14  Pieter Noordhuisuse DEBUG DIGEST in new test suite
next