summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
Commit message (Expand)AuthorAgeFilesLines
* Move rabbit:prep_stop/1 to stop/1 to avoid master termination crashDiana Corbacho2016-11-241-4/+2
* Use config_entry_decoder key for config encryptionArnaud Cogoluègnes2016-10-141-8/+8
* Add better message when decryption fails in configArnaud Cogoluègnes2016-10-121-8/+21
* Remove a pointless commentLoïc Hoguin2016-10-061-3/+1
* Add a test for decrypt at start without passphraseLoïc Hoguin2016-10-061-2/+1
* Add a test to decrypt environment valuesLoïc Hoguin2016-10-061-2/+3
* Add configuration for decrypting hidden configuration valuesLoïc Hoguin2016-10-061-7/+92
* Add commentsLoïc Hoguin2016-09-291-0/+8
* Use the new -spec formatJean-Sébastien Pédron2016-06-281-44/+38
* Unused constDaniil Fedotov2016-06-141-2/+0
* Do not run on_node_downDaniil Fedotov2016-06-141-25/+1
* Move cleanup to prep_stopDaniil Fedotov2016-06-131-3/+31
* Fixes #820.Michael Klishin2016-06-031-1/+3
* Do not warn about mising kernel polling on WindowsJean-Sébastien Pédron2016-03-181-5/+10
* Check 'systemctl' usability for activaction checkAlexey Lebedeff2016-03-161-1/+8
* Support abstract unix socket for systemd notifyAlexey Lebedeff2016-03-161-1/+6
* Explicitly close `socat` portAlexey Lebedeff2016-03-111-5/+10
* Add an explanation about why `socat(1)` is usedAlexey Lebedeff2016-03-111-0/+9
* Improve systemd integrationAlexey Lebedeff2016-03-111-9/+92
* rabbit.erl: Do not run systemd-notify on WindowsJean-Sébastien Pédron2016-01-271-4/+7
* Use systemd-notify(1) shell helper as fallbackAlexey Lebedeff2016-01-221-1/+1
* Fix 'rabbitmqctl rotate_logs' behaviourAlexey Lebedeff2016-01-121-1/+6
* Update (c) infoMichael Klishin2016-01-011-1/+1
* HIPE compilation moved to rabbit_hipe moduleDaniil Fedotov2015-12-151-99/+4
* A way to detect if a module is HiPE-compiled that's compatible with R16B03Michael Klishin2015-12-091-1/+10
* HiPE: Compile modules when RabbitMQ is started on an existing nodeJean-Sébastien Pédron2015-11-301-3/+20
* Fix HiPE compilation during startupJean-Sébastien Pédron2015-11-301-1/+14
* 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
| |/