summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge in bug 26256Simon MacMullen2014-07-0311-67/+504
|\
| * Only force load if the app is actually down.Simon MacMullen2014-07-031-1/+4
| * Port script Mnesia dir changes from bug26192. Add rabbitmqctl force_boot.Simon MacMullen2014-07-032-1/+7
| * Export something newSimon MacMullen2014-06-301-1/+1
| * Merge bug26171Simon MacMullen2014-06-3024-325/+782
| |\
| | * stable to defaultSimon MacMullen2014-06-301-0/+4
| | |\
| | | * Emit an event when we modify a global parameter.Simon MacMullen2014-06-301-0/+4
| | * | stable to defaultSimon MacMullen2014-06-273-14/+45
| | |\ \ | | | |/
| | * | Merge bug26255Simon MacMullen2014-06-272-3/+12
| | |\ \
| | | * | More descriptive name.Simon MacMullen2014-06-272-4/+4
| | | * | os:timestamp/1 return parts can be 0Michael Klishin2014-06-251-3/+3
| | | * | Add spec for rabbit_misc:timestamp/1Michael Klishin2014-06-251-0/+3
| | | * | Move timestamp formatting fn to rabbit_miscMichael Klishin2014-06-252-5/+5
| | | * | Convert connected_at to timestamp when bound since it is immutableMichael Klishin2014-06-251-2/+2
| | | * | Timestamp cannot be unknownMichael Klishin2014-06-251-2/+0
| | | * | print/2 is no longer usedMichael Klishin2014-06-251-5/+0
| | | * | Remove connected_at from the default list_connections key listMichael Klishin2014-06-231-1/+1
| | | * | Make rabbitmqctl list connected_at as a machine-readable timestampMichael Klishin2014-06-231-3/+2
| | | * | Include connected_at into default keys displayed by `rabbitmqctl list_connect...Michael Klishin2014-06-231-1/+1
| | | * | Format connected_at to a human-readable date and timeMichael Klishin2014-06-231-6/+13
| | | * | Add connected_at to the list of statistics keysMichael Klishin2014-06-201-1/+1
| | | * | Format connected_at info itemMichael Klishin2014-06-201-1/+6
| | | * | Track connection timestampsMichael Klishin2014-06-201-2/+4
| | * | | Merge bug24929Simon MacMullen2014-06-262-4/+402
| | |\ \ \
| * | | | | Remove some unreachable code - members_state will be filled once we have join...Simon MacMullen2014-06-271-17/+0
| * | | | | Merge in stableSimon MacMullen2014-06-2713-62/+132
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Separate out responsibilities in the various node state detection functions. ...Simon 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
| * | | | | Merge bug24929Simon MacMullen2014-06-261-108/+63
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Simplify message assertions, don't use timestamps.Simon MacMullen2014-06-261-57/+22
| | * | | | Minor cleanup.Simon MacMullen2014-06-251-57/+47
| * | | | | 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-232-47/+112
| * | | | | | Various bug fixes in generating command sequences.Simon MacMullen2014-06-061-37/+50
| * | | | | | Be more correct about dynamic vs symbolic state; this gets us back into a pos...Simon MacMullen2014-06-061-32/+42
| * | | | | | Wait until a GM has actually left before forgetting it.Simon MacMullen2014-06-061-12/+13
| * | | | | | Oops, 3d7b7d85df74 got us into a degenerate case where our tests only ever co...Simon MacMullen2014-06-021-15/+26
| * | | | | | Don't expect message delivery until we have had the joined callback invoked.Simon MacMullen2014-06-021-14/+18
| * | | | | | Don't explode if the pid vanishes during is_gm_process/2. Keep on handling in...Simon MacMullen2014-06-021-3/+12
| * | | | | | Even betterSimon MacMullen2014-06-021-13/+11
| |/ / / / /
| * | | | | Better cleanupSimon MacMullen2014-06-021-2/+16
| * | | | | Merge in stableSimon MacMullen2014-06-022-9/+10
| |\ \ \ \ \
| * | | | | | Do "randomness" properly, trap exits.Simon MacMullen2014-06-021-12/+11
| * | | | | | Oops.Simon MacMullen2014-06-021-1/+1
| * | | | | | Don't be so intrusive into gm.erl.Simon MacMullen2014-06-022-76/+57
| * | | | | | Instrument certain calls to gs2:call/3 and gs2:cast/2, and allow PropEr to de...Simon MacMullen2014-05-292-130/+222
| * | | | | | Merge bug26210Simon MacMullen2014-05-296-35/+309
| |\ \ \ \ \ \