summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not use transactions in connection tracking process.Daniil Fedotov2019-04-101-32/+20
* Restore rabbit_connection_tracking_handler:close_connections/3Michael Klishin2019-04-081-0/+6
* Handle connection tracking events in a separate process.Daniil Fedotov2019-04-052-85/+147
* Retry Mnesia tables wait in the `quorum_queue` feature flag migrationJean-Sébastien Pédron2019-04-032-3/+3
* Quorum queue; make membership changes [more] idempotentMichael Klishin2019-04-011-10/+7
* Merge pull request #1961 from rabbitmq/rabbitmq-auth-backend-cache-20D Corbacho2019-03-314-16/+23
|\
| * Add commentsLuke Bakken2019-03-252-1/+5
| * Keep IP address in tuple formatLuke Bakken2019-03-221-7/+2
| * Finish converting check_vhost_access/3 to new APILuke Bakken2019-03-224-8/+21
| * Modify check_vhost_access/3 to use map of dataLuke Bakken2019-03-222-13/+8
* | Merge pull request #1960 from rabbitmq/mnesia_use_ram_schema_on_consistency_c...Michael Klishin2019-03-291-0/+3
|\ \
| * \ Merge branch 'master' into mnesia_use_ram_schema_on_consistency_checkMichael Klishin2019-03-262-121/+128
| |\ \
| * | | Use ram schema_location for mnesia consistency checks.Daniil Fedotov2019-03-221-0/+3
* | | | Purge stale node state from quorum queueskjnilsson2019-03-272-26/+99
| |/ / |/| |
* | | Add a no_return() type spec to silence a Dialyzer warningLoïc Hoguin2019-03-261-0/+1
* | | Merge pull request #1950 from rabbitmq/rabbit-fifo-bugfixesKarl Nilsson2019-03-261-121/+127
|\ \ \ | |/ / |/| |
| * | Disable test that cannot currently passkjnilsson2019-03-211-14/+14
| * | rabbit_fifo: propery tests for single active consumerkjnilsson2019-03-201-2/+9
| * | rabbit_fifo: Ensure checkout is performedkjnilsson2019-03-181-10/+10
| * | rabbit_fifo bugfixeskjnilsson2019-03-181-111/+110
* | | Pattern match in function headsMichael Klishin2019-03-221-8/+8
* | | Merge branch 'toggle_disk_monitor' of https://github.com/masaki-furuta/rabbit...Michael Klishin2019-03-221-1/+14
|\ \ \
| * | | Update rabbit_disk_monitor.erlMasaki Furuta2019-03-221-1/+0
| * | | Debug: Applying patch to disable disk_monitor on the fly by rabbitctl eval.Masaki Furuta2019-03-221-1/+15
| | |/ | |/|
* | | Merge pull request #1953 from spring-operator/polish-urls-apache-license-masterMichael Klishin2019-03-222-2/+2
|\ \ \
| * | | URL CleanupSpring Operator2019-03-212-2/+2
| |/ /
* | | Merge pull request #1917 from rabbitmq/rabbitmq-server-1906Arnaud Cogoluègnes2019-03-221-7/+8
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into rabbitmq-server-1906Michael Klishin2019-03-157-45/+80
| |\ \
| * | | Explain why last_applied is initialised to -1Diana Corbacho2019-03-151-0/+3
| * | | Resend messages if first messages are lostDiana Corbacho2019-03-151-7/+5
* | | | Quorum queue: make leader repair more defensivekjnilsson2019-03-201-4/+5
* | | | URL CleanupSpring Operator2019-03-20142-145/+145
* | | | rabbit_lager: Multiply high watermark on startup as wellJean-Sébastien Pédron2019-03-181-1/+26
| |_|/ |/| |
* | | Merge pull request #1918 from rabbitmq/list-queue-typeMichael Klishin2019-03-183-0/+3
|\ \ \ | |_|/ |/| |
| * | Add queue type to queue listing commandsDiana Corbacho2019-03-153-0/+3
* | | Type spec: amqqueue:get_policy/1 returns a proplistMichael Klishin2019-03-151-1/+1
|/ /
* | Merge pull request #1912 from rabbitmq/bump-lager-high-watermark-if-level-is-...Michael Klishin2019-03-151-13/+22
|\ \
| * | Add check for integer valueLuke Bakken2019-03-131-1/+1
| * | rabbit_lager: Multiply high watermark by 100 when log level is debugJean-Sébastien Pédron2019-03-131-12/+21
| |/
* | Merge pull request #1913 from rabbitmq/rabbitmq-server-1869Michael Klishin2019-03-153-27/+42
|\ \
| * | Log boot steps as they runMichael Klishin2019-03-131-5/+12
| * | Treat rabbit_direct boot step as enabling listenersMichael Klishin2019-03-131-6/+6
| * | Undo recovery step dependencyMichael Klishin2019-03-131-1/+1
| * | Start TCP and TLS listeners later in boot processMichael Klishin2019-03-131-17/+26
| * | Drive-by change: cosmeticsMichael Klishin2019-03-131-2/+1
| |/
* | Fix snapshot bug in rabbit_fifokjnilsson2019-03-141-2/+5
* | Simplify further with a macro, suggested by @dumbbellMichael Klishin2019-03-141-2/+4
* | rabbit_auth_mechanism_amqplain: refactor, improve error messageMichael Klishin2019-03-141-11/+8
* | 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
|\