summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-24.0.6Erlang/OTP2021-09-022-1/+2
* Prepare releaseErlang/OTP2021-09-023-2/+58
* Merge branch 'bjorn/erts/fix-map-decoding/OTP-17594' into maint-24Erlang/OTP2021-09-022-1/+20
|\
| * Make binary_to_term/1 more resilent against bad binariesBjörn Gustavsson2021-09-012-1/+20
* | Merge branch 'lukas/erts/fix-convert-subbin-bugs/OTP-17585' into maint-24Erlang/OTP2021-09-021-2/+5
|\ \
| * | erts: Make re copy small subbinariesLukas Larsson2021-08-311-2/+5
* | | Merge branch 'lukas/erts/fix-erl_tracer-use-after-free/PR-4940/OTP-17568' int...Erlang/OTP2021-09-026-14/+63
|\ \ \
| * | | erts: Fix use after free for ErtsTracerNif*Lukas Larsson2021-06-076-12/+61
| |/ /
* | | Merge branch 'lukas/erts/fix-ttysl-memcpy-buffer-overwrite/GH-5116/OTP-17560'...Erlang/OTP2021-09-021-1/+1
|\ \ \
| * | | erts: Fix memcpy buffer overwriteLukas Larsson2021-08-171-1/+1
| |/ /
* | | Merge branch 'max-au/fix-pi-lockup/OTP-17548' into maint-24Erlang/OTP2021-09-023-6/+77
|\ \ \
| * | | Fix process_info that can hang waiting for replyMaxim Fedorov2021-08-093-6/+77
* | | | Merge branch 'lukas/add-github-actions' into maint-24Erlang/OTP2021-09-021-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | gh-actions: Pin debian version to bullseyeLukas Larsson2021-08-171-3/+3
| * | | gh-actions: Fix libaspell crossenv installLukas Larsson2021-08-101-1/+1
| * | | Backport github dockerfile changes bf48282 and e4c3fcfLukas Larsson2021-08-101-1/+3
* | | | Updated OTP versionOTP-24.0.5Erlang/OTP2021-07-302-1/+2
* | | | Prepare releaseErlang/OTP2021-07-304-9/+27
* | | | Merge branch 'raimo/kernel/tcp-bind-when-port-given/ERIERL-677/OTP-17536' int...Erlang/OTP2021-07-306-16/+62
|\ \ \ \
| * | | | Correct guards for addr and portRaimo Niskanen2021-07-284-11/+11
| * | | | Bind if port has been specifiedRaimo Niskanen2021-07-281-4/+27
| * | | | Test that setting only the source port for connect worksRaimo Niskanen2021-07-281-1/+24
|/ / / /
* | | | Updated OTP versionOTP-24.0.4Erlang/OTP2021-07-212-1/+2
* | | | Prepare releaseErlang/OTP2021-07-2111-14/+120
* | | | Merge branch 'ingela/ssl/runtime-dep' into maint-24Erlang/OTP2021-07-211-2/+2
|\ \ \ \
| * | | | ssl: Update runtime dependencyIngela Anderton Andin2021-07-211-1/+1
* | | | | Merge branch 'ingela/ssl/maint-24-pem-cache-test' into maint-24Erlang/OTP2021-07-211-1/+1
|\ \ \ \ \
| * | | | | ssl: Update test to use new parameterIngela Anderton Andin2021-07-211-1/+1
* | | | | | Merge branch 'ingela/ssl/ECDSA-signatures/OTP-17529' into maint-24Erlang/OTP2021-07-215-36/+251
|\ \ \ \ \ \
| * | | | | | ssl: Fix signature algorithm selection for ECDSAPéter Dimitrov2021-07-195-36/+251
* | | | | | | Merge branch 'hasse/stdlib/chars_limit_fix/GH-5053/OTP-17525' into maint-24Erlang/OTP2021-07-212-3/+30
|\ \ \ \ \ \ \
| * | | | | | | stdlib: Fix a concerning io_lib option 'chars_limit'Hans Bolinder2021-07-152-3/+31
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'ingela/ssl/maint/OTP-17150/alt-certs/GH-4877/OTP-17475' into ma...Erlang/OTP2021-07-2113-221/+379
|\ \ \ \ \ \ \
| * | | | | | | ssl: Do not run upgrade test when version is not changedIngela Anderton Andin2021-07-141-0/+3
| * | | | | | | ssl: Avoid unnecessary ASN1 decodesIngela Anderton Andin2021-07-146-73/+82
| * | | | | | | ssl: Extend certificate chain recreation logicIngela Anderton Andin2021-07-144-109/+245
| * | | | | | | public_key: Allow verify_fun to alter expire reasonIngela Anderton Andin2021-07-141-6/+6
| * | | | | | | ssl: Remove dead codeDan Gudmundsson2021-07-142-22/+6
| * | | | | | | ssl: Use cert rec in dbDan Gudmundsson2021-07-144-34/+27
| * | | | | | | ssl: refactor some codeDan Gudmundsson2021-07-141-17/+16
| * | | | | | | ssl: Add a cert record containing both der and decodedDan Gudmundsson2021-07-143-41/+49
| * | | | | | | ssl: avoid decoding certs several timesDan Gudmundsson2021-07-143-53/+79
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'anders/common_test/netconf/OTP-17506/OTP-17509' into maint-24Erlang/OTP2021-07-213-77/+104
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Let a receiver of incoming NETCONF notifications be configuredAnders Svensson2021-06-283-31/+89
| * | | | | | Simplify xmlns mechanicsAnders Svensson2021-06-281-41/+12
| * | | | | | Remove misleading documentationAnders Svensson2021-06-282-10/+2
| * | | | | | Fix badarg on reception of unexpected NETCONF notificationAnders Svensson2021-06-281-3/+9
| | |_|/ / / | |/| | | |
* | | | | | Updated OTP versionOTP-24.0.3Erlang/OTP2021-06-242-1/+2
* | | | | | Prepare releaseErlang/OTP2021-06-2411-21/+128
* | | | | | Merge branch 'bjorn/incompatibilities/OTP-17502' into maint-24Erlang/OTP2021-06-245-12/+120
|\ \ \ \ \ \