summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CosmeticsMichael Klishin2016-09-091-4/+5
* Table migration fn that fills out rabbit[_durable]_queue.vhostMichael Klishin2016-09-091-0/+22
* Merge branch 'stable'Diana Corbacho2016-09-051-0/+1
|\
| * Merge branch 'stable' into rabbitmq-server-803-stableMichael Klishin2016-09-021-358/+0
| |\
| * | Upgrade amqqueue record with policy_versionDiana Corbacho2016-08-311-0/+19
| * | Update policy version on set_policy and use it on update_mirroringGabriele Santomaggio2016-08-312-4/+10
| * | Take update mirroring decision in rabbit_amqqueue_processDiana Corbacho2016-08-312-25/+63
* | | Use a separate event key for operator policiesMichael Klishin2016-09-011-1/+1
* | | Optimize a case clauseMichael Klishin2016-09-011-1/+1
* | | Merge branch 'master' into rabbitmq-server-930Michael Klishin2016-08-311-358/+0
|\ \ \
| * \ \ Merge branch 'stable'Michael Klishin2016-08-311-358/+0
| |\ \ \ | | | |/ | | |/|
| | * | Nobody is using mochinum in this repo. Move it to common.Peter Lemenkov2016-08-261-358/+0
| | |/
* | | Added new registry class policy_merge_strategy to define policy values mergingDaniil Fedotov2016-08-313-10/+50
* | | Queue TTL operator policyDaniil Fedotov2016-08-312-0/+2
* | | Merge branch 'master' into rabbitmq-server-930Michael Klishin2016-08-3110-4/+631
|\ \ \ | |/ /
| * | Remove dead code left from a previous incarnation of the patchJean-Sébastien Pédron2016-08-263-40/+5
| * | rabbit_mnesia_rename: Backup local tables onlyJean-Sébastien Pédron2016-08-251-1/+7
| * | rabbit_mnesia:forget_cluster_node/2: Skip event if node if offlineJean-Sébastien Pédron2016-08-251-4/+11
| * | Merge branch 'master' into rabbitmq-server-500-squashedMichael Klishin2016-08-242-51/+115
| |\ \
| * \ \ Merge branch 'master' into rabbitmq-server-500-squashedMichael Klishin2016-08-234-7/+37
| |\ \ \
| * \ \ \ Merge branch 'master' into rabbitmq-server-500-squashedMichael Klishin2016-08-184-40/+84
| |\ \ \ \
| * | | | | Squash warningsMichael Klishin2016-08-181-10/+10
| * | | | | record_info/2 is appropriate hereMichael Klishin2016-08-181-1/+1
| * | | | | Use lists:foldl/3 onlyMichael Klishin2016-08-181-11/+8
| * | | | | Reformat with emacsMichael Klishin2016-08-181-100/+100
| * | | | | Combine map/2 and foldl/3Michael Klishin2016-08-171-15/+10
| * | | | | Merge branch 'master' into rabbitmq-server-500-squashedMichael Klishin2016-08-141-2/+18
| |\ \ \ \ \
| * | | | | | Rename functionMichael Klishin2016-08-141-4/+4
| * | | | | | Delete connection tracking tables for nodes removed from the clusterMichael Klishin2016-08-142-2/+36
| * | | | | | Emit a node_deleted event when a node is removed from the clusterMichael Klishin2016-08-101-1/+3
| * | | | | | We can use record_info/2 here; log errors in table creationMichael Klishin2016-08-101-7/+5
| * | | | | | Merge branch 'master' into rabbitmq-server-500-squashedMichael Klishin2016-08-101-1/+1
| |\ \ \ \ \ \
| * | | | | | | Use negative values to disable per-vhost limits, 0 to refuse all connectionsMichael Klishin2016-08-053-13/+27
| * | | | | | | Use rabbit_misc:pget/2 hereMichael Klishin2016-08-042-14/+17
| * | | | | | | SimplifyMichael Klishin2016-08-041-6/+3
| * | | | | | | Remove a debug messageMichael Klishin2016-08-041-1/+0
| * | | | | | | InlineMichael Klishin2016-08-041-2/+1
| * | | | | | | Remove a duplicate commentMichael Klishin2016-08-041-6/+0
| * | | | | | | Merge branch 'master' into rabbitmq-server-500-squashedMichael Klishin2016-08-023-5/+10
| |\ \ \ \ \ \ \
| * | | | | | | | Switch to a single table per node for connection trackingMichael Klishin2016-08-027-187/+163
| * | | | | | | | Correct a type specMichael Klishin2016-07-261-1/+1
| * | | | | | | | Use ?PER_VHOST_COUNTER_TABLE hereMichael Klishin2016-07-261-1/+1
| * | | | | | | | Keep track of connections, introduce per-vhost limitsMichael Klishin2016-07-2211-7/+650
* | | | | | | | | Operator policy as a separate queue fieldDaniil Fedotov2016-08-255-92/+203
* | | | | | | | | operator_policy runtime parameterDaniil Fedotov2016-08-241-0/+16
* | | | | | | | | operator policiesDaniil Fedotov2016-08-242-44/+139
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge branch 'stable'Michael Klishin2016-08-242-51/+115
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Naming, wordingMichael Klishin2016-08-241-7/+7
| * | | | | | Handle late autoheal_finished messageDiana Corbacho2016-08-241-0/+8
| * | | | | | Improve tolerance to partial partitions in autohealDiana Corbacho2016-08-232-51/+107