summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-23.3.4Erlang/OTP2021-05-102-1/+2
* Prepare releaseErlang/OTP2021-05-107-8/+66
* Merge branch 'anders/diameter/sctp/OTP-17366' into maint-23Erlang/OTP2021-05-107-27/+37
|\
| * Fix appup blunderAnders Svensson2021-05-101-8/+2
| * Add appupAnders Svensson2021-05-071-5/+17
| * Suppress dialyzer warnings in codeAnders Svensson2021-05-074-6/+8
| * Fix association id of unordered send setopts in diameter_sctpAnders Svensson2021-05-041-5/+7
| * Fix ignored unordered option on client diameter_sctp transportAnders Svensson2021-04-302-11/+11
* | Merge branch 'sverker/23/ets-matchspec-stack-bug/OTP-17379' into maint-23Erlang/OTP2021-05-102-3/+38
|\ \
| * \ Merge 'sverker/22/ets-matchspec-stack-bug/OTP-17379'Sverker Eriksson2021-05-062-3/+38
| |\ \
| | * \ Merge 'sverker/21/ets-matchspec-stack-bug/OTP-17379'Sverker Eriksson2021-05-062-3/+38
| | |\ \
| | | * | erts: Fix matchspec stack depth estimation bugSverker Eriksson2021-05-062-3/+38
* | | | | Merge branch 'john/compiler/revert-container-type-subtraction/ERIERL-650/OTP-...Erlang/OTP2021-05-102-36/+7
|\ \ \ \ \
| * | | | | Revert "Merge branch 'john/compiler/validator-container-type-subtraction/GH-4...John Högberg2021-05-072-36/+7
|/ / / / /
* | | | | Updated OTP versionOTP-23.3.3Erlang/OTP2021-05-052-1/+2
* | | | | Prepare releaseErlang/OTP2021-05-0512-20/+121
* | | | | Merge branch 'raimo/kernel/safe-cname-lookup/OTP-17361' into maint-23Erlang/OTP2021-05-051-1/+10
|\ \ \ \ \
| * | | | | Prevent crash when looking up cname from bogus replyRaimo Niskanen2021-04-231-1/+10
* | | | | | Merge branch 'john/compiler/validator-container-type-subtraction/GH-4774/OTP-...Erlang/OTP2021-05-052-7/+36
|\ \ \ \ \ \
| * | | | | | beam_validator: Support subtraction in update_container_type/4John Högberg2021-04-272-7/+36
* | | | | | | Merge branch 'kuba/common_test/OTP-17347/GH-3480' into maint-23Erlang/OTP2021-05-053-7/+161
|\ \ \ \ \ \ \
| * | | | | | | common_test: Fix Config leakage for nested groupsJakub Witczak2021-04-233-7/+161
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'kjell/runtime_tools/dbg/ERL-1371/OTP-16930/GH-4396' into maint-23Erlang/OTP2021-05-051-3/+3
|\ \ \ \ \ \ \
| * | | | | | | GH-4396: exported function instead of fun to set up remote tracingKjell Winblad2021-05-031-3/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'lukas/erl_interface/send-inf-tmo-fix/OTP-17358' into maint-23Erlang/OTP2021-05-053-11/+34
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | ei: Correctly check timeout value vs EI_SCLBK_INF_TMOLukas Larsson2021-05-033-12/+34
| |/ / / / /
* | | | | | Updated OTP versionOTP-23.3.2Erlang/OTP2021-04-262-1/+2
* | | | | | Prepare releaseErlang/OTP2021-04-2614-7/+217
* | | | | | Merge branch 'rickard/off-heap-msgq-fix/OTP-17349' into maint-23Erlang/OTP2021-04-261-1/+3
|\ \ \ \ \ \
| * | | | | | Fix change of message_queue_data to off_heapRickard Green2021-04-231-1/+3
| |/ / / / /
* | | | | | Merge branch 'rickard/signal-order-fix/23/OTP-17291' into maint-23Erlang/OTP2021-04-2615-229/+583
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'rickard/signal-order-fix/22/OTP-17291' into rickard/signal-orde...Rickard Green2021-04-2215-229/+583
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Merge branch 'rickard/signal-order-fix/OTP-17291' into rickard/signal-order-f...Rickard Green2021-04-2215-229/+581
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | Ensure is_process_alive() and process_info() respect signal orderRickard Green2021-04-223-5/+22
| | | * | | | Ensure reply signals from ports respect signal orderRickard Green2021-04-224-163/+283
| | | * | | | Ensure GC and CPC signals respect signal orderRickard Green2021-04-219-56/+272
| | | |/ / /
* | | | | | Merge branch 'rickard/literal-whole-message/23/OTP-17307' into maint-23Erlang/OTP2021-04-262-6/+74
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'rickard/literal-whole-message/22/OTP-17307' into rickard/litera...Rickard Green2021-04-222-6/+74
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merge branch 'rickard/literal-whole-message/OTP-17307' into rickard/literal-w...Rickard Green2021-04-222-6/+74
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | Fix literal collection of messagesRickard Green2021-04-222-6/+74
| | | | |/ / | | | |/| |
* | | | | | Merge branch 'ingela/ssl/session-tab/ERIERL-641/OTP-17348' into maint-23Erlang/OTP2021-04-261-1/+1
|\ \ \ \ \ \
| * | | | | | ssl: Fix variable typoIngela Anderton Andin2021-04-231-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'kenneth/asn1_paramtype/OTP-17227/OTP-17306/OTP-17297' into main...Erlang/OTP2021-04-264-34/+56
|\ \ \ \ \ \
| * | | | | | Correct handling of parameterized types with extension markerKenneth Lundin2021-04-202-22/+33
| * | | | | | Add checking that an INTEGER value is within rangeKenneth Lundin2021-04-192-3/+12
| * | | | | | Change the internal representation of a sequence to a property listKenneth Lundin2021-04-191-9/+11
* | | | | | | Merge branch 'anders/common_test/timing/OTP-17328' into maint-23Erlang/OTP2021-04-262-376/+489
|\ \ \ \ \ \ \
| * | | | | | | Fix possible hangings in ct_telnet_clientAnders Svensson2021-04-141-14/+19
| * | | | | | | Fix multiple ct_gen_conn:do_within_time/2 issuesAnders Svensson2021-04-081-32/+43
| * | | | | | | Fix multiple ct_gen_conn issuesAnders Svensson2021-04-081-333/+429