summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add encode command to rabbitmqctlArnaud Cogoluègnes2016-10-104-14/+87
|
* Remove a pointless commentLoïc Hoguin2016-10-061-3/+1
|
* Add a test for decrypt at start without passphraseLoïc Hoguin2016-10-062-5/+29
|
* Add tests for decrypting at application startLoïc Hoguin2016-10-063-1/+92
|
* Add a test to decrypt environment valuesLoïc Hoguin2016-10-062-2/+66
|
* Add configuration for decrypting hidden configuration valuesLoïc Hoguin2016-10-062-8/+99
|
* Add commentsLoïc Hoguin2016-09-291-0/+8
|
* Add rabbit_pbe:encrypt_term and decrypt_termLoïc Hoguin2016-09-292-0/+38
|
* Add rabbit_pbe module for password based encryptionLoïc Hoguin2016-09-292-0/+185
|
* Tests timingDaniil Fedotov2016-09-282-7/+13
|
* Merge branch 'rabbitmq-server-975' into stableMichael Klishin2016-09-261-3/+9
|\
| * Stop syncer if there is no slaves to sync toDaniil Fedotov2016-09-261-3/+9
|/
* Update rabbitmq-components.mkJean-Sébastien Pédron2016-09-231-0/+2
|
* Update erlang.mkJean-Sébastien Pédron2016-09-221-316/+352
|
* Makefile: Move install recipes to rabbitmq-releaseJean-Sébastien Pédron2016-09-221-117/+0
| | | | [#130659985]
* Move all release handling bits to rabbitmq-releaseJean-Sébastien Pédron2016-09-2151-6274/+6
| | | | [#130659985]
* Merge branch 'rabbitmq-server-944' into stableMichael Klishin2016-09-212-5/+24
|\
| * Merge branch 'stable' into rabbitmq-server-944Michael Klishin2016-09-215-48/+80
| |\ | |/ |/|
* | Merge branch 'rabbitmq-server-953' into stableMichael Klishin2016-09-204-47/+79
|\ \
| * \ Merge branch 'stable' into rabbitmq-server-953Michael Klishin2016-09-206-498/+10
| |\ \ | |/ / |/| |
* | | Makefile: Remove the `$(PLUGINS)` variableJean-Sébastien Pédron2016-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that plugins have an explicit dependency to rabbitmq-common and rabbitmq-server, using `$(PLUGINS)` recreates the circular dependency being fixed. This facility will be replaced by a proper mechanism. [#130659985]
| * | Match shutdown as expected return valueDiana Corbacho2016-09-171-1/+1
| | |
| * | Stop queue gracefully on coordinator/GM initialisation shutdownDiana Corbacho2016-09-162-31/+59
| | |
| * | Stop GM with reason shutdown whenever an error is detectedDiana Corbacho2016-09-161-15/+19
| | |
| | * Stop in request_depth if master is not a member any longerDiana Corbacho2016-09-201-3/+9
| | |
| | * Stop slaves once removed from the amqqueue record by other nodesDiana Corbacho2016-09-191-2/+15
| |/ |/|
* | Remove `inet_proxy` Erlang distributionJean-Sébastien Pédron2016-09-193-442/+0
| | | | | | | | | | | | It's now part of rabbitmq-ct-helpers. [#130086871]
* | Makefile: Explicitely list all DEPSJean-Sébastien Pédron2016-09-192-48/+2
| | | | | | | | | | | | | | Sync rabbitmq-components.mk with rabbitmq-common to remove automatic DEPS handling. [#130086871]
* | Merge pull request #966 from bogdando/stableMichael Klishin2016-09-161-8/+8
|\ \ | | | | | | Fix stdout/stderr redirects
| * | Fix stdout/stderr redirectsBogdan Dobrelya2016-09-161-8/+8
|/ / | | | | | | | | | | Related Fuel bug https://bugs.launchpad.net/fuel/+bug/1506423 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
* | Merge pull request #961 from rabbitmq/rabbitmq-server-953Michael Klishin2016-09-151-1/+1
|\ \ | |/ | | Stop master with reason shutdown on duplicated masters
| * Merge branch 'stable' into rabbitmq-server-953Michael Klishin2016-09-150-0/+0
| |\ | |/ |/|
* | Update expectations for new credit flow valuesMichael Klishin2016-09-151-4/+4
| |
| * Update expectations for new credit flow valuesMichael Klishin2016-09-151-4/+4
| |
| * Merge branch 'stable' into rabbitmq-server-953Michael Klishin2016-09-152-16/+3
| |\ | |/ |/|
* | Update rabbitmq-components.mkJean-Sébastien Pédron2016-09-151-15/+2
| |
* | Merge pull request #963 from rabbitmq/rabbitmq-server-962Michael Klishin2016-09-151-1/+1
|\ \ | | | | | | Fix log message
| * | Fix log messageDiana Corbacho2016-09-151-1/+1
|/ /
| * Stop master with reason shutdown on duplicated mastersDiana Corbacho2016-09-141-1/+1
|/ | | | * Avoid removing the queue record
* Merge pull request #957 from rabbitmq/rabbitmq-server-956Michael Klishin2016-09-122-2/+3
|\ | | | | Introduce RABBITMQ_IGNORE_SIGINT to ignore the +B VM flag
| * Ignore current value of RABBITMQ_IGNORE_SIGINT_FLAGMichael Klishin2016-09-121-1/+1
| |
| * Merge branch 'stable' into rabbitmq-server-956Michael Klishin2016-09-122-2/+19
| |\
| * | Boolean flag to enable/disable +B VM optionDaniil Fedotov2016-09-121-1/+2
| | |
| * | ENV variable to override +B VM optionDaniil Fedotov2016-09-122-2/+2
| | |
* | | Merge pull request #954 from rabbitmq/rabbitmq-server-908Karl Nilsson2016-09-122-2/+13
|\ \ \ | | | | | | | | Make VM +zdbbl easier to configure, bump default to 32MB
| * | | Make VM distribution buffer size easier to configure, bump default to 32MBMichael Klishin2016-09-122-2/+13
| |/ / | | | | | | | | | Fixes #908.
* | | Merge pull request #955 from rabbitmq/rabbitmq-server-949D Corbacho2016-09-121-1/+2
|\ \ \ | |_|/ |/| | Bump default MoreCreditAfter to 100
| * | Bump default MoreCreditAfter to 100Michael Klishin2016-09-121-1/+2
| |/ | | | | | | | | | | | | | | | | Local benchmarks with PerfTest demonstrate an insignificant (ranging from -1% to 2% improvement for 95th percentile) throughput change, however, a few large users report this reducing the amount of time queues spent in flow on their workloads. The original value is certainly quite conservative.
* | Merge pull request #946 from dmitrymex/reset-mnesia-schemaMichael Klishin2016-09-121-1/+13
|\ \ | | | | | | [OCF HA] Delete Mnesia schema on mnesia reset
| * | [OCF HA] Delete Mnesia schema on mnesia resetDmitry Mescheryakov2016-09-071-1/+13
| |/ | | | | | | | | | | | | Not doing so leads to RabbitMQ node being half-stuck in cluster. As a result, it can't clearly join back and constantly fails. Details could be found in the following Fuel bug: https://bugs.launchpad.net/fuel/+bug/1620649