summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Check for env variables in windows scriptDaniil Fedotov2016-03-031-10/+17
| * Check env variables before startDaniil Fedotov2016-03-032-0/+37
* | Merge pull request #680 from binarin/rabbitmq-server-ctl-no-break-handlerrabbitmq_v3_6_2_milestone1Daniil Fedotov2016-03-091-1/+1
|\ \
| * | Disable erlang break handler in rabbitmqctlAlexey Lebedeff2016-03-091-1/+1
|/ /
* | Merge pull request #660 from rabbitmq/rabbitmq-server-659Gabriele Santomaggio2016-03-071-0/+6
|\ \
| * | fixed a small syntax errorGabriele Santomaggio2016-03-071-1/+1
| * | Move default config creation to rabbitmq-service.batDaniil Fedotov2016-03-042-9/+6
| * | Create rabbitmq.config on installationDaniil Fedotov2016-02-291-0/+9
* | | Merge pull request #653 from dmitrymex/log-pidMichael Klishin2016-03-071-4/+5
|\ \ \
| * | | [OCF HA] Log process id in RabbitMQ OCF scriptDmitry Mescheryakov2016-02-251-4/+5
* | | | Merge pull request #572 from rabbitmq/rabbitmq-server-346Michael Klishin2016-03-041-1/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'stable' into rabbitmq-server-346Michael Klishin2016-03-0415-749/+212
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #673 from rabbitmq/rabbitmq-server-671Michael Klishin2016-03-033-616/+0
|\ \ \ \
| * | | | Move auth_backend and types modules to rabbitmq-common.Brandon Shroyer2016-03-023-616/+0
|/ / / /
* | | | Merge pull request #648 from rabbitmq/rabbitmq-server-645Michael Klishin2016-03-021-0/+5
|\ \ \ \
| * | | | onfail parameter to erlsrvDaniil Fedotov2016-02-241-0/+5
* | | | | Merge branch 'rabbitmq-server-398' into stableMichael Klishin2016-03-025-13/+35
|\ \ \ \ \
| * \ \ \ \ Merge branch 'stable' into rabbitmq-server-398Michael Klishin2016-03-029-135/+194
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #669 from rabbitmq/rabbitmq-server-667Michael Klishin2016-03-021-1/+2
|\ \ \ \ \ \
| * | | | | | Bump rabbit.channel_operation_timeout default to 15sMichael Klishin2016-03-021-1/+2
|/ / / / / /
* | | | | | Commit 3.6.1-1 change lograbbitmq_v3_6_1Michael Klishin2016-03-012-0/+9
* | | | | | Ignore debug/* and PACKAGES/*Michael Klishin2016-03-011-0/+3
* | | | | | Merge branch 'deadtrickster-rabbitmqctl-man-fix' into stableMichael Klishin2016-03-011-23/+23
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | vhostpath => vhost in rabbitmqctl.1Michael Klishin2016-03-011-23/+23
| * | | | | Document rabbitmqctl commands sync_queue, cancel_sync_queue, purge_queue also...Ilya Khaprov2016-02-291-3/+3
|/ / / / /
* | | | | Run xmlto in more verbose modeMichael Klishin2016-02-291-1/+1
* | | | | Merge pull request #657 from dmitrymex/seamless-promotionMichael Klishin2016-02-291-55/+77
|\ \ \ \ \
| * | | | | [OCF HA] On neighbor promotion do nothing if we are already clusteredDmitry Mescheryakov2016-02-291-15/+31
| * | | | | [OCF HA] Do not check cluster health if master is not electedDmitry Mescheryakov2016-02-261-41/+47
| | |_|_|/ | |/| | |
* | | | | Merge pull request #655 from rabbitmq/rabbitmq-server-596Michael Klishin2016-02-271-40/+57
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Unescape list_permission and list_user_permission regexesDiana Corbacho2016-02-261-40/+57
|/ / / /
| * | | WordingMichael Klishin2016-02-291-3/+3
| * | | Return error codes in node health checkDiana Corbacho2016-02-261-2/+3
| * | | Restore rabbit_cli:rpc_call APIDiana Corbacho2016-02-261-1/+18
| * | | Move health checks to rabbit_common and rabbit_cli:rpc_call to rabbit/rabbit_...Diana Corbacho2016-02-254-83/+8
| * | | Rename aliveness_test to node_health_checkDiana Corbacho2016-02-252-24/+24
| * | | Use net_ticktime + 10s as timeout in the aliveness test and abort with the fi...Diana Corbacho2016-02-251-14/+15
| * | | Add aliveness_test documentationDiana Corbacho2016-02-251-0/+15
| * | | Aliveness checkDiana Corbacho2016-02-251-1/+64
| | | * Avoid hipe compile versioned modulesDiana Corbacho2016-02-251-1/+6
| |_|/ |/| |
* | | Merge pull request #650 from dmitrymex/increase-timeoutMichael Klishin2016-02-251-1/+1
|\ \ \ | |_|/ |/| |
| * | [OCF HA] Increase tolerable number of rabbitmqctl timeoutsDmitry Mescheryakov2016-02-251-1/+1
|/ /
* | Merge pull request #636 from rabbitmq/rabbitmq-server-634Gabriele Santomaggio2016-02-191-0/+2
|\ \
| * | Do not jump to finish in windows uninstallDaniil Fedotov2016-02-181-0/+1
| * | Do not jump to finish in windows installDaniil Fedotov2016-02-181-0/+1
| |/
* | Merge pull request #639 from lefremova/stableMichael Klishin2016-02-191-9/+9
|\ \
| * | Private attributes usage in rabbitmq scriptLiubov Efremova2016-02-191-9/+9
| |/
* | Merge pull request #630 from dmitrymex/stableMichael Klishin2016-02-191-0/+2
|\ \
| * | Exit waiting loop once node has unjoinedDmitry Mescheryakov2016-02-161-0/+2
* | | Merge pull request #635 from rabbitmq/rabbitmq-server-248rabbitmq_v3_6_1_rc2Michael Klishin2016-02-181-1/+3
|\ \ \