Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-11 | Merge branch 'raimo/snmp/parse-mc_new_type-first-master/ERIERL-161/OTP-14196' | Raimo Niskanen | |
* raimo/snmp/parse-mc_new_type-first-master/ERIERL-161/OTP-14196: Add test case Parse #mc_new_type{}s before definitions_loop/2 | |||
2018-06-11 | Merge branch 'hasse/edoc/fix_map_type_layout/OTP-15117' | Hans Bolinder | |
* hasse/edoc/fix_map_type_layout/OTP-15117: edoc, erl_docgen: Fix pretty-printing of type map() | |||
2018-06-11 | Merge branch 'jl/sharpen-maps-tests/OTP-14012' | Lukas Larsson | |
* jl/sharpen-maps-tests/OTP-14012: stdlib: Fix error reason for maps:with/without Check for the overlap between maps and iterators | |||
2018-06-11 | Merge branch 'lukas/kernel/logger-config/OTP-13295' | Lukas Larsson | |
* lukas/kernel/logger-config/OTP-13295: erts: Fix emulator log messages to use erlang:system_time kernel: Add LOGGER_SERVER_TAG to logger_server | |||
2018-06-11 | Add test case | Raimo Niskanen | |
2018-06-11 | Parse #mc_new_type{}s before definitions_loop/2 | Raimo Niskanen | |
2018-06-11 | Merge branch 'hasse/stdlib/pP_with_no_line_breaks/OTP-15103/ERL-607' | Hans Bolinder | |
* hasse/stdlib/pP_with_no_line_breaks/OTP-15103/ERL-607: kernel: Use ~0p debugger: Use ~0p common_test: Use ~0p stdlib: Make pP insert no line breaks with field width zero | |||
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-11 | edoc, erl_docgen: Fix pretty-printing of type map() | Hans Bolinder | |
Complex types including map() are now pretty-printed. | |||
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 | kernel: Use ~0p | Hans Bolinder | |
2018-06-08 | debugger: Use ~0p | Hans Bolinder | |
2018-06-08 | common_test: Use ~0p | Hans Bolinder | |
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-07 | stdlib: Make pP insert no line breaks with field width zero | Hans Bolinder | |
See also https://bugs.erlang.org/browse/ERL-607. A zero field width used to insert line breaks "everywhere", but with this patch no line breaks are inserted. | |||
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 | stdlib: Fix error reason for maps:with/without | Lukas Larsson | |
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 | kernel: Add LOGGER_SERVER_TAG to logger_server | Lukas Larsson | |
This makes recursive calls to not dead-lock logger_server. | |||
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 |