| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | correct invocations of `on_node_{up,down}' in `rabbit_node_monitor'. | Francesco Mazzoli | 2012-07-06 | 1 | -2/+3 |
| * | Merge heads | Simon MacMullen | 2012-07-06 | 1 | -1/+1 |
| |\ | |||||
| | * | While this didn't actually crash the VM for me, we generally want to HiPE as ... | Simon MacMullen | 2012-07-06 | 1 | -1/+1 |
| * | | merge default | Francesco Mazzoli | 2012-07-05 | 22 | -107/+573 |
| |\ \ | |||||
| | * \ | Merged bug24826 into default | Emile Joubert | 2012-06-29 | 10 | -89/+90 |
| | |\ \ | |||||
| | | * \ | merge default | Tim Watson | 2012-06-27 | 21 | -831/+892 |
| | | |\ \ | |||||
| | | | * | | It probably makes slightly more sense to monitor before we broadcast. | Simon MacMullen | 2012-06-26 | 1 | -1/+1 |
| | | | * | | Maybe better name? | Simon MacMullen | 2012-06-26 | 3 | -3/+3 |
| | | | * | | OK, we do actually need a special way to determine the difference between: | Simon MacMullen | 2012-06-25 | 3 | -3/+3 |
| | | | * | | Get rid of this with_exit_handler use. | Simon MacMullen | 2012-06-25 | 1 | -12/+4 |
| | | | * | | normal -> leaving the ring, change topology | Simon MacMullen | 2012-06-25 | 3 | -5/+5 |
| | | | * | | And finally, have the master wait for all the slaves on deletion. | Simon MacMullen | 2012-06-25 | 1 | -0/+11 |
| | | | * | | The spec for gm:group_members/1 says it returns a list of pids - let's do that. | Simon MacMullen | 2012-06-25 | 1 | -1/+1 |
| | | | * | | Ignore normal exits; do not try to change the ring topology as it shuts down. | Simon MacMullen | 2012-06-25 | 1 | -3/+5 |
| | | | * | | Close down the slave's GM the same way the master's GM does. | Simon MacMullen | 2012-06-25 | 1 | -0/+5 |
| | | * | | | Add special case for i18n reasons. | Simon MacMullen | 2012-05-24 | 1 | -0/+5 |
| | * | | | | More spec correctness. | Simon MacMullen | 2012-06-26 | 1 | -3/+4 |
| | * | | | | Explain this a bit. | Simon MacMullen | 2012-06-25 | 1 | -0/+10 |
| | * | | | | Don't take a write lock if we're not going to write. | Simon MacMullen | 2012-06-08 | 1 | -3/+5 |
| | * | | | | Needed for tests | Simon MacMullen | 2012-06-08 | 1 | -1/+5 |
| | * | | | | peek_serial/1 should not depend on having next_serial/1 run first. | Simon MacMullen | 2012-06-07 | 1 | -6/+3 |
| | * | | | | Strict and non-strict list by component. | Simon MacMullen | 2012-06-07 | 1 | -5/+9 |
| | * | | | | No, that makes no sense. | Simon MacMullen | 2012-06-07 | 1 | -1/+0 |
| | * | | | | Merge default | Simon MacMullen | 2012-06-07 | 16 | -83/+517 |
| | |\ \ \ \ | |||||
| | | * | | | | We can't now write the serial record when we declare the exchange; an exchang... | Simon MacMullen | 2012-05-18 | 1 | -9/+5 |
| | | * | | | | Move parameter validation into its own module. | Simon MacMullen | 2012-05-18 | 2 | -56/+67 |
| | | * | | | | Unused variable warning | Simon MacMullen | 2012-05-18 | 1 | -1/+1 |
| | | * | | | | Remove decorator:route/2. | Simon MacMullen | 2012-05-18 | 1 | -8/+2 |
| | | * | | | | TODO--: Update behaviour | Simon MacMullen | 2012-05-18 | 1 | -22/+38 |
| | | * | | | | First sketch of a policy mechanism. | Simon MacMullen | 2012-05-17 | 12 | -58/+359 |
| | | * | | | | Merge default | Simon MacMullen | 2012-05-15 | 23 | -217/+276 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Share the exchange scratch space | Simon MacMullen | 2012-04-26 | 2 | -10/+43 |
| | | * | | | | | Add an abstraction for reading the scratch | Simon MacMullen | 2012-04-24 | 1 | -1/+10 |
| | | * | | | | | Rework event serialisation thing so that decorators get a say too. It's a bit... | Simon MacMullen | 2012-04-24 | 4 | -30/+49 |
| | | * | | | | | Merge bug24196 | Simon MacMullen | 2012-04-24 | 3 | -5/+60 |
| | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ | Merge in default via bug24196 | Simon MacMullen | 2012-04-02 | 3 | -5/+60 |
| | | | |\ \ \ \ \ | |||||
| | | | | * | | | | | Rough sketch of exchange decorator concept. | Simon MacMullen | 2012-03-28 | 3 | -5/+60 |
| * | | | | | | | | | fix `remove_node/1' - do not remove nodes from offline nodes, unless we're "s... | Francesco Mazzoli | 2012-07-05 | 2 | -37/+81 |
| | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | | fix `recluster/1' - delete the schema and write status before `init_db' | Francesco Mazzoli | 2012-07-05 | 1 | -7/+10 |
| * | | | | | | | | don't show the running nodes when down | Francesco Mazzoli | 2012-07-04 | 1 | -2/+5 |
| * | | | | | | | | check if the node is the only disc one in `change_node_type/1' | Francesco Mazzoli | 2012-07-04 | 1 | -10/+16 |
| * | | | | | | | | check if only disc node after `init_db' in `reset/1' | Francesco Mazzoli | 2012-07-04 | 1 | -10/+9 |
| * | | | | | | | | do not check for consistency when reseting | Francesco Mazzoli | 2012-07-04 | 1 | -10/+20 |
| * | | | | | | | | reworked functions that get cluster nodes to get only what they need | Francesco Mazzoli | 2012-07-04 | 1 | -26/+51 |
| * | | | | | | | | all_clustered_ram_nodes() => clustered_ram_nodes() | Francesco Mazzoli | 2012-07-04 | 1 | -2/+2 |
| * | | | | | | | | wipe the mnesia data before starting if the cluster nodes are inconsistent | Francesco Mazzoli | 2012-07-03 | 3 | -38/+74 |
| * | | | | | | | | better `rabbit_mnesia:check_cluster_consistency/0' | Francesco Mazzoli | 2012-07-03 | 1 | -28/+21 |
| * | | | | | | | | merge default | Francesco Mazzoli | 2012-06-28 | 2 | -1/+18 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | | consistency: leave the 'ok' matching to the caller | Matthias Radestock | 2012-06-23 | 1 | -1/+1 |
| | * | | | | | | | Revert the wrapper around the copy in append_file/2 | Simon MacMullen | 2012-06-22 | 1 | -0/+17 |
