summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add test for cleaning up dead exclusive queuesLuke Bakken2017-08-091-5/+5
* Correctly check for exclusive queueLuke Bakken2017-08-081-2/+2
* Add is_exclusive to queue deletion clauseLuke Bakken2017-08-081-6/+13
* 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
* Do not show queues with deleted vhost.Daniil Fedotov2017-07-211-8/+39
* Report a difference between RSS and erlang total memory only if RSS is bigger.Daniil Fedotov2017-07-181-5/+11
* Add vm_memory_calculation_strategy to ctl statusMichael Klishin2017-07-111-1/+2
* Remove OsTotal - ErlangTotal mem calculation from other_system memGerhard Lazu2017-07-101-4/+3
* Merge branch 'stable' into rabbitmq-management-427Michael Klishin2017-07-101-1/+2
|\
| * Do not require a node to be running to execute decode, list_ciphers and list_...Daniil Fedotov2017-07-041-1/+2
* | Revert unnecessary function additionLuke Bakken2017-07-051-6/+2
* | Clean up queue metrics on queue termination.kjnilsson2017-07-043-3/+9
* | Add list_local_names functionLuke Bakken2017-06-281-1/+6
* | Only GC local queue metricsLuke Bakken2017-06-281-6/+1
* | Filter queue list by local pidLuke Bakken2017-06-281-1/+6
|/
* rabbit_runtime_parameters: Remove module name for local callsJean-Sébastien Pédron2017-06-281-4/+4
* Merge branch 'stable' into rabbitmq-server-ctl-decodeMichael Klishin2017-06-2820-1190/+6488
|\
| * Add OTP version to server properties during connection negotiationGerhard Lazu2017-06-261-1/+1
| * rabbit_nodes_common: Move ensure_epmd() from rabbitmq-serverJean-Sébastien Pédron2017-06-261-15/+1
| * Move rabbit_net:accept_ack() to rabbit_networkingJean-Sébastien Pédron2017-06-262-2/+20
| * rabbit_auth_backend_internal: with_user_and_vhost() was movedJean-Sébastien Pédron2017-06-261-3/+3
| * Move modules which don't belong to rabbitmq-common hereJean-Sébastien Pédron2017-06-2610-0/+4464
| * rabbit_vhost: Move with_user_and_vhost/3 from rabbit_misc in rabbitmq-commonJean-Sébastien Pédron2017-06-261-1/+6
| * mnesia_sync: Move to rabbitmq-commonJean-Sébastien Pédron2017-06-261-73/+0
| * worker_pool: Move to rabbitmq-commonJean-Sébastien Pédron2017-06-263-421/+0
| * Move rabbit_networking and rabbit_reader from rabbitmq-commonJean-Sébastien Pédron2017-06-262-0/+2014
| * rabbit_log: Move it from rabbitmq-server to rabbitmq-commonJean-Sébastien Pédron2017-06-261-108/+0
| * vm_memory_monitor, rabbit_resource_monitor_misc: Move to rabbitmq-commonJean-Sébastien Pédron2017-06-262-587/+0
* | Add CTL commands to decode encoded value and list ciphers and hashesDaniil Fedotov2017-06-282-49/+88
|/
* Use wmic instead of tasklist to get Windows process memoryLuke Bakken2017-06-211-6/+4
* Fix term_to_binary_compat tests in R16B03Jean-Sébastien Pedron2017-06-211-1/+0
* rabbit_vm, vm_memory_monitor: Use spaces to indentJean-Sébastien Pédron2017-06-212-8/+7
* Move total_memory() from rabbit_vm to vm_memory_monitorJean-Sébastien Pédron2017-06-212-101/+102
* Merge pull request #1259 from rabbitmq/rabbitmq-server-1223Michael Klishin2017-06-192-15/+124
|\
| * Merge branch 'stable' into rabbitmq-server-1223Michael Klishin2017-06-192-21/+21
| |\
| * | Move function that reports total used memoryDaniil Fedotov2017-06-152-100/+97
| * | Change vm_memory_use_process_rss config to vm_memory_calculation_strategyDaniil Fedotov2017-06-141-3/+20
| * | Use OS memory total when reporting memory usageDaniil Fedotov2017-06-141-8/+25
| * | Current process system memory functions for various OSes.Daniil Fedotov2017-06-131-5/+16
| * | Use system process rss memory when reporting vm memoryDaniil Fedotov2017-06-121-6/+73
* | | Make term_to_binary_compat generate binaries using minor_version 1.Daniil Fedotov2017-06-162-11/+4
| |/ |/|
* | rabbit_node_monitor: Normalize indent and remove trailing spacesJean-Sébastien Pédron2017-06-131-20/+20
* | rabbit: Remove trailing space in log messageJean-Sébastien Pédron2017-06-131-1/+1
|/
* Merge branch 'stable' into rabbitmq-server-1243Michael Klishin2017-06-082-10/+13
|\
| * Modify the documentation and background_gc.erl default value for background_g...Fabian Ponce2017-06-071-1/+1
| * Log MiB instead of MB and report total of bytesDiana Corbacho2017-06-061-9/+12
* | Comment on binary format valuesDaniil Fedotov2017-06-061-6/+6
* | OTP-20 compatibility workaround for queue directory names.Daniil Fedotov2017-06-062-1/+33
|/