-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: erlang/otp
base: OTP-26.2.1
head repository: erlang/otp
compare: OTP-26.2.2
Commits on Dec 15, 2023
-
kernel: Fix group get_until to allow eof only in result
Elixir (and our documentation) return {done, eof, []} and not {done, eof eof} when an eof is indicated. Group did not handle this and crashed.
Configuration menu - View commit details
-
Copy full SHA for 9e8f017 - Browse repository at this point
Copy the full SHA 9e8f017View commit details
Commits on Dec 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 114466c - Browse repository at this point
Copy the full SHA 114466cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb02aa1 - Browse repository at this point
Copy the full SHA bb02aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f17b6c - Browse repository at this point
Copy the full SHA 5f17b6cView commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 835475e - Browse repository at this point
Copy the full SHA 835475eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e5e9b2 - Browse repository at this point
Copy the full SHA 4e5e9b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1ba7c - Browse repository at this point
Copy the full SHA 3e1ba7cView commit details -
gh: Use master as update target
We cannot use latest maint as it will only be updated when a patch is released.
Configuration menu - View commit details
-
Copy full SHA for 72d20f0 - Browse repository at this point
Copy the full SHA 72d20f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8937352 - Browse repository at this point
Copy the full SHA 8937352View commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eace72d - Browse repository at this point
Copy the full SHA eace72dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 287a807 - Browse repository at this point
Copy the full SHA 287a807View commit details -
Configuration menu - View commit details
-
Copy full SHA for d27de65 - Browse repository at this point
Copy the full SHA d27de65View commit details
Commits on Jan 4, 2024
-
gh: Change always to !cancelled
This way we can cancel the workflow faster, but it will still run when previous jobs/steps fail.
Configuration menu - View commit details
-
Copy full SHA for 278ff1e - Browse repository at this point
Copy the full SHA 278ff1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60383d7 - Browse repository at this point
Copy the full SHA 60383d7View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f7674b - Browse repository at this point
Copy the full SHA 6f7674bView commit details
Commits on Jan 9, 2024
-
ct: Fix test_server:find_release for ubuntu logic
When we are running Ubuntu 20, we cannot use packages comiled for < Ubuntu 20 as tinfo crypto are not compatible.
Configuration menu - View commit details
-
Copy full SHA for 5ec3714 - Browse repository at this point
Copy the full SHA 5ec3714View commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3556e3 - Browse repository at this point
Copy the full SHA a3556e3View commit details -
gh: Remove otp_cache.tar.gz when not using cache
If we don't do this, then the 'Build Cache' step will think we should just reuse the old cache and use that.
Configuration menu - View commit details
-
Copy full SHA for aeef603 - Browse repository at this point
Copy the full SHA aeef603View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a66bde2 - Browse repository at this point
Copy the full SHA a66bde2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1651a0a - Browse repository at this point
Copy the full SHA 1651a0aView commit details
Commits on Jan 16, 2024
-
gh: Pin openssl version to 3.1.1
openssl v3.2 seems to have changed directory structure so configure fails when using it. We pin to 3.1.1 while we figure out what to do.
Configuration menu - View commit details
-
Copy full SHA for a91474f - Browse repository at this point
Copy the full SHA a91474fView commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4daba20 - Browse repository at this point
Copy the full SHA 4daba20View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c9581e - Browse repository at this point
Copy the full SHA 5c9581eView commit details -
Configuration menu - View commit details
-
Copy full SHA for edb1808 - Browse repository at this point
Copy the full SHA edb1808View commit details
Commits on Feb 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b0e1e2 - Browse repository at this point
Copy the full SHA 6b0e1e2View commit details
Commits on Feb 5, 2024
-
[erts] Fix dirty signal handling
Commit (1) fixed so that signals were handled by dirty signal handlers also for processes scheduled for dirty execution, but not yet selected for dirty execution. This, however, opened up for signal handling that could release the main lock of the process prior to dirty execution that inspected the signal queue which meant that the dirty scheduler could see an inconsistent signal queue with a crash as a result. This commit fixes so that also dirty schedulers that may inspect the signal queue will release the main lock and wait for signal handling to complete before inspecting the signal queue when necessary. (1) 00089cf
Configuration menu - View commit details
-
Copy full SHA for fedf657 - Browse repository at this point
Copy the full SHA fedf657View commit details -
Merge branch 'rickard/signal-sched-fix/25/OTP-18957' into rickard/sig…
…nal-sched-fix/26/OTP-18957 * rickard/signal-sched-fix/25/OTP-18957: [erts] Fix dirty signal handling
Configuration menu - View commit details
-
Copy full SHA for 970f8de - Browse repository at this point
Copy the full SHA 970f8deView commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 83f666f - Browse repository at this point
Copy the full SHA 83f666fView commit details
Commits on Feb 7, 2024
-
Merge branch 'rickard/tmo-overflow/OTP-18911' into maint-26
* rickard/tmo-overflow/OTP-18911: [erts] Ensure erl_poll can handle huge timeouts [erts] Ensure ethr_event can handle huge timeouts [erts] Don't expose timeout primitives to huge timeouts
Erlang/OTP committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for b718b16 - Browse repository at this point
Copy the full SHA b718b16View commit details -
Merge branch 'lukas/gh/maint-26' into maint-26
* lukas/gh/maint-26: Update GitHub Action Versions gh: Pin openssl version to 3.1.1 Fail if base image cannot be built Update GitHub Action Versions gh: Remove otp_cache.tar.gz when not using cache gh: Add possibility to not use cache using @github-actions disable-cache gh: Fix cache invalidation when pt is changed gh: Change always to !cancelled Update GitHub Action Versions gh: Use master as update target gh: Fix checking out latest maint branch Run github actions updater towards latest maint branch Update GitHub Action Versions
Erlang/OTP committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for e591cb8 - Browse repository at this point
Copy the full SHA e591cb8View commit details -
Merge branch 'lukas/kernel/fix-get_chars-eof/OTP-18901' into maint-26
* lukas/kernel/fix-get_chars-eof/OTP-18901: kernel: Fix group get_until to allow eof only in result
Erlang/OTP committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for d867bf3 - Browse repository at this point
Copy the full SHA d867bf3View commit details -
Merge branch 'ingela/ssl/legacy-names-cert-request/GH-7978/OTP-18917'…
… into maint-26 * ingela/ssl/legacy-names-cert-request/GH-7978/OTP-18917: ssl: Fix legacy name handling in certificate request too
Erlang/OTP committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 09590d4 - Browse repository at this point
Copy the full SHA 09590d4View commit details -
Merge branch 'paulswartz/openssl-md5/GH-7987/OTP-18931' into maint-26
* paulswartz/openssl-md5/GH-7987/OTP-18931: ci: don't use cache if an `.h` file is deleted fix: `ifdef` for preprocessor variables fix: rename `openssl/md5.h` to avoid include conflicts with OpenSSL
Erlang/OTP committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 0be14d3 - Browse repository at this point
Copy the full SHA 0be14d3View commit details -
Merge branch 'lukas/ct/fix-find_release-ubuntu-logic/OTP-18932' into …
…maint-26 * lukas/ct/fix-find_release-ubuntu-logic/OTP-18932: ct: Fix test_server:find_release for ubuntu logic # Conflicts: # lib/common_test/src/test_server_node.erl
Erlang/OTP committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 5d522e4 - Browse repository at this point
Copy the full SHA 5d522e4View commit details -
Merge branch 'john/erts/disable-jit-x86-sonoma/OTP-18949' into maint-26
* john/erts/disable-jit-x86-sonoma/OTP-18949: erts: Disable the JIT on x86 Macs
Erlang/OTP committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for df57f10 - Browse repository at this point
Copy the full SHA df57f10View commit details -
Merge branch 'ingela/ssl/maint/fix-doc-verify-def' into maint-26
* ingela/ssl/maint/fix-doc-verify-def: ssl: Correct OTP-26 documentation
Erlang/OTP committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 8196f15 - Browse repository at this point
Copy the full SHA 8196f15View commit details -
Merge branch 'kuba/ssl/ssl_dist_bench_SUITE_fix' into maint-26
* kuba/ssl/ssl_dist_bench_SUITE_fix: ssl: ssl_dist_bench_SUITE uses schedulers_online
Erlang/OTP committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for ed76275 - Browse repository at this point
Copy the full SHA ed76275View commit details -
Merge branch 'rickard/signal-sched-fix/26/OTP-18957' into maint-26
* rickard/signal-sched-fix/26/OTP-18957: [erts] Fix dirty signal handling
Erlang/OTP committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 5cbdd3d - Browse repository at this point
Copy the full SHA 5cbdd3dView commit details -
Merge branch 'kuba/ssh/kex_alg_order_adjustment/OTP-18964' into maint-26
* kuba/ssh/kex_alg_order_adjustment/OTP-18964: ssh: KEX Curve25519 and Curve448 methods most preferred
Erlang/OTP committedFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 8be80e8 - Browse repository at this point
Copy the full SHA 8be80e8View commit details -
Erlang/OTP committed
Feb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for b14b1ba - Browse repository at this point
Copy the full SHA b14b1baView commit details -
Erlang/OTP committed
Feb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 8444772 - Browse repository at this point
Copy the full SHA 8444772View commit details -
Erlang/OTP committed
Feb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for b83df13 - Browse repository at this point
Copy the full SHA b83df13View commit details
There are no files selected for viewing