-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Comparing changes
Open a pull request
base repository: dotnet/runtime
base: 7d986fa
head repository: dotnet/runtime
compare: e680411
- 12 commits
- 166 files changed
- 15 contributors
Commits on Aug 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c2531ed - Browse repository at this point
Copy the full SHA c2531edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d8cccc - Browse repository at this point
Copy the full SHA 1d8ccccView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 73ade4b - Browse repository at this point
Copy the full SHA 73ade4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d32992a - Browse repository at this point
Copy the full SHA d32992aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4ced813 - Browse repository at this point
Copy the full SHA 4ced813View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for bc0c9f4 - Browse repository at this point
Copy the full SHA bc0c9f4View commit details -
Update dependencies from https://github.com/dotnet/llvm-project build…
… 20220812.3 (#73896) [main] Update dependencies from dotnet/llvm-project
Configuration menu - View commit details
-
Copy full SHA for 069460c - Browse repository at this point
Copy the full SHA 069460cView commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 126045c - Browse repository at this point
Copy the full SHA 126045cView commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 3ab1fd0 - Browse repository at this point
Copy the full SHA 3ab1fd0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3968ceb - Browse repository at this point
Copy the full SHA 3968cebView commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 906ec1d - Browse repository at this point
Copy the full SHA 906ec1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e680411 - Browse repository at this point
Copy the full SHA e680411View 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 7d986fa...e680411