-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: 072eda8
head repository: dotnet/runtime
compare: aafa910
- 10 commits
- 931 files changed
- 10 contributors
Commits on Jul 17, 2022
-
Properly calculate the ELF unwind info section size (#72146)
Properly calculate the ELF unwind info section size Uses the same method that windbg does to calculate the eh_frame section size by partial decoding the FDE/CIE's enough to figure out the total size. We can't use the .eh_frame section because ELF module sections are not in-memory. Change the ReadMemoryAdapter passed to the new PAL_GetUnwindInfoSize function to read memory directly and not add it to the memory region list
Mike McLaughlin authoredJul 17, 2022 Configuration menu - View commit details
-
Copy full SHA for cd5e461 - Browse repository at this point
Copy the full SHA cd5e461View commit details -
Do not use the string bit vector in regexes, if it's all ones or all …
…zeroes. (#72317) * Do not use the string bit vector in regexes, if it's all ones or all zeroes. * Add a test.
Configuration menu - View commit details
-
Copy full SHA for 8a709bc - Browse repository at this point
Copy the full SHA 8a709bcView commit details -
* Fix typos * Cleanup trailing whitespaces in committed files * Revert a macro for win32 compat * Disambiguate test data method * Revert XMLPath test which rely on external assets * Revert whitespace change in Xml tests * Revert ClrEtwAl and ILLink.Shared * Revert crossgen2 props/targets and *.wxl
Configuration menu - View commit details
-
Copy full SHA for 3ea30ed - Browse repository at this point
Copy the full SHA 3ea30edView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa090f4 - Browse repository at this point
Copy the full SHA fa090f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c226b21 - Browse repository at this point
Copy the full SHA c226b21View commit details -
Configuration menu - View commit details
-
Copy full SHA for c94c3f9 - Browse repository at this point
Copy the full SHA c94c3f9View commit details -
fix assert in ssl options clone (#72326)
* fix assert in ssl options clone * add CertificateChainPolicy * remove extra assert
Configuration menu - View commit details
-
Copy full SHA for f275edb - Browse repository at this point
Copy the full SHA f275edbView commit details
Commits on Jul 18, 2022
-
[main] Update dependencies from dotnet/roslyn-analyzers dotnet/msquic (…
…#72319) * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20220715.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22362.3 -> To Version 7.0.0-preview1.22365.1 * Update dependencies from https://github.com/dotnet/msquic build 20220715.1 System.Net.MsQuic.Transport From Version 7.0.0-alpha.1.22359.1 -> To Version 7.0.0-alpha.1.22365.1 * Update dependencies from https://github.com/dotnet/msquic build 20220716.1 System.Net.MsQuic.Transport From Version 7.0.0-alpha.1.22359.1 -> To Version 7.0.0-alpha.1.22366.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f990fa - Browse repository at this point
Copy the full SHA 1f990faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1edd890 - Browse repository at this point
Copy the full SHA 1edd890View commit details -
Improve reliability of some SafeHandle creations (#72341)
* Improve reliability of some SafeHandle creations Use the new Marshal.InitHandle to support creating the SafeHandle instance before the native call and then storing the handle after, as is done implicitly as part of interop calls that return SafeHandles. Also replace some existing such SetHandle methods with Marshal.InitHandle. * Update WaitSubsystem.Unix.cs Add InteropServices namespace Co-authored-by: Aaron Robinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aafa910 - Browse repository at this point
Copy the full SHA aafa910View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 072eda8...aafa910