summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* rabbit: Merge start_apps/2 and start_loaded_apps/2Jean-Sébastien Pédron2020-02-101-7/+6
* 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
* Format pid correctlyAyanda Dube2020-02-081-1/+1
* WordingMichael Klishin2020-02-081-1/+1
* improve handling of absent queues assumed to be aliveAyanda Dube2020-02-081-1/+7
* rabbit_binding: a few helpers to make it easier to delete bindingsMichael Klishin2020-02-081-5/+22
* rabbit_mnesia_rename: Use the new rabbit_nodes_common:name_type() functionJean-Sébastien Pédron2020-02-031-1/+2
* Move all RabbitMQ-specific environment variables to `rabbit_env`Jean-Sébastien Pédron2020-02-034-29/+28
* Refactor definition import functions to log lessMichael Klishin2020-02-021-25/+22
* Introduce rabbit_{exchange,amqqueue}:lookup_many/1Michael Klishin2020-02-022-11/+19
* rabbit_exchange:lookup/1: support lists of keysMichael Klishin2020-02-021-2/+10
* rabbit_guide:string/2: support binary prefixesMichael Klishin2020-02-021-4/+6
* Ignore SIGUSR2 signal as wellLuke Bakken2020-01-311-0/+3
* Merge pull request #2227 from rabbitmq/rabbitmq-server-2222Jack Vanlightly2020-01-312-0/+63
|\
| * Override OTP handlers to gracefully shut down on SIGTERM, SIGQUITMichael Klishin2020-01-302-0/+63
* | Log message wordingMichael Klishin2020-01-301-1/+1
* | Introduce a persistent internal cluster IDMichael Klishin2020-01-302-8/+48
|/
* rabbit_definitions: introduce a few typesMichael Klishin2020-01-281-0/+20
* Formatting.Sergey Loguntsov2020-01-271-1/+1
* Fix bad type of result of ack function.Sergey Loguntsov2020-01-271-1/+1
* rabbit: Change start_apps/2 to call application:ensure_all_started/2Jean-Sébastien Pédron2020-01-241-8/+14