summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-22.1.8Erlang/OTP2019-11-212-1/+2
* Prepare releaseErlang/OTP2019-11-213-5/+20
* Merge branch 'rickard/contended-dirty-sleepers/ERL-1079/OTP-16301' into maint-22Erlang/OTP2019-11-212-11/+11
|\
| * Use mutex instead of spinlock for dirty sleepers listRickard Green2019-11-132-11/+11
|/
* Updated OTP versionOTP-22.1.7Erlang/OTP2019-11-082-1/+2
* Prepare releaseErlang/OTP2019-11-085-6/+63
* Merge branch 'john/compiler/slow-compile-fix/OTP-16259/ERIERL-436' into maint-22Erlang/OTP2019-11-082-41/+117
|\
| * v3_kernel: Fix slow compilation of repeated record matchesJohn Högberg2019-11-062-41/+117
* | Merge branch 'rickard/proc-exit-lit-area-22/OTP-16193' into maint-22Erlang/OTP2019-11-0813-134/+674
|\ \
| * \ Merge 'rickard/proc-exit-lit-area-21/OTP-16193' into 'rickard/proc-exit-lit-a...Rickard Green2019-10-3113-134/+674
| |\ \ | | |/ | |/|
| | * Merge 'rickard/proc-exit-lit-area-20/OTP-16193' into 'rickard/proc-exit-lit-a...Rickard Green2019-10-2913-84/+663
| | |\
| | | * Fix release of literal areasRickard Green2019-10-2913-88/+688
* | | | Merge branch 'sverker/maint-22/sharing-preserving-subbin-fix/ERL-1064/OTP-162...Erlang/OTP2019-11-082-12/+78
|\ \ \ \
| * \ \ \ Merge branch 'sverker/sharing-preserving-subbin-fix/ERL-1064/OTP-16265'Sverker Eriksson2019-11-012-12/+78
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | erts: Fix bug for --enable-sharing-preserving and bit stringsSverker Eriksson2019-11-012-12/+78
* | | | | Merge branch 'sverker/dist-entry-refc-bug/ERL-1044/OTP-16224' into maint-22Erlang/OTP2019-11-083-9/+32
|\ \ \ \ \
| * | | | | erts: Fix bug causing leak of DistEntrySverker Eriksson2019-10-251-6/+4
| * | | | | erts: Fix write-after-free bug for DistEntrySverker Eriksson2019-10-253-3/+28
* | | | | | Updated OTP versionOTP-22.1.6Erlang/OTP2019-11-052-1/+2
* | | | | | Prepare releaseErlang/OTP2019-11-059-6/+91
* | | | | | Merge branch 'lukas/erts/fix-sigq-save-bug/OTP-16241' into maint-22Erlang/OTP2019-11-052-1/+10
|\ \ \ \ \ \
| * | | | | | erts: Fix sigq deferred_save when inner queue is emptyLukas Larsson2019-11-042-1/+10
* | | | | | | Merge branch 'hans/crypto/chacha20_poly1305_fix_tag_bug/ERL-1078/OTP-16242' i...Erlang/OTP2019-11-052-14/+70
|\ \ \ \ \ \ \
| * | | | | | | crypto: Write some commentsHans Nilsson2019-10-301-6/+13
| * | | | | | | crypto: Fix chacha20_poly1305 decode bugHans Nilsson2019-10-301-2/+2
| * | | | | | | crypto: Test that bad AEAD tag indicates errorHans Nilsson2019-10-301-7/+56
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'bmk/maint-22/snmp/20191028/agent_discovery_cleanup/OTP-16228' i...Erlang/OTP2019-11-051-4/+6
|\ \ \ \ \ \ \
| * | | | | | | [snmp|agent] More discovery cleanupMicael Karlberg2019-11-011-3/+4
| * | | | | | | [snmp|agent] Discovery cleanupMicael Karlberg2019-10-291-1/+2
| |/ / / / / /
* | | | | | | Merge branch 'bjorn/compiler/fix-recv-opt/OTP-16219' into maint-22Erlang/OTP2019-11-0529-51/+449
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update preloaded modulesJohn Högberg2019-10-301-0/+0
| * | | | | | Update primary bootstrapJohn Högberg2019-10-3019-0/+0
| * | | | | | beam_validator: Verify that receive markers aren't leaked on returnJohn Högberg2019-10-303-31/+264
| * | | | | | Fix unsafe optimization of receivesBjörn Gustavsson2019-10-296-20/+185
* | | | | | | Updated OTP versionOTP-22.1.5Erlang/OTP2019-10-252-1/+2
* | | | | | | Prepare releaseErlang/OTP2019-10-253-5/+19
* | | | | | | Merge branch 'bmk/snmp/20191022/agent_discovery/OTP-16207' into maint-22Erlang/OTP2019-10-253-4/+26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | [snmp|agent] Improvements of discovery processMicael Karlberg2019-10-233-4/+26
|/ / / / / /
* | | | | | Updated OTP versionOTP-22.1.4Erlang/OTP2019-10-212-1/+2
* | | | | | Prepare releaseErlang/OTP2019-10-217-4/+56
* | | | | | Merge branch 'hans/crypto/core_risk_old_libs/OTP-16202' into maint-22Erlang/OTP2019-10-211-0/+3
|\ \ \ \ \ \
| * | | | | | crypto: Initialize to prevent core dump on unknown cipher nameHans Nilsson2019-10-181-0/+3
* | | | | | | Merge branch 'bjorn/compiler/OTP-16199' into maint-22Erlang/OTP2019-10-212-11/+53
|\ \ \ \ \ \ \
| * | | | | | | beam_ssa_pre_codegen: Improve determination of the common exit blockBjörn Gustavsson2019-10-182-11/+53
| |/ / / / / /
* | | | | | | Merge branch 'bjorn/fix-macOS-Catalina-build/ERL-1063/OTP-16177' into maint-22Erlang/OTP2019-10-211-0/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix failure to build OTP on macOS Catalina (10.15)Björn Gustavsson2019-10-101-0/+12
* | | | | | | Updated OTP versionOTP-22.1.3Erlang/OTP2019-10-092-1/+2
* | | | | | | Prepare releaseErlang/OTP2019-10-093-3/+18
* | | | | | | Merge branch 'ingela/inets/httpd/error-log-with-logger/OTP-16019' into maint-22Erlang/OTP2019-10-0920-313/+407
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | inets, httpd: Add logger error loggingIngela Anderton Andin2019-10-0920-313/+407