Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-28 | Add 'chaos first fit' to test mixed-order carrier migration | John Högberg | |
2018-06-28 | Remove ad-hoc memory use calculations in tests | John Högberg | |
2018-06-28 | Allow cross-type carrier migration | John Högberg | |
2018-06-21 | Account for the number of workers in system_info_SUITE:memory | John Högberg | |
This reduces instability on test rigs with more than a handful schedulers. | |||
2018-06-21 | Merge branch 'henrik/update-OTP_VERSION' | Henrik Nord | |
* henrik/update-OTP_VERSION: update for 22 | |||
2018-06-21 | update for 22 | Henrik Nord | |
2018-06-20 | Merge branch 'maint' | Lukas Larsson | |
* maint: travis: Enable docs deploy for all branches | |||
2018-06-20 | travis: Enable docs deploy for all branches | Lukas Larsson | |
2018-06-20 | Merge branch 'maint' | Lukas Larsson | |
* maint: travis: Enable delivery of docs | |||
2018-06-20 | travis: Enable delivery of docs | Lukas Larsson | |
2018-06-20 | Merge branch 'maint' | Lukas Larsson | |
* maint: erts: Update etp-commands with correct aux_flags | |||
2018-06-20 | Merge branch 'lukas/erts/etp-aux-work-fixes' into maint | Lukas Larsson | |
* lukas/erts/etp-aux-work-fixes: erts: Update etp-commands with correct aux_flags | |||
2018-06-19 | Merge branch 'maint' | Lukas Larsson | |
* maint: travis: Update deploy security token | |||
2018-06-19 | travis: Update deploy security token | Lukas Larsson | |
2018-06-19 | Updated OTP versionOTP-21.0 | Erlang/OTP | |
2018-06-19 | Prepare release | Erlang/OTP | |
2018-06-18 | travis: Don't run docs deploy script | Lukas Larsson | |
Need to create a seperate repo first for this to push to. | |||
2018-06-18 | Merge branch 'lukas/travis/deploy' | Lukas Larsson | |
* lukas/travis/deploy: Add deploy stage to travis-ci | |||
2018-06-18 | erts: Update etp-commands with correct aux_flags | Lukas Larsson | |
2018-06-18 | Add deploy stage to travis-ci | Lukas Larsson | |
2018-06-18 | Merge remote-tracking branch 'origin/henrik/Update-copyright' | Henrik Nord | |
* origin/henrik/Update-copyright: Update copyright year | |||
2018-06-18 | Update copyright year | Henrik Nord | |
2018-06-18 | Merge branch 'ingela/ssl/doc-fix-21' | Ingela Anderton Andin | |
* ingela/ssl/doc-fix-21: ssl: Document enhancements | |||
2018-06-18 | ssl: Document enhancements | Ingela Anderton Andin | |
2018-06-18 | Merge branch 'lukas/erts/fix_vxworks_configure' | Lukas Larsson | |
* lukas/erts/fix_vxworks_configure: erts: Fix vxworks configure broken by corba removal | |||
2018-06-18 | erts: Fix vxworks configure broken by corba removal | Lukas Larsson | |
2018-06-18 | Update preloaded modules | Henrik Nord | |
2018-06-18 | Update primary bootstrap | Henrik Nord | |
2018-06-15 | Merge branch 'sverker/macos-select-fd-bug' | Sverker Eriksson | |
* sverker/macos-select-fd-bug: erts: Fix MacOS pollset bug | |||
2018-06-15 | Merge branch 'lukas/otp_mibs/deprecate/OTP-15141' | Lukas Larsson | |
* lukas/otp_mibs/deprecate/OTP-15141: Update primary bootstrap Deprecate otp_mibs | |||
2018-06-15 | Merge branch 'siri/logger-fix' | Siri Hansen | |
* siri/logger-fix: [logger] Update documentation [logger] Adjust priority settings in test [logger] Unregister handler names before terminating [logger] Stress overload_kill tests in disk_log handler | |||
2018-06-15 | [logger] Update documentation | Siri Hansen | |
2018-06-15 | [logger] Adjust priority settings in test | Siri Hansen | |
Now only setting high priority on every second burst sending process, to allow for handler process to be scheduled in every now and then. | |||
2018-06-15 | [logger] Unregister handler names before terminating | Siri Hansen | |
2018-06-15 | [logger] Stress overload_kill tests in disk_log handler | Siri Hansen | |
2018-06-15 | Merge branch 'peppe/common_test/no_export_all_warning/OTP-14810' | Peter Andersson | |
* peppe/common_test/no_export_all_warning/OTP-14810: No export_all warning when compiling test suites OTP-14810 | |||
2018-06-15 | Merge branch 'peppe/kernel/logger_updates' | Peter Andersson | |
* peppe/kernel/logger_updates: [logger] Correct documentation [logger] Update handler documentation [logger] Fix test suite compilation warnings [logger] Fix failing tests [logger] Change overload_kill_restart_after value to infinity [logger] Change name of function sync/1 to filesync/1 [logger] Reset logger config after tests [logger] Don't delete log file of failing test cases [logger] Set up priority for processes generatig test bursts [logger] Stress overload_kill tests a bit more [logger] Remove some compiler warnings in test suites [logger] Sort keys when testing formatter template [logger] Skip test involving file access rights on windows [logger] Skip some overload protection tests when using dirty schedulers | |||
2018-06-15 | Merge pull request #1839 from rickard-green/rickard/misc-doc | Rickard Green | |
Info about support, compatibility, deprecation and removal OTP-15140 | |||
2018-06-15 | Merge branch 'hans/crypto/EVP_DH_key/OTP-14864' | Hans Nilsson | |
* hans/crypto/EVP_DH_key/OTP-14864: crypto: Remove EVP_PKEY from dh_compute_key_nif crypto: Try fix valgrind errors | |||
2018-06-15 | Merge pull request #1838 from crownedgrouse/master | Siri Hansen | |
Included config files relative to sys.config directory OTP-15137 | |||
2018-06-14 | Included config files relative to sys.config dir | crownedgrouse | |
Change the way included config files are searched in sys.config. Search first relative to sys.config directory, then relative to current working directory, for backward compatibility. This permit same result when using a sys.config file in a release or starting manually a node with -config. Credit to Siri Hansen for test case. | |||
2018-06-14 | Info about support, compatibility, deprecation and removal | Rickard Green | |
2018-06-14 | Merge branch 'ingela/ssl/21-enhanchment' | Ingela Anderton Andin | |
* ingela/ssl/21-enhanchment: ssl: Add handle_continue/2 and document enhancements | |||
2018-06-14 | No export_all warning when compiling test suites | Peter Andersson | |
OTP-14810 | |||
2018-06-14 | [logger] Correct documentation | Peter Andersson | |
2018-06-14 | [logger] Update handler documentation | Peter Andersson | |
2018-06-14 | [logger] Fix test suite compilation warnings | Peter Andersson | |
2018-06-14 | crypto: Remove EVP_PKEY from dh_compute_key_nif | Hans Nilsson | |
According to valgrind, there is a memory leak. When fixing that there is a core-dump instead. Since generate_key is the part that is important for the quality of the key we keep the old compute_key part to avoid memory leakage. | |||
2018-06-14 | crypto: Try fix valgrind errors | Hans Nilsson | |
Re-structure dh_compute_key_nif and dh_generate_key_nif to see variable scoping and alloc/dealloc pairs better | |||
2018-06-14 | ssl: Add handle_continue/2 and document enhancements | Ingela Anderton Andin | |
* deprecation of ssl:ssl_accept/[1,2,3] * deprecation of ssl:cipher_suites/[0,1] * More consistent naming |