Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | ssl: Fix dialyzer warnings | Péter Dimitrov | |
Change-Id: Ic4895195569073916f158a06b95061939f15cfc0 Conflicts: lib/ssl/doc/src/ssl.xml lib/ssl/src/ssl.erl | |||
2019-04-30 | eldap: Fix dialyzer warnings | Péter Dimitrov | |
Change-Id: I4874f18bd1396f6efc0fe6e3efe791f2dae56243 | |||
2019-04-30 | ssl: Fix missing anchor warning | Péter Dimitrov | |
Change-Id: Iafbf60765b4635d6a50286080716c67231bb5cd9 | |||
2019-04-30 | public_key: Accept digest types 'sha1' and 'sha' | Péter Dimitrov | |
Update type spec for digest_type() to reflect that functions with this type accept the (wrong) atom 'sha1'. The right behavior would be to only accept 'sha' as that is the only valid value of crypto:sha1(). Update rsa_digest_oid/1 and ecdsa_digest_oid/1 to accept digest 'sha'. Change-Id: I03219396b797435298e098e03b93286b352e07e2 | |||
2019-04-30 | inet: Document type inet:stat_option() | Péter Dimitrov | |
Document type inet:stat_option() to resolve missing anchor warnings when this type is referenced in other applications. Change-Id: Ifbf775c2f67b48bcf7d0cf21c39065d3dacc4f55 | |||
2019-04-30 | ssl: Changed function specs and ssl.xml | Kenneth Lundin | |
Changed function specs and ssl.xml for generation of documentation according to the new way. Change-Id: I17b59b80f9072c3d2c20aea1b102f1e9c86987a0 Conflicts: lib/ssl/doc/src/ssl.xml lib/ssl/src/ssl.erl | |||
2019-04-30 | ssl: Add missing tuple in shutdown reason | Ingela Anderton Andin | |
2019-04-24 | erts: Fix another bug in process_info(reductions) | Sverker Eriksson | |
to disregard consumed virtual reductions which are not aggregated into p->reds and if included may cause reduction count go backwards. | |||
2019-04-24 | Updated OTP versionOTP-21.3.7 | Erlang/OTP | |
2019-04-24 | Prepare release | Erlang/OTP | |
2019-04-24 | Merge branch 'hans/ssh/hex_dump_info/OTP-15772' into maint-21 | Erlang/OTP | |
* hans/ssh/hex_dump_info/OTP-15772: ssh: Dump 64 bytes in case of unexpected info line ssh: Add hexdump utility in ssh_dbg | |||
2019-04-18 | ssh: Dump 64 bytes in case of unexpected info line | Hans Nilsson | |
2019-04-18 | ssh: Add hexdump utility in ssh_dbg | Hans Nilsson | |
2019-04-17 | Updated OTP versionOTP-21.3.6 | Erlang/OTP | |
2019-04-17 | Prepare release | Erlang/OTP | |
2019-04-17 | Merge branch 'raimo/ssl/beast-mitigation-hickup/ERIERL-346/OTP-15054' into ↵ | Erlang/OTP | |
maint-21 * raimo/ssl/beast-mitigation-hickup/ERIERL-346/OTP-15054: Do not create empty binaries when splitting iovec | |||
2019-04-17 | Rewrite to use synchronous timer cancel | Raimo Niskanen | |
2019-04-17 | Do not create empty binaries when splitting iovec | Raimo Niskanen | |
2019-04-15 | [ct] Fix bug with faulty suite name in end_per_suite config | Siri Hansen | |
2019-04-15 | [ct] Add {testcase,TC,RepeatProps} syntax for repeating test cases | Siri Hansen | |
2019-04-15 | [ct] Add post_groups/2 and post_all/3 hook functions | Peter Andersson | |
2019-04-15 | [ct] Cleanup after timetrap timeout or kill during framework call or hook | Siri Hansen | |
If a framework callback function exits due to a timetrap timeout, or the process in other way is killed, during the execution of such function, some internal common_test data was not cleaned up. An example of such data is the 'curr_tc' test data. This is now corrected. | |||
2019-04-15 | Updated OTP versionOTP-21.3.5 | Erlang/OTP | |
2019-04-15 | Prepare release | Erlang/OTP | |
2019-04-15 | Merge branch 'peterdmv/inets/fix_erl_script_timeout/ERIERL-345/OTP-15769' ↵ | Erlang/OTP | |
into maint-21 * peterdmv/inets/fix_erl_script_timeout/ERIERL-345/OTP-15769: inets: Add tests for erl_script_timeout inets: Fix erl_script_timeout handling in mod_esi | |||
2019-04-15 | Merge branch 'anders/diameter/distribution/OTP-15768' into maint-21 | Erlang/OTP | |
* anders/diameter/distribution/OTP-15768: Add appup and code_change Fix inadvertently broad monitor | |||
2019-04-15 | Merge branch 'sverker/maint-21/doc-big-creation-tags/OTP-15766' into maint-21 | Erlang/OTP | |
* sverker/maint-21/doc-big-creation-tags/OTP-15766: erts: Document NEW_PID, NEW_PORT, NEWER_REFERENCE erts: Add missing docs for DFLAG_MAP_TAG and DFLAG_BIG_CREATION | |||
2019-04-14 | inets: Add tests for erl_script_timeout | Péter Dimitrov | |
2019-04-14 | inets: Fix erl_script_timeout handling in mod_esi | Péter Dimitrov | |
2019-04-14 | Add appup and code_change | Anders Svensson | |
For the parent commit as a diameter 2.2 patch. | |||
2019-04-14 | Fix inadvertently broad monitor | Anders Svensson | |
Commit d9d918b2 added a gen_server whose purpose is to keep track of visible nodes on which diameter_dist:attach/1 has been called to register a node as a handler of incoming Diameter requests when diameter_dist:route_session/2 is configured as spawn_opt MFA. The server contacts visible nodes at init in order to request information, but instead of monitoring visible to also be able to request information at nodeup, it monitored on all nodes, resulting in gen_server casts even to hidden nodes. Monitor only on visible nodes since a hidden node may not be able to deal with the new message. | |||
2019-04-12 | Merge branch 'sverker/doc-big-creation-tags/OTP-15766' | Sverker Eriksson | |
into sverker/maint-21/doc-big-creation-tags/OTP-15766 | |||
2019-04-12 | Updated OTP versionOTP-21.3.4 | Erlang/OTP | |
2019-04-12 | Prepare release | Erlang/OTP | |
2019-04-12 | Merge branch 'lukas/erl_interface/depend-fix/OTP-15757' into maint-21 | Erlang/OTP | |
* lukas/erl_interface/depend-fix/OTP-15757: erl_interface: Generate dependencies at compile time | |||
2019-04-12 | Merge branch 'lukas/erts/fix-fd-driver-select/OTP-15753' into maint-21 | Erlang/OTP | |
* lukas/erts/fix-fd-driver-select/OTP-15753: erts: Fix sys_driver to correctly deselect fds | |||
2019-04-12 | Merge branch 'sverker/crypto/bcmp-memcmp-fix/OTP-15750' into maint-21 | Erlang/OTP | |
* sverker/crypto/bcmp-memcmp-fix/OTP-15750: crypto: Fix link error on windows | |||
2019-04-12 | Merge branch 'rickard/ts-find-ubuntu-inst/OTP-15716' into maint-21 | Erlang/OTP | |
* rickard/ts-find-ubuntu-inst/OTP-15716: Find installed OTP for Ubuntu | |||
2019-04-12 | Merge branch 'hans/ssh/accept_callback_socket/OTP-15763' into maint-21 | Hans Nilsson | |
* hans/ssh/accept_callback_socket/OTP-15763: ssh: Present peername for accept_callback fun also for Sockets | |||
2019-04-12 | Merge branch 'hans/ssh/ssh_channel-init/OTP-15762' into maint-21 | Hans Nilsson | |
* hans/ssh/ssh_channel-init/OTP-15762: ssh: Add ssh_channel:init/1 | |||
2019-04-11 | erts: Document NEW_PID, NEW_PORT, NEWER_REFERENCE | Sverker Eriksson | |
2019-04-11 | ssh: Present peername for accept_callback fun also for Sockets | Hans Nilsson | |
2019-04-11 | ssh: Add ssh_channel:init/1 | Hans Nilsson | |
that was misstakeingly lost when introducing ssh_client_channel.erl | |||
2019-04-10 | erts: Add missing docs for DFLAG_MAP_TAG and DFLAG_BIG_CREATION | Sverker Eriksson | |
2019-04-10 | [ct] Make sure log cache file is completely written before it is read | Siri Hansen | |
This fixes a timing problem where the file could exist but be empty due to simultaneous read and write from two different nodes. | |||
2019-04-10 | erl_interface: Generate dependencies at compile time | Lukas Larsson | |
2019-04-09 | erts: Fix sys_driver to correctly deselect fds | Lukas Larsson | |
Incorrect precidence rules made the driver never deselect the given fds. | |||
2019-04-05 | crypto: Fix link error on windows | Sverker Eriksson | |
Replace deprecated 'bcmp' with 'memcmp'. | |||
2019-04-03 | Find installed OTP for Ubuntu | Rickard Green | |
2019-03-29 | Updated OTP versionOTP-21.3.3 | Erlang/OTP | |