summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version is now 2.1.1v2.1.1-watchantirez2010-05-251-1/+1
* RENAME is now WATCH-awareantirez2010-05-251-0/+1
* TODO updatedantirez2010-05-251-0/+5
* WATCH is now able to detect keys removed by FLUSHALL and FLUSHDBantirez2010-05-253-0/+79
* WATCH testsantirez2010-05-252-0/+68
* minor bug fixed in WATCHantirez2010-05-253-0/+8
* WATCH for MULTI/EXEC (CAS alike concurrency)antirez2010-05-251-21/+161
* gitignore updatedantirez2010-05-251-0/+3
* Master is now already unfreezed, unstable, and ready to hacking sessions!antirez2010-05-211-1/+1
* 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
* Merge branch 'master' of github.com:antirez/redisantirez2010-05-202-8/+16
|\
| * Fix for DEBUG DIGESTantirez2010-05-202-8/+16
* | Merge branch 'test_vm' of git://github.com/pietern/redisantirez2010-05-203-14/+27
|\ \ | |/ |/|
| * code to enable running tests with the vm enabledPieter Noordhuis2010-05-203-14/+27
* | minor change to shutdownantirez2010-05-201-1/+1
|/
* shutdown on SIGTERMantirez2010-05-201-14/+21
* Merge http://github.com/ngmoco/redisantirez2010-05-201-33/+52
|\
| * Add SIGTERM shutdown handling.Ashley Martens2010-05-131-33/+52
* | fix compile error on solarisPieter Noordhuis2010-05-202-3/+4
* | added regression for zipmap bugantirez2010-05-202-0/+7
* | fix lookup of keys with length larger than ZIPMAP_BIGLENPieter Noordhuis2010-05-201-4/+19
* | TODO updatedantirez2010-05-191-23/+13
* | initial tests for AOF (and small changes to server.tcl to support these)Pieter Noordhuis2010-05-194-26/+128
* | Merge branch 'master' into integrationPieter Noordhuis2010-05-1941-50/+1858
|\ \
| * | Fix for 'CONFIG SET appendonly no'antirez2010-05-191-2/+3
| * | It's now possible to turn off and on the AOF via CONFIGantirez2010-05-191-2/+81
| * | git hash 00000000 in reelase.h when git is not found enabled again after some...antirez2010-05-181-1/+1
| * | build fixed when simpler shells are used to create release.hantirez2010-05-182-3/+3
| * | use git diff when generating release.h to check for dirty statusantirez2010-05-181-1/+1
| * | Solaris fixesantirez2010-05-182-1/+3
| * | html doc rebuildantirez2010-05-18136-0/+6709
| * | buliding of release.h moved into an external script. Avoided recompialtion of...antirez2010-05-18109-5086/+94
| * | create release.h in make process and add this information to INFO listingPieter Noordhuis2010-05-173-1/+14
| * | Redis version is now 1.3.12v1.3.12antirez2010-05-161-1/+1
| * | redis version is now 1.3.11antirez2010-05-161-1/+1
| * | random refactoring and speedupsantirez2010-05-162-35/+27
| * | faster INCR with very little efforts...antirez2010-05-161-2/+1
| * | Merge branch 'redis-cli-fix' of http://github.com/tizoc/redisantirez2010-05-151-4/+9
| |\ \
| | * | Don't rely on cliReadReply being able to return on shutdownBruno Deferrari2010-05-141-4/+9
| * | | added pid info to the check memory leaks test, so that those tests don't appe...antirez2010-05-151-1/+1