summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Set ERL_MAX_ variables in rabbitmq-env.bat so they will be available in rabbi...Luke Bakken2019-09-233-16/+11
* Allow setting ERL_MAX_PORTS in rabbitmq-env-conf.batLuke Bakken2019-09-232-0/+7
* Add scripts for newly introduced rabbitmq-upgradeMichael Klishin2019-09-222-0/+98
* scripts/*.bat: Exit with CLI's exit status, not 1Jean-Sébastien Pédron2019-08-305-5/+5
* scripts/rabbitmq-server.bat: Use `werl.exe` when user wants a shellJean-Sébastien Pédron2019-08-281-1/+7
* rabbitmq-env.bat: Quote the expansion of %1 in `filter_path`Jean-Sébastien Pédron2019-08-281-2/+2
* Refer to rabbitmqctl.bat using .bat extension on win32Luke Bakken2019-08-281-3/+3
* Set RABBITMQ_FEATURE_FLAGS_FILE_source=environment correctly on win32Luke Bakken2019-08-281-0/+1
* Remove short name formattingLuke Bakken2019-08-134-123/+108
* Bundle Cuttlefish 2.3.0 escript produced on Erlang/OTP 21.3Michael Klishin2019-08-081-0/+0
* Revert "Bump bundle cuttlefish to Kyorai/cuttlefish@fff866a3a22dc2a8f3d23aa13...v3.8.0-beta.6Michael Klishin2019-08-031-0/+0
* Bump bundle cuttlefish to Kyorai/cuttlefish@fff866a3a22dc2a8f3d23aa13933b9054...Michael Klishin2019-08-031-0/+0
* Add RABBITMQ_SERVER_ADDITIONAL_ERL_ARGSGabriele2019-05-311-0/+1
* Rename function to convert forward slashes, use it in another placeLuke Bakken2019-03-252-6/+17
* Fix issues with forward slashesClaas Diederichs2019-03-231-0/+9
* URL CleanupSpring Operator2019-03-207-8/+8
* URL CleanupSpring Operator2019-03-126-6/+6
* rabbitmq-env: Pass remote node name ro child rabbitmqctl(8)Jean-Sébastien Pédron2019-02-201-1/+16
* Remove inet_dist_listen_min / max from ini schema since they do not workLuke Bakken2019-02-141-1/+1
* Assing RABBITMQ_CONFIG_ARG_FILE variableGabriele2019-02-141-0/+1
* spelling: overriddenJosh Soref2019-02-123-3/+3
* spelling: explicitlyJosh Soref2019-02-121-1/+1
* New "Feature flags" subsystem to ease upgrades with breaking changesJean-Sébastien Pédron2019-02-015-4/+40
* Always copy rabbit.schema fileLuke Bakken2019-01-233-9/+3
* Fixed years in copyrightSamuel NELA2019-01-1313-14/+13
* Correct argument order for -paLuke Bakken2018-11-271-5/+5
* Merge pull request #1740 from rabbitmq/rabbitmq-server-161167716-2v3.8.0-beta.1Michael Klishin2018-11-034-5/+0
|\
| * remove duplicated codeLuke Bakken2018-10-191-1/+0
| * Set node name for rabbit_prelaunch step in Windows scriptsLuke Bakken2018-10-195-5/+1
| * Remove unused -nodename argument to erl, ensure that RABBITMQ_NAME_TYPE is us...Luke Bakken2018-10-195-5/+5
* | rabbitmq-env.bat: Define `$RABBITMQ_QUORUM_DIR`Jean-Sébastien Pédron2018-10-311-0/+9
* | Quorum queues (#1706)Karl Nilsson2018-10-296-1/+108
|/
* Improve error reporting in rabbitmq-server.batArtem Zinenko2018-10-181-0/+4
* Cleanup EXIT case-styleArtem Zinenko2018-10-171-1/+1
* Improve error reporting in rabbitmq-diagnostics.batArtem Zinenko2018-10-171-0/+4
* Improve error reporting in rabbitmq-plugins.batArtem Zinenko2018-10-171-0/+4
* Fixes #1735: Improve error reporting in rabbitmqctl.batArtem Zinenko2018-10-171-0/+4
* Ensure EPMD env vars are exported if setLuke Bakken2018-10-111-2/+7
* Don't force -q in rabbitmq-pluginsMichael Klishin2018-10-021-1/+1
* Don't force --formatter=plugins on rabbitmq-plugins commandsMichael Klishin2018-09-282-2/+2
* Format errors and warnings with regard to config files in a manner similar to...Luke Bakken2018-09-062-31/+68
* Move schema dir creation to the point it's going to be used.Daniil Fedotov2018-08-313-36/+36
* Remove typoLuke Bakken2018-08-141-4/+0
* Add extension to default advanced config file name on windowsDaniil Fedotov2018-08-142-2/+2
* Batch file syntax errors. Config check error formatDaniil Fedotov2018-08-142-10/+10
* Move file with no extension variable assignment before it's usedDaniil Fedotov2018-08-142-2/+4
* Do not add ./ to NOEX files if the file is in the current dirDaniil Fedotov2018-08-141-3/+7
* Better warning and error messages in scripts.Daniil Fedotov2018-08-143-36/+65
* Fix function removing extension.Daniil Fedotov2018-08-141-3/+13
* Simple validation for config file content and extension.Daniil Fedotov2018-08-143-5/+27