summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-24.3.4.2Erlang/OTP2022-06-212-1/+2
* Prepare releaseErlang/OTP2022-06-217-13/+55
* Update copyright yearErlang/OTP2022-06-212-2/+2
* Merge branch 'sverker/erts/ets-crash-dump-catree/OTP-18144' into maint-24Erlang/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/24/crypto/win-with_ssl-path-lib_bits/OTP-18147' into ma...Erlang/OTP2022-06-212-4/+15
|\ \
| * | crypto: Update configureSverker Eriksson2022-06-211-2/+10
| * | crypto: Ensure 'lib_bits' is set before used in configure.inSverker Eriksson2022-06-071-2/+5
* | | Merge branch 'ingela/ssl/client-certification/OTP-18145' into maint-24Erlang/OTP2022-06-218-65/+140
|\ \ \
| * | | ssl: Enhanch handling of unexpected messagesIngela Anderton Andin2022-06-178-65/+140
| |/ /
* | | Updated OTP versionOTP-24.3.4.1Erlang/OTP2022-06-072-1/+2
* | | Prepare releaseErlang/OTP2022-06-0711-24/+153
* | | Update copyright yearErlang/OTP2022-06-0712-12/+12
* | | Merge branch 'ingela/ssl/protocol-version-TLS-1.3/GH-5950/OTP-18129' into mai...Erlang/OTP2022-06-078-102/+190
|\ \ \
| * | | ssl: Reject unsupported previous version with protocol alertIngela Anderton Andin2022-06-078-102/+190
| |/ /
* | | Merge branch 'sile/mnesia/fix-add-table-copy/OTP-18128' into maint-24Erlang/OTP2022-06-072-11/+60
|\ \ \
| * | | mnesia: Add a test case `mnesia_evil_coverage_test:add_copy_when_dst_going_do...Takeru Ohta2022-05-311-2/+51
| * | | mnesia: Fix a bug that `mnesia:add_table_copy/3` could hold a read lock foreverTakeru Ohta2022-05-311-9/+9
| |/ /
* | | Merge branch 'sverker/24/hopeful-in-fun-env/OTP-18093' into maint-24Erlang/OTP2022-06-072-12/+33
|\ \ \
| * \ \ Merge branch 'sverker/23/hopeful-in-fun-env/OTP-18093' into sverker/24/hopefu...Sverker Eriksson2022-05-192-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/ssl/tls-record-handling/GH-5961/OTP-18087' into maint-24Erlang/OTP2022-06-074-44/+62
|\ \ \
| * | | ssl: Make sure handshake messages are handled correctly during version negoti...Ingela Anderton Andin2022-06-011-30/+47
| * | | ssl: Improve namesIngela Anderton Andin2022-05-094-19/+20
| |/ /
* | | Merge branch 'update_zlib_1_2_12/GH-5994/OTP-18123' into maint-24Erlang/OTP2022-06-0714-964/+10726
|\ \ \
| * | | Update zlib to 1.2.12antedeguemon2022-05-2414-964/+10726
| | |/ | |/|
* | | Merge branch 'ingela/ssl/sni-fun-new-versions-opt/GH-5985/OTP-18100' into mai...Erlang/OTP2022-06-075-10/+91
|\ \ \
| * | | ssl: Handle protocol version change in sni_funIngela Anderton Andin2022-05-185-10/+91
| | |/ | |/|
* | | Merge branch 'hans/ssh/limit_binaries_dump-24/OTP-18094' into maint-24Erlang/OTP2022-06-075-7/+106
|\ \ \
| * | | ssh: Introduce option max_log_item_lenHans Nilsson2022-05-175-7/+106
| |/ /
* | | Merge branch 'dgud/ssl/fix-ticket-timeout/OTP-18092/PR-5959' into maint-24Erlang/OTP2022-06-077-24/+142
|\ \ \
| * | | Use monotonic time for measuring ticket age in TLS client ticket storeAnders Kiel Hovgaard2022-05-111-4/+4
| * | | Use milliseconds for TLS 1.3 session ticket ageAnders Kiel Hovgaard2022-05-117-21/+136
| * | | Fix tls_server_session_ticket_SUITE test skippingAnders Kiel Hovgaard2022-05-111-3/+6
| |/ /
* | | Merge branch 'lars/crypto/ensure-load-problem-24/OTP-17858' into maint-24Erlang/OTP2022-06-076-422/+672
|\ \ \
| * | | Update documentation and remove printoutLars Thorsen2022-05-122-59/+18
| * | | Fix timing bug in ensure_engine_loadedLars Thorsen2022-05-115-373/+664
* | | | Merge branch 'ingela/ssl/asn1-decode-cert-auths/OTP-18085' into maint-24Erlang/OTP2022-06-074-42/+46
|\ \ \ \ | |_|/ / |/| | |
| * | | ssl: Handle certificate authorities decoding issuesIngela Anderton Andin2022-05-094-42/+46
|/ / /
* | | Updated OTP versionOTP-24.3.4Erlang/OTP2022-05-022-1/+2
* | | Prepare releaseErlang/OTP2022-05-0219-21/+260
* | | Update copyright yearErlang/OTP2022-05-0231-31/+31
* | | Merge branch 'bmk/kernel/20220427/gen_tcp_socket_shutdown_24.3.3/OTP-18080' i...Erlang/OTP2022-05-023-12/+50
|\ \ \
| * | | [kernel|gen-tcp|test] Tweaked shutdown (api) test case(s)Micael Karlberg2022-04-291-8/+28
| * | | [kernel|gen-tcp-socket] Changed the behaviour of shutdownMicael Karlberg2022-04-291-1/+11
| * | | [erts|esock] Add caller pid to the initial debug printout for closeMicael Karlberg2022-04-291-3/+11
| |/ /
* | | Merge branch 'bmk/kernel/20220427/gen_tcp_socket_raw_option_24.3.3/OTP-18078'...Erlang/OTP2022-05-021-14/+31
|\ \ \
| * | | [kernel] Fixed handling of raw option for gen-tcp-socketMicael Karlberg2022-04-291-14/+31
| |/ /