summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into rabbitmq-server-336Alvaro Videla2015-10-056-42/+148
|\
| * Merge branch 'stable'Michael Klishin2015-10-052-16/+67
| |\
| | * Merge pull request #334 from rabbitmq/rabbitmq-server-324Michael Klishin2015-10-052-16/+67
| | |\ | | | | | | | | Fixes log handlers breakage since 18.1
| | | * 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
| | | | | | | | | | | | | | | | | | | | This is rather ugly. In the future once we have erlang.mk support we should use a semver libary instead.
| | | * simplifies delete_log_handlers test logicAlvaro Videla2015-09-281-12/+6
| | | |
| | | * fixes testsAlvaro Videla2015-09-251-2/+18
| | | |
| | | * fixes log rotationAlvaro Videla2015-09-251-9/+16
| | | |
| | | * fixes OtpVersion handlingAlvaro Videla2015-09-251-2/+1
| | | |
| | | * cosmeticsAlvaro Videla2015-09-251-0/+1
| | | |
| | | * initializes logger state depending on OTP releaseAlvaro Videla2015-09-251-30/+26
| | | |
| | | * handles the error logger state change introduced in Erlang 18.1Alvaro Videla2015-09-241-5/+38
| | | |
| * | | Merge branch 'stable'Michael Klishin2015-10-022-12/+57
| |\ \ \ | | |/ /
| | * | Merge pull request #342 from rabbitmq/rabbitmq-server-341Michael Klishin2015-10-021-1/+1
| | |\ \ | | | | | | | | | | closes the journal handle before erasing the queue index dir
| | | * | closes the journal handle before erasing the queue index dirAlvaro Videla2015-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes #341
| | * | | Merge pull request #335 from rabbitmq/rabbitmq-server-316Michael Klishin2015-10-021-11/+56
| | |\ \ \ | | | |/ / | | |/| | improves fetchwhile performance
| | | * | improves fetchwhile performanceAlvaro Videla2015-09-281-11/+56
| | | | | | | | | | | | | | | | | | | | Fixes #316
| * | | | Merge branch 'stable'Michael Klishin2015-10-011-13/+17
| |\ \ \ \ | | |/ / /
| | * | | Merge pull request #339 from rabbitmq/rabbitmq-server-290Michael Klishin2015-10-011-13/+17
| | |\ \ \ | | | |/ / | | |/| | forces GC after queue paging
| | | * | forces GC after queue pagingAlvaro Videla2015-09-301-13/+17
| | |/ / | | | | | | | | | | | | | | | | See malingin list discussion linked in #290 Fixes #290
| * | | Merge pull request #329 from lshift/initial_frame_maxMichael Klishin2015-10-012-1/+7
| |\ \ \ | | | | | | | | | | allow initial frame_max to be configured
| | * | | allow initial frame_max to be configuredash2015-09-252-1/+7
| | | | |
* | | | | 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
| | | | |
* | | | | adds batch publish testsAlvaro Videla2015-10-041-1/+66
| | | | |
* | | | | 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 'stable'Alvaro Videla2015-09-258-3/+80
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #331 from rabbitmq/rabbitmq-server-330Jean-Sébastien Pédron2015-09-258-3/+80
| |\ \ | | | | | | | | Adds documentation for credit_flow usage
| | * | typoAlvaro Videla2015-09-251-4/+3
| | | |
| | * | clarifies sentenceAlvaro Videla2015-09-251-5/+5
| | | |
| | * | typoAlvaro Videla2015-09-251-1/+1
| | | |
| | * | adds documentation for credit_flow usageAlvaro Videla2015-09-258-3/+81
| | |/
* | | Merge branch 'stable'Jean-Sébastien Pédron2015-09-244-3/+12
|\ \ \ | |/ /
| * | RPM/deb changelogs for release 3.5.5, package revision 3rabbitmq_v3_5_5Jean-Sébastien Pédron2015-09-242-1/+10
| | |
| * | Debian: Always build a source+binary packageJean-Sébastien Pédron2015-09-241-1/+1
| | |
| * | Merge pull request #327 from CVTJNII/rabbitmq-script-wrapper_quote-fix_stableJean-Sébastien Pédron2015-09-241-1/+1
| |\ \ | | | | | | | | Quote arg to prevent shell expansion, Issue-325