summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* copyMichael Klishin2015-12-041-1/+1
|
* Re-indent with EmacsMichael Klishin2015-12-041-1/+1
|
* copywritingMichael Klishin2015-12-041-1/+1
|
* Don't log anything for non-virgin nodesMichael Klishin2015-12-041-2/+0
|
* Log on startup if starting virgin node, or existing databaseDaniil Fedotov2015-12-041-4/+10
|
* Merge pull request #466 from rabbitmq/rabbitmq-server-465Michael Klishin2015-12-041-3/+14
|\ | | | | rabbit_mirror_queue_coordinator: Ensure GM exited before terminating
| * rabbit_mirror_queue_coordinator: Ensure GM exited before terminatingJean-Sébastien Pédron2015-12-031-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-464Jean-Sébastien Pédron2015-12-031-1/+2
|\ \ | |/ |/| Make wait command wait for start_rabbitmq_server command
| * Make wait command wait for start_rabbitmq_server commandDaniil Fedotov2015-12-031-1/+2
|/
* Merge pull request #452 from gigablah/rabbitmq-server-451Alvaro Videla2015-11-261-1/+1
|\ | | | | Fix RABBITMQ_CTL_ERL_ARGS variable in rabbitmq-plugins
| * Fix RABBITMQ_CTL_ERL_ARGS variable in rabbitmq-pluginsChris Heng2015-11-261-1/+1
|/
* Merge pull request #450 from rabbitmq/rabbitmq-server-447rabbitmq_v3_5_7_rc1Michael Klishin2015-11-245-10/+9
|\ | | | | Switch absolute memory watermark values to be in bytes
| * Switch absolute memory watermark values to be in bytesMichael Klishin2015-11-245-10/+9
|/ | | | Fixes #407, references #207, #378, #448.
* Merge pull request #444 from rabbitmq/rabbitmq-server-433Michael Klishin2015-11-231-1/+1
|\ | | | | Fix issue 433
| * fix issue 433Gabriele Santomaggio2015-11-231-1/+1
|/
* Merge pull request #442 from rabbitmq/rabbitmq-server-441Michael Klishin2015-11-2310-59/+59
|\ | | | | fixes various dialyzer warnings
| * fixes various dialyzer warningsAlvaro Videla2015-11-2010-59/+59
| |
* | Merge pull request #440 from rabbitmq/rabbitmq-server-438Michael Klishin2015-11-221-7/+7
|\ \ | |/ |/| addresses dialyzer warnings
| * addresses dialyzer warningsAlvaro Videla2015-11-201-7/+7
|/
* Merge pull request #437 from rabbitmq/rabbitmq-server-436Michael Klishin2015-11-201-3/+5
|\ | | | | fixes clear_read_cache get_env handling
| * fixes clear_read_cache get_env handlingAlvaro Videla2015-11-201-3/+5
|/
* Use erlang:min/2, not min/2 which is not available in Erlang R13B03Jean-Sébastien Pédron2015-11-201-1/+1
|
* Merge pull request #431 from binarin/rabbitmq-common-pmon-contract-breachMichael Klishin2015-11-191-1/+1
|\ | | | | Make pmon:demonitor/2 respect its contract
| * Make pmon:demonitor/2 respect its contractAlexey Lebedeff2015-11-191-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_paramMichael Klishin2015-11-161-1/+10
|\ | | | | Add host_ip field
| * Add host_ip fieldMatthew Mosesohn2015-11-161-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-119Michael Klishin2015-11-065-0/+77
|\ | | | | Adds authentication command to rabbitmqctl.
| * TypoMichael Klishin2015-11-061-1/+1
| |
| * auth_user => authenticate_userMichael Klishin2015-11-064-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 Dube2015-11-051-0/+23
| | | | | | | | References #119
| * Initial commit.Ayanda Dube2015-11-051-0/+31
| | | | | | | | References #119
| * Adds tests for 'auth_user' control command.Ayanda Dube2015-11-051-0/+8
| | | | | | | | | | | | Adds handling of results of {ok, Result} format. References #119
| * Adds 'auth_user' control command.Ayanda Dube2015-11-051-0/+5
| | | | | | | | References #119
| * Adds handling of 'auth_user' control command results.Ayanda Dube2015-11-051-0/+6
|/ | | | References #119
* Ignore erlang.mk artifacts (when switching from master)Michael Klishin2015-10-311-0/+3
|
* Merge pull request #397 from rabbitmq/rabbitmq-server-91Michael Klishin2015-10-312-3/+34
|\ | | | | Disable disk monitor in unsupported platforms
| * Test failure to start disk monitor in unsupported platformsDiana Corbacho2015-10-301-0/+24
| |
| * Disable disk monitor in unsupported platformsDiana Corbacho2015-10-261-3/+10
| |
* | rabbitmq-service.bat: Use RABBITMQ_ prefix for *LOGS variablesJean-Sébastien Pédron2015-10-311-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-nameMichael Klishin2015-10-271-4/+4
|\ \ | | | | | | Fix spelling of function name
| * | Fix spelling of function nameAndras Boroska2015-10-261-4/+4
|/ /
* | Merge pull request #391 from rabbitmq/rabbitmq-server-117Michael Klishin2015-10-271-4/+14
|\ \ | |/ |/| Check port using ipv6
| * Check port using ipv6Diana Corbacho2015-10-261-4/+14
|/
* Merge pull request #383 from lemenkov/add_cmd_helpMichael Klishin2015-10-232-4/+12
|\ | | | | Recognize help as a valid sub-command for rabbitmqctl and rabbitmq-plugins
| * Recognize help as a valid sub-commandPeter Lemenkov2015-10-232-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-207Michael Klishin2015-10-235-10/+55
|\ | | | | Accept absolute values in memory high watermark
| * Accept absolute values in memory high watermarkDiana Corbacho2015-10-225-10/+55
|/
* Add `exclusive` item to `rabbitmqctl list_queues`Alexey Lebedeff2015-10-223-3/+17
| | | | | | In addition to owner_pid, which makes little sense to beginners. References #371
* Merge pull request #376 from rabbitmq/rabbitmq-server-375Michael Klishin2015-10-212-6/+6
|\ | | | | Fix issue 375
| * fix issue 375Gabriele Santomaggio2015-10-212-6/+6
|/