summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into rabbitmq-server-591Daniil Fedotov2016-04-0516-45/+141
|\
| * Merge branch 'stable'Michael Klishin2016-04-051-2/+2
| |\
| | * Merge pull request #724 from binarin/rabbitmq-server-ocf-reset-mnesia-overquo...Michael Klishin2016-04-051-2/+2
| | |\
| | | * Fix half-hearted attempt to erase mnesia in OCF RAAlexey Lebedeff2016-04-041-2/+2
| * | | Merge branch 'stable'Jean-Sébastien Pédron2016-04-012-1/+16
| |\ \ \ | | |/ /
| | * | Merge pull request #715 from binarin/rabbitmq-server-151Jean-Sébastien Pédron2016-04-012-1/+16
| | |\ \ | | | |/
| | | * Guess thread pool size on startupAlexey Lebedeff2016-03-302-1/+16
| * | | Merge branch 'stable'Michael Klishin2016-04-011-1/+1
| |\ \ \ | | |/ /
| | * | Merge pull request #721 from rabbitmq/rabbitmq-server-717Michael Klishin2016-04-011-1/+1
| | |\ \ | | | |/ | | |/|
| | | * Allow memory-relative disk-free limits greater than 1.0Brandon Shroyer2016-03-311-1/+1
| | |/
| * | Update rabbitmq.conf.exampleMichael Klishin2016-03-291-6/+6
| * | Fixing merge issue. Create advanced config instead of config file for use in ...Daniil Fedotov2016-03-291-6/+7
| * | Merge branch 'stable'rabbitmq_v3_7_0_milestone2Michael Klishin2016-03-251-4/+3
| |\ \ | | |/
| | * Merge pull request #708 from rabbitmq/rabbitmq-server-705rabbitmq_v3_6_2_milestone2Michael Klishin2016-03-251-4/+3
| | |\
| | | * fix RABBITMQ_IO_THREAD_POOL_SIZEGabriele Santomaggio2016-03-251-4/+3
| | |/
| * | Merge branch 'stable'Michael Klishin2016-03-252-5/+27
| |\ \ | | |/
| | * Merge branch 'binarin-rabbitmq-server-688' into stableMichael Klishin2016-03-252-5/+27
| | |\
| | | * Merge branch 'rabbitmq-server-688' of https://github.com/binarin/rabbitmq-ser...Michael Klishin2016-03-242-5/+27
| | | |\ | | |/ /
| | | * Add support for listing up/down queuesAlexey Lebedeff2016-03-242-5/+27
| * | | Merge branch 'stable'Michael Klishin2016-03-241-8/+19
| |\ \ \ | | |/ /
| | * | Merge branch 'binarin-rabbitmq-server-701' into stableMichael Klishin2016-03-240-0/+0
| | |\ \
| | | * \ Merge branch 'rabbitmq-server-701' of https://github.com/binarin/rabbitmq-ser...Michael Klishin2016-03-240-0/+0
| | | |\ \
| | | | * | Fix `rabbitmqctl list_consumers`Alexey Lebedeff2016-03-231-8/+19
| | | * | | Fix `rabbitmqctl list_consumers`Alexey Lebedeff2016-03-241-8/+19
| | | | |/ | | | |/|
| | * | | Fix `rabbitmqctl list_consumers`Alexey Lebedeff2016-03-241-8/+19
| * | | | Merge branch 'stable'Jean-Sébastien Pédron2016-03-246-9/+19
| |\ \ \ \ | | |/ / /
| | * | | Merge pull request #697 from bogdando/bug/1558627Jean-Sébastien Pédron2016-03-246-9/+19
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Put the RabbitMQ OCF RA policy to /usr/sbinBogdan Dobrelya2016-03-246-9/+19
| * | | | Merge branch 'stable'Jean-Sébastien Pédron2016-03-244-4/+42
| |\ \ \ \ | | |/ / /
| | * | | Merge pull request #704 from rabbitmq/rabbitmq-server-703Michael Klishin2016-03-232-2/+2
| | |\ \ \
| | | * | | increase IO async to 64 for windows / serviceGabriele Santomaggio2016-03-231-1/+1
| | | * | | increase IO async to 64 for windowsGabriele Santomaggio2016-03-231-1/+1
| | | | |/ | | | |/|
| | * | | Merge pull request #689 from bogdando/rabbit_ocf_ra_travisJean-Sébastien Pédron2016-03-232-2/+40
| | |\ \ \
| | | * | | Add Travis CI job to deploy and smoke test a rabbit OCFBogdan Dobrelya2016-03-152-2/+40
| | * | | | Merge pull request #699 from binarin/rabbitmq-server-systemd-logrotateJean-Sébastien Pédron2016-03-231-1/+1
| | |\ \ \ \
| | | * | | | Fix logrotate / systemd incompatibilityAlexey Lebedeff2016-03-211-1/+1
| | | | |_|/ | | | |/| |
| | * | | | Inline, don't reinvent rabbit_misc:get_env/3Michael Klishin2016-03-231-8/+1
| | * | | | Make slaves wait timeout configurable instead of hardcoded 15000Peter Lemenkov2016-03-231-4/+13
| | | |_|/ | | |/| |
* | | | | Test exportsDaniil Fedotov2016-04-051-1/+3
* | | | | Log invalid plugins during startupDaniil Fedotov2016-04-042-34/+38
* | | | | Error messages in rabbitmq-pluginsDaniil Fedotov2016-04-042-11/+31
* | | | | Validate plugins before enablingDaniil Fedotov2016-04-013-56/+92
* | | | | Check deps versions before missing dependenciesDaniil Fedotov2016-03-241-39/+26
* | | | | Plugin versions checkDaniil Fedotov2016-03-241-10/+40
* | | | | plugin versionsDaniil Fedotov2016-03-241-2/+14
* | | | | Clean version check functionDaniil Fedotov2016-03-241-29/+32
* | | | | Rabbit broker version check in pluginsDaniil Fedotov2016-03-241-3/+29
|/ / / /
* | | | Merge pull request #575 from rabbitmq/rabbitmq-server-550Michael Klishin2016-03-2422-45/+3058
|\ \ \ \
| * | | | Cosmetics, slightly improved warning messagesMichael Klishin2016-03-231-10/+10
| * | | | Edit authentication backend and mechanisms examplesMichael Klishin2016-03-221-35/+45