| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | * | | `set_synchronized' => `update_unknown_pending' | Francesco Mazzoli | 2012-08-31 | 1 | -22/+22 |
| | | * | | `set_length' => `drop' | Francesco Mazzoli | 2012-08-31 | 1 | -2/+2 |
| | | * | | `external_pending' => `unknown_pending' | Francesco Mazzoli | 2012-08-31 | 1 | -6/+9 |
| | | * | | use `set_synchronized' instead than manually increasing | Francesco Mazzoli | 2012-08-31 | 1 | -6/+2 |
| | | * | | simplify `set_length' case, fixing the ToDrop < 0 branch | Francesco Mazzoli | 2012-08-31 | 1 | -20/+16 |
| | | * | | add the delta in `set_synchronized', fixes the call in `set_length' | Francesco Mazzoli | 2012-08-31 | 1 | -3/+3 |
| | | * | | `set_synchronized' accepts the difference instead of separate args | Francesco Mazzoli | 2012-08-31 | 1 | -7/+7 |
| | | * | | do not track external pendings until we receive `length' | Francesco Mazzoli | 2012-08-31 | 1 | -2/+7 |
| | | * | | actually, it looks like the slave might receive messages before `length' | Francesco Mazzoli | 2012-08-31 | 1 | -1/+1 |
| | | * | | `length' should be the first instructions, lets assert that | Francesco Mazzoli | 2012-08-31 | 1 | -1/+1 |
| | | * | | get the external pending acks at the beginning | Francesco Mazzoli | 2012-08-31 | 2 | -5/+7 |
| | | * | | add a callback to backing queue to get the number of pending acks | Francesco Mazzoli | 2012-08-31 | 3 | -7/+17 |
| | | * | | matthias doesn't like the nested `set_synchronised' :( | Francesco Mazzoli | 2012-08-30 | 1 | -20/+18 |
| | | * | | take into account requeues when setting synch state for slaves | Francesco Mazzoli | 2012-08-30 | 2 | -58/+65 |
| * | | | | fix comment in node_monitor, keep {error, enoent} in `try_read_file' | Francesco Mazzoli | 2012-09-14 | 1 | -12/+8 |
| * | | | | merge default | Francesco Mazzoli | 2012-09-14 | 9 | -822/+1299 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | get cluster nodes from mnesia when legacy/non existant status file | Francesco Mazzoli | 2012-09-13 | 1 | -2/+8 |
| | * | | | check the cluster consistency after the upgrade | Francesco Mazzoli | 2012-09-13 | 3 | -10/+12 |
| | * | | | always call init_db with all nodes | Francesco Mazzoli | 2012-09-12 | 1 | -6/+6 |
| | * | | | more informative and useful error messages | Francesco Mazzoli | 2012-09-12 | 2 | -4/+10 |
| | * | | | do not give up when finding an inconsistent node | Francesco Mazzoli | 2012-09-11 | 1 | -7/+10 |
| | * | | | oops | Francesco Mazzoli | 2012-09-11 | 1 | -2/+2 |
| | * | | | split cluster status file and running nodes file | Francesco Mazzoli | 2012-09-11 | 2 | -118/+97 |
| | * | | | Oops | Simon MacMullen | 2012-09-10 | 1 | -1/+1 |
| | * | | | Attempt at simplifying check_cluster_consistency/0, but I am having trouble w... | Simon MacMullen | 2012-09-10 | 1 | -36/+40 |
| | * | | | Typos and rephrasing | Simon MacMullen | 2012-09-07 | 3 | -6/+6 |
| | * | | | typo in rabbitmqctl man page | Francesco Mazzoli | 2012-09-05 | 1 | -1/+1 |
| | * | | | Another attempt at explaining disc vs RAM nodes, and capitalise RAM. | Simon MacMullen | 2012-09-04 | 1 | -13/+14 |
| | * | | | Merge default | Simon MacMullen | 2012-09-04 | 22 | -371/+493 |
| | |\ \ \
| | | |/
| | |/| |
|
| | * | | | 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 |