summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1325 from rabbitmq/rabbitmq-server-1323Michael Klishin2017-08-102-7/+30
|\
| * Add test for cleaning up dead exclusive queuesLuke Bakken2017-08-093-17/+23
| * Begin adding test for #1323Luke Bakken2017-08-091-1/+11
| * Correctly check for exclusive queueLuke Bakken2017-08-081-2/+2
| * Add is_exclusive to queue deletion clauseLuke Bakken2017-08-081-6/+13
|/
* Merge pull request #1312 from rabbitmq/rabbitmq-server-1306rabbitmq_v3_6_11_rc2rabbitmq_v3_6_11_rc1Gerhard Lazu2017-07-272-3/+3
|\
| * Bump DEFAULT_DISTRIBUTION_BUFFER_SIZE to 128 MBMichael Klishin2017-07-272-3/+3
|/
* Improve docsMichael Klishin2017-07-261-1/+11
* Update rabbitmq-components.mkMichael Klishin2017-07-261-1/+1
* Merge pull request #1302 from rabbitmq/stable-gm-mem-usage-during-constant-re...rabbitmq_v3_6_11_milestone5Michael Klishin2017-07-251-10/+24
|\
| * Run garbage collection in GM every 250msJean-Sébastien Pedron2017-07-251-7/+22
| * Remove hibernate from GMJean-Sébastien Pédron2017-07-241-3/+2
|/
* Remove the debug message about deleting queues without vhostsDaniil Fedotov2017-07-211-1/+0
* Merge pull request #1301 from rabbitmq/rabbitmq-server-1300Michael Klishin2017-07-211-8/+39
|\
| * Do not show queues with deleted vhost.Daniil Fedotov2017-07-211-8/+39
|/
* Merge pull request #1295 from rabbitmq/rabbitmq-server-1294rabbitmq_v3_6_11_milestone4Michael Klishin2017-07-201-5/+11
|\
| * Report a difference between RSS and erlang total memory only if RSS is bigger.Daniil Fedotov2017-07-181-5/+11
|/
* rabbit_core_metrics_gc_SUITE: Wait for condition in a loopJean-Sébastien Pédron2017-07-121-4/+9
* Add vm_memory_calculation_strategy to ctl statusMichael Klishin2017-07-111-1/+2
* Replace timer:sleep with a loop waiting on a predicate.kjnilsson2017-07-111-5/+15
* SimplifyMichael Klishin2017-07-111-9/+6
* Merge pull request #1290 from rabbitmq/rabbitmq-server-1285Michael Klishin2017-07-111-4/+24
|\
| * Add test for set_vm_memory_high_watermarkGerhard Lazu2017-07-101-4/+24
* | Remove OsTotal - ErlangTotal mem calculation from other_system memGerhard Lazu2017-07-101-4/+3
* | Merge pull request #1278 from rabbitmq/rabbitmq-management-427Michael Klishin2017-07-105-28/+90
|\ \ | |/ |/|
| * Merge branch 'stable' into rabbitmq-management-427Michael Klishin2017-07-103-31/+34
| |\ | |/ |/|
* | Do not require a node to be running to execute decode, list_ciphers and list_...Daniil Fedotov2017-07-041-1/+2
* | Mention ctl decode arguments on manpage.Daniil Fedotov2017-07-041-1/+19
* | unit_SUITE: Adapt rabbitmqctl_encode testcase to the new rabbit_control_pbe APIrabbitmq_v3_6_11_milestone3Jean-Sébastien Pédron2017-06-291-26/+10
* | docs/rabbitmqctl.1.xml: Fix quoting of {encrypted, <<"...">>}Jean-Sébastien Pédron2017-06-291-3/+3
| * Revert unnecessary function additionLuke Bakken2017-07-051-6/+2
| * Clean up queue metrics on queue termination.kjnilsson2017-07-044-21/+19
| * Add list_local_names functionLuke Bakken2017-06-281-1/+6
| * Only GC local queue metricsLuke Bakken2017-06-282-20/+2
| * Filter queue list by local pidLuke Bakken2017-06-282-2/+7
| * Force some GCLuke Bakken2017-06-281-1/+14
| * Add sleep to ensure sync_mirrors settlesLuke Bakken2017-06-281-7/+11
| * Check rpc return valuesLuke Bakken2017-06-281-26/+37
| * Issue is reproducedLuke Bakken2017-06-281-1/+5
| * Use rpc to synchronize queuesLuke Bakken2017-06-281-6/+17
| * Fixes setting ha policyLuke Bakken2017-06-281-7/+5
| * Add test skel to repro gh-427 in rabbitmq-managementLuke Bakken2017-06-281-11/+46
|/
* rabbit_runtime_parameters: Remove module name for local callsJean-Sébastien Pédron2017-06-281-4/+4
* Merge pull request #1276 from rabbitmq/rabbitmq-server-ctl-decodeMichael Klishin2017-06-283-52/+146
|\
| * CLI: ditto for decodeMichael Klishin2017-06-281-0/+25
| * CLI: add list_hashes and list_ciphers in rabbitmqctl(1)Michael Klishin2017-06-281-3/+33
| * Merge branch 'stable' into rabbitmq-server-ctl-decodeMichael Klishin2017-06-2821-1210/+6488
| |\ | |/ |/|
* | Merge pull request #1275 from rabbitmq/add-otp-version-to-server-propertiesMichael Klishin2017-06-271-1/+1
|\ \
| * | Add OTP version to server properties during connection negotiationGerhard Lazu2017-06-261-1/+1
|/ /
* | Remove dead testsGerhard Lazu2017-06-261-20/+0