summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | Add configurable crl_check and fail_if_no_peer_certAnh Thi Lan Nguyen2021-12-205-20/+50
| * | | Add wildcard configurationAnh Thi Lan Nguyen2021-12-204-5/+19
| * | | Update README.mdAnh Thi Lan Nguyen2021-12-204-2/+46
| * | | Set peer_verification default as verify_noneAnh Thi Lan Nguyen2021-12-202-1/+2
| * | | Update better configuration namesAnh Thi Lan Nguyen2021-12-204-21/+17
| * | | Oauth2 plugin improvementsAnh Thi Lan Nguyen2021-12-206-23/+156
| * | | read term file using with_handle/1Luke Bakken2021-12-201-13/+16
| * | | Use `raw` option for `file:read_file_info/2` to work around win32 mem leak er...Luke Bakken2021-12-201-2/+2
| * | | Fix win32 memory leak by using `raw` file operations. Not ideal but thisLuke Bakken2021-12-201-7/+13
| * | | Fix log level when halting the VMLoïc Hoguin2021-12-201-1/+1
| * | | Make health checks less resource intensiveLuke Bakken2021-12-201-1/+5
| * | | Code style rectificationpolaris-alioth2021-12-201-5/+3
| * | | Prevent creating unnamed policy when loading definitionpolaris-alioth2021-12-193-1/+29
* | | | Merge pull request #3887 from anhanhnguyen/masterMichael Klishin2021-12-199-26/+244
|\ \ \ \