summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ssh: Fix crash of controllerHans Nilsson2021-02-191-5/+11
* ssh: Longer timeout for controller callsHans Nilsson2021-02-021-2/+4
* Prepare releaseErlang/OTP2020-12-042-1/+21
* ssh: Test casesHans Nilsson2020-12-041-33/+137
* ssh: Change ct:pal to ct:log in test suitesHans Nilsson2020-12-045-11/+11
* ssh: Keeping/killing sup trees when starting on socketsHans Nilsson2020-12-047-22/+177
* ssh: Allow >1 subsystem trees in one client system supervisor treeHans Nilsson2020-12-041-3/+8
* ssh: Fix strange terminate(kill,...)Hans Nilsson2020-12-041-2/+2
* ssh: Remove funny trap_exitHans Nilsson2020-12-041-1/+0
* Prepare releaseErlang/OTP2020-11-202-1/+17
* ssh: Rename option map key user_options to key_cb_optionsHans Nilsson2020-11-182-7/+7
* ssh: Handle raw option in ssh_optionsHans Nilsson2020-11-181-2/+11
* ssh: New test case for inet raw-optionHans Nilsson2020-11-181-0/+8
* Prepare releaseErlang/OTP2020-11-172-1/+20
* Merge branch 'hans/ssh/supervisor_keeps_killed_sessions/ERIERL-556/OTP-17006'...Erlang/OTP2020-11-171-6/+50
|\
| * ssh: Fix of supervisor tree corruptionHans Nilsson2020-11-161-6/+50
* | Prepare releaseErlang/OTP2020-11-052-1/+16
* | beam_ssa_bool: Fix unsafe literal substitutionJohn Högberg2020-10-202-4/+19
|/
* Prepare releaseErlang/OTP2020-10-028-4/+73
* Merge branch 'john/compiler/optimize-tuple-sink/ERL-1359/OTP-16895' into main...Erlang/OTP2020-10-022-18/+82
|\
| * beam_ssa_opt: Optimize sinking of get_tuple_element instructionsJohn Högberg2020-09-242-18/+82
* | Merge branch 'rickard/improved-system-memory-data-23/ERIERL-532/OTP-16906' in...Erlang/OTP2020-10-026-77/+244
|\ \
| * \ Merge branch 'rickard/improved-system-memory-data-22/ERIERL-532/OTP-16906' in...Rickard Green2020-10-016-77/+244
| |\ \ | | |/ | |/|
| | * Configure paramenter for improved memsup:get_system_memory_data()Rickard Green2020-10-016-81/+246
* | | Merge branch 'andy/public_key/pem_decode_fails_non_unicode_binary/ERIERL-534/...Erlang/OTP2020-10-021-17/+17
|\ \ \
| * | | public_key, strip the whitespaces at the tail of start line of PEM fileAo Song2020-09-301-17/+17
| |/ /
* | | Merge branch 'hans/ssh/decoder_error/OTP-16904' into maint-23Erlang/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-021-40/+74
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge 'sverker/21/ets-select_replace-compressed/OTP-16874'Sverker Eriksson2020-09-211-40/+74
| |\ \ \ | | |_|/ | |/| |
| | * | Merge 'sverker/20/ets-select_replace-compressed/OTP-16874'Sverker Eriksson2020-09-211-40/+74
| | |\ \ | | | |/ | | |/|
| | | * erts: Fix bug in ets:replace/2 on compressed tableSverker Eriksson2020-09-211-40/+74
* | | | Prepare releaseErlang/OTP2020-09-2353-36/+978
* | | | Manually fix version holder for OTP 23.1 due to erroneous update on masterRickard Green2020-09-231-1/+1
* | | | public_key: Avoid prefixing due to duplicate references to same identifierIngela Anderton Andin2020-09-221-1/+2
* | | | tools: Fix local calls from on_load being reported as unusedAli Sabil2020-09-152-5/+6
* | | | Merge branch 'ingela/ssl/new-session-cache-TLS-1.2/OTP-16802' into maintIngela Anderton Andin2020-09-1528-281/+890
|\ \ \ \
| * | | | ssl: Rework client session handlingIngela Anderton Andin2020-09-152-44/+67
| * | | | ssl: Remove old pre TLS-1.3 server session cacheIngela Anderton Andin2020-09-144-94/+13
| * | | | ssl: Add new session cache for TLS-1.0-TLS-1.2Ingela Anderton Andin2020-09-1424-147/+814
* | | | | beam_validator: Fix regression introduced in 5474277e858138d1dc853John Högberg2020-09-152-8/+25
* | | | | Merge branch 'max-au/tls-sender-fix' of https://github.com/max-au/otp into maintRaimo Niskanen2020-09-142-3/+15
|\ \ \ \ \
| * | | | | tls_sender: avoid livelock timeout for distribution dataMaxim Fedorov2020-09-092-3/+15
* | | | | | Merge branch 'dgud/mnesia/safe_load_crash/ERIERL-500/OTP-16815' into maintDan Gudmundsson2020-09-141-1/+0
|\ \ \ \ \ \
| * | | | | | Fix bad mergeDan Gudmundsson2020-09-101-1/+0
* | | | | | | Merge pull request #2744 from jhogberg/john/compiler/fix-bs-validation-error/...John Högberg2020-09-143-56/+281
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | beam_validator: Track the unit of saved bs match positionsJohn Högberg2020-09-113-56/+281
* | | | | | | Merge branch 'maint-23' into maintRickard Green2020-09-115-3/+43
|\ \ \ \ \ \ \
| * | | | | | | Prepare releaseErlang/OTP2020-09-105-3/+43
| * | | | | | | Merge branch 'lars/megaco/v3_v2_ipv6_address_error/OTP-16818' into maint-23Erlang/OTP2020-09-104-1435/+2195
| |\ \ \ \ \ \ \