| Commit message (Expand) | Author | Age | Files | Lines |
| * | store more info about the cluster on disc, check other nodes before clustering | Francesco Mazzoli | 2012-05-15 | 4 | -240/+239 |
| * | fix leave_cluster, update rabbit_app.in | Francesco Mazzoli | 2012-05-14 | 2 | -28/+32 |
| * | change function to find out about cluster nodes | Francesco Mazzoli | 2012-05-14 | 4 | -55/+150 |
| * | reseting when clustering, `reset' now disconnects correctly | Francesco Mazzoli | 2012-05-11 | 2 | -52/+42 |
| * | added `join_cluster', deprecated `cluster, changed the structure of the node ... | Francesco Mazzoli | 2012-05-11 | 3 | -33/+72 |
| * | remove the bug 24919 stuff | Francesco Mazzoli | 2012-05-11 | 1 | -15/+0 |
| * | merge bug24919 | Francesco Mazzoli | 2012-05-10 | 11 | -112/+101 |
| |\ |
|
| | * | removed `rabbit_mnesia:force_cluster' | Francesco Mazzoli | 2012-05-10 | 2 | -29/+7 |
| | * | remove the subscription to the schema table | Francesco Mazzoli | 2012-05-10 | 1 | -19/+0 |
| | * | dumping schema table on changes in ram nodes | Francesco Mazzoli | 2012-05-09 | 1 | -0/+19 |
| | * | merge default | Francesco Mazzoli | 2012-05-09 | 2 | -15/+18 |
| | |\ |
|
| | | * | forgot to change the arity of init_db in the export | Francesco Mazzoli | 2012-05-04 | 1 | -1/+1 |
| | | * | re-added a boolean parameter to init_db to prevent upgrading | Francesco Mazzoli | 2012-05-04 | 2 | -11/+19 |
| | | * | remove the fun argument in `rabbit_mnesia:init_db/3'. | Francesco Mazzoli | 2012-05-04 | 2 | -19/+14 |
| | * | | check for a new pid when registered children die in mirrored_supervisor_tests | tim | 2012-05-09 | 1 | -1/+1 |
| | * | | do not kill the child explicitly | tim | 2012-05-08 | 1 | -1/+1 |
| | * | | for bug24362 - assert that worker name is unregistered by the time we get a '... | Tim Watson | 2012-05-08 | 1 | -6/+19 |
| | |/ |
|
| | * | pmon is very much hipe-worthy. | Simon MacMullen | 2012-05-04 | 1 | -1/+1 |
| | * | Merged bug24889 into default | Emile Joubert | 2012-05-04 | 20 | -62/+463 |
| | |\ |
|
| | | * | cosmetic | Matthias Radestock | 2012-05-04 | 1 | -9/+5 |
| | | * | cosmetic | Matthias Radestock | 2012-05-04 | 1 | -2/+2 |
| | | * | Merge bug24729 (again) | Simon MacMullen | 2012-05-03 | 5 | -33/+24 |
| | | |\ |
|
| | | | * | Merge bug 24901 | Simon MacMullen | 2012-05-03 | 1 | -2/+1 |
| | | | |\ |
|
| | | | | * | Reorder exception contents | Emile Joubert | 2012-04-23 | 1 | -2/+1 |
| | | | * | | Revert 9d59000c4a44, 38eb4652c7e3, f6d1609212f9, e1311dd42eba (timeout change... | Simon MacMullen | 2012-05-03 | 1 | -2/+2 |
| | | | * | | Revert aa8a9e4d1bb2 (extra debugging for mirrored_supervisor) | Simon MacMullen | 2012-05-03 | 1 | -10/+8 |
| | | | * | | cosmetic | Matthias Radestock | 2012-05-03 | 2 | -27/+19 |
| | | | * | | Fix for R12B-3 that was broken by bug 24196. | Simon MacMullen | 2012-05-01 | 1 | -2/+2 |
| | | | * | | A bit more debugging information on why we might get an error back from the d... | Simon MacMullen | 2012-05-01 | 1 | -8/+10 |
| | | * | | | Fiddle with comments | Simon MacMullen | 2012-05-03 | 1 | -6/+7 |
| | | * | | | Removed unused types, added dummy -spec to silence compiler | Francesco Mazzoli | 2012-05-01 | 2 | -5/+7 |
| | | * | | | merge default | Francesco Mazzoli | 2012-05-01 | 1 | -1/+4 |
| | | |\ \ \
| | | |/ /
| | |/| | |
|
| | | | * | | Add comment explaining why ack() and state() exist. | Francesco Mazzoli | 2012-04-24 | 1 | -1/+4 |
| | * | | | | Display things that are strings as strings rather than terms, since Erlang's ... | Simon MacMullen | 2012-04-27 | 1 | -14/+16 |
| * | | | | | `proplists:get_bool/2' does not do what I think it did, using `lookup/2' | Francesco Mazzoli | 2012-05-09 | 1 | -6/+4 |
| * | | | | | oops, had left io:format in the code | Francesco Mazzoli | 2012-05-03 | 1 | -2/+1 |
| * | | | | | fix typo and opt checking | Francesco Mazzoli | 2012-05-01 | 1 | -2/+5 |
| * | | | | | use pp flag isntead of re-writing the flag | Francesco Mazzoli | 2012-05-01 | 1 | -4/+4 |
| * | | | | | Check that options are not used in the wrong place | Francesco Mazzoli | 2012-05-01 | 1 | -0/+15 |
| | |/ / /
|/| | | |
|
| * | | | | Merge bug 24196. | Simon MacMullen | 2012-05-01 | 21 | -153/+211 |
| |\ \ \ \ |
|
| | * | | | | Log errors when children fail to start. | Simon MacMullen | 2012-04-30 | 1 | -7/+7 |
| | * | | | | another attempt to track down the mirrored_supervisor_tests CI failure | Matthias Radestock | 2012-04-29 | 1 | -1/+1 |
| | * | | | | cosmetic | Matthias Radestock | 2012-04-27 | 1 | -3/+3 |
| | * | | | | let's wait forever | Matthias Radestock | 2012-04-27 | 1 | -1/+1 |
| | * | | | | bug: code_change/3 should return {ok, State} | Matthias Radestock | 2012-04-27 | 1 | -1/+1 |
| | * | | | | Merge bug24911rabbitmq_v2_8_2 | Simon MacMullen | 2012-04-27 | 1 | -1/+1 |
| | |\ \ \ \ |
|
| | | * | | | | another attempt at pacifying the CI gods | Matthias Radestock | 2012-04-27 | 1 | -1/+1 |
| | | |/ / / |
|
| | * | | | | properly ignore dynamic children that return 'ignore' from init/1 | Matthias Radestock | 2012-04-27 | 1 | -0/+4 |
| | |/ / / |
|
| | * | | | Report error better in case disk free check fails | Emile Joubert | 2012-04-26 | 1 | -2/+2 |
| | * | | | Correct disk free checking command on windows | Emile Joubert | 2012-04-26 | 1 | -1/+1 |