summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow shortstr in AMQPlain authentication methodOmer Katz2019-03-141-0/+9
* Merge pull request #1903 from rabbitmq/single-active-noconnectionMichael Klishin2019-03-013-99/+162
|\
| * Emit inactive when no consumer can be activatedkjnilsson2019-03-011-1/+1
| * Tweak qourum queue tick interval for testskjnilsson2019-03-011-1/+2
| * Merge branch 'master' into single-active-noconnectionMichael Klishin2019-02-281-6/+22
| |\
| * | Ensure waiting consumers can receive creditkjnilsson2019-02-281-2/+17
| * | rabbit_fifo: cancel should not remove single active consumerkjnilsson2019-02-272-23/+34
| * | rabbit_fifo: change single active consumer on noconnectionkjnilsson2019-02-272-95/+131
* | | Feature flags: Handle plugins' feature flags only present on some nodesJean-Sébastien Pédron2019-03-015-147/+634
* | | rabbit_ff_extra: Honor the `UseColors` flagJean-Sébastien Pédron2019-03-011-25/+30
* | | Merge pull request #1900 from rabbitmq/binding-lock-optimisationMichael Klishin2019-02-281-10/+8
|\ \ \ | |_|/ |/| |
| * | Less aggressive locking for bindings add/reomve.Daniil Fedotov2019-02-261-10/+8
| |/
* | Handle error triples, improve loggingMichael Klishin2019-02-271-6/+16
* | Ensure resources are cleaned upLuke Bakken2019-02-271-4/+10
|/
* Merge pull request #1889 from rabbitmq/poison-handling-qqMichael Klishin2019-02-265-1577/+503
|\
| * Introduce new dlx reason for delivery limitkjnilsson2019-02-252-3/+4
| * Formattingkjnilsson2019-02-252-104/+104
| * Move rabbit_fifo unit tests into own SUITEkjnilsson2019-02-252-1455/+303
| * Restructure rabbit_fifo statekjnilsson2019-02-251-57/+68
| * fix dialyzer issueskjnilsson2019-02-221-3/+1
| * Fix rabbit_fifo poison handlingkjnilsson2019-02-221-44/+67
| * Remove poison message from indexesDiana Corbacho2019-02-221-11/+32
| * Poison handling in quorum queuesDiana Corbacho2019-02-223-32/+56
* | Handle premature termination in conn tracking handlerGerhard Lazu2019-02-251-7/+19
|/
* rabbit_fifo: formattingkjnilsson2019-02-211-52/+61
* Merge branch 'master' into unavailable-qq-publish-fixMichael Klishin2019-02-218-105/+223
|\
| * Quorum queue shrinking/growing: improve log messagesMichael Klishin2019-02-211-4/+4
| * Merge branch 'master' into quorum-queue-grow-cmdMichael Klishin2019-02-211-2/+6
| |\
| | * Improve queue index migrationMichael Klishin2019-02-191-2/+6
| * | Change rabbit_quorum_queue:grow/3kjnilsson2019-02-201-8/+8
| * | Add rabbit_quorum_queue:grow/4 functionkjnilsson2019-02-201-3/+51
| * | Merge branch 'master' into pre-node-removal-toolMichael Klishin2019-02-197-89/+126
| |\ \ | | |/
| | * Merge pull request #1886 from Ayanda-D/channel-sourceMichael Klishin2019-02-193-48/+75
| | |\
| | | * store and retrieve channel source from stateAyanda Dube2019-02-181-50/+60
| | | * Introduce originating source to channels, to help avoidAyanda Dube2019-02-183-3/+20
| | * | GrammarMichael Klishin2019-02-181-1/+1
| | * | Queue ownership check: provide more details in the messaageMichael Klishin2019-02-181-1/+3
| | * | Check exclusive owner before durable argumentLuke Bakken2019-02-181-7/+7
| | |/
| | * Merge branch 'master' into rabbitmq-server-1873-binding-recoveryMichael Klishin2019-02-161-19/+20
| | |\
| | | * Merge pull request #1884 from rabbitmq/allow_binding_if_tables_inconsistentMichael Klishin2019-02-161-15/+13
| | | |\
| | | | * Revert error handling removal for backwards compatibility.Daniil Fedotov2019-02-151-0/+5
| | | | * Do not fail on bind/unbind operations if the binding records are inconsistent.Daniil Fedotov2019-02-142-20/+13
| | | * | Filter duplicate default exchange binding in `rabbit_binding:list_for_destina...Michael Klishin2019-02-161-4/+7
| | | |/
| | * | Merge branch 'master' into rabbitmq-server-1873-binding-recoveryMichael Klishin2019-02-1329-83/+71
| | |\ \ | | | |/
| | * | NamingMichael Klishin2019-02-131-5/+5
| | * | NamingMichael Klishin2019-02-131-4/+4
| | * | NamingMichael Klishin2019-02-131-4/+4
| | * | Recover bindings for all durable queues including failed to recover.Daniil Fedotov2019-02-123-12/+19
| * | | Add cluster size to shrink resultkjnilsson2019-02-191-2/+3
| * | | Disallow removal of the last quorum memberkjnilsson2019-02-141-17/+26