summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* Further simplify logging. Get rabbit_log to figure out whether the group lead...bug26345Simon MacMullen2014-08-141-5/+5
* For some reason post bug 26337 we need to make sure this gets logged in the s...Simon MacMullen2014-08-121-1/+1
* Remove a ton of special-case error_logger invocationsSimon MacMullen2014-08-111-11/+10
* Remove pointless gen_server.Simon MacMullen2014-08-111-7/+0
* Fix await_startup/1. Change its design from "figure out what apps we should b...bug26295Simon MacMullen2014-07-211-14/+20
* Export something newbug26193Simon MacMullen2014-06-301-1/+1
* application:get_env/3 is not available in R13B03.bug25848Simon MacMullen2014-06-231-1/+4
* 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
* A few last clenaupsSimon MacMullen2014-06-111-11/+5
* Move the code-unloading thing to rabbit_plugins, and remove the unpacked plug...Simon MacMullen2014-06-061-12/+0
* Remove a couple of buggy changes from default, make start_apps/1 and stop_app...Simon MacMullen2014-06-061-34/+37
* Merge in defaultSimon MacMullen2014-06-051-34/+83
|\
| * Fix management extension enable/disable handlingTim Watson2014-04-081-2/+4
| * Ensure start_app considers plugins when using RABBITMQ_NODE_ONLYTim Watson2014-03-281-6/+8
| * Oops, complete renaming that function. Also remove some exports that seem no ...Simon MacMullen2014-03-191-2/+1
| * If we refactor rabbit_misc:build_acyclic_graph so that we don't assume the ar...Simon MacMullen2014-03-191-56/+10
| * Merge default into bug24926Tim Watson2014-03-181-28/+120
| |\
| | * Refactor (inline a little bit more)Tim Watson2014-03-171-2/+2
| | * Inline app_utils:update_running_apps/2Tim Watson2014-03-171-3/+4
| | * Merge default into bug24926Tim Watson2014-03-141-4/+8
| | |\
| | * | Refactor: Simplify boot/cleanup step handling and unify modulesTim Watson2014-03-131-47/+90
| | * | We missed another change when moving code back into rabbit.erlTim Watson2014-03-051-1/+1
| | * | Fix an oops in rabbit:stop/0 and apply consistent parameter names in r_pluginsTim Watson2014-03-041-1/+1
| | * | Inline some more and get closer still to defaultTim Watson2014-03-041-3/+21
| | * | Reduce the distance to default a bit moreTim Watson2014-03-041-31/+36
| | * | Simply application:get_env calls and reduce distance to default againTim Watson2014-02-211-5/+5
| | * | Cosmetic - reduce the distance to default a bit moreTim Watson2014-02-211-30/+27
| | * | Fix various oopses and reduce the distance to default some moreTim Watson2014-02-181-22/+3
| | * | Try and reduce the distance to defaultTim Watson2014-02-181-2/+197
| | * | Simplifying refactorTim Watson2014-02-181-6/+1
| | * | Use a gen_server to keep the boot steps table aroundTim Watson2014-02-181-0/+6
| | * | Merge default into bug24926Tim Watson2014-02-171-1/+9
| | |\ \
| | * \ \ merge default into bug24926Tim Watson2014-02-111-185/+36
| | |\ \ \
| | | * | | Re-work boot step handlingTim Watson2013-11-211-0/+1
| | | * | | Various boot procedure improvementsTim Watson2013-11-201-5/+5
| | | * | | track boot status throughout a node's lifetimeTim Watson2013-11-061-49/+31
| | | * | | Restructure our boot procedure for more flexible boot-step handlingTim Watson2013-11-051-131/+5