summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Effectively link the spawned processDiana Corbacho2017-09-011-6/+6
* Link process responsible of restart during autoheal, and abort if neededDiana Corbacho2017-08-312-7/+23
* Add rabbit.vm_memory_calculation_strategy to config examplerabbitmq_v3_6_12_rc1Michael Klishin2017-08-251-0/+5
* Merge pull request #1341 from rabbitmq/rabbitmq-server-1340Michael Klishin2017-08-241-1/+8
|\
| * Do not GC channel-queue metrics on mirror migrationDiana Corbacho2017-08-231-1/+8
* | Merge pull request #1339 from rabbitmq/rabbitmq-server-1338Gerhard Lazu2017-08-223-5/+41
|\ \ | |/ |/|
| * Add target to run bats tests to MakefileGerhard Lazu2017-08-221-0/+18
| * Read rabbitmq-env.conf a bit earlier to pick up two variablesGerhard Lazu2017-08-222-5/+23
|/
* Merge pull request #1326 from rabbitmq/rabbitmq-server-1324rabbitmq_v3_6_11_rc3rabbitmq_v3_6_11Michael Klishin2017-08-101-2/+14
|\
| * Start/stop windows service using `net` utility instead of `erlsrv`Daniil Fedotov2017-08-081-2/+14
* | Move delays to the test where they belongMichael Klishin2017-08-101-1/+2
* | Inject a delay after killing nodeMichael Klishin2017-08-101-0/+3
* | 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