summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove some unreachable code - members_state will be filled once we have join...bug26171Simon MacMullen2014-06-271-17/+0
* Merge in stableSimon MacMullen2014-06-2724-71/+189
|\
| * Merge bug26225Simon MacMullen2014-06-273-14/+45
| |\
| | * Separate out responsibilities in the various node state detection functions. ...bug26225Simon MacMullen2014-06-272-8/+19
| | * Hard-kill all connections and stop all listeners as soon as we decide we are ...Simon MacMullen2014-06-252-6/+26
| |/
| * Added tag rabbitmq_v3_3_4 for changeset 8e9bc23a55eaSimon MacMullen2014-06-240-0/+0
| * Changelog for 3.3.4.rabbitmq_v3_3_4Simon MacMullen2014-06-242-0/+9
| * Merge bug 26258Simon MacMullen2014-06-231-2/+2
| |\
| | * OopsSimon MacMullen2014-06-191-1/+1
| | * Merge bug 26253Simon MacMullen2014-06-191-3/+3
| | |\
| | | * Don't explode if we have a file with 0 or 2+ Erlang terms. Also remove TODO, ...bug26253Simon MacMullen2014-06-191-3/+3
| | |/
| * | More explanation.bug26258Simon MacMullen2014-06-231-2/+3
| * | Don't use -e for a portion of rabbitmq-env that uses readlinkMichael Klishin2014-06-231-0/+4
| |/
| * Merge bug26247Simon MacMullen2014-06-180-0/+0
| |\
| * | Allow prelaunch to return error code 2 without failing.bug26247Simon MacMullen2014-06-181-2/+9
| |/
| * Added tag rabbitmq_v3_3_3 for changeset 7cbb21091d12Simon MacMullen2014-06-170-0/+0
| * changelogs for 3.3.3rabbitmq_v3_3_3Simon MacMullen2014-06-172-0/+9
| * Merge bug26241Simon MacMullen2014-06-130-0/+0
| |\
| * | Ensure the limit field is always a number so we can't miss the need to interp...bug26241Simon MacMullen2014-06-131-10/+10
| |/
| * Merge bug26236 againSimon MacMullen2014-06-120-0/+0
| |\
| | * Merge bug26236Simon MacMullen2014-06-111-4/+6
| | |\
| * | | Since a crash in handle_event is so disasterous, and since gen_event handlers...bug26236Simon MacMullen2014-06-123-6/+31
| | |/ | |/|
| * | OopsSimon MacMullen2014-06-111-1/+1
| * | Don't fail if asked to truncate a reference. And go to having a catch-all case.Simon MacMullen2014-06-111-4/+6
| |/
| * Resurrect stable (without bug 26230)Simon MacMullen2014-06-111-1/+0
| * Merge bug24759Simon MacMullen2014-06-091-1/+1
| |\
| | * Ensure we don't fail if that file is missing.bug24759Simon MacMullen2014-06-091-1/+1
| * | Merge bug24759Simon MacMullen2014-06-095-5/+5
| |\ \ | | |/
| | * Use '-e' for all shell scripts.Simon MacMullen2014-06-095-5/+5
| |/
| * Fix tests for 32 bit machines.Simon MacMullen2014-06-091-2/+8
| * Added tag rabbitmq_v3_3_2 for changeset 9ec4d3a2498aSimon MacMullen2014-06-090-0/+0
| * changelogs for 3.3.2.rabbitmq_v3_3_2Simon MacMullen2014-06-092-0/+9
| * Merge bug26227Simon MacMullen2014-06-052-3/+20
| |\
| | * Don't show misleading information in the Windows service case when the servic...bug26227Simon MacMullen2014-06-052-3/+20
| |/
| * Merge bug26226Simon MacMullen2014-06-041-1/+1
| |\
| | * Don't crash if Mnesia is starting or stoppingbug26226Simon MacMullen2014-06-041-1/+1
| |/
| * Oh, the shame. Changeset 54ad947f3b9e happened after I'd been playing with Wr...Simon MacMullen2014-06-031-11/+5
| * Merge bug 26179Simon MacMullen2014-06-030-0/+0
| |\
| * | Add a README file explaining this directory.bug26179Simon MacMullen2014-06-032-0/+9
| |/
| * Merge bug25550Simon MacMullen2014-06-031-9/+5
| |\
| | * Rebranch bug 25550 from stablebug25550Simon MacMullen2014-06-031-9/+5
| |/
* | Merge bug24929Simon MacMullen2014-06-263-114/+70
|\ \
| * | Control max_size, and remove some broken premature abstraction from the Makef...bug24929Simon MacMullen2014-06-262-6/+7
| * | Simplify message assertions, don't use timestamps.Simon MacMullen2014-06-261-57/+22
| * | Minor cleanup.Simon MacMullen2014-06-252-58/+48
* | | Merge bug24929.Simon MacMullen2014-06-231-27/+30
|\ \ \ | |/ / |/| |
| * | Merge in bug24929Simon MacMullen2014-06-021-27/+30
| |\ \
| | * | Abstract the initial catchup into its own function. Make sure we call check_n...Simon MacMullen2014-05-121-21/+20
| | * | Short-circuit the initial catchup message from the left, so that we are sure ...Simon MacMullen2014-05-121-15/+19
* | | | Add instrumenting for monitors and Mnesia transactions. It actually all seems...Simon MacMullen2014-06-233-48/+113