summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rabbit_variable_queue: Adapt to new rabbit_recovery_terms:open_table/1Jean-Sébastien Pédron2020-01-031-1/+1
* rabbit_variable_queue: Normalize indentationJean-Sébastien Pédron2020-01-031-2/+2
* Reformatted #2197 by @nyczol, references #2199Michael Klishin2019-12-291-1/+4
* (c) bumpMichael Klishin2019-12-29124-124/+124
* More type specsMichael Klishin2019-12-261-0/+4
* Handle potential dets:open_file/2 errors with up to 10 retriesMichael Klishin2019-12-261-13/+26
* Update rabbit_recovery_terms.erltomyouyou2019-12-261-3/+13
* rabbit.gc_threshold => rabbit.writer_gc_threshold, references #2182Michael Klishin2019-12-241-5/+5
* Merge branch 'configurable_gc_threshold' of https://github.com/nyczol/rabbitm...Michael Klishin2019-12-202-9/+21
|\
| * make garbage collector threshold configurableANycz2019-12-112-9/+21
* | Merge pull request #2188 from rabbitmq/rabbitmq-cli-389-part2Luke Bakken2019-12-191-1/+32
|\ \
| * | Rename QQs to ClassicQsLuke Bakken2019-12-191-2/+2
| * | More support functions for rabbitmq/rabbitmq-cli#389Michael Klishin2019-12-191-1/+32
* | | rabbitmq_prelaunch: Run rabbit_prelaunch_conf:setup/1 earlierLuke Bakken2019-12-193-539/+54
|/ /
* | Merge pull request #2185 from rabbitmq/qq-aux-eval-changesKarl Nilsson2019-12-161-2/+4
|\ \
| * | Update rabbit_fifo with Ra aux changeskjnilsson2019-12-131-2/+4
* | | rabbit: Notify systemd after marking RabbitMQ as readyJean-Sébastien Pédron2019-12-161-2/+2
|/ /
* | Ensure list_local_quorum_queues workskjnilsson2019-12-121-4/+2
* | Drive-by change: correct a typoMichael Klishin2019-12-121-1/+1
* | rabbit_{amqueue,quorum_queue}: add several listing and sampling functionsMichael Klishin2019-12-123-9/+139
|/
* rabbit_lager: Use log levels from prelaunch contextJean-Sébastien Pédron2019-12-111-10/+78
* Move most of shell scripts to Erlang codeJean-Sébastien Pédron2019-12-1111-834/+1023
* Ensure syslog application is started when used as backendLuke Bakken2019-12-091-4/+27
* rabbit_mnesia: Be more flexible in is_virgin_node()Jean-Sébastien Pédron2019-12-051-9/+9
* rabbit_mnesia: Do not include `rabbit.hrl`Jean-Sébastien Pédron2019-12-051-2/+0
* Take consumers from `handle_tick` arguments, as stats from `infos` are not ye...dcorbacho2019-11-291-3/+7
* Remove duplicated consumers metric in quorum queuesdcorbacho2019-11-281-1/+1
* Merge pull request #2165 from rabbitmq/mgmt-less-improvementsMichael Klishin2019-11-273-4/+66
|\
| * Add format/1 for classic queues and totals/type_specific info for all typesdcorbacho2019-11-173-4/+66
* | rabbit_channel: Restore start_link/11 for backward compatibilityJean-Sébastien Pédron2019-11-262-2/+13
* | Merge pull request #2167 from rabbitmq/basic-get-sac-qqMichael Klishin2019-11-263-0/+10
|\ \
| * | Reject basic.get operations on quorum queues with single active consumer enableddcorbacho2019-11-203-0/+10
* | | Merge pull request #2172 from rabbitmq/velimir-avoid-get-amqp-params-callMichael Klishin2019-11-264-135/+99
|\ \ \
| * | | Remove log statementArnaud Cogoluègnes2019-11-251-2/+1
| * | | Continuation to #2169 by @velimirMichael Klishin2019-11-233-24/+18
| * | | Merge branch 'avoid-get-amqp-params-call' of https://github.com/velimir/rabbi...Michael Klishin2019-11-203-113/+84
| |\ \ \
| | * | | avoid synchronous call to a connection process from a channel processGrigory Starinkin2019-11-203-113/+84
| | | |/ | | |/|
* | | | Skip importing queues and exchanges with invalid namesLuke Bakken2019-11-211-0/+12
|/ / /
* | | Fix a rabbit_mgmt_util extraction leftoverMichael Klishin2019-11-191-1/+1
| |/ |/|
* | Merge pull request #2160 from rabbitmq/rabbitmq-management-749Michael Klishin2019-11-197-24/+919
|\ \ | |/ |/|
| * rabbit_definitions:import_parsed/{1,2}: support proplistsMichael Klishin2019-11-161-3/+7
| * Refactoring for CLI-driven definition importMichael Klishin2019-11-164-15/+27
| * Log spamMichael Klishin2019-11-151-1/+0
| * Definition import: refactor for future ctl commandMichael Klishin2019-11-151-82/+136
| * Definition export: alias rabbit_version as rabbitmq_versionMichael Klishin2019-11-151-0/+1
| * Export general and topic permissionsMichael Klishin2019-11-141-2/+17
| * Export explicitly defined bindingsMichael Klishin2019-11-142-7/+36
| * Export runtime parameters and policiesMichael Klishin2019-11-141-3/+36
| * Definition export WIPMichael Klishin2019-11-141-8/+114
| * Normalize policy definitions before merging themMichael Klishin2019-11-121-17/+17