Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-12 | No reason to refer to wxSizer in the test | Kostis Sagonas | |
2018-06-11 | Fix a crash ih HoPE's lazy code motion pass | Kostis Sagonas | |
Some change in the BEAM compiler resulted in the creation of basic blocks that differed from those previously created by the compiler. As a result, the lazy code motion pass of RTL crashed when compiling some of the new code. Crashes were privately reported by @richcarl. | |||
2018-06-11 | ssh: Add experimental eddh | Hans Nilsson | |
Not working | |||
2018-06-11 | crypto: Add experimental x25519 and x448 | Hans Nilsson | |
Not to be used. Uses not yet released functions in OpenSSL 1.1.1-pre8-dev | |||
2018-06-11 | crypto: Make 'curve' entry in crypto:supports() appear iff Curves is non-empty | Hans Nilsson | |
2018-06-11 | crypto: Extend crypto:supports with 'curves' | Hans Nilsson | |
"curves" in crypto:supports returns list of actually supported ec_curves | |||
2018-06-11 | Merge branch 'hans/public_key/cuddle_tests' | Hans Nilsson | |
* hans/public_key/cuddle_tests: public_key: Extend test case pkix_verify_hostname_subjAltName | |||
2018-06-11 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
* hans/ssh/cuddle_tests: ssh: Fix client_sends_info_timing property test case ssh: Add ssh/test/property_test dir to test releases | |||
2018-06-11 | Merge branch 'hans/public_key/dialyzer' | Hans Nilsson | |
* hans/public_key/dialyzer: public_key: Make dialyzer happy | |||
2018-06-11 | Merge branch 'hans/public_key/new_moduli_file/OTP-15113' | Hans Nilsson | |
* hans/public_key/new_moduli_file/OTP-15113: public_key: Generated new moduli file | |||
2018-06-11 | public_key: Generated new moduli file | Hans Nilsson | |
2018-06-11 | Merge branch 'raimo/better-TLS-distribution/OTP-15058' | Raimo Niskanen | |
* raimo/better-TLS-distribution/OTP-15058: Test nodename whitelist Use public_key to verify client hostname | |||
2018-06-08 | public_key: Make dialyzer happy | Hans Nilsson | |
2018-06-08 | Test nodename whitelist | Raimo Niskanen | |
2018-06-08 | Use public_key to verify client hostname | Raimo Niskanen | |
2018-06-08 | Merge branch 'ingela/ssl/verify-hostname-customize/OTP-15102' | Ingela Anderton Andin | |
* ingela/ssl/verify-hostname-customize/OTP-15102: ssl: Add option customize_hostname_check | |||
2018-06-08 | ssl: Add option customize_hostname_check | Ingela Anderton Andin | |
2018-06-08 | Merge branch 'hasse/common_test/remove_edoc_comments' | Hans Bolinder | |
* hasse/common_test/remove_edoc_comments: common_test: Remove EDoc comments in internal modules common_test: Remove EDoc documentation in internal modules common_test: Remove EDoc documentation in public modules | |||
2018-06-08 | Merge branch 'hasse/eliminate_lib_module/OTP-15072/ERL-634' | Hans Bolinder | |
* hasse/eliminate_lib_module/OTP-15072/ERL-634: stdlib: Move eval_str/1 from mod_esi to erl_eval | |||
2018-06-07 | ssh: Fix client_sends_info_timing property test case | Hans Nilsson | |
2018-06-07 | public_key: Extend test case pkix_verify_hostname_subjAltName | Hans Nilsson | |
2018-06-07 | ssh: Add ssh/test/property_test dir to test releases | Hans Nilsson | |
2018-06-07 | Merge pull request #1832 from josevalim/jv-revert-beam-jump | Björn Gustavsson | |
Revert "Run the sharing optimisation in beam_jump until fixpoint" | |||
2018-06-07 | Merge pull request #1831 from bjorng/bjorn/compiler/fix-name-capture | Björn Gustavsson | |
Fix name capture problem in sys_core_fold OTP-15115 | |||
2018-06-07 | stdlib: Move eval_str/1 from mod_esi to erl_eval | Hans Bolinder | |
See also https://bugs.erlang.org/browse/ERL-634. The utility program `erl_call' in erl_interface used to call lib:eval_str/1, which is no longer present in Erlang/OTP 21.0. The lib module was eliminated in OTP-15072, see also https://github.com/erlang/otp/pull/1786. | |||
2018-06-07 | common_test: Remove EDoc comments in internal modules | Hans Bolinder | |
2018-06-07 | common_test: Remove EDoc documentation in internal modules | Hans Bolinder | |
2018-06-07 | common_test: Remove EDoc documentation in public modules | Hans Bolinder | |
2018-06-05 | ssh: Document default algorithm order + update SSH_app links | Hans Nilsson | |
2018-06-05 | Merge branch 'maint' | John Högberg | |
* maint: Updated OTP version Prepare release inets: Gracefully handle bad headers | |||
2018-06-05 | Merge branch 'maint-20' into maint | John Högberg | |
* maint-20: Updated OTP version Prepare release inets: Gracefully handle bad headers [erl_docgen] Update version [erl_docgen] Add missing file db_funcs.xsl to file list erts: Fix bug in system_profile erts: Fix bug in enif_binary_to_term for immediates | |||
2018-06-05 | ssh: Remove dubious pubkey setup | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_algorithms_SUITE.erl | |||
2018-06-05 | Prepare release | Erlang/OTP | |
2018-06-05 | Merge branch 'ingela/inets/header-handling/OTP-15092' into maint-20 | Erlang/OTP | |
* ingela/inets/header-handling/OTP-15092: inets: Gracefully handle bad headers | |||
2018-06-05 | Merge branch 'dgud/stdlib/string-case-bin-bug' | Dan Gudmundsson | |
* dgud/stdlib/string-case-bin-bug: Fix *case bugs for binaries | |||
2018-06-05 | Merge pull request #1830 from arcz/patch-1 | Hans Bolinder | |
Missing space in gen_event doc | |||
2018-06-04 | Revert "Run the sharing optimisation in beam_jump until fixpoint" | José Valim | |
We have found cases where compilation drastically slows down due to this commit. We are working on a minimal cases and plan to bring this patch back once we can work our the performance issues. This reverts commit f7c9383f4c3d4b6819b5ba4d54c7093df806fe4a. | |||
2018-06-04 | Merge PR-1823 from jesperes/ERL-629-erl_call-free-before-use OTP-15105 | Sverker Eriksson | |
ERL-629 Do not free() module buffer until it has been used | |||
2018-06-04 | Merge branch 'sverker/ets-count/OTP-14987' | Sverker Eriksson | |
* sverker/ets-count/OTP-14987: erts,stdlib: Improve docs about obsolete ets_limit erts: Reduce test log noise from ets_SUITE erts: Increase scalability of ets name lookup erts: Rename one of delete_trap to select_delete_trap erts: Refactor usage of am_atom_put to ERTS_MAKE_AM erts: Add system_info(ets_count) erts: Fix narrow race between ets:new and ets:delete | |||
2018-06-04 | erts,stdlib: Improve docs about obsolete ets_limit | Sverker Eriksson | |
2018-06-04 | erts: Reduce test log noise from ets_SUITE | Sverker Eriksson | |
2018-06-04 | Merge branch 'hasse/dialyzer/improve_contract_warnings/OTP-14982' | Hans Bolinder | |
* hasse/dialyzer/improve_contract_warnings/OTP-14982: erts: Improve contracts of zlib kernel: Improve contracts erts: Improve a contract stdlib: Improve a contract compiler: Improve a contract dialyzer: Refine the test for overspecified functions | |||
2018-06-04 | Merge branch 'hans/public_key/match_fun_https/OTP-14962' | Hans Nilsson | |
* hans/public_key/match_fun_https/OTP-14962: public_key: Testcase for cert with wildcard in SAN public_key: Doc public_key: Matchfun for HTTPS | |||
2018-06-04 | Merge branch 'hans/crypto/EVP_DH_key/OTP-14864' | Hans Nilsson | |
* hans/crypto/EVP_DH_key/OTP-14864: crypto: Valgrind suggestions | |||
2018-06-04 | crypto: Valgrind suggestions | Hans Nilsson | |
2018-06-04 | public_key: Testcase for cert with wildcard in SAN | Hans Nilsson | |
2018-06-04 | public_key: Doc | Hans Nilsson | |
2018-06-04 | public_key: Matchfun for HTTPS | Hans Nilsson | |
2018-06-04 | Merge branch 'hasse/syntax_tools/fix_map_type/OTP-15098/ERIERL-177' | Hans Bolinder | |
* hasse/syntax_tools/fix_map_type/OTP-15098/ERIERL-177: syntax_tools: Fix a bug regarding reverting map types. | |||
2018-06-04 | Fix *case bugs for binaries | Dan Gudmundsson | |
Bad optimizing code introduced in 5c51e87bee9d |