| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\ | |||||
| | * | merge bug25119 | Francesco Mazzoli | 2012-09-04 | 4 | -44/+73 |
| | |\ | |||||
| | | * | Merge bug 25120. | Simon MacMullen | 2012-09-04 | 3 | -4/+42 |
| | | |\ | |||||
| | | | * | explain | Matthias Radestock | 2012-09-03 | 2 | -3/+9 |
| | | | * | attempt to close ssl connections gracefully but forcefully | Matthias Radestock | 2012-09-03 | 3 | -4/+36 |
| | | * | | merge bug25119 | Francesco Mazzoli | 2012-09-04 | 1 | -40/+31 |
| | | |\ \ | | | |/ | |||||
| | | | * | minor refactoring and cosmetics | Matthias Radestock | 2012-08-31 | 1 | -40/+31 |
| | * | | | refactor tests | Tim Watson | 2012-09-04 | 1 | -29/+26 |
| | |/ / | |||||
| | * | | cosmetics | Francesco Mazzoli | 2012-09-04 | 1 | -2/+2 |
| | * | | rework tests for most simple case of child termination | Tim Watson | 2012-09-04 | 2 | -121/+98 |
| | * | | export only what's necessary, cosmetics | Francesco Mazzoli | 2012-09-03 | 1 | -2/+1 |
| | * | | cosmetics! | Francesco Mazzoli | 2012-09-03 | 1 | -2/+2 |
| | * | | cosmetics | Francesco Mazzoli | 2012-09-03 | 1 | -5/+5 |
| | * | | cosmetic (again) | Tim Watson | 2012-09-03 | 1 | -7/+7 |
| | * | | cosmetic | Tim Watson | 2012-09-03 | 1 | -44/+3 |
| | |\ \ | |||||
| | | * | | remove useless test case | Tim Watson | 2012-09-03 | 1 | -44/+3 |
| | * | | | cosmetics | Francesco Mazzoli | 2012-09-03 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | oops | Tim Watson | 2012-09-03 | 1 | -33/+0 |
| | * | | cosmetic | Tim Watson | 2012-09-03 | 1 | -27/+60 |
| | * | | construct child exit reason in the right place | Tim Watson | 2012-09-03 | 1 | -1/+2 |
| | * | | cosmetic | Tim Watson | 2012-09-03 | 1 | -2/+1 |
| | * | | Introduce additional, non-smp tests (using suspend) and explode the test | Tim Watson | 2012-09-03 | 1 | -7/+54 |
| | * | | Test that simple_one_for_one_terminate shutdowns no longer deadlock and | Tim Watson | 2012-09-03 | 3 | -1/+103 |
| | * | | refactor | Matthias Radestock | 2012-08-30 | 1 | -17/+11 |
| | * | | when terminating multiple simple children, we shouldn't rely on the order of ... | Tim Watson | 2012-08-30 | 1 | -11/+19 |
| | |/ | |||||
| | * | merge bug25117 | Francesco Mazzoli | 2012-08-29 | 1 | -14/+16 |
| | |\ | |||||
| | | * | cosmetic | Tim Watson | 2012-08-29 | 1 | -1/+1 |
| | | * | Slaves must join gm before updating amqqueue records, otherwise messages | Tim Watson | 2012-08-29 | 1 | -15/+17 |
| | |/ | |||||
| | * | tiny refactor: rename fun and clarify comment | Matthias Radestock | 2012-08-24 | 2 | -13/+13 |
| | * | merge bug25112 into default | Matthias Radestock | 2012-08-23 | 0 | -0/+0 |
| | |\ | |||||
| | * | | non-zero timeout when idle for the slave as well | Francesco Mazzoli | 2012-08-23 | 1 | -3/+3 |
| | |/ | |||||
| | * | cosmetic | Matthias Radestock | 2012-08-23 | 1 | -25/+18 |
| | * | cosmetic - save some lines | Matthias Radestock | 2012-08-20 | 1 | -31/+14 |
| | * | Merged bug25104 into default | Emile Joubert | 2012-08-20 | 1 | -3/+1 |
| | |\ | |||||
| | | * | So strip all that stuff out. | Simon MacMullen | 2012-08-17 | 1 | -28/+1 |
| | | * | I was thinking that which_applications needed to come first so that the | Simon MacMullen | 2012-08-17 | 1 | -2/+2 |
| | | * | Gotta love those timeouts. | Simon MacMullen | 2012-08-17 | 1 | -1/+1 |
| | | * | Fix detection of mirror removal at clean shutdown | Simon MacMullen | 2012-08-16 | 1 | -3/+28 |
| | * | | merge bug25071 | Francesco Mazzoli | 2012-08-17 | 18 | -177/+193 |
| | |\ \ | |||||
