Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-05 | Merge branch 'lukas/erts/20_minor_fixes' | Lukas Larsson | |
* lukas/erts/20_minor_fixes: kernel: Iterate for correct time in os_SUITE:perf_counter | |||
2017-06-05 | Merge branch 'maint' | Lars Thorsen | |
Conflicts: OTP_VERSION erts/vsn.mk | |||
2017-06-05 | Merge branch 'maint-19' into maint | Lars Thorsen | |
2017-06-02 | kernel: Iterate for correct time in os_SUITE:perf_counter | Lukas Larsson | |
2017-06-02 | Merge pull request #1473 from SalikhovDinislam/static_code | Lukas Larsson | |
Make some C code static | |||
2017-06-02 | ssh: Restructure internal tool ssh_dbg | Hans Nilsson | |
The need for more trace patterns requires a somewhat different structure. It was previoiusly a bit difficult to use in e.g. test suites. Now it is easier. | |||
2017-06-02 | ssh: Removed out-commented code | Hans Nilsson | |
2017-06-02 | Update release notes | Erlang/OTP | |
2017-06-02 | Merge pull request #1479 from weisslj/fix-missing-ssl-close | Ingela Andin | |
Correct close semantics for active once connections. This was a timing dependent bug the resulted in the close message not always reaching the ssl user process. OTP-14443 | |||
2017-05-31 | ssh: more keys for testing | Hans Nilsson | |
2017-05-31 | ssh: Introduce test case simple_connect in ssh_algorithms_SUITE | Hans Nilsson | |
In the test group public_key we need to control both the host key and the user key. This new test case is aimed at faciliate the user public key testing. | |||
2017-05-31 | ssh: Use option 'pref_public_key_algs' in ssh_algorithms_SUITE | Hans Nilsson | |
2017-05-31 | ssh: Change printouts for ssh_dbg:auth() | Hans Nilsson | |
This reverts commit 4ee80fd8738393bf581e0393416befda1ca621b6. | |||
2017-05-31 | ssh: ssh_options checks 'pref_public_key_algs' for dubblets | Hans Nilsson | |
2017-05-31 | ssh: Improve 'server-sig-algs' handling in client | Hans Nilsson | |
2017-05-31 | Revert "Prepare release" | Hans Nilsson | |
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. | |||
2017-05-30 | Better fix for non-delivery of ssl_closed message in active once | Ingela Andin | |
This is taken from https://github.com/erlang/otp/pull/1479#issuecomment-304667528 with permission from Ingela Andin and improves commit 8abe16c22d. | |||
2017-05-30 | Prepare release | Erlang/OTP | |
2017-05-29 | Merge pull request #1396 from RoadRunnr/crypto/cavp | Hans Nilsson | |
crypto: replace AES test vectors with validation data from NIST CAVP program OTP-14436 | |||
2017-05-29 | Merge pull request #1462 from Vagabond/adt-fix-aes-cfb128 | Hans Nilsson | |
Fix backwards equality check in aes cfb128 function OTP-14435 | |||
2017-05-29 | Merge pull request #1476 from bjorng/bjorn/stdlib/erl_tar-times | Björn Gustavsson | |
erl_tar: Fix handling of date and time | |||
2017-05-29 | Merge branch 'lukas/kernel/fix_error_logger_utc_testcase' | Björn Gustavsson | |
* lukas/kernel/fix_error_logger_utc_testcase: Stop the cover server after running code_SUITE:module_status/1 kernel: Make sure to cleanup after distr tests | |||
2017-05-29 | erl_tar: Fix handling of date and time | Björn Gustavsson | |
Since aa0c4b0df7cdc, erl_tar would write the local time (instead of the POSIX time) into the tar header for the archived files. When extracting the tar file, the extracted file could be set to a future time (depending on the time zone). We could do a minimal fix, but this seems to be a good time to rewrite the time handling to use the new features that allow file info to be read and written in the POSIX time format. First reported here: https://github.com/erlang/rebar3/issues/1554 | |||
2017-05-29 | Merge branch 'ingela/dtls/epochs' | Ingela Anderton Andin | |
* ingela/dtls/epochs: dtls: Check for retransmitted changes_cipher_spec messages dtls: Ask for next DTLS record when disregarding future packet | |||
2017-05-29 | Merge branch 'dgud/wx/tune-break-loop' | Dan Gudmundsson | |
* dgud/wx/tune-break-loop: wx: Tune when to break command loop in driver | |||
2017-05-25 | Fix non-delivery of ssl_closed message in active once | Johannes Weißl | |
The commit 8b10920 (OTP 19.3.1) fixed the non-delivery of final TLS record in {active, once}, but this causes the ssl_closed message to be lost when the TCP connection closes before ssl:close/1. The patch restores the behavior of OTP 18. This is the second part to fix https://bugs.erlang.org/browse/ERL-420 | |||
2017-05-24 | wx: Tune when to break command loop in driver | Dan Gudmundsson | |
Exit command loop less often too avoid expensive event checking while in batch mode. | |||
2017-05-24 | Merge pull request #1477 from bjorng/bjorn/compiler/fix-native-from-core/ERL-417 | Björn Gustavsson | |
Correct handling of module name in compile:forms/1,2 OTP-14408 | |||
2017-05-24 | [erl_docgen] Sort left side index only on erl function name | Lars Thorsen | |
2017-05-24 | Merge branch 'lars/orber/disable-ssl-verify-hostname-in-test/OTP-14432' | Lars Thorsen | |
* lars/orber/disable-ssl-verify-hostname-in-test/OTP-14432: [orber] Remove old ssl test cases [orber] Disable SSL verify hostname check in the tests | |||
2017-05-24 | Stop the cover server after running code_SUITE:module_status/1 | Björn Gustavsson | |
Leaving the cover server running could cause problems in other test cases. | |||
2017-05-24 | [xmerl] Update version | Lars Thorsen | |
2017-05-24 | [xmerl] Add test cases | Lars Thorsen | |
2017-05-24 | [xmerl] Fix endDocument bug in output backends | Lars Thorsen | |
* Fix problem of unexpected endDocument in the old_dom and simple output backends | |||
2017-05-24 | [xmerl] Fix fragmented xml directive bug and replace ets table | Lars Thorsen | |
* Fix continuation bug if the xml directive is fragmented * Replace the ENTITY ets table with a map | |||
2017-05-24 | kernel: Make sure to cleanup after distr tests | Lukas Larsson | |
Because this test suite did not cleanup after itself, the error_logger_warn_SUITE:file_utc failed to start its node that it needed for the test. | |||
2017-05-24 | Merge pull request #1468 from weisslj/fix-httpc-redirect-timeout | Ingela Andin | |
Fix httpc timeout for redirects OTP-14429 | |||
2017-05-23 | Merge branch 'lukas/kernel/ipv6_skip_tc_fixes' | Lukas Larsson | |
* lukas/kernel/ipv6_skip_tc_fixes: kernel: Skip ipv6 tcs when cpiv6 is disabled | |||
2017-05-23 | Merge pull request #1469 from josevalim/jv-unicode-normalize-error | Dan Gudmundsson | |
Return error tuple on unicode normalization functions | |||
2017-05-23 | Merge branch 'lukas/kernel/distribution_early_reject/OTP-14426' | Lukas Larsson | |
* lukas/kernel/distribution_early_reject/OTP-14426: kernel: Add early reject of invalid node names | |||
2017-05-23 | Merge pull request #1440 from jj1bdx/jj1bdx-inet-ipv6-doc-fix | Raimo Niskanen | |
kernel: inet - fix invalid IPv4-mapped-address examples | |||
2017-05-23 | kernel: Add early reject of invalid node names | Lukas Larsson | |
2017-05-23 | Merge branch 'lukas/doc/extend-secure-distr-warn/OTP-14425' | Lukas Larsson | |
* lukas/doc/extend-secure-distr-warn/OTP-14425: otp: Extend secure distribution docs warnings | |||
2017-05-23 | otp: Extend secure distribution docs warnings | Lukas Larsson | |
Warnings have been added to the relevant documentation about not using un-secure distributed nodes in exposed environments. | |||
2017-05-23 | Merge branch 'lukas/erts/signal_service_docs/OTP-14186' | Lukas Larsson | |
* lukas/erts/signal_service_docs/OTP-14186: kernel: Add doc link from os man page to signal service | |||
2017-05-23 | kernel: Add doc link from os man page to signal service | Lukas Larsson | |
2017-05-23 | ssh: Use undocumented ssh_dbg:ct_auth() in ssh_algorithms_SUITE | Hans Nilsson | |
2017-05-23 | ssh: Undocumented ssh_dbg extended | Hans Nilsson | |
with auth/0 auth/1 auth/2 ct_auth/0 ct_messages/0 | |||
2017-05-23 | ssh: ssh_dbg print some server-sig-algs info | Hans Nilsson | |
2017-05-23 | ssh: disable faulty ssh_upgrade_SUITE | Hans Nilsson | |