| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | copy | Michael Klishin | 2015-12-04 | 1 | -1/+1 |
| | | |||||
| * | Re-indent with Emacs | Michael Klishin | 2015-12-04 | 1 | -1/+1 |
| | | |||||
| * | copywriting | Michael Klishin | 2015-12-04 | 1 | -1/+1 |
| | | |||||
| * | Don't log anything for non-virgin nodes | Michael Klishin | 2015-12-04 | 1 | -2/+0 |
| | | |||||
| * | Log on startup if starting virgin node, or existing database | Daniil Fedotov | 2015-12-04 | 1 | -4/+10 |
| | | |||||
| * | Merge pull request #466 from rabbitmq/rabbitmq-server-465 | Michael Klishin | 2015-12-04 | 1 | -3/+14 |
| |\ | | | | | rabbit_mirror_queue_coordinator: Ensure GM exited before terminating | ||||
| | * | rabbit_mirror_queue_coordinator: Ensure GM exited before terminating | Jean-Sébastien Pédron | 2015-12-03 | 1 | -3/+14 |
| | | | | | | | | | | | | | | | | | | | If the coordinator exits before the GM informed all other GMs (and therefore all slaves) about the termination of the queue, another slave could be promoted as a master in between. This causes the old master's GM to wait forever than other GMs exit. Fixes #465. | ||||
| * | | Merge pull request #468 from rabbitmq/rabbitmq-server-464 | Jean-Sébastien Pédron | 2015-12-03 | 1 | -1/+2 |
| |\ \ | |/ |/| | Make wait command wait for start_rabbitmq_server command | ||||
| | * | Make wait command wait for start_rabbitmq_server command | Daniil Fedotov | 2015-12-03 | 1 | -1/+2 |
| |/ | |||||
| * | Merge pull request #452 from gigablah/rabbitmq-server-451 | Alvaro Videla | 2015-11-26 | 1 | -1/+1 |
| |\ | | | | | Fix RABBITMQ_CTL_ERL_ARGS variable in rabbitmq-plugins | ||||
| | * | Fix RABBITMQ_CTL_ERL_ARGS variable in rabbitmq-plugins | Chris Heng | 2015-11-26 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #450 from rabbitmq/rabbitmq-server-447rabbitmq_v3_5_7_rc1 | Michael Klishin | 2015-11-24 | 5 | -10/+9 |
| |\ | | | | | Switch absolute memory watermark values to be in bytes | ||||
| | * | Switch absolute memory watermark values to be in bytes | Michael Klishin | 2015-11-24 | 5 | -10/+9 |
| |/ | | | | Fixes #407, references #207, #378, #448. | ||||
| * | Merge pull request #444 from rabbitmq/rabbitmq-server-433 | Michael Klishin | 2015-11-23 | 1 | -1/+1 |
| |\ | | | | | Fix issue 433 | ||||
| | * | fix issue 433 | Gabriele Santomaggio | 2015-11-23 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #442 from rabbitmq/rabbitmq-server-441 | Michael Klishin | 2015-11-23 | 10 | -59/+59 |
| |\ | | | | | fixes various dialyzer warnings | ||||
| | * | fixes various dialyzer warnings | Alvaro Videla | 2015-11-20 | 10 | -59/+59 |
| | | | |||||
| * | | Merge pull request #440 from rabbitmq/rabbitmq-server-438 | Michael Klishin | 2015-11-22 | 1 | -7/+7 |
| |\ \ | |/ |/| | addresses dialyzer warnings | ||||
| | * | addresses dialyzer warnings | Alvaro Videla | 2015-11-20 | 1 | -7/+7 |
| |/ | |||||
| * | Merge pull request #437 from rabbitmq/rabbitmq-server-436 | Michael Klishin | 2015-11-20 | 1 | -3/+5 |
| |\ | | | | | fixes clear_read_cache get_env handling | ||||
| | * | fixes clear_read_cache get_env handling | Alvaro Videla | 2015-11-20 | 1 | -3/+5 |
| |/ | |||||
| * | Use erlang:min/2, not min/2 which is not available in Erlang R13B03 | Jean-Sébastien Pédron | 2015-11-20 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #431 from binarin/rabbitmq-common-pmon-contract-breach | Michael Klishin | 2015-11-19 | 1 | -1/+1 |
| |\ | | | | | Make pmon:demonitor/2 respect its contract | ||||
| | * | Make pmon:demonitor/2 respect its contract | Alexey Lebedeff | 2015-11-19 | 1 | -1/+1 |
| |/ | | | | | | | Spec states that demonitor/2 should always return #state{}, but it wasn't the case when pid wasn't found in #state.dict. This made API unsafe to use, as it could lead to some other process storing incorrect data as a pmon state. | ||||
| * | Merge pull request #424 from mattymo/host_ip_param | Michael Klishin | 2015-11-16 | 1 | -1/+10 |
| |\ | | | | | Add host_ip field | ||||
| | * | Add host_ip field | Matthew Mosesohn | 2015-11-16 | 1 | -1/+10 |
| |/ | | | | | | | | Working with RMQ definitions via management plugin requires knowing the IP address where it listens. host_ip parameter will default to 127.0.0.1, but is configurable. | ||||
| * | Merge pull request #405 from rabbitmq/rabbitmq-server-119 | Michael Klishin | 2015-11-06 | 5 | -0/+77 |
| |\ | | | | | Adds authentication command to rabbitmqctl. | ||||
| | * | Typo | Michael Klishin | 2015-11-06 | 1 | -1/+1 |
| | | | |||||
| | * | auth_user => authenticate_user | Michael Klishin | 2015-11-06 | 4 | -9/+13 |
| | | | | | | | | | | | | | | | | | "auth" is an overloaded term that some use to say "authentication" and some to say "authorization". We distinguish between authn and authz in RabbitMQ for that reason. So lets be more specific in user-facing bits. | ||||
| | * | Introduce 'rabbitmqctl auth_user' to authenticate user. | Ayanda Dube | 2015-11-05 | 1 | -0/+23 |
| | | | | | | | | | References #119 | ||||
| | * | Initial commit. | Ayanda Dube | 2015-11-05 | 1 | -0/+31 |
| | | | | | | | | | References #119 | ||||
| | * | Adds tests for 'auth_user' control command. | Ayanda Dube | 2015-11-05 | 1 | -0/+8 |
| | | | | | | | | | | | | | Adds handling of results of {ok, Result} format. References #119 | ||||
| | * | Adds 'auth_user' control command. | Ayanda Dube | 2015-11-05 | 1 | -0/+5 |
| | | | | | | | | | References #119 | ||||
| | * | Adds handling of 'auth_user' control command results. | Ayanda Dube | 2015-11-05 | 1 | -0/+6 |
| |/ | | | | References #119 | ||||
| * | Ignore erlang.mk artifacts (when switching from master) | Michael Klishin | 2015-10-31 | 1 | -0/+3 |
| | | |||||
| * | Merge pull request #397 from rabbitmq/rabbitmq-server-91 | Michael Klishin | 2015-10-31 | 2 | -3/+34 |
| |\ | | | | | Disable disk monitor in unsupported platforms | ||||
| | * | Test failure to start disk monitor in unsupported platforms | Diana Corbacho | 2015-10-30 | 1 | -0/+24 |
| | | | |||||
| | * | Disable disk monitor in unsupported platforms | Diana Corbacho | 2015-10-26 | 1 | -3/+10 |
| | | | |||||
| * | | rabbitmq-service.bat: Use RABBITMQ_ prefix for *LOGS variables | Jean-Sébastien Pédron | 2015-10-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | The service script was forgotten when fixing the bug in rabbitmq-env.bat and rabbitmq-server.bat. References #375. | ||||
| * | | Merge pull request #394 from aboroska/rabbitmq-server-117-fix-function-name | Michael Klishin | 2015-10-27 | 1 | -4/+4 |
| |\ \ | | | | | | | Fix spelling of function name | ||||
| | * | | Fix spelling of function name | Andras Boroska | 2015-10-26 | 1 | -4/+4 |
| |/ / | |||||
| * | | Merge pull request #391 from rabbitmq/rabbitmq-server-117 | Michael Klishin | 2015-10-27 | 1 | -4/+14 |
| |\ \ | |/ |/| | Check port using ipv6 | ||||
| | * | Check port using ipv6 | Diana Corbacho | 2015-10-26 | 1 | -4/+14 |
| |/ | |||||
| * | Merge pull request #383 from lemenkov/add_cmd_help | Michael Klishin | 2015-10-23 | 2 | -4/+12 |
| |\ | | | | | Recognize help as a valid sub-command for rabbitmqctl and rabbitmq-plugins | ||||
| | * | Recognize help as a valid sub-command | Peter Lemenkov | 2015-10-23 | 2 | -4/+12 |
| |/ | | | | | | | Some people believe that rabbitmqctl and rabbitmq-plugins should provide a valid help subcommand (instead of throwing an error). So here it is. Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> | ||||
| * | Merge pull request #378 from rabbitmq/rabbitmq-server-207 | Michael Klishin | 2015-10-23 | 5 | -10/+55 |
| |\ | | | | | Accept absolute values in memory high watermark | ||||
| | * | Accept absolute values in memory high watermark | Diana Corbacho | 2015-10-22 | 5 | -10/+55 |
| |/ | |||||
| * | Add `exclusive` item to `rabbitmqctl list_queues` | Alexey Lebedeff | 2015-10-22 | 3 | -3/+17 |
| | | | | | | | In addition to owner_pid, which makes little sense to beginners. References #371 | ||||
| * | Merge pull request #376 from rabbitmq/rabbitmq-server-375 | Michael Klishin | 2015-10-21 | 2 | -6/+6 |
| |\ | | | | | Fix issue 375 | ||||
| | * | fix issue 375 | Gabriele Santomaggio | 2015-10-21 | 2 | -6/+6 |
| |/ | |||||
