summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-21.3.8.18Erlang/OTP2020-10-022-1/+2
* Prepare releaseErlang/OTP2020-10-025-5/+69
* Merge branch 'rickard/thr-progress-wakeup-bugs/OTP-16870' into maint-21Erlang/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 'hans/ssh/decoder_error/OTP-16904' into maint-21Erlang/OTP2020-10-021-2/+6
|\ \
| * | ssh: Fix possible infinite loop in message decodingHans Nilsson2020-09-291-2/+6
| |/
* | Merge branch 'sverker/21/ets-select_replace-compressed/ERL-1356/OTP-16874' in...Erlang/OTP2020-10-025-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-21Erlang/OTP2020-10-0213-65/+1698
|\ \ \
| * | | Add github actionsLukas Larsson2020-09-2413-30/+1746
| | |/ | |/|
* | | Merge branch 'rickard/statistics-doc-bug/OTP-16866' into maint-21Erlang/OTP2020-10-021-4/+3
|\ \ \
| * | | Fix documentation of statistics(run_queue)Rickard Green2020-09-181-4/+3
| | |/ | |/|
* | | Merge branch 'max-au/erl-check-io-desync-21/OTP-16780/PR-2701' into maint-21Erlang/OTP2020-10-022-3/+68
|\ \ \
| * | | kernel: Fix tcp misc testcase resource cleanupLukas Larsson2020-08-111-1/+1
| * | | erl_check_io: do not discard ERTS_POLL_EV_IN from active_eventsMaxim Fedorov2020-08-112-3/+68
| |/ /
* | | Updated OTP versionOTP-21.3.8.17Erlang/OTP2020-07-222-1/+2
* | | Prepare releaseErlang/OTP2020-07-225-6/+53
* | | Merge branch 'rickard/tse/OTP-16766/OTP-16772/ERL-1304' into maint-21Erlang/OTP2020-07-2213-108/+319
|\ \ \
| * | | Fix multiple usage of same thread specific event at the same timeRickard Green2020-07-1613-108/+319
| |/ /
* | | Merge branch 'ingela/ssl/recv-flow-ctrl/OTP-16764' into maint-21Erlang/OTP2020-07-222-13/+35
|\ \ \
| * | | ssl: Correct flow control handling of passive sockets when packet mode is usedIngela Anderton Andin2020-07-102-13/+35
* | | | Updated OTP versionOTP-21.3.8.16Erlang/OTP2020-05-192-1/+2
* | | | Prepare releaseErlang/OTP2020-05-193-5/+63
* | | | Merge branch 'rickard/low-prio-sys-task-delay-bufix-21/OTP-16642' into maint-21Erlang/OTP2020-05-192-3/+118
|\ \ \ \
| * \ \ \ Merge branch 'rickard/low-prio-sys-task-delay-bufix/OTP-16642' into rickard/l...Rickard Green2020-05-082-3/+118
| |\ \ \ \
| | * | | | Fix delayed low prio system tasksRickard Green2020-05-072-3/+118
| | | |/ / | | |/| |
* | | | | Merge branch 'rickard/dirty-check-proc-code-bugfix/OTP-16641' into maint-21Erlang/OTP2020-05-191-2/+4
|\ \ \ \ \
| * | | | | Fix dirty check process codeRickard Green2020-05-071-2/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'rickard/literal-gc-bugfix/OTP-16640' into maint-21Erlang/OTP2020-05-191-5/+15
|\ \ \ \ \
| * | | | | Fix literal area gc bugRickard Green2020-05-071-5/+15
| |/ / / /
* | | | | Merge branch 'rickard/delayed-gc-sys-task-bugfix/ERL-1236/OTP-16639' into mai...Erlang/OTP2020-05-191-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix inconsistent merge of delayed sys-tasks with other sys-tasksRickard Green2020-05-191-1/+1
* | | | | Updated OTP versionOTP-21.3.8.15Erlang/OTP2020-04-242-1/+2
* | | | | Prepare releaseErlang/OTP2020-04-2410-8/+90
* | | | | Merge branch 'ingela/ssl/maint-21/recv-timeout-flow-ctrl-bug/ERL-1213/OTP-166...Erlang/OTP2020-04-241-3/+11
|\ \ \ \ \
| * | | | | ssl: Fix timing bug with ssl:recv and socket passive messageIngela Anderton Andin2020-04-231-3/+11
| | |_|/ / | |/| | |
* | | | | Merge branch 'hans/ssh/connection_reneg/ERIERL-464/OTP-16462' into maint-21Erlang/OTP2020-04-241-8/+15
|\ \ \ \ \
| * | | | | ssh: Be resilent to socket closes at reneg testHans Nilsson2020-04-211-8/+15
| | |_|/ / | |/| | |
* | | | | Merge branch 'rickard/bad-utf8-subject-21/OTP-16553' into maint-21Erlang/OTP2020-04-243-24/+115
|\ \ \ \ \
| * \ \ \ \ Merge branch 'rickard/bad-utf8-subject-20/OTP-16553' into rickard/bad-utf8-su...Rickard Green2020-03-183-24/+115
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | re:run(): ensure badarg on illegal utf8 in subjectRickard Green2020-03-183-24/+115
| | | |_|/ | | |/| |
* | | | | Merge branch 'john/erts/fix-cla-disable-gc/OTP-16555/ERL-1088' into maint-21Erlang/OTP2020-04-243-5/+82
|\ \ \ \ \
| * | | | | erts: Delay copying literal area when GC is disabledJohn Högberg2020-03-183-5/+82
|/ / / / /
* | | | | Updated OTP versionOTP-21.3.8.14Erlang/OTP2020-03-042-1/+2
* | | | | Prepare releaseErlang/OTP2020-03-043-4/+43
* | | | | Merge branch 'sverker/ets-update-counter-fix/ERL-1127/OTP-16404' into maint-21Erlang/OTP2020-03-043-6/+32
|\ \ \ \ \
| * | | | | erts: Fix bug in ets:update_counter causing wrong table sizeSverker Eriksson2020-02-043-6/+32
| |/ / / /
* | | | | Merge branch 'rickard/dirty-low-prio-bug/ERL-1157/OTP-16446' into maint-21Erlang/OTP2020-03-042-2/+94
|\ \ \ \ \