| Commit message (Expand) | Author | Age | Files | Lines |
| * | Start rabbit_common on boot | Jean-Sébastien Pédron | 2015-10-20 | 1 | -1/+1 |
| * | Adds net_ticktime to rabbitmqctl status output. | Ayanda Dube | 2015-10-15 | 1 | -1/+2 |
| * | Merge stable into master | Michael Klishin | 2015-08-27 | 1 | -0/+84 |
| * | Use monotonic_time() to compute elapsed time | Jean-Sébastien Pédron | 2015-08-05 | 1 | -3/+3 |
| * | Require Erlang R16B03-1 | Jean-Sébastien Pédron | 2015-08-04 | 1 | -7/+19 |
| * | Merge branch 'stable' | Michael Klishin | 2015-07-27 | 1 | -0/+11 |
| |\ |
|
| | * | Log if FHC buffering is enabled or not during startup | Jean-Sébastien Pédron | 2015-07-24 | 1 | -0/+11 |
| | * | (c) year | Michael Klishin | 2015-05-24 | 1 | -1/+1 |
| * | | moves boot steps to its own module | Alvaro Videla | 2015-05-28 | 1 | -77/+5 |
| * | | (c) year | Michael Klishin | 2015-05-24 | 1 | -1/+1 |
| |/ |
|
| * | After starting the fhc, ensure it is working | Jean-Sébastien Pédron | 2015-05-21 | 1 | -2/+29 |
| * | Start rabbit_alarm before file_handle_cache | Michael Klishin | 2015-05-19 | 1 | -7/+9 |
| * | Add more explanatory text for timeout_waiting_for_tables | Simon MacMullen | 2015-03-05 | 1 | -2/+8 |
| * | Merge branch 'stable' | Simon MacMullen | 2015-02-26 | 1 | -35/+22 |
| |\ |
|
| | * | Further cleanup of boot exception handling (bug26610) | Simon MacMullen | 2015-02-26 | 1 | -35/+22 |
| * | | Merge branch 'stable' | Simon MacMullen | 2015-02-26 | 1 | -42/+35 |
| |\ \
| |/ |
|
| | * | Detangle boot error handling, step 2 | Simon MacMullen | 2015-02-26 | 1 | -16/+24 |
| | * | Detangle boot error handling, step 1 | Simon MacMullen | 2015-02-26 | 1 | -20/+4 |
| | * | Fix clearer timeout_waiting_for_tables error message | Simon MacMullen | 2015-02-23 | 1 | -10/+11 |
| * | | Add systemd notification support | John Eckersberg | 2015-02-25 | 1 | -0/+5 |
| * | | Merge in default | Simon MacMullen | 2015-01-08 | 1 | -9/+14 |
| |\ \ |
|
| | * | | Rename this since it's not quite just success / failure any more. | Simon MacMullen | 2014-11-26 | 1 | -5/+5 |
| | * | | During startup, log statistics after modules were hipe-compiled | Jean-Sebastien Pedron | 2014-11-26 | 1 | -6/+11 |
| | |/ |
|
| * | | Check in with epmd periodically, if it hasn't heard of us then re-register (a... | Simon MacMullen | 2014-10-27 | 1 | -0/+7 |
| |/ |
|
| * | Return environment for all apps. | Simon MacMullen | 2014-10-08 | 1 | -2/+7 |
| * | Merge bug 26213 | Simon MacMullen | 2014-10-03 | 1 | -2/+6 |
| |\ |
|
| | * | Allow requires / enables to be multiple steps, reduce ugliness. | Simon MacMullen | 2014-10-03 | 1 | -4/+7 |
| | * | Partial partition detection and handling (where by "handling" we mean "promot... | Simon MacMullen | 2014-09-29 | 1 | -2/+3 |
| * | | Log something when the app stops, so that we can tell when stop_app etc has s... | Simon MacMullen | 2014-09-30 | 1 | -1/+2 |
| |/ |
|
| * | Work around Surströmming-addled ideas about how to report version numbers. | Simon MacMullen | 2014-09-24 | 1 | -2/+1 |
| * | Merge bug26370 | Simon MacMullen | 2014-09-17 | 1 | -2/+2 |
| |\ |
|
| | * | Only check vhost / user / permission tables before inserting default data in ... | Simon MacMullen | 2014-09-16 | 1 | -2/+2 |
| * | | Roll slave startup into the new mechanism. | Simon MacMullen | 2014-08-19 | 1 | -8/+1 |
| * | | Further simplify logging. Get rabbit_log to figure out whether the group lead... | Simon MacMullen | 2014-08-14 | 1 | -5/+5 |
| * | | For some reason post bug 26337 we need to make sure this gets logged in the s... | Simon MacMullen | 2014-08-12 | 1 | -1/+1 |
| * | | Remove a ton of special-case error_logger invocations | Simon MacMullen | 2014-08-11 | 1 | -11/+10 |
| * | | Remove pointless gen_server. | Simon MacMullen | 2014-08-11 | 1 | -7/+0 |
| * | | Fix await_startup/1. Change its design from "figure out what apps we should b... | Simon MacMullen | 2014-07-21 | 1 | -14/+20 |
| * | | Export something new | Simon MacMullen | 2014-06-30 | 1 | -1/+1 |
| * | | application:get_env/3 is not available in R13B03. | Simon MacMullen | 2014-06-23 | 1 | -1/+4 |
| * | | Format as number, don't explicitly convert to string then format as string. | Simon MacMullen | 2014-06-23 | 1 | -3/+2 |
| * | | Cosmetic: these can all be rolled together, and be a bit terser. | Simon MacMullen | 2014-06-23 | 1 | -29/+18 |
| * | | Use proplists:get_value/3 here | Michael Klishin | 2014-06-22 | 1 | -5/+3 |
| * | | error_logger:warning_msg itself returns ok | Michael Klishin | 2014-06-22 | 1 | -8/+4 |
| * | | Warn if Nagle's algorithm is enabled by default | Michael Klishin | 2014-06-20 | 1 | -1/+17 |
| * | | Cosmetics | Michael Klishin | 2014-06-20 | 1 | -1/+1 |
| * | | Formatting | Michael Klishin | 2014-06-20 | 1 | -2/+7 |
| * | | Don't log SMP support, async threads, etc | Michael Klishin | 2014-06-20 | 1 | -5/+1 |
| * | | Remove single scheduler warning | Michael Klishin | 2014-06-20 | 1 | -11/+2 |
| * | | Log a warning if running with < 8 async threads | Michael Klishin | 2014-06-19 | 1 | -2/+12 |