summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | rabbit_nodes_common: Move ensure_epmd() from rabbitmq-serverJean-Sébastien Pédron2017-06-261-15/+1
* | Merge branch 'resolve-deps-circles' into stableJean-Sébastien Pédron2017-06-2620-1190/+6502
|\ \
| * | 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
|/
* Fix log_management test in OTP 20Gerhard Lazu2017-06-221-1/+1
* Remove duplicate READMEGerhard Lazu2017-06-211-1/+0
* Merge pull request #1270 from rabbitmq/rabbitmq-server-1223-fixMichael Klishin2017-06-211-6/+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-212-11/+23
* 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
* Improve naming for test iterations & properties which are testedrabbitmq_v3_6_11_milestone2Gerhard Lazu2017-06-201-7/+13
* Fix binary comparison in OTP R16B03Gerhard Lazu2017-06-201-1/+1
* Merge pull request #1259 from rabbitmq/rabbitmq-server-1223Michael Klishin2017-06-193-15/+125
|\
| * Merge branch 'stable' into rabbitmq-server-1223Michael Klishin2017-06-195-22/+89
| |\
| * | 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-142-4/+21
| * | 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-122-6/+74
* | | Merge pull request #1268 from rabbitmq/rabbitmq-server-1243Michael Klishin2017-06-183-24/+50
|\ \ \
| * \ \ Merge branch 'stable' into rabbitmq-server-1243Michael Klishin2017-06-171-1/+1
| |\ \ \ | |/ / / |/| | |
* | | | Manually re-apply #1269Michael Klishin2017-06-171-1/+1
* | | | Revert "Using square brackets could cause an error"Michael Klishin2017-06-171-26/+1
| |_|/ |/| |
* | | Using square brackets could cause an errorLuke Bakken2017-06-171-1/+26
| * | Make term_to_binary_compat generate binaries using minor_version 1.Daniil Fedotov2017-06-163-24/+50
|/ /
* | Merge pull request #1260 from rabbitmq/improve-partitions_SUITED Corbacho2017-06-132-20/+58
|\ \
| * | partitions_SUITE: Try to improve partial_pause_minorityJean-Sébastien Pédron2017-06-131-0/+12
| * | partitions_SUITE: Try to improve partial_false_positiveJean-Sébastien Pédron2017-06-131-0/+26
| * | 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
* | Update rabbitmq-components.mkMichael Klishin2017-06-121-0/+4
|/