summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-24.3.4.11maint-24Erlang/OTP2023-04-202-1/+2
* Prepare releaseErlang/OTP2023-04-207-7/+103
* Update copyright yearErlang/OTP2023-04-208-8/+8
* Merge branch 'kuba/maint-24/inets/fix_httpc_remote_socket_close/OTP-18545' in...Erlang/OTP2023-04-201-8/+18
|\
| * inets: httpc fix for socket closingJakub Witczak2023-04-181-8/+18
* | Merge branch 'rickard/aliasmonitor-fix/24.3/OTP-18557' into maint-24Erlang/OTP2023-04-204-6/+57
|\ \
| * | [erts] Fix erroneous removal of alias from alias tableRickard Green2023-04-184-6/+57
* | | Merge branch 'ingela/ssl/test-stop-using-weak-key' into maint-24Erlang/OTP2023-04-201-7/+15
|\ \ \
| * | | ssl: Let test case use stronger keyIngela Anderton Andin2023-04-171-7/+15
* | | | Merge branch 'ingela/maint-24/correct-sigalg-order/OTP-18550' into maint-24Erlang/OTP2023-04-202-4/+9
|\ \ \ \
| * | | | ssl: Honor signatur alogithm input orderIngela Anderton Andin2023-04-062-4/+9
* | | | | Merge branch 'sverker/dist-entry-bug-node-down/OTP-18243' into maint-24Erlang/OTP2023-04-201-10/+15
|\ \ \ \ \
| * | | | | erts: Fix bug in erts_internal:create_dist_channel/3Sverker Eriksson2022-09-131-10/+14
| * | | | | erts: ASSERT DistEntry.state == CONNECTED in erts_do_net_exitsSverker Eriksson2022-09-131-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sverker/24.3.4.9/erts/decode-unsorted-smallmap-in-hashmap/OTP-1...Erlang/OTP2023-04-202-59/+93
|\ \ \ \ \
| * \ \ \ \ Merge branch 'sverker/23/erts/decode-unsorted-smallmap-in-hashmap/OTP-18343'Sverker Eriksson2023-03-232-59/+93
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | erts: Fix bug decoding unsorted flatmaps as keys in hashmapSverker Eriksson2022-11-302-59/+93
* | | | | | Merge branch 'rickard/driver-call-callback-fix/24.3.4/OTP-18525' into maint-24Erlang/OTP2023-04-201-16/+28
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'rickard/driver-call-callback-fix/23.3.4/OTP-18525' into rickard...Rickard Green2023-03-201-16/+28
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | [erts] Fix error case for driver call callbackRickard Green2023-03-201-16/+28
| | | |/ / / | | |/| | |
* | | | | | Updated OTP versionOTP-24.3.4.10Erlang/OTP2023-03-172-1/+2
* | | | | | Prepare releaseErlang/OTP2023-03-177-13/+57
* | | | | | Update copyright yearErlang/OTP2023-03-174-4/+4
* | | | | | Merge branch 'ingela/inets/httpc/maint-24/queue-bug/OTP-18509' into maint-24Erlang/OTP2023-03-171-9/+11
|\ \ \ \ \ \
| * | | | | | inets: httpc - fix pipeline and keepalive queue bugIngela Anderton Andin2023-03-161-9/+11
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'bmk/snmp/agent/20230127/minimize_error_reporting_during_failed_...Erlang/OTP2023-03-178-68/+203
|\ \ \ \ \ \
| * | | | | | [snmp|doc] Updated documentation with new net-if optionMicael Karlberg2023-01-302-18/+58
| * | | | | | [snmp] Tweaking agent start sequence to reduce error reportingMicael Karlberg2023-01-306-51/+146
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'rickard/alias-cleanup-fix/24.3/GH-6947/OTP-18496' into maint-24Erlang/OTP2023-03-175-2/+90
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | [erts] Ensure cleanup of alias table on alias destructionRickard Green2023-03-015-2/+90
| | |_|/ | |/| |
* | | | Updated OTP versionOTP-24.3.4.9Erlang/OTP2023-02-222-1/+2
* | | | Prepare releaseErlang/OTP2023-02-2211-9/+127
* | | | Update copyright yearErlang/OTP2023-02-2216-16/+16
* | | | Merge branch 'kuba/maint-24/kuba/ssh/reduce_log_size/OTP-18417' into maint-24Erlang/OTP2023-02-221-7/+12
|\ \ \ \
| * | | | ssh: reduce log lengthJakub Witczak2023-02-171-7/+12
| | |/ / | |/| |
* | | | Merge branch 'kuba/inets/fix_uri_query_handling/OTP-18472' into maint-24Erlang/OTP2023-02-222-27/+47
|\ \ \ \
| * | | | inets: fix httpd and folder URI aliasJakub Witczak2023-02-202-27/+47
| |/ / /
* | | | Merge branch 'kuba/maint-24/ssh/fix-error-logging/OTP-18386' into maint-24Erlang/OTP2023-02-221-1/+6
|\ \ \ \
| * | | | ssh: fix kexinit error generationJakub Witczak2023-02-171-1/+6
| |/ / /
* | | | Merge branch 'bjorn/compiler/fix-mutable-variables/24/GH-6873/OTP-18470' into...Erlang/OTP2023-02-223-90/+117
|\ \ \ \
| * | | | Eliminate "mutable variables"Björn Gustavsson2023-02-163-90/+117
| |/ / /
* | | | Merge branch 'bjorn/erts/max_heap_size/24/OTP-18463' into maint-24Erlang/OTP2023-02-226-1/+136
|\ \ \ \
| * | | | Exit process immediately when the max heap size is exceededBjörn Gustavsson2023-02-146-1/+136
| |/ / /
* | | | Merge branch 'ingela/maint-24/ssl/middlebox_hello_retry_request/GH-6807/OTP-1...Erlang/OTP2023-02-222-5/+15
|\ \ \ \
| * | | | ssl: Adjust assert of middlebox change_cipher_spec for better interopIngela Anderton Andin2023-02-152-5/+15
* | | | | Merge branch 'ingela/ssl/maint-24/always-ignore-change-cipher-spec/GH-6772/OT...Erlang/OTP2023-02-221-22/+15
|\ \ \ \ \
| * | | | | ssl: Maximize compatibilityIngela Anderton Andin2023-02-101-22/+15
| |/ / / /
* | | | | Merge branch 'rickard/pi-status-fix/OTP-18421' into maint-24Erlang/OTP2023-02-221-3/+8
|\ \ \ \ \
| * | | | | [erts] Fix process_info(Pid, status)Rickard Green2023-01-301-3/+8
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sverker/23/fix-cerl-core' into maint-24Erlang/OTP2023-02-221-11/+10
|\ \ \ \ \ | |_|/ / / |/| | | |