summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* oops - handle heartbeat timeouts properly in closed statebug24956Tim Watson2012-07-161-1/+1
|
* revert the log level for error for heartbeat timeoutsTim Watson2012-06-181-1/+0
|
* make the error/reason for amqp heartbeat timeouts clearer in the logsTim Watson2012-06-181-4/+4
|
* merge defaultTim Watson2012-06-1411-110/+98
|\
| * Report more clearly when we fail to monitor disk space on an unsupported ↵Simon MacMullen2012-06-141-2/+2
| | | | | | | | platform.
| * cosmetic: move comment to a better placeMatthias Radestock2012-06-122-2/+2
| |
| * Revert d86c121dfb0d, since, of course, it breaks the test suite.Simon MacMullen2012-06-111-2/+0
| |
| * cosmeticMatthias Radestock2012-06-111-56/+31
| |
| * Merge bug24989Simon MacMullen2012-06-110-0/+0
| |\
| * | Cosmetic (again)bug24989Emile Joubert2012-06-111-4/+4
| | |
| * | No error when stopping a stopped broker, or starting a running brokerEmile Joubert2012-06-111-0/+1
| |/
| * Merge bug24984Simon MacMullen2012-06-080-0/+0
| |\
| * | Unused varbug24984Simon 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 R12Bbug24982Tim 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 ↵Tim Watson2012-06-051-4/+3
| | | | | | | | | | | | | | | | describes what it does
| | * | cosmeticTim Watson2012-06-051-3/+3
| | | |
| | * | return the correct value from rabbit_control_main:read_pid_file/2; don't ↵Tim Watson2012-06-051-2/+2
| | | | | | | | | | | | | | | | call binary_to_list twice
| | * | 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 ↵Simon MacMullen2012-06-061-0/+2
| | | | | | | | | | | | | | | | applications ourselves rather than in the boot script, we can write nicer error messages. Let's do that.
| * | | Merge bug 24981Simon MacMullen2012-06-062-33/+22
| |\ \ \ | | | |/ | | |/|
| | * | 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
| | |/
| * | Backed out changeset 6ee929c7f821bug24981Emile Joubert2012-06-061-5/+5
| | |
| * | Cosmetic: remove colons from sysv startup scriptEmile Joubert2012-06-061-5/+5
| | |
| * | Emit upstart events when broker stops/startsEmile Joubert2012-06-011-9/+13
| |/
| * 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
| | |
| * | Merged bug24974 into defaultEmile Joubert2012-06-012-2/+7
| |\ \ | | |/
| | * Merge bug24924Simon MacMullen2012-06-0132-987/+1150
| | |\
| | * | do not overwrite RABBITMQ_PLUGINS_DIR on windowsbug24924Tim Watson2012-05-042-2/+7
| | | |
| * | | Add the "safe" SSL-related modules [ssl_connection, ssl_record, gen_fsm, ↵bug24974Simon MacMullen2012-05-311-1/+2
| | |/ | |/| | | | | | | ssl] to the list.
* | | print a different error atom when heartbeat timeout's occurTim Watson2012-05-311-0/+1
|/ /
* | Oops, bug 24792 failed to take into account that HiPE compilation was ↵Simon MacMullen2012-05-301-12/+14
| | | | | | | | inserted into the boot script by rabbit_prelaunch. So fix that. We need to hipe after ensuring the rabbit app is loaded, so we might as well inline rabbit:prepare/0 now. And we shouldn't really try mnesia upgrades when just starting the app; that feels dubious. Finally, strip out now-unused exports.
* | Those backticks are... not quite necessary. And led to endless confusion ↵Simon MacMullen2012-05-291-3/+2
| | | | | | | | with node.js.
* | Merge bug24918Simon MacMullen2012-05-2939-988/+1651
|\ \
| * \ Merge bug 24792Simon MacMullen2012-05-2916-636/+662
| |\ \
| | * | Don't print the plugin list as output from "rabbitmqctl start_app".bug24792Simon MacMullen2012-05-291-4/+10
| | | |
| | * | Cosmetic.Simon MacMullen2012-05-291-11/+11
| | | |
| | * | This can only be true or false. Plus cosmetic.Simon MacMullen2012-05-291-5/+5
| | | |
| | * | cosmeticTim Watson2012-05-282-9/+16
| | | |
| | * | rename rabbit_plugins API calls to be less verboseTim Watson2012-05-283-32/+32
| | | |
| | * | CosmeticSimon MacMullen2012-05-231-3/+3
| | | |