summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Run binding deletions in a Mnesia transactionGerhard Lazu2018-03-271-5/+12
* Delete metrics for all deleted queues in a single operationGerhard Lazu2018-03-271-47/+40
* Group queue deletions on_node_down into 10 operations per transactionGerhard Lazu2018-03-271-18/+16
* Add back INTERNAL_USER info to on_node_down functionGerhard Lazu2018-03-271-2/+4
* Split single Mnesia transaction that runs on_node_downGerhard Lazu2018-03-271-25/+59
* Wait at most 5 secs for a node to reply to rabbit_node_monitor:partitions/0Gerhard Lazu2018-03-271-1/+2
* Do not read exchange & queue before deleting, simply deleteGerhard Lazu2018-03-272-12/+2
* Delete bindings from mnesia without full table scanGerhard Lazu2018-03-271-7/+2
* Improve background_gc docs in example config filesMichael Klishin2018-03-212-4/+16
* Make is_booted function compatible with pre-3.7.4 remote nodesDaniil Fedotov2018-03-161-18/+9
* 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-161-1/+20
* Do not try to start a vhost supervisors on not fully booted nodes.Daniil Fedotov2018-03-162-5/+24
* Add special case in handle_other for normal TCP port exitLuke Bakken2018-03-162-24/+48
* Wording, compile from scratchMichael Klishin2018-03-151-5/+7
* Make error message when refusing to delete non-empty message less radical.Daniil Fedotov2018-03-151-3/+3
* Force-delete queues, which have no live master or slave processes.Daniil Fedotov2018-03-152-2/+87
* Merge pull request #1539 from rabbitmq/rabbitmq-server-1538Arnaud Cogoluègnes2018-03-141-14/+24
|\
| * Check process before getting amqp_paramsLuke Bakken2018-03-051-14/+24
* | 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
|\
| * 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
| * Ensure SERVER_ERL_ARGS are set on WindowsLuke Bakken2018-02-231-1/+1
| * 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
| * Add 1 or greater validator, since tick time can not be zeroLuke Bakken2018-02-221-1/+6
| * Add a validator for net_ticktimeMichael Klishin2018-02-221-1/+2
| * Support kernel.net_ticktime in Cuttlefish configurationArnaud Cogoluègnes2018-02-224-7/+51
|/
* Merge pull request #1514 from rabbitmq/rabbitmq-server-1508Michael Klishin2018-02-217-14/+17
|\
| * Ensure RABBITMQ_USE_LONGNAME is set as that is what rabbitmqctl escript reads...Luke Bakken2018-02-201-3/+5
| * Set node name for rabbit_prelaunch step in Windows scriptsLuke Bakken2018-02-206-6/+4
| * Remove unused -nodename argument to erl, ensure that RABBITMQ_NAME_TYPE is us...Luke Bakken2018-02-155-10/+13
|/
* Merge pull request #1509 from rabbitmq/rabbitmq-server-1508v3.7.4-rc.1Michael Klishin2018-02-133-12/+11
|\