| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix test to account for new event | kjnilsson | 2018-12-05 | 1 | -4/+10 |
| * | Merge pull request #1782 from rabbitmq/qq-confirm-availability | D Corbacho | 2018-12-05 | 5 | -93/+337 |
| |\ | |||||
| | * | rabbit_channel: revert changes to IS_QUORUM macro | kjnilsson | 2018-12-04 | 1 | -1/+1 |
| | * | uncomment commented gc call | kjnilsson | 2018-12-04 | 1 | -1/+1 |
| | * | Better handle changing quorum queue leaders | kjnilsson | 2018-12-04 | 5 | -64/+139 |
| | * | Notify all enqueuers and consuers on leader change | kjnilsson | 2018-12-04 | 2 | -26/+89 |
| | * | rabbit_fifo: ensure credit is regained | kjnilsson | 2018-12-04 | 1 | -19/+41 |
| | * | Use correct key for recording quorum queue confirms | kjnilsson | 2018-12-04 | 5 | -22/+106 |
| * | | Merge pull request #1774 from noxdafox/master | Michael Klishin | 2018-12-05 | 2 | -32/+37 |
| |\ \ | |/ |/| | |||||
| | * | Merge branch 'master' of github.com:rabbitmq/rabbitmq-server | Matteo Cafasso | 2018-11-24 | 47 | -423/+6699 |
| | |\ | |||||
| | * | | rabbit_mirror_queue_master: is_duplicate drop duplicate messages | Matteo Cafasso | 2018-11-24 | 1 | -3/+3 |
| | * | | rabbit_amqqueue_process: handle is_duplicate instructions | Matteo Cafasso | 2018-11-23 | 1 | -29/+34 |
| * | | | Merge pull request #1788 from rabbitmq/delivery-count-header | Karl Nilsson | 2018-12-04 | 4 | -4/+116 |
| |\ \ \ | |||||
| | * | | | Rename x-redelivery-count to x-delivery-count to align with AMQP1.0 | Diana Corbacho | 2018-12-04 | 3 | -4/+4 |
| | * | | | Add x-redelivery-count header to quorum messages | Diana Corbacho | 2018-11-29 | 4 | -4/+116 |
| * | | | | Contributors are welcome on the mailing list | Michael Klishin | 2018-12-04 | 1 | -0/+2 |
| * | | | | README updates | Michael Klishin | 2018-12-04 | 1 | -3/+5 |
| * | | | | Merge pull request #1785 from rabbitmq/rabbitmq-server-1784 | Michael Klishin | 2018-12-03 | 3 | -0/+34 |
| |\ \ \ \ | |||||
| | * | | | | Update rabbitmq.conf.example for #1784 | Michael Klishin | 2018-12-02 | 1 | -0/+9 |
| | * | | | | Make it possible to configure kernel.inet_dist_listen_{min,max} via new style... | Michael Klishin | 2018-12-02 | 2 | -0/+25 |
| * | | | | | Optimise quorum_queue SUITE | kjnilsson | 2018-12-03 | 2 | -6/+10 |
| * | | | | | Merge pull request #1764 from rabbitmq/qq-dlx-policy | Karl Nilsson | 2018-12-03 | 5 | -25/+72 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' into qq-dlx-policy | Diana Corbacho | 2018-11-22 | 10 | -202/+121 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Rename ra_machine_state to ra_machine_config | Diana Corbacho | 2018-11-08 | 1 | -3/+3 |
| | * | | | | | | Support dlx policy changes in quorum queues | Diana Corbacho | 2018-11-07 | 5 | -25/+72 |
| * | | | | | | | Merge pull request #1772 from rabbitmq/memory-breakdown-qq | Karl Nilsson | 2018-12-03 | 1 | -4/+12 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Add comment about not all ra servers being queues | kjnilsson | 2018-12-03 | 1 | -0/+2 |
| | * | | | | | | | Report quorum queues memory usage in rabbit_vm | Diana Corbacho | 2018-11-21 | 1 | -4/+10 |
| | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #1771 from rabbitmq/return-unack-any-down-reason | Karl Nilsson | 2018-12-03 | 2 | -15/+213 |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| | * | | | | | | remove unused variable | kjnilsson | 2018-12-03 | 1 | -1/+1 |
| | * | | | | | | Ensure delivery doesn't happen when consumers are suspected down | Diana Corbacho | 2018-12-03 | 2 | -8/+184 |
| | * | | | | | | Return delivered but unack messages to the queeu for noconnection reason | Diana Corbacho | 2018-12-03 | 1 | -8/+30 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2018-11-30 | 1 | -2/+2 |
| | |_|_|/ / |/| | | | | |||||
| * | | | | | Merge pull request #1776 from rabbitmq/rabbitmq-cli-276 | Michael Klishin | 2018-11-29 | 1 | -1/+29 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add method to set log level at runtime | Luke Bakken | 2018-11-27 | 1 | -1/+29 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #1778 from rabbitmq/rabbitmq-server-1777 | Michael Klishin | 2018-11-28 | 1 | -5/+5 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Correct argument order for -pa | Luke Bakken | 2018-11-27 | 1 | -5/+5 |
| |/ / / / | |||||
| * | | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2018-11-22 | 1 | -3/+3 |
| |/ / / | |||||
| * | | | Merge pull request #1765 from rabbitmq/remove-dead-letter-process | Karl Nilsson | 2018-11-21 | 5 | -160/+14 |
| |\ \ \ | |||||
| | * | | | Remove dead letter process | Diana Corbacho | 2018-11-08 | 5 | -160/+14 |
| * | | | | Merge pull request #1770 from rabbitmq/vhost_recovery_memory | Michael Klishin | 2018-11-20 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| | * | | | | Garbage collect after vhost recovery | kjnilsson | 2018-11-20 | 1 | -0/+1 |
| |/ / / / | |||||
| * | | | | Quorum queue: Run cancel_consumer handler async | kjnilsson | 2018-11-20 | 3 | -28/+29 |
| * | | | | Merge pull request #1761 from rabbitmq/quorum-data-cleanup | Michael Klishin | 2018-11-17 | 3 | -4/+68 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Wording | Michael Klishin | 2018-11-17 | 1 | -3/+3 |
| | * | | | Run cleanup test independently | Diana Corbacho | 2018-11-06 | 1 | -2/+2 |
| | * | | | Cleanup data for missing quorum queues | Diana Corbacho | 2018-11-06 | 3 | -1/+62 |
| | * | | | Handle errors while deleting quorum queue on minority | Diana Corbacho | 2018-11-06 | 1 | -2/+5 |
| | |/ / | |||||
| * | | | Merge pull request #1762 from rabbitmq/refactor-consumer-tag | Karl Nilsson | 2018-11-08 | 1 | -10/+9 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Refactor consumer tag in record_sent | Diana Corbacho | 2018-11-07 | 1 | -10/+9 |
| |/ / | |||||
