summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Read memory monitor interval from configurationDiana Corbacho2015-10-131-2/+2
* Merge pull request #344 from rabbitmq/rabbitmq-server-336Michael Klishin2015-10-127-116/+407
|\
| * Move this constant closer to the only place it is usedMichael Klishin2015-10-121-2/+2
| * removes non batch-sync code pathAlvaro Videla2015-10-101-46/+3
| * fixes conflictsAlvaro Videla2015-10-101-1/+1
| |\
| | * Clarify this commentMichael Klishin2015-10-101-1/+1
| * | refactors message sync'ing in batchesAlvaro Videla2015-10-101-27/+54
| * | send msg batch in proper orderAlvaro Videla2015-10-101-1/+1
| * | get into account unacked messages when syncingAlvaro Videla2015-10-101-1/+1
| * | adds default sync batch size on the app configAlvaro Videla2015-10-101-3/+7
| |/
| * removes unused constantAlvaro Videla2015-10-101-2/+0
| * WordingMichael Klishin2015-10-101-1/+1
| * Merge branch 'master' into rabbitmq-server-336Michael Klishin2015-10-104-13/+16
| |\
| * | restores new lineAlvaro Videla2015-10-051-0/+1
| * | improves commentAlvaro Videla2015-10-051-2/+3
| * | Merge branch 'master' into rabbitmq-server-336Alvaro Videla2015-10-054-40/+131
| |\ \
| * | | off by one errorAlvaro Videla2015-10-051-1/+1
| * | | fixes arguments passed to batch_publish_*Alvaro Videla2015-10-051-2/+2
| * | | cosmeticsAlvaro Videla2015-10-051-2/+4
| * | | improves comment about sync batch orderAlvaro Videla2015-10-051-2/+3
| * | | fixes retrieving sync_batch_size from policyAlvaro Videla2015-10-051-0/+2
| * | | fixes failing testAlvaro Videla2015-10-051-2/+2
| * | | implements batch publishing for priority queuesAlvaro Videla2015-10-031-15/+48
| * | | implements batch publishing for mirrored queuesAlvaro Videla2015-10-024-27/+83
| * | | adds explanationAlvaro Videla2015-10-021-1/+5
| * | | cosmeticsAlvaro Videla2015-10-021-25/+28
| * | | refactors shared logicAlvaro Videla2015-10-021-36/+42
| * | | oopsAlvaro Videla2015-10-021-1/+1
| * | | refactors msg broadcastAlvaro Videla2015-10-011-8/+8
| * | | retrieves batch size from policyAlvaro Videla2015-10-013-8/+25
| * | | adds ha-sync-batch-size policyAlvaro Videla2015-10-011-13/+43
| * | | implement mirror message sync in batchesAlvaro Videla2015-09-291-15/+96
| * | | implements BQ:batch_publish and BQ:batch_publish_deliveredAlvaro Videla2015-09-294-47/+115
* | | | Merge branch 'rabbitmq-server-270' (again)Michael Klishin2015-10-101-1/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix migration from 2.1.1Michael Klishin2015-10-101-1/+5
* | | | Merge branch 'stable'Alvaro Videla2015-10-061-4/+4
|\ \ \ \
| * | | | fixes check_xref for erlang:maxAlvaro Videla2015-10-061-4/+4
* | | | | Merge branch 'stable'Michael Klishin2015-10-053-9/+12
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Merge pull request #345 from rabbitmq/rabbitmq-server-338Michael Klishin2015-10-053-9/+12
| |\ \ \
| | * | | CosmeticsMichael Klishin2015-10-051-1/+1
| | * | | CosmeticsMichael Klishin2015-10-051-1/+1
| | * | | Have the callback spec be backwards compatible.Robby Raschke2015-10-051-1/+3
| | * | | Be backwards compatible for homegrown auth modules.Robby Raschke2015-10-051-0/+1
| | * | | Add the return tags element into the behaviour callback spec for authorizatio...Robby Raschke2015-09-301-3/+3
| | * | | Add the permission tags from an explicit separate authorization step into the...Robby Raschke2015-09-302-8/+8
* | | | | Merge branch 'stable'Michael Klishin2015-10-051-14/+55
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #334 from rabbitmq/rabbitmq-server-324Michael Klishin2015-10-051-14/+55
| |\ \ \ \
| | * | | | uses rabbit_misc:version_compare/3 this timeAlvaro Videla2015-10-021-23/+6
| | * | | | checks if the current OTP release is >= 18.1Alvaro Videla2015-10-011-3/+25
| | * | | | fixes log rotationAlvaro Videla2015-09-251-9/+16