Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automated] Merge branch 'release/6.0' => 'release/6.0-staging' #91917

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    5a21898 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    a51eda7 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    7deb767 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    0c20206 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    8eab88d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    8164fed View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    0a9fee4 View commit details
    Browse the repository at this point in the history
  2. Merged PR 32906: [6.0] Disable QUIC entirely

    Disabling QUIC and thus H/3 in .NET 6 entirely.
    ManickaP authored and carlossanlop committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    683c579 View commit details
    Browse the repository at this point in the history
  3. Merged PR 32989: [release/6.0] limit AIA download size

    This prevents using unlimited resources from evil sources.
    I originally wanted to split limits and have them separately for certificates, OCSP and CRLs.
    However, the HttpClient.MaxResponseContentBufferSize can be set only once so I decided to keep it simple for servicing.
    
    We could split the HttpClient and have one for small and one for large downloads.
    Or alternatively we can handle the body directly. But it is going to be unpleseant with the reflection and sync & async flavors.
    
    port of https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/pullrequest/32920
    Tomas Weinfurt authored and carlossanlop committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ad40cc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    1810038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bb6dc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Update dependencies from https://github.com/dotnet/emsdk build 202308…

    …31.3 (dotnet#91427)
    
    Microsoft.NET.Workload.Emscripten.Manifest-6.0.100 , Microsoft.NET.Workload.Emscripten.Manifest-6.0.300 , Microsoft.NET.Workload.Emscripten.Manifest-6.0.400
     From Version 6.0.22 -> To Version 6.0.23
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1a52bc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge pull request dotnet#91908 from carlossanlop/release/6.0-staging

    [manual] Merge release/6.0-staging into release/6.0
    carlossanlop committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7a11276 View commit details
    Browse the repository at this point in the history
  2. Merge commit '4bb6dc195c0a3bc4c7e24ff54a8925b98db4fecd' into internal…

    …-merge-6.0-2023-09-12-1023
    vseanreesermsft committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0f364a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge pull request dotnet#91951 from vseanreesermsft/internal-merge-6…

    ….0-2023-09-12-1023
    
    Merging internal commits for release/6.0
    carlossanlop committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5e1c5bb View commit details
    Browse the repository at this point in the history