Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-08Implement min read rate using new APIjohluo/min-ratesJohn Luo
2021-04-01Fix file headers in src/Caching (#31439)Youssef Victor
2021-04-01Fix trailing comma in Caching.slnf (#31438)Youssef Victor
2021-04-01Fix project path in slnf (#31431)Youssef Victor
2021-04-01[main] Update dependencies from dotnet/runtime dotnet/efcore (#31411)dotnet-maestro[bot]
2021-04-01ArPow stage 1: local source-build infrastructure (#31235)Michael Simons
2021-04-01Do not serialize Parameters property on AuthenticationProperties (#31414)Martin Costello
2021-04-01Add helpful exception message when exception handler returns 404 (#31142)John Luo
2021-03-31Undo template change that induced flakiness (#31417)Safia Abdalla
2021-03-31Improve test failures for unexpected logs (#31406)Stephen Halter
2021-03-31Update Microsoft.Net.Compilers.Toolset (#31403)Brennan
2021-03-31Support round trip serialization of AuthenticationProperties with System.Text...Martin Costello
2021-03-31Update CONTRIBUTING.md (#31371)Kevin Miller
2021-03-31Quarantine ClosesAfterDataSent (#31405)Brennan
2021-03-31Fix generated CSS scopes in layout views and update templates (#31257)Safia Abdalla
2021-03-31Update dependencies from https://github.com/dotnet/efcore build 20210330.2 (#...dotnet-maestro[bot]
2021-03-31Unquarantine UseStartupFactoryWorks (#31297)Stephen Halter
2021-03-31Raise authenticationFailed event when cert validation fails (#31370)Hao Kung
2021-03-31Add a FeaturesCollection constructor that supports initial capacity (#31381)Marek Linka
2021-03-30Merge pull request #31211 from dotnet/dev/allichou/TabsSpacesCodeGenerationAllison Chou
2021-03-30Clean up NetCore PBKDF2 provider. (#31391)Kevin Jones
2021-03-30Quarantine flaky test (#31389)William Godbe
2021-03-30[main] Update dependencies from dotnet/arcade (#31349)dotnet-maestro[bot]
2021-03-30Update dependencies from https://github.com/dotnet/runtime build 20210329.5 (...dotnet-maestro[bot]
2021-03-30Flow Kestrel CancellationTokens to BindAsync (#31377)Stephen Halter
2021-03-30Remove IReceiveHotReloadContext and HotReloadContext (#31281)Pranav K
2021-03-30Modify constructorAllison Chou
2021-03-30Merge branch 'dev/allichou/TabsSpacesCodeGeneration' of https://github.com/do...Allison Chou
2021-03-30Revert global.json changesAllison Chou
2021-03-30Use interned Header Names for known headers not in the pre-allocated block (#...Ben Adams
2021-03-30Use one shot pbkdf2 (#31200)Hao Kung
2021-03-30[Http] Remove some unsafe code and save a string allocation (#31267)Brennan
2021-03-30Make RequestDelegateFactory public (was MapActionExpressionTreeBuilder) (#31171)Stephen Halter
2021-03-30Update dependencies from https://github.com/dotnet/efcore build 20210329.3 (#...dotnet-maestro[bot]
2021-03-30Refactor logging in generic classes (#31364)Andrzej
2021-03-29Update dependencies from https://github.com/dotnet/efcore build 20210329.2 (#...dotnet-maestro[bot]
2021-03-29Fix WebView header APIs and behavior (#31246)Eilon Lipton
2021-03-29Update dependencies from https://github.com/dotnet/efcore build 20210329.1 (#...dotnet-maestro[bot]
2021-03-29Badges, badges! (Licence, Help wanted, Good first issue, Chat) (#31341)Ben Adams
2021-03-29Move logging to separate class to prevent allocation per generic type (#31345)Andrzej
2021-03-29Update dependencies from https://github.com/dotnet/runtime build 20210328.6 (...dotnet-maestro[bot]
2021-03-29Faster strongly typed features for server FeatureCollection (#31322)Ben Adams
2021-03-29Reduce the per connection overhead in SocketConnection (#31308)David Fowler
2021-03-29Use LoggerMessage.Define in HttpSys (#31333)Martin Costello
2021-03-28Fix comment grammar (#31326)Martin Costello
2021-03-28Update dependencies from https://github.com/dotnet/runtime build 20210327.4 (...dotnet-maestro[bot]
2021-03-28[main] Update dependencies from dotnet/runtime dotnet/efcore (#31310)dotnet-maestro[bot]
2021-03-27Update dependencies from https://github.com/dotnet/efcore build 20210326.2 (#...dotnet-maestro[bot]
2021-03-27Reduce allocations for Cookies. (#31258)Justin Kotalik
2021-03-27Enable nullable on Azure projects (#31298)James Newton-King