Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-05 | Merge branch 'ingela/ssl/alert-return/OTP-15423' into maint | Ingela Anderton Andin | |
* ingela/ssl/alert-return/OTP-15423: ssl: Use specs to generate type documentation ssl: Enhance error handling | |||
2019-02-05 | Merge branch 'ingela/ssl/dtls-match-error/OTP-15561' into maint | Ingela Anderton Andin | |
* ingela/ssl/dtls-match-error/OTP-15561: ssl: Remove unintended match | |||
2019-02-05 | ssl: Use specs to generate type documentation | Ingela Anderton Andin | |
2019-02-04 | Merge branch 'maint-21' into maint | Péter Dimitrov | |
* maint-21: Updated OTP version Prepare release | |||
2019-02-04 | Merge branch 'peterdmv/inets/fix-http-client/ERIERL-289/OTP-15554' into maint | Péter Dimitrov | |
* peterdmv/inets/fix-http-client/ERIERL-289/OTP-15554: inets: Ignore bracket option in format_address Change-Id: If3f19325edb8f8cc1ced717aa125658c00438b70 | |||
2019-02-04 | ssl: Enhance error handling | Ingela Anderton Andin | |
2019-02-01 | ssl: Remove unintended match | Ingela Anderton Andin | |
2019-02-01 | Prepare release | Erlang/OTP | |
2019-02-01 | Merge pull request #2117 from essen/fix-erl_epmd_port_please-spec/OTP-15557 | Lukas Larsson | |
Fix spec for erl_epmd:port_please | |||
2019-02-01 | erl_interface: Fix bsd makefile problem | Lukas Larsson | |
2019-02-01 | inets: Ignore bracket option in format_address | Péter Dimitrov | |
Ignore the option 'ipv6_host_with_brackets' when formatting addresses to be used in lower level functions. Change-Id: I3b7b276b37fe129ade9208519bff226e17ae7c57 | |||
2019-01-31 | Merge branch 'sverker/port-control-badarg/OTP-15555' into maint | Sverker Eriksson | |
* sverker/port-control-badarg/OTP-15555: erts: Add doc warnings for erlang:port_command|call|control erts: Add magic port control numbers | |||
2019-01-30 | Eliminate bogus warning when using tuple calls | Björn Gustavsson | |
There would be a bogus warning when compiling the following function with the `tuple_calls` option: dispatch(X) -> (list_to_atom("prefix_" ++ atom_to_list(suffix))):doit(X). The warning would look like this: no_file: this expression will fail with a 'badarg' exception https://bugs.erlang.org/browse/ERL-838 | |||
2019-01-30 | Merge pull request #2109 from IngelaAndin/ingela/ssl/active-check | Ingela Andin | |
ssl: Correct check for delayed close due to undliverd data | |||
2019-01-30 | Merge branch 'peterdmv/ssl/improve_openssl_interop_tests' into maint | Péter Dimitrov | |
* peterdmv/ssl/improve_openssl_interop_tests: ssl: Improve openssl interop tests Change-Id: I65b63ddb8c8948d246e341f8c821b3b499507cb6 | |||
2019-01-29 | Fix spec for erl_epmd:port_please | Loïc Hoguin | |
It accepts both atoms and strings for the node and host name, plus IP tuples for the host name. | |||
2019-01-29 | ssl: Improve openssl interop tests | Péter Dimitrov | |
openssl 1.1.x changed the default ECC curves that made testcases fail in the ECC suite. openssl s_server and s_client sent 'Illegal Parameter' alert when the CertificateVerify (client) or ServerKeyExchange (server) message was signed with a curve that was not present in openssl's default ECC curve list (x25519, secp256r1, secp521r1, secp384r1, brainpoolP256r1, brainpoolP384r1, brainpool512r1). This commit changes the default curve of make_ec_cert_chains to 'secp256r1' and explicitly configures the default curve in those testcases where the default curve of the ssl application is expected. Change-Id: I81ebe1a30b8f863b0e2836b1dad3d8bc767cc47e | |||
2019-01-28 | erts: Add magic port control numbers | Sverker Eriksson | |
to increase the probablity of a nice badarg from erlang:port_control. | |||
2019-01-25 | ssh: Internal refactor and ct:log -> ct:pal | Hans Nilsson | |
2019-01-25 | ssh: Change unit in measurements | Hans Nilsson | |
2019-01-25 | ssh: Invert ssh_bench | Hans Nilsson | |
2019-01-25 | crypto: Reorg | Hans Nilsson | |
2019-01-25 | crypto: Misc fixes: double time, calibrate once | Hans Nilsson | |
2019-01-25 | Merge branch 'maint-21' into maint | Lukas Larsson | |
* maint-21: Updated OTP version Prepare release | |||
2019-01-25 | Merge pull request #2094 from jfacorro/change-application-icon-mac-os-x | Dan Gudmundsson | |
Enable a way to change the application icon for Mac OS X in wx | |||
2019-01-25 | Merge branch 'siri/cover/searchable-uncovered/OTP-15542' into maint | Siri Hansen | |
* siri/cover/searchable-uncovered/OTP-15542: [cover] Make uncovered lines searchable in html output [cover] Right-align number of hits in html output | |||
2019-01-24 | Merge branch 'rickard/ei-ext-maint/OTP-15442' into maint | Rickard Green | |
* rickard/ei-ext-maint/OTP-15442: Pluggable distribution socket implementation for EI | |||
2019-01-24 | ssl: Correct check for delayed close due to undliverd data | Ingela Anderton Andin | |
Could cause connection processes not terminate when they should | |||
2019-01-24 | Merge PR-2103 from sverker/ets-iteration-doc/OTP-15545 | Sverker Eriksson | |
Clarify ETS docs about table iterations | |||
2019-01-24 | stdlib: Clarify ets docs about table iterations | Sverker Eriksson | |
2019-01-24 | Prepare release | Erlang/OTP | |
2019-01-24 | Merge branch 'ingela/inets/httpc-ipv6-brackets/OTP-15544' into maint-21 | Erlang/OTP | |
* ingela/inets/httpc-ipv6-brackets/OTP-15544: inets: httpc - Do not use bracked addresses to gen_tcp or ssl calls | |||
2019-01-24 | Merge branch 'lukas/erts/fix_inet_multitimer_cleanup/OTP-15536' into maint-21 | Erlang/OTP | |
* lukas/erts/fix_inet_multitimer_cleanup/OTP-15536: erts: Fix cleanup of the inet MultiTimer | |||
2019-01-23 | Include erlang-logo128.png in release | Juan Facorro | |
2019-01-23 | Enable setting custom application icon for Mac OS X through environment variable | Juan Facorro | |
2019-01-23 | Update to icon with better resolution | Juan Facorro | |
2019-01-23 | Merge branch 'rickard/ei-ext/OTP-15442' into rickard/ei-ext-maint/OTP-15442 | Rickard Green | |
2019-01-23 | Pluggable distribution socket implementation for EI | Rickard Green | |
2019-01-23 | Merge branch 'ingela/inets/httpc-ipv6-brackets/OTP-15544' into maint | Ingela Anderton Andin | |
* ingela/inets/httpc-ipv6-brackets/OTP-15544: inets: httpc - Do not use bracked addresses to gen_tcp or ssl calls | |||
2019-01-23 | inets: httpc - Do not use bracked addresses to gen_tcp or ssl calls | Ingela Anderton Andin | |
2019-01-23 | Merge branch 'lukas/erts/fix_inet_multitimer_cleanup/OTP-15536' into maint | Lukas Larsson | |
* lukas/erts/fix_inet_multitimer_cleanup/OTP-15536: erts: Fix cleanup of the inet MultiTimer | |||
2019-01-23 | Merge branch 'ingela/ssl/continue-optimize/OTP-15445' into maint | Ingela Anderton Andin | |
* ingela/ssl/continue-optimize/OTP-15445: ssl: If possible assemble several received application data records | |||
2019-01-22 | Merge branch 'sverker/fix-since-clauses/OTP-15460' into maint | Sverker Eriksson | |
* sverker/fix-since-clauses/OTP-15460: Fix "since" for all multi clause functions | |||
2019-01-22 | ssl: If possible assemble several received application data records | Ingela Anderton Andin | |
2019-01-22 | Merge pull request #2086 from disappearer/improve-mnesia-start-docs | Dan Gudmundsson | |
Specify that mnesia:start/0 is async | |||
2019-01-22 | ssl: Create hs_env | Ingela Anderton Andin | |
We want to decrease the size of the outer state tuple, and gain ease of understanding by better grouping. This is the first step of creating a hs_env (handshake environment) part of the state. This change will be performed gradually to reduce merge conflicts complexity and risk of introducing errors. | |||
2019-01-22 | ssl: Remove unnecessary iolist_to_binary | Ingela Anderton Andin | |
2019-01-22 | erts: Fix cleanup of the inet MultiTimer | Lukas Larsson | |
2019-01-22 | Merge branch 'ingela/ssl/test-cuddle' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-cuddle: ssl: Correct test input | |||
2019-01-21 | [cover] Make uncovered lines searchable in html output | Siri Hansen | |
Prior to PR#1807, uncovered lines could be found by searching for " 0.." in the HTML page generated by cover:analyse_to_file/1,2. The pull request removed the two dots after the number of hits, which makes it much harder to find the uncovered lines. This commit introduces a sad face, :-( , instead of the single 0 character, which should make the search easier. |