summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | prompt expiry of requeued messagesMatthias Radestock2012-08-131-13/+18
| | * | merge default into bug 25097Matthias Radestock2012-08-126-36/+47
| | |\ \
| | | * | propagate API changeMatthias Radestock2012-08-124-13/+15
| | | * | more correctnessMatthias Radestock2012-08-121-3/+6
| | | * | oops; caught out by daft Erlang scoping againMatthias Radestock2012-08-121-1/+1
| | | * | schedule message expiry timer based on expiry time of queue headMatthias Radestock2012-08-122-22/+28
| * | | | Mention parameters here. Oh, and bindings, and don't talk about permissions i...Simon MacMullen2012-08-171-1/+1
| * | | | Update docsSimon MacMullen2012-08-081-12/+13
| * | | | Remove vhost parameters when removing vhost. And a tiny driveby refactor.Simon MacMullen2012-08-082-7/+9
| * | | | Make parameters vhost-specific.Simon MacMullen2012-08-075-116/+131
* | | | | reset and join when changing node typeFrancesco Mazzoli2012-09-031-16/+17
* | | | | missing specFrancesco Mazzoli2012-08-301-0/+1
* | | | | revert last change (reset when changing node from disc to ram)Francesco Mazzoli2012-08-291-9/+0
* | | | | reset when turning disc into ram nodeFrancesco Mazzoli2012-08-291-0/+9
* | | | | little fixes to the automatic clustering config codeFrancesco Mazzoli2012-08-231-3/+2
* | | | | get nodes and whether the node should be disc or ram from config if virgin nodeFrancesco Mazzoli2012-08-222-30/+86
* | | | | remove commented code - we do not use `disc_only' anywhereFrancesco Mazzoli2012-08-221-7/+0
* | | | | remove_cluster_node => forget_cluster_nodeFrancesco Mazzoli2012-08-213-10/+10
* | | | | manpage fixFrancesco Mazzoli2012-08-211-2/+1
* | | | | more manpage fixesFrancesco Mazzoli2012-08-211-4/+4
* | | | | recluster => update_cluster_nodesFrancesco Mazzoli2012-08-213-13/+13
* | | | | forgot about the recluster exampleFrancesco Mazzoli2012-08-211-6/+0
* | | | | Simon's comment on the rabbitmqctl manpageFrancesco Mazzoli2012-08-211-7/+10
* | | | | merge defaultFrancesco Mazzoli2012-08-139-816/+1246
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | merge defaultFrancesco Mazzoli2012-08-0121-224/+670
| |\ \ \ \
| * | | | | add a first draft for the rabbitmqctl documentationFrancesco Mazzoli2012-07-252-57/+138
| * | | | | merge defaultFrancesco Mazzoli2012-07-168-121/+119
| |\ \ \ \ \
| * | | | | | clearer `rabbit_mnesia:discover_cluster/1'Francesco Mazzoli2012-07-091-4/+6
| * | | | | | `cluster_status/{0,1}' now returns the status directly, fails on errorFrancesco Mazzoli2012-07-091-11/+7
| * | | | | | cosmeticFrancesco Mazzoli2012-07-091-16/+17
| * | | | | | do not update the cluster status file by getting the mnesia statusFrancesco Mazzoli2012-07-091-8/+4
| * | | | | | add the magic `cluster' word to `remove_node' and `change_node_type'Francesco Mazzoli2012-07-092-15/+15
| * | | | | | `rabbit_misc:rabbit_version/0' => `rabbit_misc:version/0'Francesco Mazzoli2012-07-092-5/+5
| * | | | | | get rid of `is_disc_node'Francesco Mazzoli2012-07-091-9/+5
| * | | | | | remove useless `all_clustered_nodes/0' in `reset/1'Francesco Mazzoli2012-07-091-2/+2
| * | | | | | split the offline case of `rabbit_mnesia/2' in a separate functionFrancesco Mazzoli2012-07-091-49/+51
| * | | | | | `change_extra_db_nodes/2' throws instead of returning errorFrancesco Mazzoli2012-07-091-43/+39
| * | | | | | remove unnecessary `ensure_mnesia_not_running/0'Francesco Mazzoli2012-07-091-2/+1
| * | | | | | ?SERVER instead of explicit nameFrancesco Mazzoli2012-07-091-3/+3
| * | | | | | check that the node selected for removal is in the clusterFrancesco Mazzoli2012-07-091-1/+1
| * | | | | | fix the flags declaration in `rabbit_control_main'Francesco Mazzoli2012-07-061-1/+1
| * | | | | | correct invocations of `on_node_{up,down}' in `rabbit_node_monitor'.Francesco Mazzoli2012-07-061-2/+3
| * | | | | | Merge headsSimon MacMullen2012-07-061-1/+1
| |\ \ \ \ \ \
| | * | | | | | While this didn't actually crash the VM for me, we generally want to HiPE as ...Simon MacMullen2012-07-061-1/+1
| * | | | | | | merge defaultFrancesco Mazzoli2012-07-0526-113/+589
| |\ \ \ \ \ \ \
| * | | | | | | | fix `remove_node/1' - do not remove nodes from offline nodes, unless we're "s...Francesco Mazzoli2012-07-052-37/+81
| | |/ / / / / / | |/| | | | | |
| * | | | | | | fix `recluster/1' - delete the schema and write status before `init_db'Francesco Mazzoli2012-07-051-7/+10
| * | | | | | | don't show the running nodes when downFrancesco Mazzoli2012-07-041-2/+5
| * | | | | | | check if the node is the only disc one in `change_node_type/1'Francesco Mazzoli2012-07-041-10/+16
| * | | | | | | check if only disc node after `init_db' in `reset/1'Francesco Mazzoli2012-07-041-10/+9