| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | | |
|
| |\ \
| |/ |
|
| | |
| |
| |
| |
| |
| | |
Avoids a validation warning and if we increase initial
message store disk bound credit to 4000, all values
become proportionally increased (compared to < 3.6.7 defaults).
|
| |\ \
| | |
| | | |
Config schema tests for trust store
|
| | | | |
|
| |\ \ \
| |/ /
|/| /
| |/ |
|
| | |\
| | |
| | | |
Use new #delta arity introduced to report paged out messages
|
| | |/ |
|
| |\ \
| |/ |
|
| | |\
| | |
| | | |
Initialize core stats before any gen_server2 is started
|
| | | | |
|
| | |/ |
|
| | |
| |
| |
| |
| | |
sync_mirrors can come from any process, so make sure
the reader does not fixate on that unnecessarily
|
| |\ \
| | |
| | | |
Makefile: Use rabbitmq-cli's Makefile `install` target
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The local recipe was moved and adapted to rabbitmq-cli. This allows to
get rid of any knowledge of rabbitmq-cli layout.
Furthermore, package building will be able to use that target too
instead of copying this copy again. Therefore each package can use
hardlinks or symlinks independently.
[#138925175]
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Before this change, we used cp(1) and its `-r` flag to copy the source
directory recursively. Pretty standard.
We are using hardlinks in the source directory because all escripts are
the same code: the program uses the filename to determine the behavior.
Pretty standard too. We settled on hardlinks, not symlinks, because on
Windows, you need elevated privileges to use symlinks apparently.
Unfortunately, `cp -r` treats those hardlinks as separate files. thus
the destination directory contains three distinct copies of the same
file:
$ ls -l escript/
-rwxr-xr-x 1 dumbbell dumbbell 4545805 Feb 8 17:25 rabbitmq-diagnostics
-rwxr-xr-x 1 dumbbell dumbbell 4545805 Feb 8 17:25 rabbitmq-plugins
-rwxr-xr-x 1 dumbbell dumbbell 4545805 Feb 8 17:25 rabbitmqctl
^---- Single references to distinct files
$ du -sh escript/
13M escript/
I first tried with `-a` (cp(1) archive mode) instead of `-r`, but
the behavior is inconsistent accross platforms. GNU coreutils' cp(1)
preserves hardlinks as I would expect, but BSD cp does not. Indeed `-a`
isn't a standard option. BSD cp's manpage documents the behavior and
suggests to use tar(1), cpio(1) or pax(1) when hardlinks are meant to be
preserved.
tar(1) and cpio(1) are unavailable by default in MSYS2 (used on
Windows), but pax(1) is. So now, we use pax(1) to copy the escript
source directory and hardlinks are preserved on all platforms, including
Windows.
$ ls -l escript/
-rwxr-xr-x 3 dumbbell dumbbell 4545805 Feb 8 13:53 rabbitmq-diagnostics
-rwxr-xr-x 3 dumbbell dumbbell 4545805 Feb 8 13:53 rabbitmq-plugins
-rwxr-xr-x 3 dumbbell dumbbell 4545805 Feb 8 13:53 rabbitmqctl
^---- Three references to a single file
$ du -sh escript/
4.4M escript/
[#138925175]
|
| |\ \ \
| | | |
| | | | |
Add proxy protocol to configuration
|
| | | | |
| | | |
| | | |
| | | | |
Part of #589
|
| | | | |
| | | |
| | | |
| | | | |
Part of #589
|
| |/ / /
| | |
| | |
| | | |
Part of #589
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Set copyright year to 2017, add rabbit_ct_helpers:testcase_started() call.
References #589
|
| | | | |
|
| |\ \ \
| | |/
| |/| |
|
| | |\ \
| | | |
| | | | |
Calculate memory size of pagged messages
|
| | | |\ \
| | |/ /
| |/| | |
|
| | | | | |
|
| |\ \ \ \
| |/ / / |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | | |
Support proxy protocol
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Will be added once the PRs are merged.
References #589
|
| | | | | |
| | | | |
| | | | |
| | | | | |
References #589
|
| | | | | | |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
Makefile
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
References #589
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
References #589
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Support auth backend cache in sysctl config
|
| | | | | | | | |
|
| | |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
References rabbitmq/rabbitmq-auth-backend-cache#7.
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Shorter prefix for LDAP conf keys in test snippets
|
| | |\ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| | | | | | | | | |
|
| | | |_|_|_|_|/
| |/| | | | | |
|
| | |/ / / / /
|/| | | | | |
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Quote -conf_dir/-conf_schema_dir path variables
|
| |/ / / / / |
|
| |\ \ \ \ \
| | |_|/ /
| |/| | | |
|