| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'stable' into rabbitmq-management-236 | Jean-Sébastien Pédron | 2016-11-24 | 1 | -1/+105 |
| |\ | |||||
| | * | Use config_entry_decoder key for config encryption | Arnaud Cogoluègnes | 2016-10-14 | 1 | -8/+8 |
| | * | Add better message when decryption fails in config | Arnaud Cogoluègnes | 2016-10-12 | 1 | -8/+21 |
| | * | Remove a pointless comment | Loïc Hoguin | 2016-10-06 | 1 | -3/+1 |
| | * | Add a test for decrypt at start without passphrase | Loïc Hoguin | 2016-10-06 | 1 | -2/+1 |
| | * | Add a test to decrypt environment values | Loïc Hoguin | 2016-10-06 | 1 | -2/+3 |
| | * | Add configuration for decrypting hidden configuration values | Loïc Hoguin | 2016-10-06 | 1 | -7/+92 |
| | * | Add comments | Loïc Hoguin | 2016-09-29 | 1 | -0/+8 |
| * | | Start raw metrics storage | Diana Corbacho | 2016-08-11 | 1 | -0/+7 |
| |/ | |||||
| * | Use the new -spec format | Jean-Sébastien Pédron | 2016-06-28 | 1 | -44/+38 |
| * | Unused const | Daniil Fedotov | 2016-06-14 | 1 | -2/+0 |
| * | Do not run on_node_down | Daniil Fedotov | 2016-06-14 | 1 | -25/+1 |
| * | Move cleanup to prep_stop | Daniil Fedotov | 2016-06-13 | 1 | -3/+31 |
| * | Fixes #820. | Michael Klishin | 2016-06-03 | 1 | -1/+3 |
| * | Do not warn about mising kernel polling on Windows | Jean-Sébastien Pédron | 2016-03-18 | 1 | -5/+10 |
| * | Check 'systemctl' usability for activaction check | Alexey Lebedeff | 2016-03-16 | 1 | -1/+8 |
| * | Support abstract unix socket for systemd notify | Alexey Lebedeff | 2016-03-16 | 1 | -1/+6 |
| * | Explicitly close `socat` port | Alexey Lebedeff | 2016-03-11 | 1 | -5/+10 |
| * | Add an explanation about why `socat(1)` is used | Alexey Lebedeff | 2016-03-11 | 1 | -0/+9 |
| * | Improve systemd integration | Alexey Lebedeff | 2016-03-11 | 1 | -9/+92 |
| * | rabbit.erl: Do not run systemd-notify on Windows | Jean-Sébastien Pédron | 2016-01-27 | 1 | -4/+7 |
| * | Use systemd-notify(1) shell helper as fallback | Alexey Lebedeff | 2016-01-22 | 1 | -1/+1 |
| * | Fix 'rabbitmqctl rotate_logs' behaviour | Alexey Lebedeff | 2016-01-12 | 1 | -1/+6 |
| * | Update (c) info | Michael Klishin | 2016-01-01 | 1 | -1/+1 |
| * | HIPE compilation moved to rabbit_hipe module | Daniil Fedotov | 2015-12-15 | 1 | -99/+4 |
| * | A way to detect if a module is HiPE-compiled that's compatible with R16B03 | Michael Klishin | 2015-12-09 | 1 | -1/+10 |
| * | HiPE: Compile modules when RabbitMQ is started on an existing node | Jean-Sébastien Pédron | 2015-11-30 | 1 | -3/+20 |
| * | Fix HiPE compilation during startup | Jean-Sébastien Pédron | 2015-11-30 | 1 | -1/+14 |
| * | 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 |
