summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated OTP versionOTP-22.3.2Erlang/OTP2020-04-082-1/+2
|
* Prepare releaseErlang/OTP2020-04-083-9/+20
|
* Merge branch 'kenneth/asn1_jer/OTP-16030' into maint-22Erlang/OTP2020-04-0833-256/+1645
|\ | | | | | | | | * kenneth/asn1_jer/OTP-16030: Add JER backend
| * Add JER backendKenneth Lundin2020-04-0833-256/+1645
|/
* Updated OTP versionOTP-22.3.1Erlang/OTP2020-04-062-1/+2
|
* Prepare releaseErlang/OTP2020-04-0615-70/+148
|
* Merge branch 'rickard/recv-opt-fix/ERL-1199/OTP-16572' into maint-22Erlang/OTP2020-04-067-35/+269
|\ | | | | | | | | * rickard/recv-opt-fix/ERL-1199/OTP-16572: Fix handling of receive marker
| * Fix handling of receive markerRickard Green2020-04-047-35/+269
| | | | | | | | | | | | | | | | | | * Ensure that deferred-save is updated when when we resolve deferred-save-last. That is, keep deferred-save as long as we have deferred-save-last. * Ensure that deferred-save-last eventually is resolved. A steady flow of new signals could prevent deferred-save-last from ever being resolved.
* | Merge branch 'john/compiler/beam_validator-infer_on_ne/OTP-16580/ERL-1212' ↵Erlang/OTP2020-04-062-11/+50
|\ \ | | | | | | | | | | | | | | | | | | into maint-22 * john/compiler/beam_validator-infer_on_ne/OTP-16580/ERL-1212: beam_validator: Improve type inference for '=/='
| * | beam_validator: Improve type inference for '=/='John Högberg2020-03-312-11/+50
| |/
* | Merge branch 'bjorn/fix-macos-build/ERL-1205/OTP-16574' into maint-22Erlang/OTP2020-04-061-16/+1
|\ \ | | | | | | | | | | | | | | | * bjorn/fix-macos-build/ERL-1205/OTP-16574: Fix failing build on BSDs Fix build of OTP with Xcode 11.4
| * | Fix failing build on BSDsBjörn Gustavsson2020-03-301-1/+1
| | | | | | | | | | | | The fix in 3edba0dad391 broke the build on BSD platforms.
| * | Fix build of OTP with Xcode 11.4Björn Gustavsson2020-03-271-15/+0
| |/ | | | | | | https://bugs.erlang.org/browse/ERL-1205
* | Merge branch 'ingela/ssl/partial_chain/ERIERL-481/OTP-16567' into maint-22Erlang/OTP2020-04-062-19/+28
|\ \ | | | | | | | | | | | | * ingela/ssl/partial_chain/ERIERL-481/OTP-16567: ssl: Correct handling of empty result of partial_chain callback
| * | ssl: Correct handling of empty result of partial_chain callbackIngela Anderton Andin2020-03-202-19/+28
| | |
* | | Merge branch 'ingela/inets/httpd/URI-parsing/OTP-16556' into maint-22Erlang/OTP2020-04-0617-427/+225
|\ \ \ | | | | | | | | | | | | | | | | * ingela/inets/httpd/URI-parsing/OTP-16556: inets: httpd - remove use of http_uri and mod_esi eval API
| * | | inets: httpd - remove use of http_uri and mod_esi eval APIIngela Anderton Andin2020-03-3017-427/+225
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Backport form OTP-23, this is potentially incompatible but using mod_esi eval has been deprecated for many years and may be considered a vulnerability. The removal of http_uri also further motivates removal of deprecated mod_esi eval API as it makes uses of non standard URIs
* | | Merge branch 'rickard/bad-utf8-subject-22/OTP-16553' into maint-22Erlang/OTP2020-04-063-24/+113
|\ \ \ | | | | | | | | | | | | | | | | * rickard/bad-utf8-subject-22/OTP-16553: re:run(): ensure badarg on illegal utf8 in subject
| * \ \ Merge branch 'rickard/bad-utf8-subject-21/OTP-16553' into ↵Rickard Green2020-03-183-24/+113
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | rickard/bad-utf8-subject-22/OTP-16553 * rickard/bad-utf8-subject-21/OTP-16553: re:run(): ensure badarg on illegal utf8 in subject
| | * | Merge branch 'rickard/bad-utf8-subject-20/OTP-16553' into ↵Rickard Green2020-03-183-24/+115
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rickard/bad-utf8-subject-21/OTP-16553 * rickard/bad-utf8-subject-20/OTP-16553: re:run(): ensure badarg on illegal utf8 in subject
| | | * | re:run(): ensure badarg on illegal utf8 in subjectRickard Green2020-03-183-24/+115
| | | | | | | | | | | | | | | | | | | | | | | | | Also handle all other returns from erts_pcre_exec() properly regarding reductions.
* | | | | Merge branch 'john/erts/fix-cla-disable-gc/OTP-16555/ERL-1088' into maint-22Erlang/OTP2020-04-063-5/+82
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * john/erts/fix-cla-disable-gc/OTP-16555/ERL-1088: erts: Delay copying literal area when GC is disabled
| * | | | | erts: Delay copying literal area when GC is disabledJohn Högberg2020-03-183-5/+82
| | | | | |
* | | | | | Merge branch 'lars/xmerl/perf-int-gen-refs-in-content/OTP-16578/ERIERL-482' ↵Erlang/OTP2020-04-061-5/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | into maint-22 * lars/xmerl/perf-int-gen-refs-in-content/OTP-16578/ERIERL-482: Fix performance problem with references in content
| * | | | | Fix performance problem with references in contentLars Thorsen2020-03-311-5/+8
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a performance problem with internal general references in the content parsing when the input was big binaries. Thanks to Zachary Dean for the fix
* | | | | 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