summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use better default memory allocatorsLoïc Hoguin2018-05-293-0/+64
* Bring back transactional match_object for bindings cleanup.Daniil Fedotov2018-05-181-10/+10
* Typo/weird wordingMichael Klishin2018-05-161-1/+1
* Remove two files that were not meant to be committed in ee9a02429Michael Klishin2018-05-162-149/+0
* Merge pull request #1589 from rabbitmq/exclusive-queues-cleanup-optimisationMichael Klishin2018-05-153-41/+45
|\
| * Ignore lock kind argument when dirty-deleting a routeDaniil Fedotov2018-05-151-1/+1
| * Do dirty deletes when cleaning up bindings.Daniil Fedotov2018-05-141-5/+5
| * Do not lock entire routing table when cleaning up bindings.Daniil Fedotov2018-05-143-36/+40
* | Merge pull request #1597 from rabbitmq/rabbitmq-server-1590Arnaud Cogoluègnes2018-05-156-9/+192
|\ \
| * | Use MAX_SUPPORTED_PRIORITY constant for argument validationArnaud Cogoluègnes2018-05-153-3/+152
| * | Follow-up to 08168de6b0c3c4d7f6429f2c3d098e5080ff7b1aMichael Klishin2018-05-141-7/+0
| * | Revert "Take policy-configured max-priority into account"Michael Klishin2018-05-142-20/+2
| * | Use the constant across the boardMichael Klishin2018-05-141-2/+2
| * | Take policy-configured max-priority into accountMichael Klishin2018-05-132-2/+20
| * | Reject max-priority arguments >= 256Michael Klishin2018-05-113-8/+43
| * | Make policy validation aware of the max-priority argumentMichael Klishin2018-05-101-1/+7
|/ /
* | Merge pull request #1594 from rabbitmq/rabbitmq-server-1593Michael Klishin2018-05-091-2/+3
|\ \ | |/ |/|
| * Use 2047Michael Klishin2018-05-091-1/+1
| * Change channel_max default to 2048Michael Klishin2018-05-091-2/+3
|/
* Unused variable.Daniil Fedotov2018-04-271-1/+1
* Do not try to stop all slaves from slave process. Stop it and let another be ...Daniil Fedotov2018-04-271-3/+0
* Merge pull request #1586 from rabbitmq/rabbitmq-management-565Arnaud Cogoluègnes2018-04-251-2/+6
|\
| * One more place where a map definition must be converted to proplist before va...Michael Klishin2018-04-241-2/+6
* | Merge pull request #1578 from rabbitmq/queue-not-promote-on-crashMichael Klishin2018-04-255-76/+160
|\ \ | |/ |/|
| * Do not mention gm_deaths in error message.Daniil Fedotov2018-04-191-1/+1
| * Test that ha-promote-on-failure takes precedence over ha-promote-on-shutdownDaniil Fedotov2018-04-181-2/+16
| * Test for ha-promote-on-failure policy keyDaniil Fedotov2018-04-181-0/+35
| * Introduce a new policy: ha-promote-on-failure (always by default)Daniil Fedotov2018-04-184-75/+110
* | Merge pull request #1583 from rabbitmq/rabbitmq-server-1582Michael Klishin2018-04-241-1/+3
|\ \
| * | Handle bump_reduce_memory_use non-true caseLuke Bakken2018-04-231-1/+3
* | | Fix a typoMichael Klishin2018-04-231-1/+1
|/ /
* | Merge pull request #1580 from rabbitmq/lrb-more-forgiving-hostname-lookupMichael Klishin2018-04-211-2/+1
|\ \ | |/ |/|
| * Use rabbit_net:hostnameLuke Bakken2018-04-191-2/+1
|/
* Merge pull request #1577 from rabbitmq/rabbitmq-peer-discovery-k8s-23Luke Bakken2018-04-111-2/+7
|\
| * Make it possible for peer discovery backends to provide their own RSD rangeMichael Klishin2018-04-111-2/+7
|/
* Update erlang.mkJean-Sébastien Pédron2018-04-111-2/+35
* Update rabbitmq-components.mkJean-Sébastien Pédron2018-04-111-5/+5
* Update rabbitmq-components.mkJean-Sébastien Pédron2018-04-111-2/+2
* Merge pull request #1575 from rabbitmq/rabbitmq-federation-73Jean-Sébastien Pédron2018-04-091-0/+4
|\
| * rabbit_parameter_validation: support maps in proplist validatorMichael Klishin2018-04-091-0/+4
|/
* Travis CI: Update config from rabbitmq-commonJean-Sébastien Pédron2018-04-091-1/+1
* Travis CI: Update config from rabbitmq-commonJean-Sébastien Pédron2018-04-091-3/+6
* Merge branch 'reduce-mnesia-contention-when-nodes-restart-master'Michael Klishin2018-04-064-45/+65
|\
| * Re-apply f2ab0b40f034cda6bca4294735b493f20550b93cMichael Klishin2018-04-051-25/+1
| * Merge branch 'reduce-mnesia-contention-when-nodes-restart-v3.7.x' into reduce...Michael Klishin2018-04-055-46/+90
| |\ |/ /
| * Run binding deletions in a Mnesia transactionGerhard Lazu2018-03-271-5/+12
| * Delete metrics for all deleted queues in a single operationGerhard Lazu2018-03-271-47/+40
| * Group queue deletions on_node_down into 10 operations per transactionGerhard Lazu2018-03-271-18/+16
| * Add back INTERNAL_USER info to on_node_down functionGerhard Lazu2018-03-271-2/+4
| * Split single Mnesia transaction that runs on_node_downGerhard Lazu2018-03-271-25/+59