8000 Tags · vbegin/runtime · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: vbegin/runtime

Tags

v5.0.6

Toggle v5.0.6's commit message
Merge in 'release/5.0' changes

v6.0.0-preview.3.21201.4

Toggle v6.0.0-preview.3.21201.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make CLOCK_MONOTONIC handling more precise in pal_threading.c (dotnet…

…#50498)

The root cause of the problem in dotnet#50388 turned out to be because we do not have `pthread_condattr_setclock(..., CLOCK_MONOTONIC);` on iOS.
This caused the timeout argument for `pthread_cond_timedwait` to be interpreted as an _absolute system time_ (in seconds since the Unix epoch), however the value we got back from `clock_gettime(CLOCK_MONOTONIC, ...)` was actually some value based on the uptime of the system.
Since the uptime is much smaller than the system time the wait immediately returned.

Harden the handling by adding a check for `HAVE_PTHREAD_CONDATTR_SETCLOCK` like we already do in `SystemNative_LowLevelMonitor_Create()`

Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>

v5.0.5

Toggle v5.0.5's commit message
Merge in 'release/5.0' changes

v6.0.0-preview.2.21154.6

Toggle v6.0.0-preview.2.21154.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[release/6.0-preview2] Turn off LKG calculation (dotnet#49075)

This change moves the performance infrastructure to use
the latest version of dotnet for building and running BDN.
This does not change what bits are tested.

v5.0.4

Toggle v5.0.4's commit message
Tighten bounds checks around TextEncoder logic

- Replaces unsafe code with safe code where possible
- Fixes some surrogate pairs being misinterpreted
- Fixes dotnet#45994
- Ref: MSRC 62749 (CVE-2021-26701)

v6.0.0-preview.1.21102.12

Toggle v6.0.0-preview.1.21102.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[release/6.0-preview1] Produce a .version file for Microsoft.NETCore.…

…App in the runtime layout. (dotnet#47736)

* Produce a .version file for Microsoft.NETCore.App in the runtime layout.

* Update src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj

* Update src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj

Co-authored-by: Jeremy Koritzinsky <jekoritz@microsoft.com>
Co-authored-by: Jeremy Koritzinsky <jkoritzinsky@gmail.com>

v5.0.3

Toggle v5.0.3's commit message
Merge in 'release/5.0' changes

v5.0.2

Toggle v5.0.2's commit message
Merge in 'release/5.0' changes

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip some PKCS9 tests on NetFx (dotnet#45213)

v5.0.1-servicing.20575.16

Toggle v5.0.1-servicing.20575.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Skip some PKCS9 tests on NetFx (dotnet#45213)

0