Justin Kotalik
|
35b99e44ce
|
Expose HttpResponse PipeWriter in Kestrel (#7110)
|
2019-02-08 17:24:26 -08:00 |
Pavel Krymets
|
b21c09665e
|
Add DisposeAsync support to WebHost and RequestServices (#7091)
|
2019-02-05 15:42:41 -08:00 |
James Newton-King
|
574be0d22c
|
Add readonly modifier to readonly structs (#7169)
|
2019-02-01 15:04:25 +13:00 |
Justin Kotalik
|
1222d8de49
|
Add StartAsync() to HttpResponse; ImplementFeature in Kestrel (#6967)
|
2019-01-28 17:42:04 -08:00 |
Justin Kotalik
|
cdd38d70cf
|
Implement Stream Adapters (and minor nitpics) (#6583)
|
2019-01-15 09:00:06 -08:00 |
Hao Kung
|
d7a7c65b2b
|
Remove old 1.x auth stack (#4485)
* Remove old 1.x auth stack
Fixes https://github.com/aspnet/AspNetCore/issues/3999
|
2019-01-09 15:56:19 -08:00 |
David Fowler
|
a11c68ae35
|
Remove all extensibility from the DefaultHttpContext (#6504)
- Seal all of the classes
- Remove virtual methods
- Delete pooled HttpContext code
- Removed obsolete AuthenticationManager
|
2019-01-09 11:37:06 -08:00 |
Justin Kotalik
|
5541a7a026
|
Implement PipeBody Features and add to HttpContext (#6394)
|
2019-01-08 21:31:50 -08:00 |
James Newton-King
|
cc899e2be7
|
Move EndpointModel and IEndpointConventionBuilder to HTTP abstractions (#4274)
|
2018-12-17 18:38:49 +13:00 |
Nate McMaster
|
02780bac26
|
Merge branch 'release/2.2'
|
2018-12-14 16:03:16 -08:00 |
Chris Ross
|
54c1122582
|
Change HTTP projects to target netcoreapp3.0 #3754 (#4625)
|
2018-12-14 09:36:57 -08:00 |
Tornike Kharaishvili
|
d73d95f1d4
|
CookieSecurePolicy documentation update (#3670) (#4542)
|
2018-12-09 20:29:40 -08:00 |
Nate McMaster
|
c199b7a658
|
Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in bc7092a32b
|
2018-11-20 08:45:03 -08:00 |
Nate McMaster
|
0063d5a031
|
Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in 91db78cf92
|
2018-11-20 08:37:32 -08:00 |
Nate McMaster
|
0ef9993f46
|
Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in d142d58eb4
|
2018-11-19 21:12:01 -08:00 |