| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | prompt expiry of requeued messages | Matthias Radestock | 2012-08-13 | 1 | -13/+18 | |
| | | * | | merge default into bug 25097 | Matthias Radestock | 2012-08-12 | 6 | -36/+47 | |
| | | |\ \ | ||||||
| | | | * | | propagate API change | Matthias Radestock | 2012-08-12 | 4 | -13/+15 | |
| | | | * | | more correctness | Matthias Radestock | 2012-08-12 | 1 | -3/+6 | |
| | | | * | | oops; caught out by daft Erlang scoping again | Matthias Radestock | 2012-08-12 | 1 | -1/+1 | |
| | | | * | | schedule message expiry timer based on expiry time of queue head | Matthias Radestock | 2012-08-12 | 2 | -22/+28 | |
| | * | | | | Mention parameters here. Oh, and bindings, and don't talk about permissions i... | Simon MacMullen | 2012-08-17 | 1 | -1/+1 | |
| | * | | | | Update docs | Simon MacMullen | 2012-08-08 | 1 | -12/+13 | |
| | * | | | | Remove vhost parameters when removing vhost. And a tiny driveby refactor. | Simon MacMullen | 2012-08-08 | 2 | -7/+9 | |
| | * | | | | Make parameters vhost-specific. | Simon MacMullen | 2012-08-07 | 5 | -116/+131 | |
| * | | | | | reset and join when changing node type | Francesco Mazzoli | 2012-09-03 | 1 | -16/+17 | |
| * | | | | | missing spec | Francesco Mazzoli | 2012-08-30 | 1 | -0/+1 | |
| * | | | | | revert last change (reset when changing node from disc to ram) | Francesco Mazzoli | 2012-08-29 | 1 | -9/+0 | |
| * | | | | | reset when turning disc into ram node | Francesco Mazzoli | 2012-08-29 | 1 | -0/+9 | |
| * | | | | | little fixes to the automatic clustering config code | Francesco Mazzoli | 2012-08-23 | 1 | -3/+2 | |
| * | | | | | get nodes and whether the node should be disc or ram from config if virgin node | Francesco Mazzoli | 2012-08-22 | 2 | -30/+86 | |
| * | | | | | remove commented code - we do not use `disc_only' anywhere | Francesco Mazzoli | 2012-08-22 | 1 | -7/+0 | |
| * | | | | | remove_cluster_node => forget_cluster_node | Francesco Mazzoli | 2012-08-21 | 3 | -10/+10 | |
| * | | | | | manpage fix | Francesco Mazzoli | 2012-08-21 | 1 | -2/+1 | |
| * | | | | | more manpage fixes | Francesco Mazzoli | 2012-08-21 | 1 | -4/+4 | |
| * | | | | | recluster => update_cluster_nodes | Francesco Mazzoli | 2012-08-21 | 3 | -13/+13 | |
| * | | | | | forgot about the recluster example | Francesco Mazzoli | 2012-08-21 | 1 | -6/+0 | |
| * | | | | | Simon's comment on the rabbitmqctl manpage | Francesco Mazzoli | 2012-08-21 | 1 | -7/+10 | |
| * | | | | | merge default | Francesco Mazzoli | 2012-08-13 | 9 | -816/+1246 | |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | merge default | Francesco Mazzoli | 2012-08-01 | 21 | -224/+670 | |
| | |\ \ \ \ | ||||||
| | * | | | | | add a first draft for the rabbitmqctl documentation | Francesco Mazzoli | 2012-07-25 | 2 | -57/+138 | |
| | * | | | | | merge default | Francesco Mazzoli | 2012-07-16 | 8 | -121/+119 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | clearer `rabbit_mnesia:discover_cluster/1' | Francesco Mazzoli | 2012-07-09 | 1 | -4/+6 | |
| | * | | | | | | `cluster_status/{0,1}' now returns the status directly, fails on error | Francesco Mazzoli | 2012-07-09 | 1 | -11/+7 | |
| | * | | | | | | cosmetic | Francesco Mazzoli | 2012-07-09 | 1 | -16/+17 | |
| | * | | | | | | do not update the cluster status file by getting the mnesia status | Francesco Mazzoli | 2012-07-09 | 1 | -8/+4 | |
| | * | | | | | | add the magic `cluster' word to `remove_node' and `change_node_type' | Francesco Mazzoli | 2012-07-09 | 2 | -15/+15 | |
| | * | | | | | | `rabbit_misc:rabbit_version/0' => `rabbit_misc:version/0' | Francesco Mazzoli | 2012-07-09 | 2 | -5/+5 | |
| | * | | | | | | get rid of `is_disc_node' | Francesco Mazzoli | 2012-07-09 | 1 | -9/+5 | |
| | * | | | | | | remove useless `all_clustered_nodes/0' in `reset/1' | Francesco Mazzoli | 2012-07-09 | 1 | -2/+2 | |
| | * | | | | | | split the offline case of `rabbit_mnesia/2' in a separate function | Francesco Mazzoli | 2012-07-09 | 1 | -49/+51 | |
| | * | | | | | | `change_extra_db_nodes/2' throws instead of returning error | Francesco Mazzoli | 2012-07-09 | 1 | -43/+39 | |
| | * | | | | | | remove unnecessary `ensure_mnesia_not_running/0' | Francesco Mazzoli | 2012-07-09 | 1 | -2/+1 | |
| | * | | | | | | ?SERVER instead of explicit name | Francesco Mazzoli | 2012-07-09 | 1 | -3/+3 | |
| | * | | | | | | check that the node selected for removal is in the cluster | Francesco Mazzoli | 2012-07-09 | 1 | -1/+1 | |
| | * | | | | | | fix the flags declaration in `rabbit_control_main' | Francesco Mazzoli | 2012-07-06 | 1 | -1/+1 | |
| | * | | | | | | 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 | 26 | -113/+589 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | 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 | |
