summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.9.103 (3.0.0 Release Candidate 3).3.0.0-rc3antirez2015-01-302-3/+36
* Merge branch 'testing' into 3.0antirez2015-01-304-17/+102
|\
| * Cluster: Tcl script to check avg pfail->fail time.antirez2015-01-301-0/+50
| * Cluster: some bias towwards FAIL/PFAIL nodes in gossip sections.antirez2015-01-301-3/+6
| * More correct wanted / maxiterations values in clusterSendPing().antirez2015-01-301-2/+6
| * Cluster: create-cluster script improved.antirez2015-01-302-15/+43
| * Cluster: initialized not used fileds in gossip section.antirez2015-01-291-0/+2
* | Cluster: initialized not used fileds in gossip section.antirez2015-01-291-0/+2
* | Merge branch 'testing' into 3.0antirez2015-01-293-17/+172
|\ \ | |/
| * Cluster: magical 10% of nodes explained in comments.antirez2015-01-291-2/+26
| * CLUSTER count-failure-reports command added.antirez2015-01-291-0/+12
| * Cluster: use a number of gossip sections proportional to cluster size.antirez2015-01-291-17/+42
| * create-cluster script: sane default timeout.antirez2015-01-291-1/+2
| * create-cluster script added.antirez2015-01-292-0/+93
| * Avoid duplicated instance execution code in Cluster test.antirez2015-01-221-26/+21
* | Avoid duplicated instance execution code in Cluster test.antirez2015-01-221-26/+21
* | Merge branch 'testing' into 3.0antirez2015-01-221-1/+6
|\ \ | |/
| * Cluster test: when valgrind is enabled, use a larger node-timeout.antirez2015-01-221-1/+6
* | Merge branch 'testing' into 3.0antirez2015-01-222-8/+42
|\ \ | |/
| * The seed must be static in getRandomHexChars().antirez2015-01-221-1/+1
| * counter must be static in getRandomHexChars().antirez2015-01-221-2/+4
| * getRandomHexChars(): use /dev/urandom just to seed.antirez2015-01-221-8/+38
| * Cluster test initialization: use transaction for reset + set-config-epoch.antirez2015-01-221-0/+2
* | Merge branch 'testing' into 3.0antirez2015-01-226-19/+92
|\ \ | |/
| * Fix cluster migrate memory leakMatt Stancliff2015-01-221-0/+1
| * Fix potential invalid read past end of arrayMatt Stancliff2015-01-221-2/+5
| * Fix cluster reset memory leakMatt Stancliff2015-01-221-0/+1
| * Fix sending uninitialized bytesMatt Stancliff2015-01-221-1/+1
| * Cluster test: wait for port to unbound in kill_instance.antirez2015-01-221-0/+16
| * Cluster/Sentinel test: also pause on abort_sentinel_test call.antirez2015-01-221-0/+1
| * Cluster/Sentinel test: pause on exceptions as well.antirez2015-01-221-0/+1
| * Cluster: node deletion cleanup / centralization.antirez2015-01-221-13/+20
| * Cluster: set the slaves->slaveof filed to NULL when master is freed.antirez2015-01-221-0/+8
| * Add --track-origins=yes to valgrindMatt Stancliff2015-01-222-3/+3
| * Tell sentinel/cluster tests to allow valgrindMatt Stancliff2015-01-221-2/+17
| * luaRedisGenericCommand(): log error at WARNING level when re-entered.antirez2015-01-221-2/+5
| * luaRedisGenericCommand() recursion: just return an error.antirez2015-01-221-1/+3
| * Panic on recursive calls to luaRedisGenericCommand().antirez2015-01-221-0/+14
| * AOF rewrite: set iterator var to NULL when freed.antirez2015-01-211-0/+1
| * RC2 release date fixed in Changelog.antirez2015-01-131-1/+1
| * Redis 2.9.102 (3.0.0 Release Candidate 2).antirez2015-01-132-1/+33
* | RC2 release date fixed in Changelog.antirez2015-01-131-1/+1
* | Redis 2.9.102 (3.0.0 Release Candidate 2).3.0.0-rc2antirez2015-01-132-1/+33
|/
* Cluster: fetch my IP even if msg is not MEET for the first time.antirez2015-01-131-2/+6
* Cluster: clusterMsgDataGossip structure, explict padding + minor stuff.antirez2015-01-133-6/+10
* Suppress valgrind error about write sending uninitialized data.antirez2015-01-131-0/+1
* Cluster: initialize mf_end.antirez2015-01-121-0/+1
* Add "-lrt" in Makefile for Solaris.antirez2015-01-091-1/+1
* Check for __sun macro in solarisfixes.h, not in includers.antirez2015-01-093-5/+4
* Cluster test: also write from Lua script in resharding test.antirez2015-01-092-2/+13