Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | Update primary bootstrap | Lukas Larsson | |
2018-06-14 | Deprecate otp_mibs | Lukas Larsson | |
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-14 | Merge branch 'john/erts/fix-process-schedule-after-free/OTP-15067/ERL-573' ↵ | John Högberg | |
into john/erts/merge-OTP-15067 | |||
2018-06-14 | Don't enqueue system tasks if target process is in fail_state | John Högberg | |
The fail state wasn't re-checked in the state change loop; only the FREE state was checked. In addition to that, we would leave the task in the queue when bailing out which could lead to a double-free. This commit backports active_sys_enqueue from master to make it easier to merge onwards. | |||
2018-06-14 | Fix erroneous schedule of freed/exiting processes | John Högberg | |
When scheduled out, the process was never checked for the FREE state before rescheduling, which meant that a system task could sneak in and cause a double-free later on. | |||
2018-06-13 | erts: Fix MacOS pollset bug | Sverker Eriksson | |
that could cause clearing of fd-bits past allocated bit-vectors. Bug introduced on master by 988f5f5e8061ce2e135a314ca782788eda478a06 | |||
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. |