summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing 'byte' type to amqp 0.9.1 record conversionstream-protocol-interoperabilitydcorbacho2020-10-281-1/+2
* Improved wordingMichael Klishin2020-10-271-2/+3
* Merge pull request #2481 from rabbitmq/add-external-connections-for-refresh-e...Arnaud Cogoluègnes2020-10-232-2/+33
|\
| * Rename process group to non_amqp_connectionArnaud Cogoluègnes2020-10-232-18/+18
| * Add comments on force_event_refresh handlingadd-external-connections-for-refresh-eventArnaud Cogoluègnes2020-10-231-0/+4
| * Add rabbit_external_connections process groupArnaud Cogoluègnes2020-10-232-2/+29
|/
* Merge pull request #2475 from rabbitmq/queue-type-info-keysArnaud Cogoluègnes2020-10-226-28/+35
|\
| * Merge branch 'master' into queue-type-info-keysqueue-type-info-keysArnaud Cogoluègnes2020-10-2216-153/+291
| |\ | |/ |/|
* | Merge pull request #2471 from rabbitmq/stream-queue-leader-locatorArnaud Cogoluègnes2020-10-215-8/+262
|\ \
| * | Fix conflictstream-queue-leader-locatorArnaud Cogoluègnes2020-10-211-8/+0
| * | Merge branch 'master' into stream-queue-leader-locatorArnaud Cogoluègnes2020-10-2122-190/+98
| |\ \
| * | | Use stream ID hash to pick "random" leaderstream-queue-leader-locator-with-hashArnaud Cogoluègnes2020-10-192-10/+7
| * | | Use stream queue name hash to choose leaderArnaud Cogoluègnes2020-10-192-15/+22
| * | | Stream queue-leader-locator argument and policydcorbacho2020-10-155-10/+266
* | | | Update rabbitmq-components.mkMichael Klishin2020-10-211-2/+2
| |/ / |/| |
* | | Merge pull request #2478 from rabbitmq/rabbitmq-server-2473Luke Bakken2020-10-204-29/+0
|\ \ \
| * | | Remove all code related to RABBITMQ_IO_THREAD_POOL_SIZErabbitmq-server-2473Luke Bakken2020-10-204-29/+0
|/ / /
* | | rabbitmqctl(8): remove deprecated node_health_checkMichael Klishin2020-10-201-12/+0
* | | Merge pull request #2477 from rabbitmq/remove-arguments-validationMichael Klishin2020-10-203-100/+0
|\ \ \
| * | | Remove queue arguments validationremove-arguments-validationdcorbacho2020-10-203-100/+0
|/ / /
* | | Squash compiler warningsMichael Klishin2020-10-201-2/+2
* | | Merge pull request #2476 from rabbitmq/rabbitmq-server-2474Michael Klishin2020-10-201-0/+23
|\ \ \
| * | | Stop local quorum queue followers after transferring leadershiprabbitmq-server-2474Michael Klishin2020-10-191-0/+23
* | | | Add missing consumer args to queue type capabilitieskjnilsson2020-10-192-2/+4
|/ / /
| | * Refactor info queues on queue typesdcorbacho2020-10-196-28/+35
| |/ |/|
* | Use named queues for single_active_consumer testkjnilsson2020-10-161-2/+5
* | Merge pull request #2467 from rabbitmq/stream-initial-cluster-sizeArnaud Cogoluègnes2020-10-163-6/+71
|\ \ | |/
| * Select initial cluster size on stream queue declarationstream-initial-cluster-sizedcorbacho2020-10-123-6/+71
* | Add missing classic queue capabilitykjnilsson2020-10-161-1/+1
* | Merge pull request #2466 from rabbitmq/rabbitmq-server-2296Arnaud Cogoluègnes2020-10-169-70/+106
|\ \ | |/
| * Disable server-named queues for quorum and stream queuesrabbitmq-server-2296dcorbacho2020-10-098-16/+56
| * Refactor: queue capabilities on queue typesdcorbacho2020-10-095-67/+63
* | Update README.mdMichael Klishin2020-10-161-1/+1
* | rabbit_stream_queue_SUITE: Give more time for expired messages to go awayJean-Sébastien Pédron2020-10-151-0/+2
* | Merge pull request #2436 from rabbitmq/auth-attempt-metricsMichael Klishin2020-10-143-1/+12
|\ \
| * | Reset detailed auth attempt metrics when gc'ing metricsauth-attempt-metricsdcorbacho2020-10-141-0/+4
| * | Add protocol to auth attempt metricsdcorbacho2020-10-142-7/+7
| * | Add auth attemp metricsdcorbacho2020-10-142-1/+8
* | | Merge pull request #2470 from Ayanda-D/deprecated-kernel-poll-optionMichael Klishin2020-10-141-1/+0
|\ \ \
| * | | Kernel poll option (+K) was deprecated in OTP-21, on its release,Ayanda-D2020-10-141-1/+0
|/ / /
* | | Merge pull request #2468 from rabbitmq/avoid-double-channel-count-decreaseJean-Sébastien Pédron2020-10-144-32/+38
|\ \ \ | |/ / |/| |
| * | quorum_queue_utils: wait_for_messages/2 now waits up to 30 secondsavoid-double-channel-count-decreaseJean-Sébastien Pédron2020-10-131-1/+1
| * | rabbit_channel_tracking: Don't update channel tracking directly when a connec...Jean-Sébastien Pédron2020-10-131-2/+2
| * | per_user_connection_channel_tracking_SUITE: Wait for conditionsJean-Sébastien Pédron2020-10-131-29/+30
| * | many_node_ha_SUITE: Limit timetrap to 5 minutesJean-Sébastien Pédron2020-10-131-0/+5
|/ /
* | Travis CI: Update config from rabbitmq-commonJean-Sébastien Pédron2020-10-131-3/+3
* | Fix start offset for first offset consumingArnaud Cogoluègnes2020-10-091-0/+1
|/
* Merge pull request #2462 from rabbitmq/rabbitmq-management-844Michael Klishin2020-10-072-11/+72
|\
| * Switch to new CT helpersrabbitmq-management-844Michael Klishin2020-10-061-4/+8
| * Correct a Dialyzer specMichael Klishin2020-10-061-1/+1