summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-23.3.4.15Erlang/OTP2022-06-212-1/+2
* Prepare releaseErlang/OTP2022-06-219-11/+107
* Update copyright yearErlang/OTP2022-06-2115-15/+15
* Merge branch 'lars/engine-ctx-destructor/OTP-18152' into maint-23Erlang/OTP2022-06-212-5/+127
|\
| * Correct the destructor to remove all referencesLars Thorsen2022-06-172-5/+127
* | Merge branch 'sverker/erts/ets-crash-dump-catree/OTP-18144' into maint-23Erlang/OTP2022-06-213-10/+8
|\ \
| * | erts: Don't join/shrink ETS catree nodes during crashdumpSverker Eriksson2022-06-201-2/+2
| * | erts: Improve erts_sched_local_random to work without processSverker Eriksson2022-06-202-8/+6
* | | Merge branch 'sverker/23/hopeful-in-fun-env/OTP-18093' into maint-23Erlang/OTP2022-06-212-12/+33
|\ \ \
| * | | erts: Accept faulty Size field in NEW_FUN_EXTSverker Eriksson2022-05-191-3/+4
| * | | erts: Test Size field of NEW_FUN_EXT encoded for pending connectionSverker Eriksson2022-05-191-9/+29
| |/ /
* | | Merge branch 'ingela/maint-23/ssl/client-certification/OTP-18145' into maint-23Erlang/OTP2022-06-218-78/+171
|\ \ \
| * | | ssl: Enhanch handling of unexpected messagesIngela Anderton Andin2022-06-208-78/+171
* | | | Merge branch 'lars/crypto/ensure-load-problem/OTP-17858' into maint-23Erlang/OTP2022-06-216-435/+700
|\ \ \ \
| * | | | Fix timing bug in ensure_engine_loadedLars Thorsen2022-05-116-435/+700
| | |_|/ | |/| |
* | | | Merge branch 'update_zlib_1_2_12/GH-5994/OTP-18123' into maint-23Erlang/OTP2022-06-2114-964/+10726
|\ \ \ \
| * | | | Update zlib to 1.2.12antedeguemon2022-05-2414-964/+10726
| | |_|/ | |/| |
* | | | Merge branch 'hans/ssh/limit_binaries_dump-23/OTP-18094' into maint-23Erlang/OTP2022-06-215-7/+106
|\ \ \ \ | |_|_|/ |/| | |
| * | | ssh: Introduce option max_log_item_lenHans Nilsson2022-05-245-7/+106
| |/ /
* | | Updated OTP versionOTP-23.3.4.14Erlang/OTP2022-05-022-1/+2
* | | Prepare releaseErlang/OTP2022-05-025-3/+86
* | | Update copyright yearErlang/OTP2022-05-0220-20/+20
* | | Merge branch 'big-r81/epmd-nonfatal-loopback/OTP-17970' into maint-23Erlang/OTP2022-05-021-2/+18
|\ \ \
| * | | epmd: don't fail if non-critical interfaces fail to bindJohn Eckersberg2022-04-291-2/+18
| |/ /
* | | Merge branch 'sverker/23/erts/fix-factory-undo/OTP-18027' into maint-23Erlang/OTP2022-05-025-38/+47
|\ \ \
| * | | erts: Make erts_factory_undo leave empty heap fragmentSverker Eriksson2022-04-201-7/+1
| * | | erts: Fix bug in erts_factory_proc_prealloc_initSverker Eriksson2022-04-201-4/+11
| * | | erts: Ensure setting p->live_hf_end at first trap with disabled GCSverker Eriksson2022-04-204-27/+35
| |/ /
* | | Merge branch 'lukas/erts/fix-off-heap-change-gc/OTP-18075' into maint-23Erlang/OTP2022-05-022-8/+39
|\ \ \
| * | | erts: Fix gc to fetch sig queue at mqd changeLukas Larsson2022-04-272-8/+39
* | | | Merge branch 'lukas/23/erts/fix-dist-fragment-exit-leak/OTP-18077' into maint-23Erlang/OTP2022-05-028-20/+418
|\ \ \ \
| * \ \ \ Merge branch 'lukas/22/erts/fix-dist-fragment-exit-leak/OTP-18077' into lukas...Lukas Larsson2022-04-308-20/+418
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | erts: Fix faulty alloc assert on 32-bitLukas Larsson2022-04-301-1/+2
| | * | | erts: Add testcase for exit distr fragmentsLukas Larsson2022-04-301-1/+165
| | * | | erts: Fix size calculation of suspend monitorLukas Larsson2022-04-271-0/+1
| | * | | erts: Add etp-links for inspecting process linksLukas Larsson2022-04-271-8/+182
| | * | | erts: Fix fragmented send to finish before exitingLukas Larsson2022-04-276-10/+50
| | |/ /
* | | | Merge branch 'bjorn/compiler/setelement/OTP-18082' into maint-23Erlang/OTP2022-05-021-4/+9
|\ \ \ \
| * | | | Fix incorrect optimization of setelement/3Björn Gustavsson2022-04-291-4/+9
| |/ / /
* | | | Merge branch 'john/erts/fix-persistent-term-get-put-race/maint-23' into maint-23Erlang/OTP2022-05-022-58/+112
|\ \ \ \
| * \ \ \ Merge branch 'john/erts/fix-persistent-term-get-put-race/GH-5908/OTP-18065' i...John Högberg2022-04-222-58/+112
| |\ \ \ \
| | * | | | erts: Fix a race in persistent_term:get/1,2John Högberg2022-04-222-58/+113
| | |/ / /
* | | | | Merge branch 'lukas/erts/remove-child-setup-assert' into maint-23Erlang/OTP2022-05-021-1/+0
|\ \ \ \ \
| * | | | | erts: Remove faulty child setup assertLukas Larsson2022-04-051-1/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'lukas/22/erts/fix-localtime-tz-change/OTP-18076' into maint-23Erlang/OTP2022-05-024-42/+33
|\ \ \ \ \
| * | | | | erts: Fix localtime_r summer/winter-time change bugLukas Larsson2022-04-194-42/+33
| |/ / / /
* | | | | Merge branch 'lukas/add-github-actions' into maint-23Erlang/OTP2022-05-023-9/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gh: Fix ubuntu base to use base argumentLukas Larsson2022-04-221-1/+2
| * | | | gh: Use lastest lts ubuntu for build and testsLukas Larsson2022-04-221-1/+1
| * | | | gh: Fix debian base imageLukas Larsson2022-04-212-7/+8