rabbitmq-server/deps/rabbit_common
Luke Bakken 95a60fc3be
Replace one use of filelib:is_regular/1
This specific case is called multiple times by the Prometheus plugin. It eventually calls `file:read_file_info/1` which leaks on Windows

See #3936
2022-01-11 09:08:34 -08:00
..
include Bump (c) year in node startup banner 2022-01-05 09:03:46 +04:00
mk Allow having multiple `make run-broker` simulatneously 2021-10-13 10:52:02 +02:00
src Replace one use of filelib:is_regular/1 2022-01-11 09:08:34 -08:00
test Handle stream arguments in add_super_stream command 2021-10-11 16:50:03 +02:00
.gitignore rabbitmq-dist.mk: Fix concurrent runs of `make {,test-}dist` and `make install-cli` 2019-12-11 14:45:39 +01:00
.travis.yml Travis CI: Test against Erlang 22.3+23.0 and Elixir 1.10 2020-10-13 11:39:43 +02:00
BUILD.bazel Use Ranch 2.1.0 in bazel build 2021-09-10 14:46:36 +02:00
CODE_OF_CONDUCT.md URL Cleanup 2019-03-20 03:13:48 -05:00
CONTRIBUTING.md Update CLA URL 2021-09-23 14:29:36 +02:00
LICENSE Switch to Mozilla Public License 2.0 (MPL 2.0) 2020-07-07 18:06:39 +02:00
LICENSE-BSD-recon Add recon license file 2017-10-12 18:31:28 +03:00
LICENSE-MIT-Erlware-Commons Add Erlware Commons license, fix LICENSE. 2016-10-14 10:42:20 +01:00
LICENSE-MIT-Mochi Rename mochinum, mochiweb_util and ec_semver modules 2016-11-24 16:18:39 +01:00
LICENSE-MPL-RabbitMQ Revert drop of Exhibit B on MPL 2.0 2020-08-20 14:26:59 +03:00
Makefile Remove duplicate rabbitmq-components.mk and erlang.mk files 2021-03-22 15:40:19 +01:00
README.md Remove Travis badge :( 2017-06-16 01:38:17 +03:00
codegen.py Switch to Mozilla Public License 2.0 (MPL 2.0) 2020-07-07 18:06:39 +02:00
development.post.mk Support publish to Hex.pm 2016-12-16 14:50:29 +01:00
development.pre.mk Support publish to Hex.pm 2016-12-16 14:50:29 +01:00

README.md

RabbitMQ Common

This library is shared between RabbitMQ server, RabbitMQ Erlang client and other RabbitMQ ecosystem projects.