summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Wait at most 5 secs for a node to reply to rabbit_node_monitor:partitions/0Gerhard Lazu2018-03-271-1/+2
| * Do not read exchange & queue before deleting, simply deleteGerhard Lazu2018-03-272-12/+2
| * Delete bindings from mnesia without full table scanGerhard Lazu2018-03-271-7/+2
| * Improve background_gc docs in example config filesMichael Klishin2018-03-212-4/+16
| * Make is_booted function compatible with pre-3.7.4 remote nodesDaniil Fedotov2018-03-161-18/+9
| * Check that default vhost is started on all nodes after restartDaniil Fedotov2018-03-161-1/+2
| * Compile from scratchMichael Klishin2018-03-161-5/+5
| * Include current node to the to-start listMichael Klishin2018-03-161-4/+4
| * WordingMichael Klishin2018-03-161-1/+1
| * ClarifyMichael Klishin2018-03-161-1/+5
| * Test concurrent application start with no data.Daniil Fedotov2018-03-161-1/+20
| * Do not try to start a vhost supervisors on not fully booted nodes.Daniil Fedotov2018-03-162-5/+24
| * Add special case in handle_other for normal TCP port exitLuke Bakken2018-03-162-24/+48
| * Wording, compile from scratchMichael Klishin2018-03-151-5/+7
| * Make error message when refusing to delete non-empty message less radical.Daniil Fedotov2018-03-151-3/+3
| * Force-delete queues, which have no live master or slave processes.Daniil Fedotov2018-03-152-2/+87