summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | Ignore redis-check-rdb after the name switch.antirez2015-01-281-1/+1
* | | | create-cluster script added.antirez2015-01-282-0/+93
* | | | Merge pull request #1744 from mattsta/better-RDB-failure-errorSalvatore Sanfilippo2015-01-285-172/+137
|\ \ \ \ | |/ / / |/| | |
| * | | Improve RDB error-on-load handlingMatt Stancliff2015-01-281-6/+18
| * | | Remove code duplication from check-rdbMatt Stancliff2015-01-281-125/+63
| * | | Convert check-dump to Redis check-rdb modeMatt Stancliff2015-01-284-45/+60
|/ / /
* | | Cluster: initialized not used fileds in gossip section.antirez2015-01-241-0/+2
* | | dict.c: make chaining strategy more clear in dictAddRaw().antirez2015-01-231-1/+4
* | | DEBUG structsizeantirez2015-01-231-0/+7
* | | Avoid duplicated instance execution code in Cluster test.antirez2015-01-221-26/+21
* | | Merge branch 'clusterfixes' into unstableantirez2015-01-221-1/+6
|\ \ \
| * | | Cluster test: when valgrind is enabled, use a larger node-timeout.antirez2015-01-221-1/+6
| * | | The seed must be static in getRandomHexChars().antirez2015-01-221-1/+1
* | | | 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-211-8/+38
* | | Merge branch 'clusterfixes' into unstableantirez2015-01-215-19/+59
|\ \ \
| * | | Cluster test initialization: use transaction for reset + set-config-epoch.antirez2015-01-211-0/+2
| * | | Fix cluster migrate memory leakMatt Stancliff2015-01-211-0/+1
| * | | Fix potential invalid read past end of arrayMatt Stancliff2015-01-211-2/+5
| * | | Fix cluster reset memory leakMatt Stancliff2015-01-211-0/+1
| * | | Fix sending uninitialized bytesMatt Stancliff2015-01-211-1/+1
| * | | Cluster test: wait for port to unbound in kill_instance.antirez2015-01-211-0/+16
| * | | Cluster/Sentinel test: also pause on abort_sentinel_test call.antirez2015-01-211-0/+1
| * | | Cluster/Sentinel test: pause on exceptions as well.antirez2015-01-211-0/+1
| * | | Cluster: node deletion cleanup / centralization.antirez2015-01-211-13/+20
| * | | Cluster: set the slaves->slaveof filed to NULL when master is freed.antirez2015-01-211-0/+8
| * | | Add --track-origins=yes to valgrindMatt Stancliff2015-01-212-3/+3
* | | | AOF rewrite: set iterator var to NULL when freed.antirez2015-01-211-0/+1
|/ / /
* | | Tell sentinel/cluster tests to allow valgrindMatt Stancliff2015-01-211-2/+17
* | | Fix gcc warning for lack of casting to char pointer.antirez2015-01-211-2/+4
* | | luaRedisGenericCommand(): log error at WARNING level when re-entered.antirez2015-01-201-2/+5
* | | luaRedisGenericCommand() recursion: just return an error.antirez2015-01-201-1/+3
* | | Panic on recursive calls to luaRedisGenericCommand().antirez2015-01-201-0/+14
* | | Cluster: fetch my IP even if msg is not MEET for the first time.antirez2015-01-131-5/+7
* | | 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
* | | Revert "Use REDIS_SUPERVISED_NONE instead of 0."antirez2015-01-121-2/+1
* | | Use REDIS_SUPERVISED_NONE instead of 0.antirez2015-01-121-1/+2
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-01-125-28/+129
|\ \ \
| * \ \ Merge pull request #2266 from mattsta/improve/supervised/startupSalvatore Sanfilippo2015-01-125-28/+129
| |\ \ \ | | |_|/ | |/| |
| | * | Remove RDB AUX memory leaksMatt Stancliff2015-01-091-2/+2
| | * | Supervise redis processes only if configuredMatt Stancliff2015-01-094-23/+119
| | * | Define default pidfile when creating pidMatt Stancliff2015-01-091-1/+5
| | * | Create PID file even if in foregroundrebx2015-01-091-3/+4
| |/ /
* | | 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