| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Call config generation from within erlang | Daniil Fedotov | 2016-02-04 | 4 | -0/+50 |
| | | |||||
| * | Generated config usage in windows scripts | Daniil Fedotov | 2016-02-03 | 4 | -15/+15 |
| | | |||||
| * | Merge branch 'master' into rabbitmq-server-550 | Daniil Fedotov | 2016-02-03 | 8 | -178/+51 |
| |\ | |||||
| | * | Lager integration for windows service script | Daniil Fedotov | 2016-02-03 | 1 | -2/+8 |
| | | | |||||
| | * | Merge branch 'stable' | Michael Klishin | 2016-02-03 | 1 | -0/+5 |
| | |\ | |||||
| | | * | Merge pull request #601 from bogdando/bug/1540936 | Michael Klishin | 2016-02-03 | 1 | -0/+5 |
| | | |\ | | | | | | | | | Fix cluster membership check for running master | ||||
| | | | * | Fix cluster membership check for running master | Bogdan Dobrelya | 2016-02-02 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | The running master is always inside of its own cluster. Fix the cluster membership check when a node is the master. | ||||
| | * | | | Merge branch 'stable' | Michael Klishin | 2016-02-02 | 1 | -0/+1 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge pull request #600 from bogdando/bug/1540936 | Michael Klishin | 2016-02-02 | 1 | -0/+1 |
| | | |\ \ | | | |/ | | | | | Fix uninitialized status_master | ||||
| | | | * | Fix uninitialized status_master | Bogdan Dobrelya | 2016-02-02 | 1 | -0/+1 |
| | | |/ | | | | | | | | | | | | | | | | | | | | | | Fix multiple nodes may be reported in logs as the running master Related Fuel bug https://bugs.launchpad.net/bugs/1540936 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com> | ||||
| | * | | New section: building from source and packaging | Michael Klishin | 2016-02-02 | 1 | -0/+5 |
| | | | | |||||
| | * | | Merge pull request #578 from rabbitmq/rabbitmq-server-559 | Michael Klishin | 2016-02-02 | 2 | -166/+7 |
| | |\ \ | | | | | | | | | Support for [de-]registration callbacks in rabbit_registry | ||||
| | | * | | Moved rabbit_registry to rabbit_common | Daniil Fedotov | 2016-01-26 | 2 | -195/+0 |
| | | | | | |||||
| | | * | | rabbit_registry_class behaviour | Daniil Fedotov | 2016-01-26 | 3 | -28/+39 |
| | | | | | |||||
| | | * | | Support for callbacks on register/unregister in registry. | Daniil Fedotov | 2016-01-25 | 1 | -0/+25 |
| | | | | | |||||
| | * | | | Merge branch 'stable' | Michael Klishin | 2016-02-02 | 1 | -1/+1 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | | * | | Merge pull request #597 from binarin/rabbitmq-server-ocf-quiet-curl | Michael Klishin | 2016-02-02 | 1 | -1/+1 |
| | | |\ \ | | | | | | | | | | | Suppress curl progress indicator in rabbit OCF | ||||
| | | | * | | Suppress curl progress indicator in rabbit OCF | Alexey Lebedeff | 2016-02-02 | 1 | -1/+1 |
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | curl is used by OCF script for fetching definitions (queues etc.), but results of that invocation is shown as garbage in pacemaker logs - progress indicator doesn't make any sense in logs. According to curl manpage the following combination of options should be used "--silent --show-error" - this will suppress only progress indicator, errors will still be shown. Also other short curl options are replaced with their long counterparts - for improved readability. | ||||
| | * | | | Merge branch 'stable' | Michael Klishin | 2016-02-01 | 1 | -1/+6 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge pull request #594 from rabbitmq/rabbitmq-server-592 | Michael Klishin | 2016-02-01 | 1 | -1/+6 |
| | | |\ \ | | | | | | | | | | | Use -r with sed on Linux | ||||
| | | | * | | Use -r with sed on Linux, fixes #592 | Michael Klishin | 2016-02-01 | 1 | -1/+6 |
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We previously did the same change in #273 (PR: #275), but the file in which it was done was removed in 231e90cacf3daec5f43b3307867129e61496b123. Note that #592 recommends using `-r` unconditionally but that option is not recognised by sed which ships with OS X. | ||||
| | * | | | Merge branch 'stable' | Michael Klishin | 2016-01-29 | 1 | -4/+6 |
| | |\ \ \ | | |/ / | |||||
| | | * | | Merge branch 'rabbitmq-server-541' into stable | Michael Klishin | 2016-01-29 | 1 | -4/+6 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is only a part of what #541 is supposed to cover but it already helped in a particular node shutdown lockup we've observed => worth merging earlier. Per discussion with @dcorbacho. | ||||
| | | | * \ | Merge branch 'stable' into rabbitmq-server-541 | Michael Klishin | 2016-01-27 | 1 | -1/+9 |
| | | | |\ \ | |||||
| | | | * | | | Increase supervisor timeout to net_ticktime + 10s | Diana Corbacho | 2016-01-27 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | * | | | Introduce timeout in rabbit_channel_sup | Diana Corbacho | 2016-01-27 | 1 | -4/+6 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'stable' | Michael Klishin | 2016-01-29 | 1 | -4/+12 |
| | |\ \ \ \ \ | | |/ / / / | |||||
| | | * | | | | Merge pull request #588 from rabbitmq/rabbitmq-management-117 | Michael Klishin | 2016-01-29 | 1 | -4/+12 |
| | | |\ \ \ \ | | | |_|/ / | | |/| | | | Specify hash algorithm in change_password_hash | ||||
| | | | * | | | Trailing ws | Michael Klishin | 2016-01-28 | 1 | -3/+3 |
| | | | | | | | |||||
| | | | * | | | Specify hash algorithm in change_password_hash | Daniil Fedotov | 2016-01-28 | 1 | -3/+11 |
| | | |/ / / | |||||
| * | | | | | Cuttlefish generation in windows | Daniil Fedotov | 2016-02-01 | 3 | -13/+24 |
| | | | | | | |||||
| * | | | | | COnfig file generation windows | Daniil Fedotov | 2016-02-02 | 6 | -6/+37 |
| | | | | | | |||||
| * | | | | | Starting node with generated config | Daniil Fedotov | 2016-02-02 | 4 | -8/+26 |
| | | | | | | |||||
| * | | | | | Fixes | Daniil Fedotov | 2016-02-01 | 3 | -23/+108 |
| | | | | | | |||||
| * | | | | | Auth backends. conf.example file | Daniil Fedotov | 2016-02-01 | 6 | -97/+872 |
| | | | | | | |||||
| * | | | | | Docs examples in conf file | Daniil Fedotov | 2016-02-01 | 3 | -1014/+858 |
| | | | | | | |||||
| * | | | | | more aftomation for testing config | Daniil Fedotov | 2016-01-29 | 2 | -2/+5 |
| | | | | | | |||||
| * | | | | | Fix config to start broker | Daniil Fedotov | 2016-01-28 | 3 | -12/+15 |
| | | | | | | |||||
| * | | | | | Testing schema | Daniil Fedotov | 2016-01-28 | 2 | -11/+11 |
| | | | | | | |||||
| * | | | | | Duplicate ssl and tcp options in management and MQTT schemas | Daniil Fedotov | 2016-01-28 | 2 | -12/+73 |
| | | | | | | |||||
| * | | | | | Cuttlefish schema for default config | Daniil Fedotov | 2016-01-28 | 9 | -0/+2478 |
| |/ / / / | |||||
| * | | | | Merge branch 'stable' | Michael Klishin | 2016-01-27 | 1 | -1/+9 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge pull request #584 from rabbitmq/rabbitmq-server-581 | Michael Klishin | 2016-01-27 | 1 | -1/+9 |
| | |\ \ \ | | |/ / | |/| | | Unblock receive after 15s | ||||
| | | * | | Unblock receive after 15s | Diana Corbacho | 2016-01-27 | 1 | -1/+9 |
| | | | | | |||||
| * | | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2016-01-27 | 1 | -4/+8 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | rabbit.erl: Do not run systemd-notify on Windows | Jean-Sébastien Pédron | 2016-01-27 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | This silences a warning logged during RabbitMQ startup. | ||||
| * | | | | rabbitmq-server.bat: Properly quote %RABBITMQ_LOG_BASE% | Jean-Sébastien Pédron | 2016-01-27 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2016-01-27 | 7 | -24/+108 |
| |\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| | * | | Merge pull request #535 from rabbitmq/rabbitmq-server-307 | Jean-Sébastien Pédron | 2016-01-27 | 1 | -0/+1 |
| | |\ \ | | | | | | | | | Ignore duplicate down_from_ch | ||||
| | | * | | Ignore duplicate down_from_ch | Daniil Fedotov | 2016-01-08 | 1 | -0/+1 |
| | | | | | |||||
