summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix all uses of file:read_file/1lukebakken/fix-all-read-fileLuke Bakken2022-01-0310-17/+42
* Skip new import testcase on mixed environmentsdcorbacho2022-01-031-1/+8
* Merge pull request #3934 from rabbitmq/decode-method-fieldsMichael Klishin2022-01-011-112/+112
|\
| * Reduce CPU usage of rabbit_framing_amqp_0_9_1:decode_method_fields/2decode-method-fieldsDavid Ansari2021-12-311-112/+112
|/
* #3925 follow-up: add a rabbit_common Bazel depMichael Klishin2021-12-281-0/+6
* #3925 follow-up: don't include Erlang client headersMichael Klishin2021-12-281-1/+3
* #3925 follow-up: update Bazel files to match new suite namesMichael Klishin2021-12-281-2/+2
* Merge branch 'thuandb-master'Michael Klishin2021-12-287-16/+226
|\
| * Rename two newly introduced test modulesMichael Klishin2021-12-282-2/+2
| * delegate: documentation editsMichael Klishin2021-12-261-9/+12
| * Make xref happyMichael Klishin2021-12-261-1/+1
| * Import definitions: support user limitsdcorbacho2021-12-265-61/+225
| * CosmeticsMichael Klishin2021-12-261-1/+1
| * wrap authentication calls in try catch to avoid leaking errorLajos Gerecs2021-12-261-29/+36
| * Fix testsLuke Bakken2021-12-262-3/+7
| * Use protected ets so that data can be read quicklyLuke Bakken2021-12-262-36/+46
| * Clarify warning messageLuke Bakken2021-12-261-1/+3
| * Restore old win32 free disk query using `dir` as a last resortLuke Bakken2021-12-261-1/+33
| * Be smarter about extracting the drive letter from a directory on win32Luke Bakken2021-12-261-17/+29
| * Disk monitor improvementsLuke Bakken2021-12-261-37/+75
| * Optimisation for 'delegate'tomyouyou2021-12-261-2/+59
| * add bazel rule definition for rabbit_mirror_queue_misc_SUITE and rabbit_mirro...Thuan Duong Ba2021-12-201-0/+8
| * fix the sync pause time calculationThuan Duong Ba2021-12-201-3/+2
| * reset counter after each sync throughput check intervalThuan Duong Ba2021-12-201-8/+10
| * minor fix on condition to stop batching when total batch size is largeThuan Duong Ba2021-12-202-3/+3
| * minor update for batching messages when syncthroughput is 0Thuan Duong Ba2021-12-202-2/+33
| * Support configure max sync throughput in CMQsThuan Duong Ba2021-12-206-16/+186
* | Merge branch 'delegate_opt'Michael Klishin2021-12-261-2/+62
|\ \
| * | delegate: documentation editsMichael Klishin2021-12-261-9/+12
| * | Merge branch 'master' into delegate_optMichael Klishin2021-12-2642-224/+997
| |\ \ | |/ / |/| |
* | | Merge pull request #3930 from rabbitmq/import-user-limitsMichael Klishin2021-12-235-62/+226
|\ \ \
| * | | Make xref happyMichael Klishin2021-12-231-1/+1
| * | | Import definitions: support user limitsimport-user-limitsdcorbacho2021-12-235-61/+225
* | | | Merge branch 'luos-wrap_auth_calls_in_try_catch'Michael Klishin2021-12-221-29/+36
|\ \ \ \ | |/ / / |/| | |
| * | | CosmeticsMichael Klishin2021-12-221-1/+1
| * | | wrap authentication calls in try catch to avoid leaking errorLajos Gerecs2021-12-211-29/+36
|/ / /
* | | Merge pull request #3895 from rabbitmq/lukebakken/rabbit_disk_monitor-improve...Luke Bakken2021-12-213-56/+154
|\ \ \ | |_|/ |/| |
| * | Fix testslukebakken/rabbit_disk_monitor-improvementsLuke Bakken2021-12-202-3/+7
| * | Use protected ets so that data can be read quicklyLuke Bakken2021-12-202-36/+46
| * | Clarify warning messageLuke Bakken2021-12-201-1/+3
| * | Restore old win32 free disk query using `dir` as a last resortLuke Bakken2021-12-201-1/+33
| * | Be smarter about extracting the drive letter from a directory on win32Luke Bakken2021-12-201-17/+29
| * | Disk monitor improvementsLuke Bakken2021-12-201-37/+75
|/ /
* | Merge branch 'polaris-alioth-prevent_unnamed_policy_when_loading_definition'Michael Klishin2021-12-203-1/+27
|\ \
| * | A slightly improved log message wordingMichael Klishin2021-12-201-1/+1
| * | Increase token expiration timeAnh Thi Lan Nguyen2021-12-201-1/+1
| * | Start SSL app for testing serverAnh Thi Lan Nguyen2021-12-201-0/+1
| * | Standardise README.mdAnh Thi Lan Nguyen2021-12-202-13/+12
| * | Correct configuration example in README.mdAnh Thi Lan Nguyen2021-12-201-1/+1
| * | Add timeout for httpc requestAnh Thi Lan Nguyen2021-12-201-1/+1