summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rabbit: Do not load configuration twiceJean-Sébastien Pédron2020-02-281-6/+3
* Avoid using erlang:get_stacktrace/0 for improved OTP 23/24 compatMichael Klishin2020-02-274-9/+8
* Merge pull request #2260 from rabbitmq/optimise-qq-recoveryGerhard Lazu2020-02-263-25/+42
|\
| * Optimise messages_ready function by keeping counts of prefix messageskjnilsson2020-02-263-25/+42
* | Merge pull request #2259 from rabbitmq/fix-dialyzer-error-in-sighandlerJean-Sébastien Pédron2020-02-261-5/+8
|\ \ | |/ |/|
| * rabbit_prelaunch_sighandler: Comment out code which is unusedJean-Sébastien Pédron2020-02-261-5/+8
* | Merge pull request #2255 from rabbitmq/qq-remove-member-fixMichael Klishin2020-02-252-5/+65
|\ \ | |/ |/|
| * quorum_queue suite: remove a couple of stray commentsMichael Klishin2020-02-251-2/+0
| * Split QQ remove member into two operationskjnilsson2020-02-242-5/+67
* | Merge pull request #2256 from rabbitmq/rabbit-fifo-dead-letter-bugMichael Klishin2020-02-253-11/+37
|\ \
| * | Fix QQ crash recovery bugkjnilsson2020-02-253-11/+37
| |/
* | Merge pull request #2257 from rabbitmq/export-product_info-in-statusMichael Klishin2020-02-251-1/+7
|\ \
| * | rabbit: Export product info in `status()`Jean-Sébastien Pédron2020-02-251-1/+7
|/ /
* | Merge pull request #2253 from rabbitmq/skip-signal-handler-on-windowsMichael Klishin2020-02-241-7/+12
|\ \ | |/ |/|
| * rabbitmq_prelaunch: Skip signal handler on WindowsJean-Sébastien Pédron2020-02-241-7/+12
|/
* Merge pull request #2247 from rabbitmq/support-configurable-product-name-and-...Gerhard Lazu2020-02-203-12/+196
|\
| * Add ability to customize product name, version & bannerJean-Sébastien Pédron2020-02-203-12/+196
|/
* Compiles from scratchMichael Klishin2020-02-201-4/+2
* Merge pull request #2244 from rabbitmq/only-handle-SIGHUP-and-SIGTSTPGerhard Lazu2020-02-205-68/+97
|\
| * Only handle SIGHUP and SIGTSTPJean-Sébastien Pédron2020-02-205-68/+97
* | Merge pull request #2248 from rabbitmq/mk-concurrent-definition-importMichael Klishin2020-02-208-37/+158
|\ \ | |/ |/|
| * Factor out some common codeLuke Bakken2020-02-191-45/+32
| * Catch and report errors when importing definitions concurrentlyMichael Klishin2020-02-193-7/+66
| * gatherer:stop/1 now does the unlinkingMichael Klishin2020-02-192-3/+0
| * rabbit_definitions:concurrent_for_all/4: avoid an unintentional matchMichael Klishin2020-02-191-9/+4
| * Import definitions concurrentlyMichael Klishin2020-02-182-26/+95
| * Do not export definitions of built-in exchangesMichael Klishin2020-02-182-3/+16
| * Make gatherer:stop/1 unlink the processMichael Klishin2020-02-181-0/+1
|/
* Merge pull request #2246 from Ayanda-D/speedup-bootstepsMichael Klishin2020-02-151-15/+11
|\
| * Speedup bootstep execution by removing unnecessaryAyanda Dube2020-02-141-15/+11
|/
* Delist internal stats mode from rabbitmq.conf.exampleMichael Klishin2020-02-121-7/+6
* rabbitmq.conf.example: this should be a comment lineMichael Klishin2020-02-121-1/+1
* Add management.path_prefix to rabbitmq.conf.exampleMichael Klishin2020-02-121-1/+2
* Merge pull request #2241 from rabbitmq/dialyzer-fixes-in-rabbitmq-prelaunchJean-Sébastien Pédron2020-02-115-25/+42
|\
| * rabbitmq_prelaunch: Fix all warnings reported by DialyzerJean-Sébastien Pédron2020-02-115-25/+42
|/
* Update rabbitmq-components.mkGerhard Lazu2020-02-111-2/+2
* Merge pull request #2239 from rabbitmq/fix-setting-log-level-without-fileJean-Sébastien Pédron2020-02-101-29/+25
|\
| * Fix setting log level to debugLuke Bakken2020-02-101-29/+25
|/
* Merge pull request #2231 from rabbitmq/extract_sd_notifyJean-Sébastien Pédron2020-02-106-195/+335
|\
| * Convert systemd notification to prelaunch stepsPhilip Kuryloski2020-02-106-195/+335
|/
* Merge pull request #2238 from rabbitmq/various-fixes-post-issue2180Jean-Sébastien Pédron2020-02-101-10/+9
|\
| * rabbit: Change boot state to `stopping` in prep_stop/1Jean-Sébastien Pédron2020-02-101-3/+3
| * rabbit: Merge start_apps/2 and start_loaded_apps/2Jean-Sébastien Pédron2020-02-101-7/+6
|/
* Merge pull request #2237 from rabbitmq/adapt-unit-log_config_SUITEJean-Sébastien Pédron2020-02-101-74/+82
|\
| * unit_log_config_SUITE: Adapt after fixes to rabbit_lagerJean-Sébastien Pédron2020-02-101-74/+82
|/
* Merge pull request #2236 from rabbitmq/fix-logging-after-issue2180-related-ch...Jean-Sébastien Pédron2020-02-101-13/+41
|\
| * rabbit_lager: Fix log level being set from the configuration fileJean-Sébastien Pédron2020-02-101-1/+27
| * rabbit_lager: Only use "\r\n" with the console backendJean-Sébastien Pédron2020-02-101-12/+14
|/
* Merge pull request #2233 from Ayanda-D/handle-absent-alive-queuesMichael Klishin2020-02-091-1/+1
|\
| * Format pid correctlyAyanda Dube2020-02-081-1/+1
|/