summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1747 from rabbitmq/ranch_proxy_headerMichael Klishin2018-12-054-30/+34
|\
| * Merge branch 'master' into ranch_proxy_headerMichael Klishin2018-12-054-14/+79
| |\ | |/ |/|
* | Merge pull request #1787 from rabbitmq/dialyze-qqMichael Klishin2018-12-054-14/+79
|\ \
| * | Minor improvements to test stabilityMichael Klishin2018-12-052-2/+13
| * | Merge branch 'master' into dialyze-qqMichael Klishin2018-12-056-97/+347
| |\ \ | |/ / |/| |
| * | CompileMichael Klishin2018-12-051-1/+1
| * | Merge branch 'master' into dialyze-qqMichael Klishin2018-12-0511-43/+193
| |\ \
| * \ \ Merge branch 'master' into dialyze-qqDiana Corbacho2018-12-047-50/+307
| |\ \ \
| * | | | Give valid cluster name to rabbit_fifo_clientDiana Corbacho2018-12-041-2/+4
| * | | | Implement delete_immediately_by_resourceDiana Corbacho2018-12-033-8/+65
| * | | | Use ra nodes to intialise rabbit_fifo_clientDiana Corbacho2018-12-031-1/+1
| * | | | Fix rabbit_quorum_queue:status type specDiana Corbacho2018-12-031-1/+1
| | | | * Merge branch 'master' into ranch_proxy_headerMichael Klishin2018-12-0510-133/+500
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Fix test to account for new eventkjnilsson2018-12-051-4/+10
* | | | | Merge pull request #1782 from rabbitmq/qq-confirm-availabilityD Corbacho2018-12-055-93/+337
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | rabbit_channel: revert changes to IS_QUORUM macrokjnilsson2018-12-041-1/+1
| * | | | uncomment commented gc callkjnilsson2018-12-041-1/+1
| * | | | Better handle changing quorum queue leaderskjnilsson2018-12-045-64/+139
| * | | | Notify all enqueuers and consuers on leader changekjnilsson2018-12-042-26/+89
| * | | | rabbit_fifo: ensure credit is regainedkjnilsson2018-12-041-19/+41
| * | | | Use correct key for recording quorum queue confirmskjnilsson2018-12-045-22/+106
* | | | | Merge pull request #1774 from noxdafox/masterMichael Klishin2018-12-052-32/+37
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' of github.com:rabbitmq/rabbitmq-serverMatteo Cafasso2018-11-2447-423/+6699
| |\ \ \ \
| * | | | | rabbit_mirror_queue_master: is_duplicate drop duplicate messagesMatteo Cafasso2018-11-241-3/+3
| * | | | | rabbit_amqqueue_process: handle is_duplicate instructionsMatteo Cafasso2018-11-231-29/+34
* | | | | | Merge pull request #1788 from rabbitmq/delivery-count-headerKarl Nilsson2018-12-044-4/+116
|\ \ \ \ \ \
| * | | | | | Rename x-redelivery-count to x-delivery-count to align with AMQP1.0Diana Corbacho2018-12-043-4/+4
| * | | | | | Add x-redelivery-count header to quorum messagesDiana Corbacho2018-11-294-4/+116
| | |_|/ / / | |/| | | |
| | | | | * Use the built-in Ranch PROXY protocol supportLoïc Hoguin2018-12-044-30/+34
| |_|_|_|/ |/| | | |
* | | | | Contributors are welcome on the mailing listMichael Klishin2018-12-041-0/+2
* | | | | README updatesMichael Klishin2018-12-041-3/+5
* | | | | Merge pull request #1785 from rabbitmq/rabbitmq-server-1784Michael Klishin2018-12-033-0/+34
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Update rabbitmq.conf.example for #1784Michael Klishin2018-12-021-0/+9
| * | | | Make it possible to configure kernel.inet_dist_listen_{min,max} via new style...Michael Klishin2018-12-022-0/+25
* | | | | Optimise quorum_queue SUITEkjnilsson2018-12-032-6/+10
* | | | | Merge pull request #1764 from rabbitmq/qq-dlx-policyKarl Nilsson2018-12-035-25/+72
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into qq-dlx-policyDiana Corbacho2018-11-2210-202/+121
| |\ \ \ \ \
| * | | | | | Rename ra_machine_state to ra_machine_configDiana Corbacho2018-11-081-3/+3
| * | | | | | Support dlx policy changes in quorum queuesDiana Corbacho2018-11-075-25/+72
* | | | | | | Merge pull request #1772 from rabbitmq/memory-breakdown-qqKarl Nilsson2018-12-031-4/+12
|\ \ \ \ \ \ \
| * | | | | | | Add comment about not all ra servers being queueskjnilsson2018-12-031-0/+2
| * | | | | | | Report quorum queues memory usage in rabbit_vmDiana Corbacho2018-11-211-4/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1771 from rabbitmq/return-unack-any-down-reasonKarl Nilsson2018-12-032-15/+213
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | remove unused variablekjnilsson2018-12-031-1/+1
| * | | | | | Ensure delivery doesn't happen when consumers are suspected downDiana Corbacho2018-12-032-8/+184
| * | | | | | Return delivered but unack messages to the queeu for noconnection reasonDiana Corbacho2018-12-031-8/+30
| | |_|_|_|/ | |/| | | |
* | | | | | Update rabbitmq-components.mkJean-Sébastien Pédron2018-11-301-2/+2
| |_|_|/ / |/| | | |
* | | | | Merge pull request #1776 from rabbitmq/rabbitmq-cli-276Michael Klishin2018-11-291-1/+29
|\ \ \ \ \
| * | | | | Add method to set log level at runtimeLuke Bakken2018-11-271-1/+29
| |/ / / /
* | | | | Merge pull request #1778 from rabbitmq/rabbitmq-server-1777Michael Klishin2018-11-281-5/+5
|\ \ \ \ \ | |/ / / / |/| | | |