| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Garbage collection of core metrics | Diana Corbacho | 2017-02-17 | 1 | -0/+6 |
| * | Initialize core stats before any gen_server2 starts | Diana Corbacho | 2017-02-14 | 1 | -2/+2 |
| * | Merge pull request #1051 from rabbitmq/rabbitmq-server-1050 | Michael Klishin | 2016-12-06 | 1 | -8/+19 |
| |\ | |||||
| | * | Coerce default_* configuration entries to binaries | Arnaud Cogoluègnes | 2016-12-05 | 1 | -8/+19 |
| * | | rabbit: Use application description in banner | Jean-Sébastien Pédron | 2016-12-06 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'stable' into rabbitmq-server-1033 | Michael Klishin | 2016-12-01 | 1 | -0/+7 |
| |\ | |||||
| | * | Merge branch 'stable' | Michael Klishin | 2016-11-30 | 1 | -8/+7 |
| | |\ | |||||
| | * \ | Merge branch 'stable' into rabbitmq-management-236 | Jean-Sébastien Pédron | 2016-11-24 | 1 | -1/+105 |
| | |\ \ | |||||
| | * | | | Start raw metrics storage | Diana Corbacho | 2016-08-11 | 1 | -0/+7 |
| * | | | | Merge branch 'stable' into rabbitmq-server-1033 | Gerhard Lazu | 2016-11-30 | 1 | -4/+5 |
| |\ \ \ \ | | |_|/ | |/| | | |||||
| | * | | | Properly handle systemd notify errors | Alexey Lebedeff | 2016-11-29 | 1 | -4/+5 |
| * | | | | Configure member retries on Mnesia reconnection failures | Diana Corbacho | 2016-11-25 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | Move rabbit:prep_stop/1 to stop/1 to avoid master termination crash | Diana Corbacho | 2016-11-24 | 1 | -4/+2 |
| | |/ |/| | |||||
| * | | 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 |
| |/ | |||||
| * | 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 |
