| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1205 from rabbitmq/rabbitmq-server-1202 | Michael Klishin | 2017-05-02 | 3 | -1/+59 |
| |\ | | | | | Inject a randomized startup delay | ||||
| | * | Inject a randomized startup delay for peer discovery backends that support ↵ | Michael Klishin | 2017-05-01 | 3 | -1/+59 |
| | | | | | | | | | | | | | | | | | registration Fixes #1202. [#144517745] | ||||
| * | | Merge pull request #1204 from ebelew/erl_libs_windows_fix | Michael Klishin | 2017-05-02 | 1 | -1/+6 |
| |\ \ | |/ |/| | Ensure ERL_LIBS starts with a valid path | ||||
| | * | Ensure ERL_LIBS starts with a valid path | Eris Belew | 2017-04-30 | 1 | -1/+6 |
| |/ | |||||
| * | Merge branch 'stable' | Jean-Sébastien Pédron | 2017-04-25 | 1 | -0/+2 |
| |\ | |||||
| | * | Merge pull request #1195 from rabbitmq/rabbitmq-server-1180 | Gerhard Lazu | 2017-04-25 | 1 | -0/+2 |
| | |\ | | | | | | | Makefile: Fix malformed manpages with GNU sed | ||||
| | | * | Makefile: Fix malformed manpages | Jean-Sébastien Pédron | 2017-04-25 | 1 | -0/+2 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The generated manpage contains malformed .HP directives: .HP \w'\fBstop\fR\ 'u \fBstop\fR [\fIpid_file\fR] The .HP directive takes one argument, the indentation. Thus, the first line (which is not indented) should be on the next line: .HP \w'\fBstop\fR\ 'u \fBstop\fR [\fIpid_file\fR] Manpages will be converted to mdoc(7) in master so we are sure of the formatting. The DocBook versions will be dropped. This will also simplify the build process. References #1180. [#143563295] | ||||
| * | | Merge pull request #1189 from rabbitmq/rabbitmq-server-1171 | Michael Klishin | 2017-04-25 | 2 | -14/+41 |
| |\ \ | | | | | | | Add IPv6 support for DNS discovery | ||||
| | * \ | Merge branch 'master' into rabbitmq-server-1171 | Michael Klishin | 2017-04-25 | 11 | -70/+152 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Log all discovered peers, too | Michael Klishin | 2017-04-25 | 1 | -1/+3 |
| | | | | |||||
| * | | | Merge pull request #1175 from rabbitmq/rabbitmq-server-1143 | Michael Klishin | 2017-04-24 | 5 | -9/+88 |
| |\ \ \ | | | | | | | | | Register with peer discovery backend on start and stop | ||||
| | * \ \ | Merge branch 'master' into rabbitmq-server-1143 | Michael Klishin | 2017-04-12 | 5 | -51/+112 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' into rabbitmq-server-1143 | Michael Klishin | 2017-04-06 | 2 | -6/+7 |
| | |\ \ \ \ | |||||
| | * | | | | | Avoid duplicate unregistration | Michael Klishin | 2017-04-05 | 1 | -1/+2 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'master' into rabbitmq-server-1143 | Michael Klishin | 2017-04-05 | 2 | -2/+2 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' into rabbitmq-server-1143 | Michael Klishin | 2017-04-05 | 9 | -104/+29 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'master' into rabbitmq-server-1143 | Michael Klishin | 2017-04-05 | 114 | -125/+299 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Filter current node from the list of peers we're logging | Michael Klishin | 2017-03-22 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | References #1143, #486. | ||||
| | * | | | | | | | | Register with peer discovery backend on start if the backend supports it | Michael Klishin | 2017-03-22 | 4 | -6/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a new function to the peer discovery interface. The idea is to let backends indicate if they support registration. The goal is not to avoid calling the function, since Erlang behaviours require all functions to be implemented anyway. What we are trying to avoid with this is extra log entries that say "[un]registering with ..." as they can be confusing e.g. in single node installations. References #1143. | ||||
| | * | | | | | | | | Unregister from peer discovery backend on shutdown | Michael Klishin | 2017-03-20 | 2 | -3/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | References #1143. | ||||
| * | | | | | | | | | Replace dicts with maps for queue mirroring logic. | Daniil Fedotov | 2017-04-21 | 4 | -45/+46 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Replace dicts with maps for queue index segments | Daniil Fedotov | 2017-04-21 | 1 | -11/+11 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Replace dicts with maps in message store GC | Daniil Fedotov | 2017-04-19 | 1 | -4/+4 |
| | | | | | | | | | | |||||
| | | | | | | | * | | Add unit test for AAAA record. | Gabriele Santomaggio | 2017-04-24 | 1 | -9/+25 |
| | | | | | | | | | | |||||
| | | | | | | | * | | Change the IPv6 support | Gabriele Santomaggio | 2017-04-24 | 1 | -7/+2 |
| | | | | | | | | | | |||||
| | | | | | | | * | | Add support for IPv6 | Gabriele Santomaggio | 2017-04-21 | 1 | -5/+21 |
| | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2017-04-19 | 1 | -33/+39 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | | Update erlang.mkrabbitmq_v3_6_10_milestone2 | Jean-Sébastien Pédron | 2017-04-19 | 1 | -33/+39 |
| | | | | | | | | | |||||
| * | | | | | | | | Shutdown cannot fail | Daniil Fedotov | 2017-04-18 | 1 | -20/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Replace update_with with find and put | Daniil Fedotov | 2017-04-13 | 1 | -3/+5 |
| | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | update_with is not defined in OTP-18.3 | ||||
| * | | | | | | | Merge branch 'stable' | Michael Klishin | 2017-04-12 | 3 | -13/+68 |
| |\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile | ||||
| | * | | | | | | Merge pull request #1179 from rabbitmq/rabbitmq-server-1178 | Michael Klishin | 2017-04-12 | 3 | -13/+68 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Re-enable disk_monitor in case of parser failures | ||||
| | | * | | | | | | Naming | Michael Klishin | 2017-04-12 | 3 | -8/+8 |
| | | | | | | | | | |||||
| | | * | | | | | | Wording | Michael Klishin | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | | * | | | | | | Log message wording | Michael Klishin | 2017-04-12 | 1 | -4/+4 |
| | | | | | | | | | |||||
| | | * | | | | | | Re-enable disk_monitor in case of parser failures | Diana Corbacho | 2017-04-12 | 3 | -12/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parser failures could be transient on start-up, so retry a few times before giving up. rabbitmq-server#1178 [#143558437] | ||||
| * | | | | | | | | Make file_handle_cache a map instead of dict in message store internal ↵ | Daniil Fedotov | 2017-04-11 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | structures. Maps have better performance and readability in dumps. | ||||
| * | | | | | | | | Move clients and cref_to_msg_ids from dicts to maps | Daniil Fedotov | 2017-04-11 | 1 | -17/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maps have better performance and readability then dicts. | ||||
| * | | | | | | | | Merge branch 'stable' | Daniil Fedotov | 2017-04-10 | 1 | -10/+15 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | | | |||||
| | * | | | | | | Call init:stop() during rabbitmqctl stop even if logging fails.rabbitmq_v3_6_10_milestone1 | Daniil Fedotov | 2017-04-10 | 1 | -10/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure that we try to stop an erlang app even if an exception is thrown during logging in the "after" block. Otherwise there is an inconsistency between "failed and the erlang node will stop" and "failed, but the erlang node will not stop" | ||||
| * | | | | | | | Merge branch 'stable' | Michael Klishin | 2017-04-06 | 2 | -6/+7 |
| |\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | | | |||||
| | * | | | | | Merge pull request #1176 from rabbitmq/rabbitmq-server-1172 | Michael Klishin | 2017-04-06 | 2 | -6/+7 |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | Make queue master locator treat queue args as AMQP table. | ||||
| | | * | | | | Make queue master locator treat queue args as AMQP table. | Daniil Fedotov | 2017-04-05 | 2 | -6/+7 |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | Fixes #1172 Tests were using incorrect format for queue args as well as the code. | ||||
| * | | | | | Merge branch 'stable' | Michael Klishin | 2017-04-05 | 2 | -2/+2 |
| |\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| | * | | | (c) year | Michael Klishin | 2017-04-05 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | (c) year | Michael Klishin | 2017-04-05 | 7 | -7/+7 |
| | | | | | |||||
| * | | | | Change rabbitmqctl integration tests for shutdown command to support the new CLI | Daniil Fedotov | 2017-04-05 | 1 | -6/+22 |
| | | | | | |||||
| * | | | | Unused obsolete functions | Daniil Fedotov | 2017-04-05 | 1 | -91/+0 |
| | | | | | |||||
| * | | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2017-04-04 | 0 | -0/+0 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | rabbit_control_main: Indicate node name in the "successfully shut down" line | Jean-Sébastien Pédron | 2017-04-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerhard Lazu <gerhard@rabbitmq.com> [#142699191] | ||||
