summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'lukas/add-github-actions' into maint-21Erlang/OTP2021-02-195-57/+60
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix github action base image buildLukas Larsson2021-02-051-1/+3
| * | | Try to fix buildx cachesLukas Larsson2021-02-055-56/+57
* | | | Updated OTP versionOTP-21.3.8.20Erlang/OTP2021-01-252-1/+2
* | | | Prepare releaseErlang/OTP2021-01-253-5/+35
* | | | Merge branch 'lukas/add-github-actions' into maint-21Erlang/OTP2021-01-253-42/+74
|\ \ \ \ | |/ / /
| * | | Rework docker build to use new docker build actionLukas Larsson2021-01-203-42/+74
* | | | Merge branch 'lukebakken/avoid-odr-violation/OTP-16412' into maint-21Erlang/OTP2021-01-251-1/+1
|\ \ \ \
| * | | | ei_portio.h: avoid ODR violation of 'ei_default_socket_callbacks'Sergei Trofimovich2021-01-221-1/+1
| | |/ / | |/| |
* | | | Updated OTP versionOTP-21.3.8.19Erlang/OTP2021-01-192-1/+2
* | | | Prepare releaseErlang/OTP2021-01-195-7/+54
* | | | Merge branch 'hans/crypto/srp_timing_fix-21/OTP-17107' into maint-21Erlang/OTP2021-01-191-0/+5
|\ \ \ \
| * | | | crypto: Added BN_FLG_CONSTTIME to BN_mod_expHans Nilsson2021-01-141-0/+5
* | | | | Merge branch 'rickard/suspend-resume-BIF-fix/OTP-17080' into maint-21Erlang/OTP2021-01-191-0/+6
|\ \ \ \ \
| * | | | | Check suspendee argument for suspend_process()/resume_process()Rickard Green2020-12-231-0/+6
| | |/ / / | |/| | |
* | | | | Merge branch 'rickard/poll-tab-len/ERIERL-580/OTP-17088' into maint-21Erlang/OTP2021-01-194-3/+154
|\ \ \ \ \
| * | | | | Fix table sizing in erts_pollRickard Green2020-12-234-3/+154
| |/ / / /
* | | | | Merge branch 'sverker/21/dist-lock-bug/ERL-1337/OTP-16869' into maint-21Erlang/OTP2021-01-195-35/+63
|\ \ \ \ \
| * | | | | erts: Fix race on ErtsMonLnkDist in erts_net_messageSverker Eriksson2020-10-235-35/+63
| |/ / / /
* | | | | Merge branch 'lukas/odbc/fix-psql-testcases' into maint-21Erlang/OTP2021-01-192-4/+4
|\ \ \ \ \
| * | | | | odbc: Update tests to work with psql 10+Lukas Larsson2021-01-122-4/+4
| |/ / / /
* | | | | Merge branch 'lukas/add-github-actions' into maint-21Erlang/OTP2021-01-191-3/+8
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Also generate SHA256 checksums for releasesTianon Gravi2021-01-141-2/+3
| * | | Fix release name to not include -Lukas Larsson2020-11-171-0/+1
| * | | Fix github actions patch releaseLukas Larsson2020-10-051-1/+4
* | | | 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