| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1130 from rabbitmq/rabbitmq-management-353 | Michael Klishin | 2017-03-01 | 2 | -4/+7 |
| |\ | | | | | Update metrics gc to support gc marker | ||||
| | * | Update metrics gc to support gc marker | Diana Corbacho | 2017-03-01 | 2 | -4/+7 |
| | | | |||||
| * | | Add missing acting user for internal function | Daniil Fedotov | 2017-03-01 | 1 | -7/+7 |
| | | | |||||
| * | | Merge branch 'stable' | Michael Klishin | 2017-03-01 | 1 | -4/+22 |
| |\ \ | |||||
| | * | | Doco | Michael Klishin | 2017-03-01 | 1 | -4/+22 |
| | |/ | |||||
| * | | Merge pull request #1128 from rabbitmq/rabbitmq-server-1124 | Michael Klishin | 2017-02-28 | 3 | -15/+45 |
| |\ \ | | | | | | | Exclude apps that are not RabbitMQ plugins from the list of plugins | ||||
| | * | | Rename function | Diana Corbacho | 2017-02-27 | 3 | -19/+19 |
| | | | | |||||
| | * | | Exclude apps that are not RabbitMQ plugins from the list of plugins | Diana Corbacho | 2017-02-27 | 3 | -15/+45 |
| | | | | |||||
| * | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2017-02-27 | 0 | -0/+0 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2017-02-27 | 1 | -0/+2 |
| | | | |||||
| | * | rabbit, rabbit_cli: Use rabbit_misc:lists_droplast() | Jean-Sébastien Pédron | 2017-02-27 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | ... instead of lists:droplast() directly. The latter was added to Erlang 17.0 but we need to support Erlang R16B03. [#140575489] | ||||
| * | | Merge pull request #1123 from rabbitmq/rabbitmq-server-838 | Michael Klishin | 2017-02-23 | 2 | -7/+8 |
| |\ \ | | | | | | | Rename msg_store_index:delete_by_file to index_cleanup_undefined_file | ||||
| | * | | Long ugly callback name | Daniil Fedotov | 2017-02-23 | 2 | -6/+7 |
| | | | | |||||
| | * | | Rename msg_store_index:delete_by_file to index_cleanup_undefined_file | Daniil Fedotov | 2017-02-23 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | The `delete_by_file` function is used only once with `undefined` parameter. For key-value store implementations (e.g. eleveldb) it's much easier to implement, than maintaining a filename index. ETS index also can be optimised. | ||||
| * | | | Merge branch 'stable' | Michael Klishin | 2017-02-23 | 1 | -2/+8 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | Merge pull request #1121 from rabbitmq/rabbitmq-server-1120 | Michael Klishin | 2017-02-23 | 1 | -2/+8 |
| | |\ | | | | | | | Emit rabbit_event events when alarms go in and out of effect | ||||
| | | * | Emit rabbit_event events when alarms go in and out of effect | Diana Corbacho | 2017-02-22 | 1 | -2/+8 |
| | |/ | |||||
| * | | Revert "Restore "Do not expand plugins anymore""rabbitmq_v3_7_0_milestone13 | Jean-Sébastien Pédron | 2017-02-22 | 8 | -212/+80 |
| | | | | | | | | | | | | | | | | | | | Loading a native library (eg. a NIF) from an .ez archive in unsupported by Erlang and the team decided to revert this change again. This reverts commit 0151abf37710dfc421523f9235514a438270e032. [#136622317] | ||||
| * | | Rework DNS peer discovery test to be less sensitive to local resolver | Michael Klishin | 2017-02-21 | 1 | -4/+4 |
| | | | | | | | | | | | In some environments (e.g. on AWS) there can be more than one result returned. We only care about the list containing the value we expect. | ||||
| * | | Prefer inet:gethostbyaddr/1 to inet_res:gethostbyaddr/1 | Michael Klishin | 2017-02-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The former is supposed to be the public API of the latter, see aweber/rabbitmq-autocluster#127. Fixes #1116. | ||||
| * | | Fix a bad merge | Michael Klishin | 2017-02-20 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'stable' | Michael Klishin | 2017-02-20 | 4 | -1/+475 |
| |\ \ | |/ | | | | | | | Conflicts: src/rabbit_exchange.erl | ||||
| | * | Merge pull request #1118 from rabbitmq/rabbitmq-management-agent-25rabbitmq_v3_6_7_rc2 | Michael Klishin | 2017-02-20 | 4 | -1/+475 |
| | |\ | | | | | | | Periodic garbage collection of stats | ||||
| | | * | Whitespace | Michael Klishin | 2017-02-20 | 1 | -18/+18 |
| | | | | |||||
| | | * | Test gc of core metrics | Diana Corbacho | 2017-02-17 | 2 | -7/+305 |
| | | | | |||||
| | | * | GC gen_server2 metrics | Diana Corbacho | 2017-02-17 | 1 | -0/+4 |
| | | | | |||||
| | | * | Garbage collection of core metrics | Diana Corbacho | 2017-02-17 | 2 | -0/+169 |
| | | | | |||||
| | | * | Function to retrieve all exchange names (keys) | Diana Corbacho | 2017-02-17 | 1 | -1/+4 |
| | | | | |||||
| * | | | Merge pull request #1115 from ↵ | Michael Klishin | 2017-02-20 | 3 | -57/+71 |
| |\ \ \ | | | | | | | | | | | | | | | | | rabbitmq/rabbitmq-server-msg-store-recovery-optimize Optimise message store recovery. | ||||
| | * | | | Improve logging a bit | Michael Klishin | 2017-02-20 | 2 | -5/+5 |
| | | | | | |||||
| | * | | | Merge branch 'master' into rabbitmq-server-msg-store-recovery-optimize | Michael Klishin | 2017-02-20 | 3 | -14/+11 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' into rabbitmq-server-msg-store-recovery-optimize | Michael Klishin | 2017-02-17 | 2 | -2/+28 |
| | |\ \ \ \ | |||||
| | * | | | | | Allow any StartFunState for message stores | Daniil Fedotov | 2017-02-16 | 1 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | Optimize per-vhost message store recovery | Daniil Fedotov | 2017-02-15 | 3 | -54/+68 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'do-not-expand-plugins' | Jean-Sébastien Pédron | 2017-02-20 | 8 | -80/+212 |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| | * | | | | | Restore "Do not expand plugins anymore" | Jean-Sébastien Pédron | 2017-02-20 | 8 | -80/+212 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for reading static files from Erlang .ez archives was added to Cowboy and various RabbitMQ plugins were updated to take advantage of the new API. So this commit restores the following commits: 7069f3b40daeb5095077bdac19f3837978bc2665 76a8c66c8092cc1c37bb4aa90a0a3d18b27f7d9d 2044cb1eed02e67c4ea749a807694c55ed574756 bc64ac16774aeb403cba87f7e48ad70329dd8b3b d616cc922dbd73eca7700c50f09e33e6b578b0d9 They were reverted in 72f7c8e70028209ee1c58074c087b4d0cb901e6c because Cowboy didn't have this support at the time. Signed-off-by: Gerhard Lazu <gerhard@rabbitmq.com> [#118562759, #136622317] | ||||
| * | | | | | Merge pull request #1102 from rabbitmq/rabbitmq-auth-backend-uaa-3 | Michael Klishin | 2017-02-20 | 1 | -10/+7 |
| |\ \ \ \ \ | | | | | | | | | | | | | Extend protocol error message with {error, _} from authz backend | ||||
| | * | | | | | Wording | Michael Klishin | 2017-02-20 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'master' into rabbitmq-auth-backend-uaa-3 | Michael Klishin | 2017-02-20 | 3 | -5/+31 |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge branch 'stable' | Michael Klishin | 2017-02-18 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| | * | | | | | Update configurable value test expectation | Michael Klishin | 2017-02-18 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'stable' | Michael Klishin | 2017-02-17 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | | | |||||
| | * | | | | Bump msg_store_io_batch_size according to #1098 | Michael Klishin | 2017-02-17 | 1 | -2/+2 |
| | | |_|/ | |/| | | | | | | | | | | | | | | | | | | 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). | ||||
| * | | | | Merge pull request #1112 from rabbitmq/rabbitmq-trust-store-56 | Michael Klishin | 2017-02-16 | 1 | -1/+27 |
| |\ \ \ \ | | | | | | | | | | | Config schema tests for trust store | ||||
| | * | | | | Config schema tests for trust store | Daniil Fedotov | 2017-02-15 | 1 | -1/+27 |
| | | |_|/ | |/| | | |||||
| | | | * | Merge branch 'master' into rabbitmq-auth-backend-uaa-3 | Daniil Fedotov | 2017-02-16 | 22 | -1258/+505 |
| | | | |\ | |_|_|/ |/| | | | |||||
| * | | | | Merge branch 'stable' | Michael Klishin | 2017-02-16 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| | * | | Merge pull request #1114 from rabbitmq/rabbitmq-server-1113 | Michael Klishin | 2017-02-16 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | Use new #delta arity introduced to report paged out messages | ||||
| | | * | | Use new #delta arity introduced to report paged out messages | Diana Corbacho | 2017-02-16 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2017-02-15 | 3 | -4/+28 |
| |\ \ \ | |/ / | |||||
