summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Verison is now 1.3.17, that is 2.0.0 RC4v2.0.0-rc4antirez2010-07-291-1/+1
* ZINTERSTORE replication bug fix backported to 2.0.0antirez2010-07-291-1/+1
* Merge remote branch 'pietern/zfixes-2.0.0' into 2.0.0antirez2010-07-244-37/+156
|\
| * backport of patches that fix the behavior of LRANGE, LTRIM, ZRANGE, ZREVRANGEPieter Noordhuis2010-07-123-27/+110
| * partial cherry-pick of d4507ec6 to import assertion functionsPieter Noordhuis2010-07-121-10/+46
* | Merge remote branch 'pietern/test-exit-2.0.0' into 2.0.0antirez2010-07-231-3/+3
|\ \
| * | exit with non-zero status when there are failed testsPieter Noordhuis2010-07-231-3/+3
* | | Changelog updatedantirez2010-07-231-0/+34
|/ /
* | don't open/close log file if log level is not matchedv2.0.0-rc3antirez2010-07-221-12/+11
* | fixed a typo preventing compilationantirez2010-07-221-1/+1
* | version is now 1.3.16antirez2010-07-221-1/+1
* | recent VM fixes backported to 2.0.0 branchantirez2010-07-221-3/+13
* | fix rare condition where 'key' would already be destroyed while is was needed...Pieter Noordhuis2010-07-221-3/+9
* | vm_blocked_clients count fixed in INFO, thanks to Pietern Noordhuisantirez2010-07-211-9/+16
|/
* old redis test deletedantirez2010-07-091-2331/+0
* HTML doc updatedv2.0.0-rc2antirez2010-07-0113-39/+117
* Version is now 1.3.15antirez2010-07-011-1/+1
* Fixed MONITOR output for consistency: now integer encoded values are also for...antirez2010-07-011-1/+1
* fixed error code checking for *write operations and return value in AOF rewri...antirez2010-07-011-6/+6
* Fix for VM swapping out at DB loading time when key is sharedantirez2010-06-071-2/+10
* cas test doesn't belong in 2.0.0Pieter Noordhuis2010-06-031-114/+0
* tag memory leak check on kill server as "leaks"Pieter Noordhuis2010-06-031-3/+5
* tag test with sleep() as slowPieter Noordhuis2010-06-031-4/+6
* make sure the config it returned when called without codePieter Noordhuis2010-06-031-3/+2
* tag more slow testsPieter Noordhuis2010-06-032-17/+21
* change how arguments are passed from the AOF testsPieter Noordhuis2010-06-031-3/+3
* scope res variable outside testPieter Noordhuis2010-06-031-1/+1
* tags for existing testsPieter Noordhuis2010-06-0311-320/+442
* pass tags to filter and match via argumentsPieter Noordhuis2010-06-033-2/+21
* basic support to tag testsPieter Noordhuis2010-06-034-5/+54
* changed how server.tcl accepts options to support more directives without req...Pieter Noordhuis2010-06-0313-18/+29
* removed obsolete codePieter Noordhuis2010-06-032-2/+0
* catch exceptions in the server proc, to be able to kill the entire chain of r...Pieter Noordhuis2010-06-033-17/+36
* fixed VM object swappability computationv2.0.0-rc1bantirez2010-06-021-0/+1
* smarter swapout policy on AOF tooantirez2010-06-021-5/+7
* better swapout policy while loading RDB fileantirez2010-06-021-1/+6
* build command outside while loopPieter Noordhuis2010-05-281-11/+9
* require the flag "-c" to be used for redis-cli to read the last argument from...Pieter Noordhuis2010-05-281-153/+14
* Fixed ZINCR Nan bugs leading to server crash and added testsantirez2010-05-282-0/+33
* Merge branch 'solaris' of git://github.com/pietern/redisv2.0.0-rc1antirez2010-05-211-0/+3
|\
| * include solaris fixes in sha1.cPieter Noordhuis2010-05-211-0/+3
* | Changelog updatedantirez2010-05-211-0/+32
* | redis version is now 1.3.14 (aka 2.0.0 RC1)antirez2010-05-211-1/+1
* | html doc updatedantirez2010-05-211-2/+2
* | by default test with valgrind does not show full leak infoantirez2010-05-211-1/+1
* | minor fix for the skiplist code, resulting in a false positive with valgrind,...antirez2010-05-211-1/+3
* | Merge branch 'master' of git@github.com:antirez/redisantirez2010-05-210-0/+0
|\ \ | |/
| * Don't exit with error in tests temp file cleanup if there are no files to cleanantirez2010-05-201-2/+2
* | tests suite initial support for valgrind, fixed the old test suite until the ...antirez2010-05-213-7/+55
|/
* fix memory leak on 32-bit buildsPieter Noordhuis2010-05-201-1/+1