summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge bug25848.Simon MacMullen2014-06-239-42/+113
|\
| * Merge bug25279Simon MacMullen2014-06-232-7/+10
| |\
| | * Make [AMQP] connection timeout configurableMichael Klishin2014-06-181-3/+3
| | * Fetch SSL handshake timeout from app environmentMichael Klishin2014-06-171-4/+7
| * | Promote down slave to master if the master gets forgotten.Simon MacMullen2014-06-192-15/+29
| * | Maintain down_slave_nodes so we might have a clue where to look to recover from.Simon MacMullen2014-06-195-18/+72
| * | stable to defaultSimon MacMullen2014-06-191-1/+1
| |\ \
| | * | OopsSimon MacMullen2014-06-191-1/+1
| * | | stable to defaultSimon MacMullen2014-06-191-3/+3
| |\ \ \ | | |/ /
| | * | Don't explode if we have a file with 0 or 2+ Erlang terms. Also remove TODO, ...Simon MacMullen2014-06-191-3/+3
* | | | Format as number, don't explicitly convert to string then format as string.Simon MacMullen2014-06-231-3/+2
* | | | Cosmetic: these can all be rolled together, and be a bit terser.Simon MacMullen2014-06-231-29/+18
* | | | Use proplists:get_value/3 hereMichael Klishin2014-06-221-5/+3
* | | | error_logger:warning_msg itself returns okMichael Klishin2014-06-221-8/+4
* | | | Warn if Nagle's algorithm is enabled by defaultMichael Klishin2014-06-201-1/+17
* | | | CosmeticsMichael Klishin2014-06-201-1/+1
* | | | FormattingMichael Klishin2014-06-201-2/+7
* | | | Don't log SMP support, async threads, etcMichael Klishin2014-06-201-5/+1
* | | | Remove single scheduler warningMichael Klishin2014-06-201-11/+2
* | | | Log a warning if running with < 8 async threadsMichael Klishin2014-06-191-2/+12
* | | | Add SMP support to the info bannerMichael Klishin2014-06-191-0/+1
* | | | Add async-threads to the info bannerMichael Klishin2014-06-191-1/+2
* | | | Log warnings if kernel poll is disabled or VM is running with just 1 schedulerMichael Klishin2014-06-191-0/+20
* | | | Log # of schedulers and if kernel poll is enabled on startMichael Klishin2014-06-191-1/+3
|/ / /
* | | Hopefully clearer.Simon MacMullen2014-06-181-5/+5
* | | rabbitmq-plugins set.Simon MacMullen2014-06-181-0/+22
* | | Give sensible error messages when plugins are missing.Simon MacMullen2014-06-182-40/+33
* | | Merge bug26221Simon MacMullen2014-06-171-2/+5
|\ \ \ | |_|/ |/| |
| * | Simplify.Simon MacMullen2014-06-171-13/+6
| * | Cover passive = false caseMichael Klishin2014-06-161-1/+6
| * | Don't stat() queue when it is declared with nowait = trueMichael Klishin2014-06-161-2/+7
* | | OopsMichael Klishin2014-06-171-1/+1
* | | Make mnesia:wait_for_tables timeout configurableMichael Klishin2014-06-171-1/+2
|/ /
* | stable to defaultSimon MacMullen2014-06-131-10/+10
|\ \ | |/
| * Ensure the limit field is always a number so we can't miss the need to interp...Simon MacMullen2014-06-131-10/+10
* | stable to defaultSimon MacMullen2014-06-123-6/+31
|\ \ | |/
| * Since a crash in handle_event is so disasterous, and since gen_event handlers...Simon MacMullen2014-06-123-6/+31
* | stable to defaultSimon MacMullen2014-06-1121-268/+582
|\ \ | |/ |/|
| * Move these down (ish) from federation.Simon MacMullen2014-06-112-2/+15
| * A few last clenaupsSimon MacMullen2014-06-112-15/+8
| * Show a warning if list fails to contact a node.Simon MacMullen2014-06-111-6/+7
| * Report errors from the server (such as mismatched plugin files) correctly.Simon MacMullen2014-06-111-1/+1
| * Oops.Simon MacMullen2014-06-101-2/+2
| * Init the stats timer again on force_event_refresh, so that if stats have beco...Simon MacMullen2014-06-103-3/+3
| * Add online flag. Get the running broker to read its own plugins file rather t...Simon MacMullen2014-06-102-57/+86
| * Make sure all code for both added and removed plugins is loaded when we send ...Simon MacMullen2014-06-101-1/+1
| * Tweak text one more time.Simon MacMullen2014-06-101-2/+2
| * Add (deliberately) undocumented feature to just trigger the sync without upda...Simon MacMullen2014-06-091-2/+9
| * Tweak text a bit more.Simon MacMullen2014-06-091-4/+11
| * Support updating decorators correctly when plugins start and stop.Simon MacMullen2014-06-094-11/+80