| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring, x-death.counter => x-death.count | Michael Klishin | 2015-03-26 | 2 | -34/+35 |
| * | Identify x-death events by {queue, reason}, add a counter | Michael Klishin | 2015-03-25 | 1 | -17/+29 |
| * | Limit x-death growth to one entry per queue | Michael Klishin | 2015-03-20 | 1 | -3/+39 |
| * | Merge branch 'rabbitmq-server-68' into stable | Jean-Sébastien Pédron | 2015-03-18 | 2 | -0/+2 |
| |\ |
|
| | * | Alter RabbitMQ database directory permissions for .deb and .rpm packages | Michael Klishin | 2015-03-18 | 2 | -0/+2 |
| |/ |
|
| * | Merge branch 'rabbitmq-server-65' into stable | Simon MacMullen | 2015-03-13 | 1 | -3/+6 |
| |\ |
|
| | * | Make sure we have the properties before trying to use them. References #65. | Simon MacMullen | 2015-03-13 | 1 | -3/+6 |
| * | | Merge branch 'rabbitmq-server-67' into stable | Simon MacMullen | 2015-03-13 | 1 | -1/+8 |
| |\ \
| |/ |
|
| | * | Priority queue ram_duration/1 should be the minimum of sub-queues', not the s... | Simon MacMullen | 2015-03-13 | 1 | -1/+8 |
| |/ |
|
| * | Merge branch 'master' into stable | Jean-Sébastien Pédron | 2015-03-11 | 65 | -1081/+3284 |
| |\ |
|
| | * | Deb changelogs for release 3.5.0 (rerolled)rabbitmq_v3_5_0 | Jean-Sébastien Pédron | 2015-03-11 | 1 | -1/+1 |
| | * | Merge branch 'bug26638' | Simon MacMullen | 2015-03-11 | 1 | -2/+1 |
| | |\ |
|
| | | * | More reliable way to find the erl executable. | Simon MacMullen | 2015-03-11 | 1 | -2/+1 |
| | |/ |
|
| | * | RPM/deb changelogs for release 3.5.0 | Jean-Sébastien Pédron | 2015-03-11 | 2 | -0/+9 |
| | * | Ignore ./etc/* | Michael Klishin | 2015-03-11 | 1 | -0/+1 |
| | * | Merge branch 'bug26636' | Simon MacMullen | 2015-03-10 | 2 | -6/+20 |
| | |\ |
|
| | | * | Rename things to be slightly clearer | Simon MacMullen | 2015-03-10 | 1 | -3/+3 |
| | | * | rabbit_node_monitor: Exclude Mnesia-synced nodes when clearing partitions | Jean-Sébastien Pédron | 2015-03-10 | 1 | -1/+3 |
| | | * | rabbit_node_monitor: In handle_dead_rabbit(), consider node down once | Jean-Sébastien Pédron | 2015-03-09 | 1 | -4/+12 |
| | | * | rabbit_networking: In on_node_down(), don't remove listeners if node is back | Jean-Sébastien Pédron | 2015-03-09 | 1 | -1/+5 |
| | |/ |
|
| | * | Merge branch 'bug26633' | Simon MacMullen | 2015-03-06 | 1 | -2/+16 |
| | |\ |
|
| | | * | Partial partition: Don't act if pause_if_all_down is about to pause | Jean-Sébastien Pédron | 2015-03-05 | 1 | -2/+16 |
| | * | | Merge branch 'bug26632' | Jean-Sébastien Pédron | 2015-03-06 | 2 | -19/+40 |
| | |\ \
| | |/
| |/| |
|
| | | * | Autoheal: Wait for current outside app. process to finish | Jean-Sébastien Pédron | 2015-03-05 | 2 | -19/+40 |
| | * | | Merge branch 'bug26628' | Simon MacMullen | 2015-03-05 | 1 | -43/+147 |
| | |\ \ |
|
| | | * | | Autoheal: Add a restart_loser/2 function | Jean-Sébastien Pédron | 2015-03-05 | 1 | -34/+38 |
| | | * | | Autoheal: Document the protocol change | Jean-Sébastien Pédron | 2015-03-04 | 1 | -3/+66 |
| | | * | | Autoheal: The leader waits for "done!" message from the winner | Jean-Sébastien Pédron | 2015-03-04 | 1 | -30/+67 |
| | * | | | Add more explanatory text for timeout_waiting_for_tables | Simon MacMullen | 2015-03-05 | 1 | -2/+8 |
| | | |/
| |/| |
|
| | * | | Merge branch 'bug26631' | Jean-Sébastien Pédron | 2015-03-04 | 2 | -1/+67 |
| | |\ \
| | |/
| |/| |
|
| | | * | Workaround "global" hang | Jean-Sébastien Pédron | 2015-03-04 | 2 | -1/+67 |
| | |/ |
|
| | * | Merge branch 'stable' | Jean-Sébastien Pédron | 2015-03-03 | 1 | -21/+25 |
| | |\
| |/
|/| |
|
| * | | Merge branch 'bug26622' into stable | Jean-Sébastien Pédron | 2015-03-03 | 1 | -10/+12 |
| |\ \ |
|
| | * | | rabbit_node_monitor: Cache pause_minority_guard() return value | Jean-Sébastien Pédron | 2015-03-03 | 1 | -10/+12 |
| | | * | Merge branch 'stable' | Simon MacMullen | 2015-02-26 | 2 | -44/+29 |
| | | |\
| |_|/
|/| | |
|
| * | | | Fix tests, the exceptions are a bit cleaner now (bug26610) | Simon MacMullen | 2015-02-26 | 1 | -9/+7 |
| * | | | Further cleanup of boot exception handling (bug26610) | Simon MacMullen | 2015-02-26 | 1 | -35/+22 |
| | | * | Merge branch 'stable' | Simon MacMullen | 2015-02-26 | 1 | -42/+35 |
| | | |\
| |_|/
|/| | |
|
| * | | | Merge branch 'bug26610' into stable | Simon MacMullen | 2015-02-26 | 1 | -42/+35 |
| |\ \ \ |
|
| | * | | | Detangle boot error handling, step 2 | Simon MacMullen | 2015-02-26 | 1 | -16/+24 |
| | * | | | Detangle boot error handling, step 1 | Simon MacMullen | 2015-02-26 | 1 | -20/+4 |
| | * | | | Fix clearer timeout_waiting_for_tables error message | Simon MacMullen | 2015-02-23 | 1 | -10/+11 |
| |/ / / |
|
| | | * | Merge branch 'stable' | Simon MacMullen | 2015-02-26 | 0 | -0/+0 |
| | | |\
| |_|/
|/| | |
|
| * | | | Ignore etags | Michael Klishin | 2015-02-21 | 1 | -0/+3 |
| |/ / |
|
| | * | Merge pull request #52 from jeckersb/sd_notify-for-upstream | Michael Klishin | 2015-02-26 | 1 | -0/+5 |
| | |\ |
|
| | | * | Add systemd notification support | John Eckersberg | 2015-02-25 | 1 | -0/+5 |
| | * | | Merge pull request #55 from rabbitmq/bug26614 | Michael Klishin | 2015-02-25 | 3 | -3/+3 |
| | |\ \ |
|
| | | * | | When ERLANG_HOME is not set, exit with code 1 | Michael Klishin | 2015-02-25 | 3 | -3/+3 |
| | |/ / |
|
| | * | | Merge branch 'bug26465' | Simon MacMullen | 2015-02-23 | 3 | -29/+77 |
| | |\ \ |
|
| | | * | | pause_if_all_down: Remove configuration check | Jean-Sébastien Pédron | 2015-02-20 | 1 | -32/+5 |