Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | [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 | |||
2018-06-14 | Merge pull request #1837 from kostis/hipe-lcm-21-fix | Björn Gustavsson | |
Fix a crash in HiPE's lazy code motion pass | |||
2018-06-14 | [logger] Fix failing tests | Peter Andersson | |
2018-06-14 | Merge branch 'maint' | John Högberg | |
* maint: Updated OTP version Prepare release Add test case Parse #mc_new_type{}s before definitions_loop/2 erts: Fix race between ets table deletion and auto-unfix | |||
2018-06-14 | Merge branch 'maint-20' into maint | John Högberg | |
* maint-20: Updated OTP version Prepare release Add test case Parse #mc_new_type{}s before definitions_loop/2 erts: Fix race between ets table deletion and auto-unfix | |||
2018-06-14 | Merge branch 'ingela/ssl/test-ecdh-check' | Ingela Anderton Andin | |
* ingela/ssl/test-ecdh-check: ssl: Update interop conditions | |||
2018-06-13 | Merge branch 'sverker/remote-remove-monitor-test' | Sverker Eriksson | |
2018-06-13 | Merge pull request #1771 from fxn/master | Siri Hansen | |
Explain why the AM becomes group leader | |||
2018-06-13 | [logger] Change overload_kill_restart_after value to infinity | Peter Andersson | |
2018-06-13 | [logger] Change name of function sync/1 to filesync/1 | Peter Andersson | |
2018-06-13 | Explain why the AM becomes group leader | Xavier Noria | |
2018-06-13 | Merge branch 'hans/ssh/eddh_experimental/OTP-15097' | Hans Nilsson | |
* hans/ssh/eddh_experimental/OTP-15097: crypto: Remove comments | |||
2018-06-13 | Updated OTP versionOTP-20.3.8 | Erlang/OTP | |
2018-06-13 | Prepare release | Erlang/OTP | |
2018-06-13 | Merge branch 'raimo/snmp/parse-mc_new_type-first/ERIERL-161/OTP-14196' into ↵ | Erlang/OTP | |
maint-20 * raimo/snmp/parse-mc_new_type-first/ERIERL-161/OTP-14196: Add test case Parse #mc_new_type{}s before definitions_loop/2 | |||
2018-06-13 | Merge branch 'sverker/ets-auto-unfix-delete-race/OTP-15109' into maint-20 | Erlang/OTP | |
* sverker/ets-auto-unfix-delete-race/OTP-15109: erts: Fix race between ets table deletion and auto-unfix | |||
2018-06-13 | ssl: Update interop conditions | Ingela Anderton Andin | |
2018-06-13 | Merge branch 'raimo/stdlib/gen_statem-dev/OTP-14015' | Raimo Niskanen | |
* raimo/stdlib/gen_statem-dev/OTP-14015: Show state changes in sys:trace | |||
2018-06-13 | Merge branch 'rickard/xcomp-fix/OTP-15096' | Rickard Green | |
* rickard/xcomp-fix/OTP-15096: Ensure no progress reports when checking OTP release | |||
2018-06-13 | Merge branch 'rickard/hipe-doc' | Rickard Green | |
* rickard/hipe-doc: Update information about HiPE | |||
2018-06-12 | Merge branch 'anders/diameter/21.0/OTP-15110' | Anders Svensson | |
* anders/diameter/21.0/OTP-15110: Make diameter_app_SUITE fail more usefully Simplify app-file generation Match in diameter_app_SUITE to identify an unexpected path Don't use deprecated ssl:ssl_accept/1-3 Don't use deprecated erlang:get_stacktrace/0 | |||
2018-06-12 | Merge branch 'hans/public_key/cuddle_docs' | Hans Nilsson | |
* hans/public_key/cuddle_docs: public: minor doc fixes | |||
2018-06-12 | public: minor doc fixes | Hans Nilsson | |
2018-06-12 | Merge branch 'hans/public_key/cuddle_docs' | Hans Nilsson | |
* hans/public_key/cuddle_docs: public_key: Clearify pkix_verify_hostname documentation | |||
2018-06-12 | public_key: Clearify pkix_verify_hostname documentation | Hans Nilsson | |
2018-06-12 | crypto: Remove comments | Hans Nilsson | |
2018-06-12 | Show state changes in sys:trace | Raimo Niskanen | |
2018-06-12 | Merge branch 'lukas/erl_docgen/add_github_contrib_link/OTP-14979' | Lukas Larsson | |
* lukas/erl_docgen/add_github_contrib_link/OTP-14979: otp: Allow applications to opt out of github edit links | |||
2018-06-12 | [logger] Reset logger config after tests | Siri Hansen | |
2018-06-12 | [logger] Don't delete log file of failing test cases | Siri Hansen | |
2018-06-12 | [logger] Set up priority for processes generatig test bursts | Siri Hansen | |
2018-06-12 | [logger] Stress overload_kill tests a bit more | Siri Hansen | |
2018-06-12 | [logger] Remove some compiler warnings in test suites | Siri Hansen | |
2018-06-12 | [logger] Sort keys when testing formatter template | Siri Hansen | |
2018-06-12 | [logger] Skip test involving file access rights on windows | Siri Hansen | |
2018-06-12 | [logger] Skip some overload protection tests when using dirty schedulers | Siri Hansen | |
2018-06-12 | Merge pull request #1835 from sirihansen/siri/logger-fix | Siri Hansen | |
2018-06-12 | erts: Fix monitor_SUITE:remote_remove_monitor | Sverker Eriksson | |
to actually run remote on the slave node that it starts. |