summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* Rename this since it's not quite just success / failure any more.bug26471Simon MacMullen2014-11-261-5/+5
* During startup, log statistics after modules were hipe-compiledJean-Sebastien Pedron2014-11-261-6/+11
* Return environment for all apps.Simon MacMullen2014-10-081-2/+7
* Merge bug 26213Simon MacMullen2014-10-031-2/+6
|\
| * Allow requires / enables to be multiple steps, reduce ugliness.Simon MacMullen2014-10-031-4/+7
| * Partial partition detection and handling (where by "handling" we mean "promot...Simon MacMullen2014-09-291-2/+3
* | Log something when the app stops, so that we can tell when stop_app etc has s...Simon MacMullen2014-09-301-1/+2
|/
* Work around Surstr?mming-addled ideas about how to report version numbers.bug26387Simon MacMullen2014-09-241-2/+1
* Merge bug26370Simon MacMullen2014-09-171-2/+2
|\
| * Only check vhost / user / permission tables before inserting default data in ...bug26370Simon MacMullen2014-09-161-2/+2
* | Roll slave startup into the new mechanism.Simon MacMullen2014-08-191-8/+1
* | 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