Age | Commit message (Expand) | Author |
2019-06-29 | Merge pull request #734 from vicbaz/master | Tristan Sloughter |
2019-06-28 | Handle multiple tokens | Victor |
2019-06-12 | Cookie and hostname should not be quoted | Ivaylo Badinov |
2019-06-11 | Fix path variables quoting for Windows | Ivaylo Badinov |
2019-05-27 | Merge pull request #724 from venimus/findstr-pathv3.32.0 | Tristan Sloughter |
2019-05-27 | Merge pull request #719 from escarabelg/patch-1 | Tristan Sloughter |
2019-05-27 | Fix "'findstr' is not recognized as ..." | Ivaylo Badinov |
2019-05-18 | include apps in start_clean release but don't load in console_clean | Tristan Sloughter |
2019-05-15 | change '' to ``. Bug windows 7+ | Guilherme Escarabel |
2019-04-14 | add dist name and cookie to ERL_FLAGS for nodetool (#712)v3.31.0 | Tristan Sloughter |
2019-04-12 | include dist and epmd arguments from vm.args in remote shell and nodetool cal...v3.30.0 | Tristan Sloughter |
2019-04-12 | don't require a cookie in the start script (#708) | Tristan Sloughter |
2019-04-05 | Refactor creation of .erlang.cookie for use in start/console procedures (#690) | Tino Breddin |
2019-04-03 | Fix parameter shift on win32 for extension commands | Tino Breddin |
2019-04-01 | use RELX_OUT_FILE_PATH even when generating from .src files (#700) | Tristan Sloughter |
2019-03-31 | RUNNER_LOG_DIR is only used in 'start' so only make it there (#699) | Tristan Sloughter |
2019-02-21 | Attempt at a fix for vm.args usage (#688)v3.29.0 | Anthony Molinaro |
2019-02-13 | Merge pull request #675 from slepher/master | Luis Rascão |
2019-02-11 | Fix relx_escript | Tino Breddin |
2019-02-10 | Fix windows extended bin | Tino Breddin |
2019-02-10 | Add extensions to win32 extended_bin | Tino Breddin |
2019-02-08 | Add sys.config and vm.args check to extended win32 bin | Tino Breddin |
2019-02-08 | Fix renaming of .orig configuration files on Windows | Michael Taylor |
2019-01-31 | Merge pull request #678 from aeternity/uw-auto-set-cookie | Luis Rascão |
2019-01-16 | Enable passing arguments with spaces to extensions | Luca Favatella |
2018-11-27 | run named erl nodes to auto-set cookie | Ulf Wiger |
2018-11-19 | Don't write to release bin/ directory | eldarko |
2018-10-30 | fix --relx-disable-hooks cause start_boot <boot_file> start fail | slepher |
2018-10-11 | Prevent double hook invocation on 'start' command | Luis Rascao |
2018-10-11 | Capture internal start script arguments | Luis Rascao |
2018-09-19 | using %hostname% in service install | shamis |
2018-08-09 | Check for pipe write permission on start/attach | Luis Rascao |
2018-06-19 | Fix hostname settings in windows extended script (#659)v3.25.0 | Fred Hebert |
2018-06-15 | Start script (#635) | Michael Santos |
2018-06-12 | support for OTP21's sys.config.src file in releases (#647) | Tristan Sloughter |
2018-06-02 | add -heart to args not to be copied to nodetool (#653) | Jan Uhlig |
2018-04-01 | Reorder replace_os_vars and node NAME assignment | Alexander Petrovsky |
2018-04-01 | Fix backup file creation by sed | Alexander Petrovsky |
2018-03-22 | Extend adding extra args from vm.args to install_upgrade.escript | konyaris |
2018-02-15 | Add extra args from vm.args into escripts and erl | Alexander Petrovsky |
2018-01-02 | Clarify that extension scripts shall exit | Luca Favatella |
2017-11-21 | Revert "Only print lines for os var that are set" | Tristan Sloughter |
2017-11-20 | Windows: support remote_console, fix attach | Fred Hebert |
2017-11-17 | Fix release upgrades on Windows | Fred Hebert |
2017-11-01 | Support OTP-20 Unicode functions | Fred Hebert |
2017-10-30 | Fix printf statement. Backslash is not necessary and dash is picky about it | Luke Bakken |
2017-10-30 | Add test that demonstrates that fixes preserve an argument that contains both... | Luke Bakken |
2017-10-25 | Correctly construct HEART_COMMAND and run_erl arguments | Luke Bakken |
2017-10-19 | Only print lines for os var that are set | Anthony Jackson |
2017-10-19 | Merge pull request #616 from koctep/add_boot_var_ERTS_LIB_DIR | Luis Rascão |