summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* Start rabbit_common on bootJean-Sébastien Pédron2015-10-201-1/+1
* Adds net_ticktime to rabbitmqctl status output.Ayanda Dube2015-10-151-1/+2
* Merge stable into masterMichael Klishin2015-08-271-0/+84
* Use monotonic_time() to compute elapsed timeJean-Sébastien Pédron2015-08-051-3/+3
* Require Erlang R16B03-1Jean-Sébastien Pédron2015-08-041-7/+19
* Merge branch 'stable'Michael Klishin2015-07-271-0/+11
|\
| * Log if FHC buffering is enabled or not during startupJean-Sébastien Pédron2015-07-241-0/+11
| * (c) yearMichael Klishin2015-05-241-1/+1
* | moves boot steps to its own moduleAlvaro Videla2015-05-281-77/+5
* | (c) yearMichael Klishin2015-05-241-1/+1
|/
* After starting the fhc, ensure it is workingJean-Sébastien Pédron2015-05-211-2/+29
* Start rabbit_alarm before file_handle_cacheMichael Klishin2015-05-191-7/+9
* Add more explanatory text for timeout_waiting_for_tablesSimon MacMullen2015-03-051-2/+8
* Merge branch 'stable'Simon MacMullen2015-02-261-35/+22
|\
| * Further cleanup of boot exception handling (bug26610)Simon MacMullen2015-02-261-35/+22
* | Merge branch 'stable'Simon MacMullen2015-02-261-42/+35
|\ \ | |/
| * Detangle boot error handling, step 2Simon MacMullen2015-02-261-16/+24
| * Detangle boot error handling, step 1Simon MacMullen2015-02-261-20/+4
| * Fix clearer timeout_waiting_for_tables error messageSimon MacMullen2015-02-231-10/+11
* | Add systemd notification supportJohn Eckersberg2015-02-251-0/+5
* | Merge in defaultSimon MacMullen2015-01-081-9/+14
|\ \
| * | Rename this since it's not quite just success / failure any more.Simon MacMullen2014-11-261-5/+5
| * | During startup, log statistics after modules were hipe-compiledJean-Sebastien Pedron2014-11-261-6/+11
| |/
* | Check in with epmd periodically, if it hasn't heard of us then re-register (a...Simon MacMullen2014-10-271-0/+7
|/
* 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.Simon MacMullen2014-09-241-2/+1
* Merge bug26370Simon MacMullen2014-09-171-2/+2
|\
| * Only check vhost / user / permission tables before inserting default data in ...Simon 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...Simon 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...Simon MacMullen2014-07-211-14/+20
* | Export something newSimon MacMullen2014-06-301-1/+1
* | application:get_env/3 is not available in R13B03.Simon 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