summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't flush the index when reducing memory?lazy-queues-aggressive-reduce-memoryLoïc Hoguin2021-03-081-2/+2
* Aggressively reduce memory usage of lazy queuesLoïc Hoguin2021-03-051-18/+17
* Revert "Make rabbit_log:log/2 return 'ok' unconditionally"Michael Klishin2021-03-041-4/+2
* Make rabbit_log:log/2 return 'ok' unconditionallyMichael Klishin2021-03-041-2/+4
* Revert "Squash one more Erlang 24 warning"Michael Klishin2021-03-041-1/+1
* Squash one more Erlang 24 warningMichael Klishin2021-03-041-1/+1
* Merge pull request #2864 from rabbitmq/mk-lager-3-9-0Michael Klishin2021-03-0442-46/+47
|\
| * Drive-by: squash an Erlang 24-specific warningMichael Klishin2021-03-041-1/+1
| * Bump Lager to 3.9.1Michael Klishin2021-03-0440-40/+40
| * Use scope on pg groups and skip `go` call from the appmk-lager-3-9-0dcorbacho2021-03-042-7/+2
| * Retry if we could not start links because the plugin wasn't yet runningMichael Klishin2021-03-043-12/+20
| * Synchronize federation_up/0 logic for both link typesMichael Klishin2021-03-042-3/+3
| * pg2 => pg for OTP 24 compatibilityMichael Klishin2021-03-0412-47/+105
| * Clean up rabbit_fifo_usage table on queue.deletedcorbacho2021-03-042-2/+7
| * Erlang client: drop some Erlang 19-specific codeMichael Klishin2021-03-041-12/+2
| * Require Erlang/OTP 23 for RabbitMQ 3.9Michael Klishin2021-03-041-2/+2
| * Remove Erlang 22 from GitHub ActionsPhilip Kuryloski2021-03-043-2276/+1
| * Remove an stdout log entryMichael Klishin2021-03-011-1/+0
| * Restore Erlang 22.3 compatibility for direct reply-toMichael Klishin2021-03-011-2/+15
| * Replace Async threads warning with Dirty I/OMichal Kuratczyk2021-03-011-5/+5
| * Bump observer_cli to 1.6.1Loïc Hoguin2021-03-0140-40/+40
| * Only export RABBITMQ_NODE_PORT when it is not the defaultMichele Baldessari2021-03-011-1/+3
| * Stop logging unblock client access unconditionallyMichele Baldessari2021-03-011-9/+10
| * Allow rabbitmq to run in a larger cluster composed of also non-rabbitmq nodesMichele Baldessari2021-03-011-2/+24
| * Update heartbeat timeout docs in rabbitmq.conf.exampleMichael Klishin2021-03-011-1/+8
| * Correct a child spec typoMichael Klishin2021-03-012-3/+3
| * Regular supervisor is sufficient hereMichael Klishin2021-03-012-6/+6
| * Extract a constantMichael Klishin2021-03-014-3/+5
| * CosmeticsMichael Klishin2021-03-011-1/+1
| * OTP 24 compat: switch management and management_agent to use pgMichael Klishin2021-03-016-16/+85
| * Add commentArnaud Cogoluègnes2021-03-011-0/+1
| * Use unsigned ints in stream protocol, when appropriateArnaud Cogoluègnes2021-03-011-146/+146
| * Move most packaging goal implementations to rabbitmq-packagingPhilip Kuryloski2021-03-0146-3500/+18
| * Revert "Remove directories used by the server release pipeline"Philip Kuryloski2021-03-0132-0/+2814
| * Start constants at 1 for stream pluginArnaud Cogoluègnes2021-03-015-208/+208
| * Use port 5551 for streams when starting clusterArnaud Cogoluègnes2021-03-011-2/+2
| * Use MSB in keys to distinguish requests/responsesArnaud Cogoluègnes2021-03-014-72/+168
| * Adaptation to Lager 3.9Michael Klishin2021-02-261-2/+4
| * Upgrade Lager to 3.9.0 for OTP 24 compatibilityMichael Klishin2021-02-2642-44/+44
* | Drive-by: squash an Erlang 24-specific warningMichael Klishin2021-03-041-1/+1
* | Merge pull request #2859 from rabbitmq/mk-otp-24-compat-pg2-to-pg-migrationMichael Klishin2021-03-0412-59/+120
|\ \
| * | Use scope on pg groups and skip `go` call from the appmk-otp-24-compat-pg2-to-pg-migrationdcorbacho2021-03-032-7/+2
| * | Retry if we could not start links because the plugin wasn't yet runningMichael Klishin2021-03-033-12/+20
| * | Synchronize federation_up/0 logic for both link typesMichael Klishin2021-03-032-3/+3
| * | pg2 => pg for OTP 24 compatibilityMichael Klishin2021-03-0312-47/+105
|/ /
* | Merge pull request #2846 from rabbitmq/cleanup-rabbit-fifo-usageMichael Klishin2021-03-032-2/+7
|\ \
| * | Clean up rabbit_fifo_usage table on queue.deletecleanup-rabbit-fifo-usagedcorbacho2021-02-252-2/+7
* | | Erlang client: drop some Erlang 19-specific codeMichael Klishin2021-03-031-12/+2
* | | Require Erlang/OTP 23 for RabbitMQ 3.9Michael Klishin2021-03-031-2/+2
* | | Remove Erlang 22 from GitHub ActionsPhilip Kuryloski2021-03-033-2276/+1