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/Http
AgeCommit message (Expand)Author
2022-11-12Removing duplicated semi-colons (#45038)HEADmainSébastien Ros
2022-11-10Fix `Excepted` -> `Expected` typos in repo (#44989)Tanay Parikh
2022-11-09Initial Form-binding support (#44653)Bruno Oliveira
2022-11-03Remove unnecessary ToArray call (#44864)Brennan
2022-11-01Enable CA1854 (#44799)Martin Costello
2022-10-31Use TryGetValue() for dictionary lookup (#44791)Martin Costello
2022-10-29Add more granular tests for HeaderUtilities.TryParseQualityDouble (#44574)David Acker
2022-10-28improve xml docs of some hard to read lists (#44775)Tom Vervoort
2022-10-26Remove trim attributes from AddEndpointFilter extensions (#44738)David Fowler
2022-10-24Fixed bug #19641 Routing ArgumentOutOfRangeException (#44674)surayya-MS
2022-10-17Merged PR 25951: [internal/release/7.0] Use Path.GetTempFileName() for 600 Un...William Godbe
2022-10-17Add Uri StringSyntaxAttribute syntaxes (#44570)blouflashdb
2022-10-13Fixing XML documentation (#44511)Bruno Oliveira
2022-10-13Add IDE 20, 38, and 200Brennan Conroy
2022-10-12Fix XML Docs for Microsoft.AspNetCore.Http.Results (#44429)Nikita Balabaev
2022-10-07Remove CookieNameEncoding. (#44407)Aditya Mandaleeka
2022-10-07Standard stream argument validation #41692 (#44405)Chris Ross
2022-10-07Improve documentation of ConnectionInfo.RemoteIpAddress (#44370)Sébastien Ros
2022-10-06Path 2F docs (#44386)Chris Ross
2022-10-04Update StatusCodes.cs (#44354)Meysam Mahmoudi
2022-10-04Use string.StartsWith(char) and string.EndsWith(char) where applicable (#44310)Gérald Barré
2022-09-30Use ReadOnlySpan<char> to avoid Substring allocation in QueryHelpers (#44273)Gérald Barré
2022-09-24Merge branch 'main' into merge/release/7.0-to-mainDoug Bunting
2022-09-21Implement OwinEnvironment.CopyTo and add Tests - Fixes #44082 (#44099)Cynthia MacLeod
2022-09-17Only add MethodInfo to route handler endpoints (#44021)Safia Abdalla
2022-09-15Merge branch 'main' into merge/release/7.0-to-mainBruno Oliveira
2022-09-15Changing to use the non-generic WriteAsJsonAsync (#43960)Bruno Oliveira
2022-09-15Merge branch 'main' into merge/release/7.0-to-mainBruno Oliveira
2022-09-15Continue using `typeof(void)` for empty results (#43990)Stephen Halter
2022-09-14[release/7.0] Infer response metadata in RequestDelegateFactory (#43961)Stephen Halter
2022-09-14Explains that AddJsonOptions will use web defaults (#43921)Ashley Medway
2022-09-10Merge branch 'main' into merge/release/7.0-to-mainMackinnon Buck
2022-09-09[release/7.0] Improve error message for ByRef parameter exception (#43842)Bruno Oliveira
2022-09-09[automated] Merge branch 'release/7.0' => 'main' (#43830)dotnet-maestro-bot
2022-09-07Throw if a by ref type is returned to avoid making invalid IL (#43733)David Fowler
2022-09-07Don't cache Endpoints if a source throws (#43729)Stephen Halter
2022-09-06Merge pull request #43647 from dotnet-maestro-bot/merge/release/7.0-to-mainBrennan
2022-09-06Fixed summary for FileStream property. (#43764)Ryan Cronrath
2022-09-02Merge branch 'release/7.0' into merge/release/7.0-to-mainStephen Halter
2022-09-02[release/7.0] Add and use RDF.InferMetadata and update new PopulateMetadata A...Stephen Halter
2022-08-28Merge branch 'main' into merge/release/7.0-to-mainDoug Bunting
2022-08-28Move to newer xUnit packages (#43598)Doug Bunting
2022-08-27Support more ProblemDetails Titles out-of-the-box (#43232)Martin Costello
2022-08-25Merge branch 'main' into merge/release/7.0-to-mainDoug Bunting
2022-08-22WebTransport interfaces require preview features (#43419)Stephen Halter
2022-08-20Merge branch 'main' into merge/release/7.0-to-mainDoug Bunting
2022-08-19Perf-up the AuthZ! (#43268)Kahbazi
2022-08-19[release/7.0-rc1] Add support for running final conventions during build (#43...Safia Abdalla
2022-08-16Default to zero byte reads when we use PipeReader.Create (#43276)David Fowler
2022-08-13Remove support for some Tasks and ValueTasks declared as objects in RDF (#41719)Stephen Halter