summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update LICENSE-MPL-RabbitMQMichael Klishin2016-01-161-1/+1
* 2016Michael Klishin2016-01-161-1/+1
* Merge branch 'stable'Michael Klishin2016-01-151-2/+15
|\
| * Merge pull request #527 from binarin/rabbitmq-server-better-startup-diagnosticsJean-Sébastien Pédron2016-01-151-2/+15
| |\
| | * Improve diagnostics in 'rabbitmq-server' scriptAlexey Lebedeff2015-12-311-2/+15
* | | Merge pull request #548 from binarin/rabbitmq-server-lager-rotate-logsJean-Sébastien Pédron2016-01-155-31/+14
|\ \ \
| * | | Update calls to 'rabbitmqctl rotate_logs'Alexey Lebedeff2016-01-155-31/+14
|/ / /
* | | Merge branch 'stable'Michael Klishin2016-01-151-18/+24
|\ \ \ | |/ /
| * | Merge pull request #547 from bogdando/bug/1531838Michael Klishin2016-01-151-18/+24
| |\ \
| | * | Fix rabbitMQ OCF monitor detection of running masterBogdan Dobrelya2016-01-141-18/+24
* | | | Merge branch 'stable'Michael Klishin2016-01-152-5/+3
|\ \ \ \ | |/ / /
| * | | Merge pull request #543 from binarin/rabbitmq-server-rotate-logs-data-lossMichael Klishin2016-01-154-5/+14
| |\ \ \
| | * | | Fix 'rabbitmqctl rotate_logs' behaviourAlexey Lebedeff2016-01-124-5/+14
* | | | | Merge branch 'stable'Michael Klishin2016-01-141-3/+26
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #552 from binarin/rabbitmq-server-549Michael Klishin2016-01-141-3/+26
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Limit number of unique node names for rabbitmqctlAlexey Lebedeff2016-01-141-3/+26
| |/ / /
* | | | Merge pull request #491 from rabbitmq/rabbitmq-server-94rabbitmq_v3_7_0_milestone1Jean-Sébastien Pédron2016-01-1316-538/+533
|\ \ \ \
| * | | | Use Lager to log RabbitMQ messagesDaniil Fedotov2016-01-1316-538/+533
|/ / / /
* | | | Merge branch 'stable'Michael Klishin2016-01-123-10/+21
|\ \ \ \ | |/ / /
| * | | Merge pull request #542 from rabbitmq/rabbitmq-server-528Michael Klishin2016-01-123-10/+21
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'stable' into rabbitmq-server-528Michael Klishin2016-01-125-90/+213
| | |\ \ | | |/ / | |/| |
| | * | Make number of Ranch acceptors configurableLoïc Hoguin2016-01-123-10/+21
* | | | Merge branch 'stable'Michael Klishin2016-01-121-43/+77
|\ \ \ \ | |/ / /
| * | | Merge pull request #540 from bogdando/bug/1529897Michael Klishin2016-01-121-43/+77
| |\ \ \
| | * | | Fix get_status, action_stop, proc_stop then beam's unresponsiveBogdan Dobrelya2016-01-111-29/+56
| | * | | Fix proc_kill then there is no pid foundBogdan Dobrelya2016-01-111-14/+21
* | | | | Merge pull request #539 from rabbitmq/rabbitmq-server-392Michael Klishin2016-01-110-0/+0
|\ \ \ \ \
| * | | | | Include alarm information in output for cluster statusJoseph Yiasemides2016-01-111-1/+12
* | | | | | Merge branch 'stable'Michael Klishin2016-01-111-1/+12
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Include alarm information in output for cluster statusJoseph Yiasemides2016-01-111-1/+12
* | | | | Merge branch 'stable'Michael Klishin2016-01-113-31/+117
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #533 from rabbitmq/rabbitmq-federation-7Michael Klishin2016-01-113-31/+117
| |\ \ \ \
| | * | | | Clear temporary runtime exchange parameters on bootMichael Klishin2016-01-103-8/+27
| | * | | | ElaborateMichael Klishin2016-01-091-1/+2
| | * | | | Ensure exchange-delete-in-progress is always clearedMichael Klishin2016-01-091-18/+29
| | * | | | Merge branch 'stable' into rabbitmq-federation-7Michael Klishin2016-01-091-6/+2
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Rename runtime parameter to exchange-delete-in-progressDiana Corbacho2016-01-082-7/+8
| | * | | | Set deleting exchange statusDiana Corbacho2016-01-072-19/+73
* | | | | | Merge branch 'stable'Michael Klishin2016-01-111-26/+18
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #538 from bogdando/bug/1529897Michael Klishin2016-01-111-26/+18
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | Syntax and local vars usage fixes to OCF HABogdan Dobrelya2016-01-111-26/+18
* | | | | Update rabbitmq.config.exampleMichael Klishin2016-01-091-0/+1
* | | | | Update rabbitmq.config.exampleMichael Klishin2016-01-091-5/+17
* | | | | Mention mirroring_sync_batch_sizeMichael Klishin2016-01-091-0/+5
* | | | | Remove server propertiesMichael Klishin2016-01-091-4/+0
* | | | | Merge branch 'stable'Michael Klishin2016-01-081-6/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #532 from bogdando/bug/1529897Michael Klishin2016-01-071-6/+2
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Remove unneeded sleep for a graceful stop by PIDBogdan Dobrelya2016-01-071-6/+2
| |/ /
* | | Merge branch 'stable'Michael Klishin2016-01-061-0/+2
|\ \ \ | |/ /
| * | Didn't mean to delete this behaviourMichael Klishin2016-01-061-0/+2