Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-13 | ssl: Extend hostname check to fallback to checking IP-address | Ingela Anderton Andin | |
If no SNI is available and the hostname is an IP-address also check for IP-address match. This check is not as good as a DNS hostname check and certificates using IP-address are not recommended. | |||
2017-10-12 | public_key, ssl: Handles keys so that APIs are preserved correctly | Ingela Anderton Andin | |
2017-10-12 | Merge branch 'ingela/inets/cgi-env/OTP-14679' into maint | Ingela Anderton Andin | |
* ingela/inets/cgi-env/OTP-14679: inets: httpc - fix default timeout in httpc_SUITE inets: ENV should be a string | |||
2017-10-12 | inets: httpc - fix default timeout in httpc_SUITE | Ingela Anderton Andin | |
Timeout must be set in suite/0 or init_per_testcase not init_per_group or init_per_suite | |||
2017-10-12 | inets: ENV should be a string | Ingela Anderton Andin | |
This is tested by new erts check that will cause badarg when trying to execute scripts via mod_cgi | |||
2017-10-12 | Merge branch 'lukas/erts/tracing/recv_exit_signal_deadlock/OTP-14678' into maint | Lukas Larsson | |
* lukas/erts/tracing/recv_exit_signal_deadlock/OTP-14678: erts: Fix lock order when recv tracing trapped exit signal | |||
2017-10-12 | Merge branch 'lukas/erts/fix_caller_trace_for_apply_bifs/OTP-14677' into maint | Lukas Larsson | |
* lukas/erts/fix_caller_trace_for_apply_bifs/OTP-14677: erts: Fix caller trace for apply bifs | |||
2017-10-12 | erts: Fix lock order when recv tracing trapped exit signal | Lukas Larsson | |
2017-10-11 | Merge branch 'maint-20' into maint | Rickard Green | |
* maint-20: Updated OTP version Update release notes Update version numbers vsn -> 2.1.1 Update appup and code_change for ERIERL-83 Fix missing monitor in diameter_reg | |||
2017-10-10 | Merge branch 'hans/ssh/ssh_dbg_hostkey/OTP-14658' into maint | Hans Nilsson | |
2017-10-10 | Merge branch 'sverker/fix-code_SUITE-upgrade' into maint | Sverker Eriksson | |
2017-10-10 | Merge branch 'lars/doc-cleanup/OTP-14475' into maint | Lars Thorsen | |
* lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build | |||
2017-10-10 | Merge branch 'lars/erl_docgen/code-tag-fix/OTP-14674' into maint | Lars Thorsen | |
* lars/erl_docgen/code-tag-fix/OTP-14674: [erl_docgen] Fix spacing for code blocks [erl_docgen] Change pdf to have the same style as html for code,warning,note | |||
2017-10-10 | Merge branch 'lars/orber/fix-man-warnings/OTP-14673' into maint | Lars Thorsen | |
* lars/orber/fix-man-warnings/OTP-14673: [orber] Touchup of code tags | |||
2017-10-09 | Updated OTP versionOTP-20.1.2 | Erlang/OTP | |
2017-10-09 | Update release notes | Erlang/OTP | |
2017-10-09 | Update version numbers | Erlang/OTP | |
2017-10-09 | Merge branch 'sverker/bad-dist-msg-bug/ERIERL-80/OTP-14661' into maint-20 | Erlang/OTP | |
* sverker/bad-dist-msg-bug/ERIERL-80/OTP-14661: erts: Fix bug when detecting bad dist message Add distribution_SUITE:bad_dist_ext_size | |||
2017-10-09 | Merge branch 'anders/diameter/reg_monitor/OTP-14668' into maint-20 | Erlang/OTP | |
* anders/diameter/reg_monitor/OTP-14668: vsn -> 2.1.1 Update appup and code_change for ERIERL-83 | |||
2017-10-09 | Merge branch 'anders/diameter/reg_monitor/ERIERL-83' into maint-20 | Erlang/OTP | |
* anders/diameter/reg_monitor/ERIERL-83: Fix missing monitor in diameter_reg | |||
2017-10-09 | [orber] Touchup of code tags | Lars Thorsen | |
2017-10-09 | ssh: ssh_dbg:algs function | Hans Nilsson | |
2017-10-09 | Merge branch 'maint' into hans/ssh/ssh_dbg_hostkey/OTP-14658 | Hans Nilsson | |
2017-10-09 | erts: Fix caller trace for apply bifs | Lukas Larsson | |
Bifs that are called through the export entry using i_call_last could have their cp set to return_trace, just like any other call. So we have to unwind the trace stack to get the correct cp. Not doing this creates a lot of issues for fprof. | |||
2017-10-09 | [erl_docgen] Fix spacing for code blocks | Lars Thorsen | |
2017-10-06 | [erl_docgen] Change pdf to have the same style as html for code,warning,note | Lars Thorsen | |
2017-10-05 | Merge branch 'maint-19' into maint | Rickard Green | |
* maint-19: Updated OTP version Update release notes Update version numbers Conflicts: OTP_VERSION erts/doc/src/notes.xml erts/vsn.mk lib/compiler/doc/src/notes.xml lib/compiler/vsn.mk otp_versions.table | |||
2017-10-05 | Updated OTP versionOTP-19.3.6.3 | Erlang/OTP | |
2017-10-05 | Update release notes | Erlang/OTP | |
2017-10-05 | Update version numbers | Erlang/OTP | |
2017-10-05 | Merge branch 'sverker/bad-dist-msg-bug/ERIERL-80/OTP-14661' into maint-19 | Erlang/OTP | |
* sverker/bad-dist-msg-bug/ERIERL-80/OTP-14661: erts: Fix bug when detecting bad dist message Add distribution_SUITE:bad_dist_ext_size | |||
2017-10-05 | Merge branch 'sverker/19/on_load-on_load-bug/OTP-14612' into maint-19 | Erlang/OTP | |
* sverker/19/on_load-on_load-bug/OTP-14612: erts: Fix 'on_load' tracing bug for modules with -on_load code_SUITE:on_load_trace_on_load | |||
2017-10-05 | Merge branch 'sverker/19/binary_to_atom-utf8-crash/ERL-474/OTP-14590' into ↵ | Erlang/OTP | |
maint-19 * sverker/19/binary_to_atom-utf8-crash/ERL-474/OTP-14590: erts: Fix crash in binary_to_atom/term for invalid utf8 | |||
2017-10-05 | Merge branch 'rickard/timer-sid-bug/OTP-14548' into maint-19 | Erlang/OTP | |
* rickard/timer-sid-bug/OTP-14548: Fix scheduler id field in timers | |||
2017-10-05 | Merge branch ↵ | Erlang/OTP | |
'john/compiler/fail-labels-in-blocks-otp-19/ERIERL-48/OTP-14522' into maint-19 * john/compiler/fail-labels-in-blocks-otp-19/ERIERL-48/OTP-14522: compiler: Fix live regs update on allocate in validator Take fail labels into account when determining liveness in block ops | |||
2017-10-05 | vsn -> 2.1.1 | Anders Svensson | |
2017-10-05 | Update appup and code_change for ERIERL-83 | Anders Svensson | |
2017-10-05 | Fix missing monitor in diameter_reg | Anders Svensson | |
Commit fae8ca0c inadvertently removed the monitor at add/1 and add_new/1. As a result, process death did not remove associations, causing table diameter_reg to leak entries and stop/start of a service to fail. Add a testcase to detect the problem, which existing testcases miss. | |||
2017-10-04 | Merge branch 'hans/crypto/evp_asym_crypto/OTP-14446' into maint | Hans Nilsson | |
2017-10-04 | crypto: ifdef of EVP for old cryptolibs (< 1.0.0) | Hans Nilsson | |
2017-10-04 | crypto: disable tests of non-working assymetric ciphers | Hans Nilsson | |
ECDSA and DSA (DSS) public/private encryption/decryption does not work | |||
2017-10-04 | crypto: Added pkey_crypt_nif from PR838 | Hans Nilsson | |
Testcases for ECDSA and DSA encrypt/decrypt and some other adaptions | |||
2017-10-04 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2017-10-03 | kernel: Cleanup trace_pattern after code_SUITE:upgrade | Sverker Eriksson | |
2017-10-03 | ssh: Use cipher=none and mac=none in benchmarks again | Hans Nilsson | |
2017-10-03 | ssh: Put ssh_property_test_SUITE back in test/Makefile | Hans Nilsson | |
2017-10-03 | Merge branch 'hans/ssh/ssh_dbg_hostkey/OTP-14658' into maint | Hans Nilsson | |
2017-10-03 | ssh: ssh_dbg reports cryptolib info | Hans Nilsson | |
2017-10-03 | ssh: enable host key debugging in ssh_dbg | Hans Nilsson | |
2017-10-03 | ssh: Make host key checking more debug friendly | Hans Nilsson | |