summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* merge defaultFrancesco Mazzoli2012-06-125-99/+77
|\
| * Revert d86c121dfb0d, since, of course, it breaks the test suite.Simon MacMullen2012-06-111-2/+0
| * cosmeticMatthias Radestock2012-06-111-56/+31
| * Unused varSimon MacMullen2012-06-081-1/+1
| * Stop mirror coordinator gen_server when deleting queueEmile Joubert2012-06-081-2/+6
| * Prevent coordinator process leakageEmile Joubert2012-06-071-0/+2
| * Merge bug 24982Simon MacMullen2012-06-071-13/+16
| |\
| | * simply reading pid files in a way that works on R12BTim Watson2012-06-061-4/+2
| | * CosmeticSimon MacMullen2012-06-061-1/+1
| | * Merge in defaultSimon MacMullen2012-06-061-27/+20
| | |\
| | * | rename rabbit_control_main:system/1 to run_ps, which more accurately describe...Tim Watson2012-06-051-4/+3
| | * | cosmeticTim Watson2012-06-051-3/+3
| | * | return the correct value from rabbit_control_main:read_pid_file/2; don't call...Tim Watson2012-06-051-2/+2
| | * | capture and swallow all stdio during 'rabbitmqctl wait'Tim Watson2012-06-051-9/+11
| * | | Probably should have been part of bug 24792 but: now that we start applicatio...Simon MacMullen2012-06-061-0/+2
| | |/ | |/|
| * | Revert to the 2.8.2 version until bug 24982 is resolvedSimon MacMullen2012-06-061-6/+2
| * | more sacrifices to the CI godsMatthias Radestock2012-06-061-27/+20
| * | appease CI godsMatthias Radestock2012-06-051-1/+1
| |/
| * merge tipTim Watson2012-06-011-2/+6
| |\
| | * don't use re:replace/3 as it's unavailable on R12Tim Watson2012-06-011-2/+6
| * | Merge headsSimon MacMullen2012-06-011-1/+1
| |\ \ | | |/ | |/|
| | * Look better when running with input enabled.Simon MacMullen2012-06-011-1/+1
| * | Add the "safe" SSL-related modules [ssl_connection, ssl_record, gen_fsm, ssl]...Simon MacMullen2012-05-311-1/+2
| |/
* | revert last commitFrancesco Mazzoli2012-06-124-77/+40
* | add node to existing cluster status instead of creating a new one on on_node_...Francesco Mazzoli2012-06-064-40/+77
* | stop mnesia after cluster operationFrancesco Mazzoli2012-06-011-0/+4
* | first attempt at refactoring `rabbit_mnesia:init_db'Francesco Mazzoli2012-06-012-94/+64
* | tidy exports and specsFrancesco Mazzoli2012-05-312-24/+42
* | fix and improve `rabbit_mnesia:remove_node/1' in many waysFrancesco Mazzoli2012-05-311-56/+94
* | merge defaultFrancesco Mazzoli2012-05-306-696/+774
|\ \ | |/ |/|
| * merge defaultFrancesco Mazzoli2012-05-306-696/+773
| |\
| | * set up cluster beforehand in testsFrancesco Mazzoli2012-05-291-13/+33
| | * remove cluster managment tests, adjust the othersFrancesco Mazzoli2012-05-281-199/+1
| | * merge defaultFrancesco Mazzoli2012-05-285-485/+740
| | |\
| | | * comments in `prepare/0'Francesco Mazzoli2012-05-251-0/+5
| | | * forgot `check_cluster_consistency/0' call in `prepare/0'Francesco Mazzoli2012-05-251-0/+1
| | | * merge defaultFrancesco Mazzoli2012-05-255-485/+734
| | | |\
| | | | * handle legacy `cluster_nodes.config' and `running_nodes_at_shutdown'Francesco Mazzoli2012-05-243-38/+85
| | | | * added `rabbit_mnesia:remove_node/1' to remove node from clusters remotelyFrancesco Mazzoli2012-05-232-1/+24
| | | | * fiddling with `rabbit_mnesia' specsFrancesco Mazzoli2012-05-231-2/+2
| | | | * add `rabbit_misc:rabbit_version/0'Francesco Mazzoli2012-05-232-2/+8
| | | | * deleted percent by mistakeFrancesco Mazzoli2012-05-231-1/+1
| | | | * stricter cluster consistency checkFrancesco Mazzoli2012-05-231-20/+47
| | | | * ooops... do not update the cluster status file with its own dataFrancesco Mazzoli2012-05-221-1/+3
| | | | * fix but in `rabbit_mnesia:status/0'Francesco Mazzoli2012-05-221-2/+5
| | | | * forgot to replace old functionFrancesco Mazzoli2012-05-211-7/+1
| | | | * change the cluster nodes functions to rely on the cluster status file onlyFrancesco Mazzoli2012-05-211-116/+36
| | | | * change rabbitmqctl `join_cluster', add `recluster' and `change_node_type'Francesco Mazzoli2012-05-212-48/+133
| | | | * moved functions around in rabbit_mnesiaFrancesco Mazzoli2012-05-181-347/+379
| | | | * merge defaultFrancesco Mazzoli2012-05-187-103/+85
| | | | |\