summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [kernel|test] Add test case for recv socket closebmk/kernel/20200514/sctp_and_udp_recv_hangs_on_close/OTP-16654Micael Karlberg2020-05-141-9/+75
| | | | OTP-16654
* [erts] Inform all async when closing udp/sctp socketMicael Karlberg2020-05-141-3/+4
| | | | | | | The UDP and SCTP sockets did not inform (async) waiting processes about socket close, basically leaving them hanging. OTP-16654
* Updated OTP versionOTP-22.3Erlang/OTP2020-03-132-1/+2
|
* Prepare releaseErlang/OTP2020-03-1346-41/+819
|
* Update copyright yearRickard Green2020-03-131011-1011/+1011
|
* Update preloaded modulesBjörn Gustavsson2020-03-1221-0/+0
|
* Update primary bootstrapBjörn Gustavsson2020-03-1233-6/+5
|
* Merge branch 'anders/diameter/dialyzer/OTP-16548' into maintAnders Svensson2020-03-122-2/+5
|\ | | | | | | | | | | * anders/diameter/dialyzer/OTP-16548: Update appup for 22.3 Add missing option to diameter:peer_filter/0 type spec
| * Update appup for 22.3Anders Svensson2020-03-111-2/+4
| |
| * Add missing option to diameter:peer_filter/0 type specAnders Svensson2020-03-101-0/+1
| | | | | | | | | | Added and documented in commit 8fd4e5f4, which neglected to update the corresponding dialyzer type spec.
* | Merge branch 'ingela/ssl/DTLS-alpn-openssl' into maintIngela Anderton Andin2020-03-111-0/+4
|\ \ | | | | | | | | | | | | * ingela/ssl/DTLS-alpn-openssl: ssl: Cuddle tests
| * | ssl: Cuddle testsIngela Anderton Andin2020-03-111-0/+4
| | |
* | | Merge branch 'toraritte/patch-2' into maintRaimo Niskanen2020-03-101-16/+16
|\ \ \ | |/ / |/| | | | | | | | | | | * toraritte/patch-2: Correct spelling of 'behaviour' and 'time-out' Re-phrase paragraphs
| * | Correct spelling of 'behaviour' and 'time-out'Raimo Niskanen2020-03-101-9/+9
| | |
| * | Re-phrase paragraphsAttila Gulyas2020-01-081-8/+8
| | |
* | | Merge branch 'raimo/kernel/inet_res-timeout-return/ERIERL-452/OTP-16414' ↵Raimo Niskanen2020-03-093-90/+241
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into maint * raimo/kernel/inet_res-timeout-return/ERIERL-452/OTP-16414: Tidy up timeout handling Keep intermediate error Test intermediate error
| * | | Tidy up timeout handlingRaimo Niskanen2020-02-201-24/+23
| | | |
| * | | Keep intermediate errorRaimo Niskanen2020-02-202-56/+107
| | | |
| * | | Test intermediate errorRaimo Niskanen2020-02-201-10/+111
| | | |
* | | | Merge branch 'hasse/erts/fix_dialyzer_warning' into maintHans Bolinder2020-03-091-12/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * hasse/erts/fix_dialyzer_warning: erts: Fix a Dialyzer warning
| * | | | erts: Fix a Dialyzer warningHans Bolinder2020-03-061-12/+12
| | | | |
* | | | | Merge branch 'bmk/snmp/20200305/test_tweaking' into maintMicael Karlberg2020-03-061-13/+60
|\ \ \ \ \
| * | | | | [snmp|manager|test] Try reduce the fail info amountMicael Karlberg2020-03-051-13/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The (manager) suite cathes and re-throws errors. This is an attempt to minimize the info we add each time...
* | | | | | Merge branch 'bmk/snmp/manager/20200225/restart_net_if_process/OTP-16447' ↵Micael Karlberg2020-03-0615-166/+725
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into maint OTP-16447
| * | | | | | [snmp|manager|test] Minimal adjusted manager test suite(s)Micael Karlberg2020-02-272-16/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minimal adjustments to the manager test suite(s) to "allow" for the new netif-sup config option. OTP-16447
| * | | | | | [snmp|doc] Add documentation for the new Net If active supervisionMicael Karlberg2020-02-275-110/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for the new (server) feature of active Net If supervision. OTP-16447
| * | | | | | [snmp|manager] Add active supervision of NetIFMicael Karlberg2020-02-277-25/+419
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an active NetIF process supervision. Basically this mean create a process (if configured to use this) that actively supervises the NetIF process. This done by simply sending a 'ping' message to NetIF, which it has to answer with a pong message. OTP-16447
| * | | | | | [snmp|manager|doc] Document the new (restart) functionMicael Karlberg2020-02-041-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | OTP-16447
| * | | | | | [snmp|manager] Make it possible to restart the net-ifMicael Karlberg2020-02-042-14/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to restart the net-if. This can be usefull if the net-if process "gets stuck"... OTP-16447
* | | | | | | Merge branch 'raimo/stdlib/gen_statem-change_cb' into maintRaimo Niskanen2020-03-065-121/+281
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * raimo/stdlib/gen_statem-change_cb: Improve function name Document change|push|pop _callback_module Implement push and pop of callback module
| * | | | | | Improve function nameRaimo Niskanen2020-02-211-82/+83
| | | | | | |
| * | | | | | Document change|push|pop _callback_moduleRaimo Niskanen2020-02-212-13/+113
| | | | | | |
| * | | | | | Implement push and pop of callback moduleRaimo Niskanen2020-02-213-26/+85
| | | | | | |
* | | | | | | Merge branch 'peterdmv/ssl/session-invalidation-at-abrupt-close/OTP-16479' ↵Péter Dimitrov2020-03-063-20/+228
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into maint * peterdmv/ssl/session-invalidation-at-abrupt-close/OTP-16479: ssl: Invalidate session on abrupt close during initial handshake
| * | | | | | ssl: Invalidate session on abrupt close during initial handshakeIngela Anderton Andin2020-02-243-20/+228
| | | | | | |
* | | | | | | Merge branch 'maint-21' into maintJohn Högberg2020-03-053-3/+40
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-21: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/notes.xml # erts/vsn.mk # make/otp_version_tickets # otp_versions.table
| * | | | | | | Updated OTP versionOTP-21.3.8.14Erlang/OTP2020-03-042-1/+2
| | | | | | | |
| * | | | | | | Prepare releaseErlang/OTP2020-03-043-4/+43
| | | | | | | |
| * | | | | | | Merge branch 'sverker/ets-update-counter-fix/ERL-1127/OTP-16404' into maint-21Erlang/OTP2020-03-043-6/+32
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sverker/ets-update-counter-fix/ERL-1127/OTP-16404: erts: Fix bug in ets:update_counter causing wrong table size
| * \ \ \ \ \ \ \ Merge branch 'rickard/dirty-low-prio-bug/ERL-1157/OTP-16446' into maint-21Erlang/OTP2020-03-042-2/+94
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/dirty-low-prio-bug/ERL-1157/OTP-16446: Fix low priority dirty execution # Conflicts: # erts/emulator/test/scheduler_SUITE.erl
| * \ \ \ \ \ \ \ \ Merge branch 'rickard/+SDio-range/OTP-16481' into maint-21Erlang/OTP2020-03-042-4/+4
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/+SDio-range/OTP-16481: Fix valid range for +SDio # Conflicts: # erts/doc/src/erl.xml
| * \ \ \ \ \ \ \ \ \ Merge branch 'rickard/kill2killed-test' into maint-21Erlang/OTP2020-03-041-2/+66
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/kill2killed-test: Activate test Test case verifying exit signal kill to killed mapping # Conflicts: # erts/emulator/test/signal_SUITE.erl
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'ingela/ssl/public_key/edwardcurves-TLS-1.2/OTP-16528' into maintIngela Anderton Andin2020-03-058-7/+140
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ingela/ssl/public_key/edwardcurves-TLS-1.2/OTP-16528: ssl: Add TLS-1.3 group to ssl_cipher_suite_SUITE ssl: Add support for key exchange with Edwards curves and RSASSA-PSS in TLS-1.2 public_key: Add support for key exchange with Edward curves
| * | | | | | | | | | | | ssl: Add TLS-1.3 group to ssl_cipher_suite_SUITEIngela Anderton Andin2020-03-042-3/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix bug discoverd with the new tests, that is handling of algorithm AES_CCM was missing in tls_sender.
| * | | | | | | | | | | | ssl: Add support for key exchange with Edwards curves and RSASSA-PSS in TLS-1.2Ingela Anderton Andin2020-03-043-2/+26
| | | | | | | | | | | | |
| * | | | | | | | | | | | public_key: Add support for key exchange with Edward curvesIngela Anderton Andin2020-03-033-2/+18
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'hasse/doc/fix_link' into maintHans Bolinder2020-03-051-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hasse/doc/fix_link: doc: Fix a link
| * | | | | | | | | | | | | doc: Fix a linkHans Bolinder2020-03-051-2/+2
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'bmk/snmp/20200219/test_tweaking' into maintMicael Karlberg2020-03-0419-2435/+2868
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [snmp|manager|test] Tweaked the manager config suiteMicael Karlberg2020-02-261-7/+36
| | | | | | | | | | | | | |