Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7d986fa
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e680411
Choose a head ref
  • 12 commits
  • 166 files changed
  • 15 contributors

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    c2531ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d8cccc View commit details
    Browse the repository at this point in the history
  3. System.Net.WebProxy Bypass regex list optimization (#73803)

    * System.Net.WebProxy Bypass regex list optimization
    
    Added change tracking to BypassArrayList to avoid reconstructing the bypass regex list at every call of IsBypassed
    
    Fix #73703
    
    * Cosmetic changes.
    
    DirtyTrackingArrayList => ChangeTrackingArrayList.
    IsDirty => IsChanged
    Inner class moved to end
    Ditched weird bool CheckDirty() with side effect in favor of void ResetIsChanged()
    
    * Address PR feedback
    
    Co-authored-by: Blaise Lepeuple <blaise.lepeuple@xelya.com>
    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    3 people authored Aug 14, 2022
    Configuration menu
    Copy the full SHA
    73ade4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d32992a View commit details
    Browse the repository at this point in the history
  5. Safer state handling in distributed transactions (#73918)

    Make sure we don't accidentally set our state to initialized when
    an exception occurs.
    
    Related to #73874.
    roji authored Aug 14, 2022
    Configuration menu
    Copy the full SHA
    4ced813 View commit details
    Browse the repository at this point in the history
  6. [NativeAOT] Fix a stress crash in thread detach at process shutdown. (#…

    …73912)
    
    * Fix a stress crash in thread detach at process shutdown.
    
    * release alloc context
    VSadov authored Aug 14, 2022
    Configuration menu
    Copy the full SHA
    bc0c9f4 View commit details
    Browse the repository at this point in the history
  7. Update dependencies from https://github.com/dotnet/llvm-project build…

    … 20220812.3 (#73896)
    
    [main] Update dependencies from dotnet/llvm-project
    dotnet-maestro[bot] authored Aug 14, 2022
    Configuration menu
    Copy the full SHA
    069460c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Repoint urls in docs (#73766)

    N0D4N authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    126045c View commit details
    Browse the repository at this point in the history
  2. [wasm][debugger] Fix "command is not pending" (#72953)

    * Session id can be different if there is a redirect, but the message id is sequential.
    
    * Also we need another test because Debugger.enable can return an error.
    thaystg authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3ab1fd0 View commit details
    Browse the repository at this point in the history
  3. Unify MaxResponseHeadersLength calculations (#73907)

    * Unify MaxResponseHeadersLength calculations
    
    * Fix ClientSettingsReceived_Success HTTP3 test
    
    * Add regression test
    
    * Add MaxResponseHeadersLength tests for H2 and H3
    
    * Try to handle WinHttpHandler NetFX tests
    
    * Skip H2 tests on WinHttpHandler without ALPN
    
    * Try a different condition
    MihaZupan authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3968ceb View commit details
    Browse the repository at this point in the history
  4. [wasm] cleanup testing and host support in templatest and tests (#73785)

    * wip
    
    * wip
    
    * wip
    
    * Single instance in create method.
    
    * withMainAssembly
    
    * withAsyncFlushOnExit
    
    * Fix exporting INTERNAL api.
    
    Move all legacy API object creation to dotnet.es6.post.js where module export is created.
    
    * fix release build
    
    * Move virtualWorkingDirectory initialization to the create method, so it is used in both scenarios (run & create).
    
    * Fix applicationArguments in templates.
    
    * Update WBT.
    
    * Fix ENVIRONMENT_IS_*.
    
    * Move pthreadPoolSize to MonoConfig (from internal).
    
    Fix merge error.
    
    * Fix ConsolePublishAndRun.
    
    * Update readme.md in templates.
    
    * Update WasmAppHost to always pass application arguments as query string.
    
    Add API for parsing applications arguments passed by the WasmAppHost.
    
    Co-authored-by: Marek Fišera <mara@neptuo.com>
    pavelsavara and maraf authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    906ec1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e680411 View commit details
    Browse the repository at this point in the history
Loading