summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* More logging around peer discovery backend initialisationMichael Klishin2020-03-241-3/+5
* Make the list of discovered nodes unique before using itMichael Klishin2020-03-201-1/+2
* Make sure peer discovery module is loaded before initialisationMichael Klishin2020-03-201-0/+1
* rabbit_feature_flags: Wait for old registry to be purgedJean-Sébastien Pédron2020-03-191-2/+14
* rabbit_feature_flags: Add an API for testsuites to add their own feature flagsJean-Sébastien Pédron2020-03-191-28/+14
* Merge pull request #2272 from rabbitmq/rabbit-fifo-force-gcGerhard Lazu2020-03-162-7/+37
|\
| * Log full GC sweep as debug, not infoGerhard Lazu2020-03-132-3/+5
| * rabbit_fifo: force gc when queue is emptykjnilsson2020-03-122-7/+35
* | Make default peer discovery retry settings consistentMichael Klishin2020-03-161-1/+1
* | Retry on [some] peer discovery failuresMichael Klishin2020-03-163-21/+58
* | Classic config peer discovery: conditionally support registrationMichael Klishin2020-03-161-1/+19
* | rabbit_nodes: introduce make/2 for convenienceMichael Klishin2020-03-161-3/+6
* | Log it when schema tables were successfully syncedMichael Klishin2020-03-161-0/+1
|/
* Make sure definition import work pool is started before actual import boot stepMichael Klishin2020-03-121-14/+15
* Revert "Use default work pool for definition import"Michael Klishin2020-03-121-0/+1
* Add a comment to remind us to discuss IMPORT_WORK_POOLGerhard Lazu2020-03-121-0/+2
* Log if definitions are imported sequentially vs concurrentlyGerhard Lazu2020-03-121-2/+2
* Use default work pool for definition importGerhard Lazu2020-03-121-1/+0
* Merge pull request #2273 from luos/fix_crashed_queues_on_startupMichael Klishin2020-03-121-3/+13
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-10146-149/+149
* More loggingMichael Klishin2020-03-071-0/+1
* Add test that should failLuke Bakken2020-03-061-5/+30
* rabbit_fifo: change release cursor calculationrabbit-fifo-release-cursor-fixkjnilsson2020-03-052-8/+27
* rabbit_fifo: release cursor effect orderingkjnilsson2020-03-021-6/+3
* min length validator: handle passwordless users gracefullyMichael Klishin2020-02-291-0/+3
* Take snapshots when messages are returnedqq-dead-letter-bugkjnilsson2020-02-281-3/+4
* Fix QQ dead letter crashkjnilsson2020-02-281-13/+31
* 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
* Optimise messages_ready function by keeping counts of prefix messageskjnilsson2020-02-263-25/+42
* Merge pull request #2255 from rabbitmq/qq-remove-member-fixMichael Klishin2020-02-251-5/+46
|\
| * Split QQ remove member into two operationskjnilsson2020-02-241-5/+46
* | Merge pull request #2256 from rabbitmq/rabbit-fifo-dead-letter-bugMichael Klishin2020-02-252-7/+12
|\ \
| * | Fix QQ crash recovery bugkjnilsson2020-02-252-7/+12
| |/
* | rabbit: Export product info in `status()`Jean-Sébastien Pédron2020-02-251-1/+7
|/
* Add ability to customize product name, version & bannerJean-Sébastien Pédron2020-02-201-12/+167
* Compiles from scratchMichael Klishin2020-02-201-4/+2
* Merge pull request #2244 from rabbitmq/only-handle-SIGHUP-and-SIGTSTPGerhard Lazu2020-02-202-66/+0
|\
| * Only handle SIGHUP and SIGTSTPJean-Sébastien Pédron2020-02-202-66/+0
* | Factor out some common codeLuke Bakken2020-02-191-45/+32
* | Catch and report errors when importing definitions concurrentlyMichael Klishin2020-02-191-6/+24
* | 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
|/
* Speedup bootstep execution by removing unnecessaryAyanda Dube2020-02-141-15/+11
* Fix setting log level to debugLuke Bakken2020-02-101-29/+25
* Convert systemd notification to prelaunch stepsPhilip Kuryloski2020-02-101-127/+12
* rabbit: Change boot state to `stopping` in prep_stop/1Jean-Sébastien Pédron2020-02-101-3/+3