summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Log when Looking Glass is enabledMichael Klishin2017-06-271-0/+1
* Merge branch 'master' into rabbitmq-common-198Michael Klishin2017-06-2732-1194/+7187
|\
| * Merge branch 'stable'Michael Klishin2017-06-271-1/+1
| |\
| | * Add OTP version to server properties during connection negotiationGerhard Lazu2017-06-261-1/+1
| * | Merge branch 'stable'Jean-Sébastien Pédron2017-06-261-15/+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
| * | 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-7/+7
| * | Move modules which don't belong to rabbitmq-common hereJean-Sébastien Pédron2017-06-2610-0/+4817
| * | 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/+2115
| * | rabbit_log: Move it from rabbitmq-server to rabbitmq-commonJean-Sébastien Pédron2017-06-261-128/+0
| * | vm_memory_monitor, rabbit_resource_monitor_misc: Move to rabbitmq-commonJean-Sébastien Pédron2017-06-262-587/+0
| * | Merge branch 'stable'Jean-Sébastien Pédron2017-06-262-7/+4
| |\ \ | | |/
| | * 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
| * | Don't use export_allMichael Klishin2017-06-231-2/+4
| * | Merge branch 'stable'Jean-Sébastien Pédron2017-06-212-103/+103
| |\ \ | | |/
| | * 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 branch 'stable'Michael Klishin2017-06-194-26/+127
| |\ \ | | |/
| | * 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
| | | |/ | | |/|
| * | | Do not assume `#resource` is a 4-element tuple.Daniil Fedotov2017-06-131-1/+1
| * | | Merge branch 'stable'Jean-Sébastien Pédron2017-06-132-21/+21
| |\ \ \ | | |/ /
| | * | 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 pull request #1258 from rabbitmq/rabbitmq-server-1257Michael Klishin2017-06-125-14/+114
| |\ \
| | * \ Merge branch 'master' into rabbitmq-server-1257Michael Klishin2017-06-121-22/+49
| | |\ \
| | * | | Locking support in cluster formationDiana Corbacho2017-06-095-14/+114
| * | | | Merge branch 'stable'Daniil Fedotov2017-06-122-1/+33
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | 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