summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cuttlefish schema to configure syslog application.Daniil Fedotov2018-05-171-10/+0
* Integrate syslog library into rabbitmq loggingDaniil Fedotov2018-05-161-7/+36
* Merge pull request #1589 from rabbitmq/exclusive-queues-cleanup-optimisationMichael Klishin2018-05-153-41/+45
|\
| * Ignore lock kind argument when dirty-deleting a routeDaniil Fedotov2018-05-151-1/+1
| * Do dirty deletes when cleaning up bindings.Daniil Fedotov2018-05-141-5/+5
| * Do not lock entire routing table when cleaning up bindings.Daniil Fedotov2018-05-143-36/+40
* | Use MAX_SUPPORTED_PRIORITY constant for argument validationArnaud Cogoluègnes2018-05-153-3/+152
* | Follow-up to 08168de6b0c3c4d7f6429f2c3d098e5080ff7b1aMichael Klishin2018-05-141-7/+0
* | Revert "Take policy-configured max-priority into account"Michael Klishin2018-05-142-20/+2
* | Use the constant across the boardMichael Klishin2018-05-141-2/+2
* | Take policy-configured max-priority into accountMichael Klishin2018-05-132-2/+20
* | Reject max-priority arguments >= 256Michael Klishin2018-05-112-6/+16
* | Make policy validation aware of the max-priority argumentMichael Klishin2018-05-101-1/+7
|/
* Unused variable.Daniil Fedotov2018-04-271-1/+1
* Do not try to stop all slaves from slave process. Stop it and let another be ...Daniil Fedotov2018-04-271-3/+0
* Merge pull request #1586 from rabbitmq/rabbitmq-management-565Arnaud Cogoluègnes2018-04-251-2/+6
|\
| * One more place where a map definition must be converted to proplist before va...Michael Klishin2018-04-241-2/+6
* | Merge pull request #1578 from rabbitmq/queue-not-promote-on-crashMichael Klishin2018-04-254-75/+110
|\ \ | |/ |/|
| * Do not mention gm_deaths in error message.Daniil Fedotov2018-04-191-1/+1
| * Introduce a new policy: ha-promote-on-failure (always by default)Daniil Fedotov2018-04-184-75/+110
* | Merge pull request #1583 from rabbitmq/rabbitmq-server-1582Michael Klishin2018-04-241-1/+3
|\ \
| * | Handle bump_reduce_memory_use non-true caseLuke Bakken2018-04-231-1/+3
* | | Fix a typoMichael Klishin2018-04-231-1/+1
|/ /
* | Use rabbit_net:hostnameLuke Bakken2018-04-191-2/+1
|/
* Make it possible for peer discovery backends to provide their own RSD rangeMichael Klishin2018-04-111-2/+7
* rabbit_parameter_validation: support maps in proplist validatorMichael Klishin2018-04-091-0/+4
* Merge branch 'reduce-mnesia-contention-when-nodes-restart-v3.7.x' into reduce...Michael Klishin2018-04-054-45/+65
|\
| * 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
| * Make is_booted function compatible with pre-3.7.4 remote nodesDaniil Fedotov2018-03-161-18/+9
| * Compile from scratchMichael Klishin2018-03-161-5/+5
| * Include current node to the to-start listMichael Klishin2018-03-161-4/+4
| * 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-151-2/+47
| * Merge pull request #1539 from rabbitmq/rabbitmq-server-1538Arnaud Cogoluègnes2018-03-141-14/+24
| |\
| * | Make min-masters locator count uniqueue queue names instead of bindings.Daniil Fedotov2018-03-061-11/+14
* | | Revert "Reduce lock contention when nodes restart (master)"Michael Klishin2018-03-284-65/+45
* | | Run binding deletions in a Mnesia transactionGerhard Lazu2018-03-281-5/+12
* | | Delete metrics for all deleted queues in a single operationGerhard Lazu2018-03-281-47/+40
* | | Group queue deletions on_node_down into 10 operations per transactionGerhard Lazu2018-03-281-18/+16
* | | Add back INTERNAL_USER info to on_node_down functionGerhard Lazu2018-03-281-2/+4