summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check that default vhost is started on all nodes after restartDaniil Fedotov2018-03-161-1/+2
* Compile from scratchMichael Klishin2018-03-161-5/+5
* Include current node to the to-start listMichael Klishin2018-03-161-4/+4
* WordingMichael Klishin2018-03-161-1/+1
* ClarifyMichael Klishin2018-03-161-1/+5
* Test concurrent application start with no data.Daniil Fedotov2018-03-151-1/+20
* Do not try to start a vhost supervisors on not fully booted nodes.Daniil Fedotov2018-03-152-5/+24
* Merge pull request #1544 from rabbitmq/rabbitmq-server-1538-masterArnaud Cogoluègnes2018-03-141-14/+24
|\
| * Merge branch 'rabbitmq-server-1538' into rabbitmq-server-1538-masterLuke Bakken2018-03-061-14/+24
| |\
| | * Check process before getting amqp_paramsLuke Bakken2018-03-051-14/+24
* | | Merge branch 'v3.7.x'Michael Klishin2018-03-081-1/+1
|\ \ \
| * \ \ Merge pull request #1542 from rabbitmq/master-locator-min-masters-group-bindi...v3.7.4Michael Klishin2018-03-062-11/+42
| |\ \ \ | | |_|/ | |/| |
| | * | WordingMichael Klishin2018-03-061-1/+1
| | * | Test that min-masters counts bound queues but not bindingsDaniil Fedotov2018-03-061-0/+28
| | * | Make min-masters locator count uniqueue queue names instead of bindings.Daniil Fedotov2018-03-061-11/+14
| |/ /
| * | Merge pull request #1536 from rabbitmq/rabbitmq-server-1535Michael Klishin2018-03-031-3/+6
| |\ \
* | \ \ Merge pull request #1541 from rabbitmq/master-locator-min-masters-group-bindingsMichael Klishin2018-03-062-11/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | Test that min-masters counts bound queues but not bindingsDaniil Fedotov2018-03-061-0/+28
| * | | Make min-masters locator count uniqueue queue names instead of bindings.Daniil Fedotov2018-03-061-11/+14
|/ / /
* | | Merge pull request #1537 from rabbitmq/rabbitmq-server-1535-masterMichael Klishin2018-03-031-3/+6
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/rabbitmq-server-1535' into rabbitmq-serv...Luke Bakken2018-03-021-3/+6
| |\ \ \ |/ / / / | | | _
| * | Handle bump_reduce_memory_use info messageLuke Bakken2018-03-021-3/+6
| |/
| * Update erlang.mkJean-Sébastien Pédron2018-03-021-137/+228
| * Merge pull request #1533 from rabbitmq/rabbitmq-server-1531v3.7.4-rc.4Michael Klishin2018-02-273-6/+7
| |\
| | * Log a message when we fall back to randomized startup delayMichael Klishin2018-02-271-0/+1
| | * Correct generated randomized startup delay range keyMichael Klishin2018-02-272-6/+6
| |/
| * Merge pull request #1528 from rabbitmq/configurable-max-procs-max-atomsv3.7.4-rc.3Michael Klishin2018-02-263-45/+170
| |\
| | * Fix default maximum number of Erlang processesGerhard Lazu2018-02-262-3/+3
| | * Test RABBITMQ_var vs var behaviour when using rabbitmq-env.confGerhard Lazu2018-02-262-43/+132
* | | Update erlang.mkJean-Sébastien Pédron2018-03-021-137/+228
* | | Merge pull request #1532 from rabbitmq/rabbitmq-server-1531-masterMichael Klishin2018-02-273-6/+7
|\ \ \
| * | | Log a message when we fall back to randomized startup delayMichael Klishin2018-02-271-0/+1
| * | | Correct generated randomized startup delay range keyMichael Klishin2018-02-272-6/+6
|/ / /
* | | Test RABBITMQ_var vs var behaviour when using rabbitmq-env.confGerhard Lazu2018-02-262-43/+132
* | | Merge pull request #1529 from rabbitmq/configurable-max-procs-max-atoms-masterMichael Klishin2018-02-263-32/+68
|\ \ \
| * | | Remove merge artifactLuke Bakken2018-02-231-6/+0
| * | | Merge branch 'configurable-max-procs-max-atoms' into configurable-max-procs-m...Luke Bakken2018-02-231-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Ensure SERVER_ERL_ARGS are set on WindowsLuke Bakken2018-02-231-1/+1
| * | | Merge branch 'configurable-max-procs-max-atoms' into configurable-max-procs-m...Luke Bakken2018-02-233-29/+45
| |\ \ \ | | |/ /
| | * | Variables in rabbitmq-env.conf and rabbitmq-env-conf.bat do not begin with RA...Luke Bakken2018-02-233-31/+41
| | * | Make maximum number of Erlang atoms configurable via envGerhard Lazu2018-02-232-1/+14
| | * | Make maximum number of Erlang processes configurable via envGerhard Lazu2018-02-232-5/+18
| | |/
| | * Merge pull request #1523 from rabbitmq/rabbitmq-server-1522-net-ticktime-in-n...v3.7.4-rc.2Michael Klishin2018-02-234-7/+61
| | |\
| | | * Address minor issues discovered in rabbit_configMichael Klishin2018-02-231-5/+9
| * | | Make maximum number of Erlang atoms configurable via envGerhard Lazu2018-02-232-1/+14
| * | | Make maximum number of Erlang processes configurable via envGerhard Lazu2018-02-232-5/+18
|/ / /
* | | Address minor issues discovered in rabbit_configMichael Klishin2018-02-231-5/+9
* | | Merge pull request #1524 from rabbitmq/rabbitmq-server-1522-net-ticktime-in-n...Michael Klishin2018-02-234-7/+57
|\ \ \
| * \ \ Merge branch 'rabbitmq-server-1522-net-ticktime-in-new-config-format' into ra...Luke Bakken2018-02-221-1/+7
| |\ \ \ | | | |/ | | |/|
| | * | Add 1 or greater validator, since tick time can not be zeroLuke Bakken2018-02-221-1/+6