summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-20.3.8.26maint-20Erlang/OTP2020-02-272-1/+2
* Prepare releaseErlang/OTP2020-02-275-6/+86
* Merge branch 'hans/ssh/sftp_stop_channel_hang/OTP-16507' into maint-20Erlang/OTP2020-02-271-0/+2
|\
| * ssh: Add timeout to sftp channel kill sequenceHans Nilsson2020-02-261-0/+2
* | Merge branch 'rickard/+SDio-range/OTP-16481' into maint-20Erlang/OTP2020-02-272-3/+3
|\ \
| * | Fix valid range for +SDioRickard Green2020-02-182-3/+3
* | | Merge branch 'rickard/kill2killed-fix/ERL-1165/OTP-16465' into maint-20Erlang/OTP2020-02-275-5/+75
|\ \ \
| * | | Fix erroneous mapping of kill exit reason to killedRickard Green2020-02-114-3/+9
| * | | Activate testRickard Green2020-02-111-1/+2
| * | | Test case verifying exit signal kill to killed mappingRickard Green2020-02-111-1/+64
| |/ /
* | | Merge branch 'rickard/dirty-low-prio-bug/ERL-1157/OTP-16446' into maint-20Erlang/OTP2020-02-272-2/+94
|\ \ \
| * | | Fix low priority dirty executionRickard Green2020-02-042-2/+94
| |/ /
* | | Merge branch 'rickard/endless-resched-bug/ERL-1152/OTP-16436' into maint-20Erlang/OTP2020-02-272-4/+19
|\ \ \
| * | | Prevent endless reschedule of sys-task due to high prio dirty-jobRickard Green2020-01-312-4/+19
| |/ /
* | | Merge branch 'sverker/list_to_ref-fix/OTP-16438' into maint-20Erlang/OTP2020-02-272-2/+59
|\ \ \ | |_|/ |/| |
| * | erts: Fix bug in erlang:list_to_ref/1 for external refsSverker Eriksson2020-01-292-2/+59
* | | Updated OTP versionOTP-20.3.8.25Erlang/OTP2020-01-162-1/+2
* | | Prepare releaseErlang/OTP2020-01-168-8/+70
* | | Merge branch 'hans/ssh/send_iolist/OTP-16373' into maint-20Erlang/OTP2020-01-162-23/+8
|\ \ \
| * | | ssh: Change ssh_connection:send to take iodata()Hans Nilsson2019-12-202-23/+8
| |/ /
* | | Merge branch 'hans/ssh/fix_timing_20/OTP-16376' into maint-20Erlang/OTP2020-01-164-3/+39
|\ \ \
| * | | ssh: Update crypto dependencyHans Nilsson2020-01-091-1/+1
| * | | ssh: Use constant time comparision in some placesHans Nilsson2020-01-082-2/+2
| * | | crypto: Add an equal-time comparision function. (NIF candidate)Hans Nilsson2020-01-081-0/+36
* | | | Merge branch 'hans/ssh/fix_list_to_atom_20/OTP-16375' into maint-20Erlang/OTP2020-01-161-5/+23
|\ \ \ \
| * | | | ssh: Replace list_to_atom by list_to_existing_atomHans Nilsson2020-01-081-5/+23
| |/ / /
* | | | Merge branch 'rickard/msb-fix-20/OTP-16379' into maint-20Erlang/OTP2020-01-161-14/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Fix multi-scheduling blockRickard Green2020-01-091-14/+24
| | |/ | |/|
* | | Updated OTP versionOTP-20.3.8.24Erlang/OTP2019-11-152-1/+2
* | | Prepare releaseErlang/OTP2019-11-157-9/+60
* | | Merge branch 'hans/ssh/release_proptest_20/OTP-16288' into maint-20Erlang/OTP2019-11-157-1/+52
|\ \ \
| * | | ssh: Property test data dirHans Nilsson2019-11-146-0/+51
| * | | ssh: Update test/Makefile with missing test dirHans Nilsson2019-11-121-1/+1
* | | | Merge branch 'hans/common_test/ct_proptest_log_improvement/OTP-16287' into ma...Erlang/OTP2019-11-151-19/+48
|\ \ \ \
| * | | | common_test: Improve ct_property_test loggingHans Nilsson2019-11-111-19/+48
| | |/ / | |/| |
* | | | Merge branch 'rickard/proc-exit-lit-area-20-patch/OTP-16193' into maint-20Erlang/OTP2019-11-1513-89/+688
|\ \ \ \
| * \ \ \ Merge branch 'rickard/proc-exit-lit-area-20/OTP-16193' into rickard/proc-exit...Rickard Green2019-11-0613-89/+688
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Fix release of literal areasRickard Green2019-10-2913-88/+688
| | |/ /
* | | | Merge branch 'hans/ssh/fix_cli-20-21/OTP-14849' into maint-20Erlang/OTP2019-11-151-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | ssh: Fix cli problems at line endHans Nilsson2019-10-161-2/+6
| |/ /
* | | Updated OTP versionOTP-20.3.8.23Erlang/OTP2019-10-042-1/+2
* | | Prepare releaseErlang/OTP2019-10-049-9/+101
* | | Merge branch 'bmk/snmp/manager/20190910/callback_proxy/OTP-15947' into maint-20Erlang/OTP2019-10-047-173/+713
|\ \ \
| * | | [snmp|manager|test] Adjusted the inform_swarm test case runtimeMicael Karlberg2019-10-041-1/+1
| * | | [snmp|manager|doc] Document the new (cbproxy) optionMicael Karlberg2019-09-122-3/+45
| * | | [snmp|manager|test] Add test cases using the new (cbproxy) featureMicael Karlberg2019-09-122-83/+290
| * | | [snmp|manager] Server callback proxy process configMicael Karlberg2019-09-123-87/+378
| |/ /
* | | Merge branch 'hans/crypto/EVP_cf8_cf128_20/OTP-16133' into maint-20Erlang/OTP2019-10-042-86/+6
|\ \ \
| * | | crypto: EVPify aes_*_cfb8 and aes_*_cfb128Hans Nilsson2019-10-022-86/+6
* | | | Merge branch 'zadean/syntax_tools/add_missing_unwrap/OTP-16012/PR-2348' into ...Erlang/OTP2019-10-043-25/+64
|\ \ \ \