summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-22.3.4.11Erlang/OTP2020-10-022-1/+2
* Prepare releaseErlang/OTP2020-10-029-6/+145
* Merge branch 'dgud/mnesia/safe_load_crash/ERIERL-500/OTP-16815' into maint-22Erlang/OTP2020-10-021-1/+8
|\
| * Fix bad mergeDan Gudmundsson2020-09-101-1/+0
| * Handle delete table definitionsDan Gudmundsson2020-08-251-0/+8
* | Merge branch 'rickard/improved-system-memory-data-22/ERIERL-532/OTP-16906' in...Erlang/OTP2020-10-026-81/+246
|\ \
| * | Configure paramenter for improved memsup:get_system_memory_data()Rickard Green2020-10-016-81/+246
* | | Merge branch 'rickard/carrier-pools/OTP-16856' into maint-22Erlang/OTP2020-10-026-27/+283
|\ \ \
| * | | Multiple carrier poolsRickard Green2020-09-256-27/+283
| |/ /
* | | Merge branch 'rickard/thr-progress-wakeup-bugs/OTP-16870' into maint-22Erlang/OTP2020-10-029-93/+147
|\ \ \
| * | | Fix thread progress handling in poll threadsRickard Green2020-09-299-90/+129
| * | | Fix thread progress handling in sys-msg-dispatcher threadRickard Green2020-09-221-2/+18
* | | | Merge branch 'bmk/erts/20200909/active_once_wakes_up_io_polling_thread_unnece...Erlang/OTP2020-10-021-9/+19
|\ \ \ \
| * | | | [erts] Active-once wakes up IO possing thread unnecessarilyMicael Karlberg2020-09-101-9/+19
| | |/ / | |/| |
* | | | Merge branch 'hans/ssh/decoder_error/OTP-16904' into maint-22Erlang/OTP2020-10-021-2/+6
|\ \ \ \
| * | | | ssh: Fix possible infinite loop in message decodingHans Nilsson2020-09-291-2/+6
| | |/ / | |/| |
* | | | Merge branch 'sverker/22/ets-select_replace-compressed/ERL-1356/OTP-16874' in...Erlang/OTP2020-10-025-54/+113
|\ \ \ \
| * \ \ \ Merge 'sverker/21/ets-select_replace-compressed/OTP-16874'Sverker Eriksson2020-09-215-54/+113
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge 'sverker/20/ets-select_replace-compressed/OTP-16874'Sverker Eriksson2020-09-215-54/+113
| | |\ \ \ | | | |/ / | | |/| |
| | | * | erts: Fix bug in ets:replace/2 on compressed tableSverker Eriksson2020-09-215-54/+113
* | | | | Merge branch 'lukas/add-github-actions' into maint-22Erlang/OTP2020-10-0213-82/+1691
|\ \ \ \ \
| * | | | | Add github actionsLukas Larsson2020-09-2413-30/+1746
| | |_|/ / | |/| | |
* | | | | Merge branch 'rickard/statistics-doc-bug/OTP-16866' into maint-22Erlang/OTP2020-10-021-4/+3
|\ \ \ \ \
| * | | | | Fix documentation of statistics(run_queue)Rickard Green2020-09-181-4/+3
| | |_|/ / | |/| | |
* | | | | Updated OTP versionOTP-22.3.4.10Erlang/OTP2020-08-262-1/+2
* | | | | Prepare releaseErlang/OTP2020-08-263-4/+19
* | | | | Merge branch 'lars/megaco/v3_v2_ipv6_address_error/OTP-16818' into maint-22Erlang/OTP2020-08-264-1435/+2195
|\ \ \ \ \
| * | | | | [megaco|test] Add Test casesLars Thorsen2020-08-262-1432/+2192
| * | | | | [megaco] V2/V3 text parser IPv6 address failureLars Thorsen2020-08-262-3/+3
| | |_|/ / | |/| | |
* | | | | Updated OTP versionOTP-22.3.4.9Erlang/OTP2020-08-202-1/+2
* | | | | Prepare releaseErlang/OTP2020-08-203-2/+36
* | | | | Merge branch 'hans/ssh/cli_window_change_crash/ERIERL-520/OTP-16791' into mai...Erlang/OTP2020-08-201-6/+21
|\ \ \ \ \
| * | | | | ssh: Remove conflicting cli actions and potential crash on window width changeHans Nilsson2020-08-201-6/+21
* | | | | | Merge branch 'hans/ssh/hello_timeout/OTP-16803' into maint-22Erlang/OTP2020-08-205-4/+113
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ssh: Add daemon option "hello_timeout"Hans Nilsson2020-08-204-3/+26
| * | | | | ssh: Test case for some mini flooding of ssh serverHans Nilsson2020-08-201-1/+87
|/ / / / /
* | | | | Updated OTP versionOTP-22.3.4.8Erlang/OTP2020-08-192-1/+2
* | | | | Prepare releaseErlang/OTP2020-08-193-3/+19
* | | | | Merge branch 'raimo/snmp/aes-ucm/ERIERL-524/OTP-15130' into maint-22Erlang/OTP2020-08-194-47/+217
|\ \ \ \ \
| * | | | | Fix PrivParams for SNMPv3 USM with AES privacyRaimo Niskanen2020-08-181-24/+30
| * | | | | [snmp|manager|test] Changed io for usm-priv-aes test caseMicael Karlberg2020-08-181-12/+15
| * | | | | [snmp|manager|test] Moved manager start and stop into pre and postMicael Karlberg2020-08-181-26/+31
| * | | | | Fix PrivParams for SNMPv3 USM with AES privacyJonathan D. Storm2020-08-183-23/+179
| |/ / / /
* | | | | Updated OTP versionOTP-22.3.4.7Erlang/OTP2020-08-172-1/+2
* | | | | Prepare releaseErlang/OTP2020-08-173-4/+20
* | | | | Merge branch 'raimo/snmp/active-once-after-timeout/ERIERL-523/OTP-15767' into...Erlang/OTP2020-08-171-3/+2
|\ \ \ \ \
| * | | | | Always renew active,once after a discovery responseRaimo Niskanen2020-08-171-3/+2
| |/ / / /
* | | | | Updated OTP versionOTP-22.3.4.6Erlang/OTP2020-08-132-1/+2
* | | | | Prepare releaseErlang/OTP2020-08-135-4/+37
* | | | | Merge branch 'andy/inets/security_issue/ERIERL-522/OTP-16790' into maint-22Erlang/OTP2020-08-132-4/+17
|\ \ \ \ \