summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Make rabbit_vhost:add/2 return an error when it failsMichael Klishin2017-07-051-6/+16
| * | | | | Log before throwing hereMichael Klishin2017-07-051-1/+4
| * | | | | Virtual host watcher: stop vhost's top level supervisor instead of exitingMichael Klishin2017-07-051-1/+8
| * | | | | Merge branch 'master' into rabbitmq-server-1280Michael Klishin2017-07-051-143/+7
| |\ \ \ \ \
| * | | | | | A typoMichael Klishin2017-07-041-1/+1
| * | | | | | Terminate when message stores fail to startMichael Klishin2017-07-041-3/+5
| * | | | | | Drop the "ignore" clauseMichael Klishin2017-07-041-3/+1
| * | | | | | Merge branch 'master' into rabbitmq-server-1280Michael Klishin2017-07-0411-179/+217
| |\ \ \ \ \ \
| * | | | | | | Correct a typoMichael Klishin2017-07-041-1/+1
| * | | | | | | Handle concurrent vhost creation and deletion betterMichael Klishin2017-07-0111-79/+183
* | | | | | | | Merge pull request #1288 from rabbitmq/fix-parseInt-usageMichael Klishin2017-07-081-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Fix verbiage to read a little betterLuke Bakken2017-07-071-2/+2
|/ / / / / / /
* | | | | | | sync_detection_SUITE: Wait for sync status for 30 secondsJean-Sébastien Pédron2017-07-051-1/+1
| |_|/ / / / |/| | | | |
* | | | | | rabbit_nodes: move a few more functions to rabbit_nodes_commonMichael Klishin2017-07-041-143/+7
| |/ / / / |/| | | |
* | | | | term_to_binary_compat:queue_name_to_binary/1 was supersededMichael Klishin2017-07-041-1/+1
* | | | | Merge branch 'stable'Daniil Fedotov2017-07-040-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | 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
* | | | | Update man entries for encode and decode commands correspond to commands API.Daniil Fedotov2017-07-041-23/+10
| | | * | Extract common parts of handle_method to be used directly from HTTP APIDiana Corbacho2017-07-071-269/+338
| |_|/ / |/| | |
* | | | Merge pull request #1250 from rabbitmq/rabbitmq-server-1246-masterMichael Klishin2017-07-043-47/+67
|\ \ \ \
| * \ \ \ Merge branch 'master' into rabbitmq-server-1246-masterMichael Klishin2017-07-038-114/+145
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1281 from rabbitmq/rabbitmq-common-208-masterMichael Klishin2017-07-032-32/+38
|\ \ \ \ \
| * | | | | Use delegate:invoke and delegate:invoke_no_resultDiana Corbacho2017-06-302-32/+38
* | | | | | rabbit_looking_glass: Tell xref to ignore call to lg:trace/4Jean-Sébastien Pédron2017-07-031-0/+2
|/ / / / /
* | | | | Merge branch 'stable'Jean-Sébastien Pédron2017-06-291-26/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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
* | | | | rabbit_runtime_parameters: Pass `ActingUser` to clear_component()Jean-Sébastien Pédron2017-06-292-4/+6
* | | | | rabbit_exchange_parameters, rabbit_runtime_parameters: Remove unused importsJean-Sébastien Pédron2017-06-292-3/+1
* | | | | docs/rabbitmqctl.8: Add list_hashes, list_ciphers and decode commandsJean-Sébastien Pédron2017-06-291-0/+26
* | | | | Merge branch 'stable'Jean-Sébastien Pédron2017-06-292-50/+63
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | 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
| | |\ \ | | |/ / | |/| |
| | * | Add CTL commands to decode encoded value and list ciphers and hashesDaniil Fedotov2017-06-282-49/+88
| | | * Merge branch 'master' into rabbitmq-server-1246-masterMichael Klishin2017-06-2934-1654/+7538
| | | |\ | |_|_|/ |/| | |
* | | | rabbit_vhost: Pass ActingUser to rabbit_auth_backend_internal:clear_topic_per...Jean-Sébastien Pédron2017-06-281-1/+2
* | | | rabbit_plugins_main: Remove unused moduleJean-Sébastien Pédron2017-06-281-365/+0
* | | | rabbit_cli: Remove all rpc_call() clausesJean-Sébastien Pédron2017-06-281-21/+1
* | | | docs/rabbitmqctl.8: Fix various syntax errorsJean-Sébastien Pédron2017-06-281-46/+55
* | | | rabbitmqctl man page grammarDaniil Fedotov2017-06-281-2/+2
* | | | Added command manuals for commands provided by plugins.Daniil Fedotov2017-06-271-0/+298
* | | | Merge pull request #1225 from rabbitmq/rabbitmq-common-198Michael Klishin2017-06-273-0/+49
|\ \ \ \
| * | | | Ignore callgraph.dot*Michael Klishin2017-06-271-0/+1
| * | | | Log when Looking Glass is enabledMichael Klishin2017-06-271-0/+1
| * | | | Merge branch 'master' into rabbitmq-common-198Michael Klishin2017-06-2757-1283/+7751
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into rabbitmq-common-198Michael Klishin2017-05-2711-1635/+153
| |\ \ \ \ \