Justin Kotalik
|
962ec07bdb
|
Adds PipeWriterAdapter (#1065)
|
2018-11-16 19:18:47 -08:00 |
Ben Adams
|
49d785c934
|
Use object indirection in HttpContextAccessor (#1066)
|
2018-11-15 22:34:44 -08:00 |
Gert Driesen
|
ea1ee2b68c
|
Do not check if key is present before removing item. (#1064)
Use Nullable<T>.GetValueOrDefault() instead of Nullable<T>.Value when it is known to have a value.
|
2018-11-14 14:32:50 -08:00 |
Gert Driesen
|
31a836c9f3
|
Use Nullable<T>.GetValueOrDefault() instead of Nullable<T>.Value when a it is known to have a value. (#1063)
|
2018-11-14 12:16:44 -08:00 |
Gert Driesen
|
5da68a2bb7
|
Improve performance and reduce allocations in RouteValueDictionary. (#1062)
|
2018-11-15 09:15:08 +13:00 |
James Newton-King
|
1d3521113a
|
Change namespace to Microsoft.AspNetCore.Http.Endpoints (#1061)
|
2018-11-08 15:52:01 +13:00 |
James Newton-King
|
066c5ce337
|
Implicitly execute matched endpoint at the end of middleware pipeline (#1059)
|
2018-11-07 12:57:31 +13:00 |
James Newton-King
|
d77b370fb1
|
Add Endpoint extension methods to HttpContext (#1060)
|
2018-11-07 12:24:15 +13:00 |
Filip W
|
187e89f6f0
|
Do not throw a null reference from request.GetDisplayUrl() (#1057)
|
2018-10-30 12:32:26 -07:00 |
Hao Kung
|
ec176b2e40
|
Merge release/2.2 (#1055)
* Add safe copy for enumeration (#1052)
|
2018-10-25 18:43:21 -07:00 |
Ryan Nowak
|
d17d9155c7
|
Port aspnet/Routing/pull/858
|
2018-10-17 14:26:30 -07:00 |
MK
|
39c25357c6
|
Skip extensions in SetCookie parser #1049 (#1050)
|
2018-10-17 09:48:23 -07:00 |
John Luo
|
3fe17b9faf
|
Merge branch 'release/2.2'
|
2018-10-10 18:14:38 -07:00 |
Ben Adams
|
800c79c0e4
|
Fast-path async in HttpResponseStreamWriter
|
2018-10-10 18:13:58 -07:00 |
Chris Ross (ASP.NET)
|
b2d53bd328
|
Merge branch 'release/2.2'
|
2018-10-10 14:35:57 -07:00 |
James Newton-King
|
f6e20a38e2
|
HostString throws ArgumentNullException for null host (#1045)
|
2018-10-10 08:27:33 -07:00 |
ASP.NET CI
|
2368024490
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-10-07 19:15:41 +00:00 |
ASP.NET CI
|
449356bfc4
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-10-07 12:14:43 -07:00 |
Chris Ross (ASP.NET)
|
7fd01fb90d
|
Merge branch 'release/2.2'
|
2018-10-05 11:49:02 -07:00 |
Chris Ross (ASP.NET)
|
89b0430bda
|
Add IHttpResponseTrailersFeature and extensions
|
2018-10-05 11:46:52 -07:00 |
Jo Ham
|
fc6ac2361e
|
Fix Typo (#1044)
|
2018-10-05 07:52:15 -07:00 |
Chris Ross (ASP.NET)
|
677bb42245
|
Merge branch 'release/2.2'
|
2018-10-03 11:12:03 -07:00 |
James Newton-King
|
5f75c07bbf
|
Add RoutesValues to HttpRequest (#1042)
|
2018-10-02 16:03:58 +13:00 |
ASP.NET CI
|
30172616ed
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-09-30 12:15:12 -07:00 |
ASP.NET CI
|
e8d5a85c99
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-09-30 12:14:17 -07:00 |
Nate McMaster
|
1b3ce4c2ca
|
automated: merge branch release/2.2
|
2018-09-28 17:27:30 -07:00 |
Nate McMaster
|
4f0908d2f2
|
automated: bulk infrastructure updates. Update bootstrapper scripts and remove unnecessary signing properties
|
2018-09-28 17:10:34 -07:00 |
Roma Marusyk
|
c7eaf77953
|
Fix XML documentation for IFormFileCollection (#1041)
|
2018-09-27 17:13:28 -07:00 |
Eilon Lipton
|
65338ca9f1
|
Update LICENSE.txt
|
2018-09-27 15:32:25 -07:00 |
Roma Marusyk
|
cbed7393a2
|
Add XML documentation for IFormFileCollection. #3528 (#1040)
|
2018-09-27 09:53:39 -07:00 |
ASP.NET CI
|
7488fc0878
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-09-23 19:15:01 +00:00 |
ASP.NET CI
|
2422138ab4
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-09-23 12:13:37 -07:00 |
Chris Ross (ASP.NET)
|
8e4f7365ad
|
Merge branch 'release/2.2'
|
2018-09-17 15:06:31 -07:00 |
ASP.NET CI
|
fbb0623f03
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-09-16 19:14:12 +00:00 |
ASP.NET CI
|
de1f0ac3ff
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-09-16 12:12:50 -07:00 |
Ryan Nowak
|
41c4a47680
|
Minor perf updates for RVD
Porting changes from perf work in
https://github.com/aspnet/Routing/pull/788
Includes porting/adding the RVD benchmarks, as well as a new TryAdd
method.
|
2018-09-13 13:45:08 -07:00 |
Pranav K
|
d0ddb068be
|
Return FormCollection.Empty when Content-Length is 0 (#1038)
* Return FormCollection.Empty when Content-Length is 0
Fixes https://github.com/aspnet/Mvc/issues/5631
|
2018-09-13 13:35:31 -07:00 |
ASP.NET CI
|
02f55e181b
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-09-09 19:15:13 +00:00 |
ASP.NET CI
|
cbafd89960
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-09-09 12:14:09 -07:00 |
Daniel Roth
|
d81f04a5b0
|
Update doc comment for HttpRequest.Protocol (#1013)
|
2018-09-06 08:48:00 -07:00 |
Simon Cropp
|
cfb0d732b0
|
fix some spelling (#1035)
|
2018-09-06 08:46:34 -07:00 |
ASP.NET CI
|
fb560f5992
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-09-05 23:46:37 +00:00 |
ASP.NET CI
|
b43bc0cb8a
|
Update branding to 2.2.0-preview3
|
2018-09-05 16:34:33 -07:00 |
ASP.NET CI
|
bbc8ab80bf
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-09-02 19:14:28 +00:00 |
ASP.NET CI
|
14076d94c3
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-09-02 12:13:15 -07:00 |
James Newton-King
|
05a581a132
|
Copy core endpoint routing types to HttpAbstractions (#1030)
|
2018-08-29 17:07:16 +12:00 |
ASP.NET CI
|
55ba639657
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-08-26 19:14:26 +00:00 |
ASP.NET CI
|
f3dc2d069c
|
Update package branding for 2.2.0-preview2
|
2018-08-21 13:33:50 -07:00 |
ASP.NET CI
|
829bafe7b7
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-08-19 19:15:01 +00:00 |
ASP.NET CI
|
bfa183747f
|
Update dependencies.props
[auto-updated: dependencies]
|
2018-08-12 20:00:29 +00:00 |