summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into rabbitmq-server-501Michael Klishin2016-09-192-2/+2
|\
| * Merge branch 'stable'Michael Klishin2016-09-151-1/+1
| |\
| | * Merge branch 'stable' into rabbitmq-server-953Michael Klishin2016-09-151-1/+1
| | |\
| | * | Stop master with reason shutdown on duplicated mastersDiana Corbacho2016-09-141-1/+1
| * | | Merge branch 'stable'Jean-Sébastien Pédron2016-09-151-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Fix log messageDiana Corbacho2016-09-151-1/+1
| | |/
* | | Enforce max-queues vhost limitMichael Klishin2016-09-193-27/+55
* | | When setting up a node DB, create secondary indexes on queue tablesMichael Klishin2016-09-171-0/+12
* | | Merge branch 'master' into rabbitmq-server-501Michael Klishin2016-09-155-27/+71
|\ \ \ | |/ /
| * | Merge pull request #958 from rabbitmq/rabbitmq-server-948Michael Klishin2016-09-123-25/+63
| |\ \
| | * | Support direct connection trackingDaniil Fedotov2016-09-123-25/+63
| * | | Merge branch 'stable'Diana Corbacho2016-09-122-2/+8
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge pull request #955 from rabbitmq/rabbitmq-server-949D Corbacho2016-09-121-1/+2
| | |\
| | | * Bump default MoreCreditAfter to 100Michael Klishin2016-09-121-1/+2
| | * | Merge branch 'stable' into rabbitmq-server-950Michael Klishin2016-09-125-384/+89
| | |\ \ | | | |/
| | * | Handle not found outside of verifyDiana Corbacho2016-09-121-1/+6
* | | | Correct return valueMichael Klishin2016-09-091-2/+3
* | | | 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