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
path: root/src
AgeCommit message (Expand)Author
2021-04-06Still send 100 Continue with null MinRequestBodyDataRate (#31543)Stephen Halter
2021-04-05Use UriHelper.BuildAbsolute and UriHelper.BuildRelative for RedirectRule (#28...Paulo Morgado
2021-04-05Use UriHelper.BuildAbsolute for RedirectToHttpsRule (#28899)Paulo Morgado
2021-04-05Ability to deactivate DataAnnotationsValidation dynamically. Fixes #31027 (#3...Steve Sanderson
2021-04-05Revert "Update assembly check on EventHandlerTagHelperDescriptorProvider (#31...Safia Abdalla
2021-04-05Flaky tests (#31502)John Luo
2021-04-03Cache filters between requests in the ordinary case (#31513)Pranav K
2021-04-03Do not throwing on InputBase.Dispose() if not in EditContext. (#31510)fvoronin
2021-04-03Clean up some MVC code (#31511)Pranav K
2021-04-03Change Router _emptyParametersDictionary to a regular Dictionary (#31460)Eric Erhardt
2021-04-03Reuse HttpProtocol CTS (#31466)Brennan
2021-04-03Remove DNT from pre-reserved headers (#31493)Ben Adams
2021-04-03Remove baseline suppressions from 5.0 (#29934)William Godbe
2021-04-03Use Random.Shared property (#31453)Martin Costello
2021-04-02Removed static activity source from hosting (#31483)David Fowler
2021-04-02Fix project paths in Azure.slnf (#31435)Youssef Victor
2021-04-02Remove legacy routing (#31295)Pranav K
2021-04-02Update assembly check on EventHandlerTagHelperDescriptorProvider (#31458)Safia Abdalla
2021-04-01Add nullability to more MVC assemblies (#31338)Pranav K
2021-04-01Use integer division trick to get exact base64 length (#31442)Günther Foidl
2021-04-01Cross-target last few projects to DefaultNetCoreTargetFramework (#31239)William Godbe
2021-04-01Trim down framework references for Blazor dev server (#31420)Safia Abdalla
2021-04-01Fixed de-duping hosting startup assemblies (#31440)David Fowler
2021-04-01[SignalR Java] Update to RxJava3 (#31426)Brennan
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-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-31Quarantine ClosesAfterDataSent (#31405)Brennan
2021-03-31Fix generated CSS scopes in layout views and update templates (#31257)Safia Abdalla
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-30Flow Kestrel CancellationTokens to BindAsync (#31377)Stephen Halter
2021-03-30Remove IReceiveHotReloadContext and HotReloadContext (#31281)Pranav K
2021-03-30Modify constructorAllison 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-30Refactor logging in generic classes (#31364)Andrzej
2021-03-29Fix WebView header APIs and behavior (#31246)Eilon Lipton