Commit Graph

134 Commits

Author SHA1 Message Date
Chris R ff95748d7e Hosting#698 Remove IServerFactory, add UseWebListener extension 2016-04-15 16:08:54 -07:00
Pavel Krymets 75144a4350 Migrate tests, tools and samples to portable 2016-04-14 15:24:10 -07:00
Doug Bunting 84c897543e React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:28:38 -07:00
Chris R bdcdf29ade #182 Revert workaround for HttpResponseMessage.ReasonPhrase. 2016-03-30 16:03:47 -07:00
Doug Bunting f0a5a01f6d React to `HttpContextFactory` constructor change
- remove unused field
- see pull aspnet/HttpAbstractions#594 and issue aspnet/HttpAbstractions#561
2016-03-25 10:05:27 -07:00
David Fowler 7c67a4a594 Fixed packages 2016-03-25 09:25:04 -07:00
Chris R 2774259461 React to test regression in HttpResponseMessage.ReasonPhrase. 2016-03-07 11:13:15 -08:00
Doug Bunting d593ac148d Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 21:39:28 -08:00
N. Taylor Mullen 5433130182 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:35:50 -08:00
John Luo 497565a52c Updating test TFMs for custom test discovery 2016-02-18 17:03:22 -08:00
Cesar Blum Silveira 8007020bff Fix build. 2016-02-10 15:09:37 -08:00
Chris R c79458a282 React to changes in System.Net.Sockets.TcpClient. 2016-02-10 13:38:06 -08:00
John Luo 4666564b87 Updating to new CLI 2016-02-01 19:21:41 -08:00
N. Taylor Mullen 1aff2e9cda Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:28:27 -08:00
N. Taylor Mullen a83445441a Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:23:36 -08:00
N. Taylor Mullen 295c98c757 Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:23:31 -08:00
Brennan 1cae0695f7 Remove IsLocal 2016-01-19 08:50:17 -08:00
Victor Hurdugaci 6e67f78ed0 Build with dotnet 2016-01-11 14:27:53 -08:00
Chris R 0f01399955 #123 Default headers to UTF8 2016-01-08 12:06:50 -08:00
Cesar Blum Silveira d9e06f8e6e Don't decode forward slashes in request path (#146). 2015-12-22 15:04:56 -08:00
Cesar Blum Silveira 905b5bcfc2 Enable tests on CoreCLR (#143). 2015-12-22 14:13:34 -08:00
John Luo 3b42433f07 Handle null valued headers #158 2015-12-09 16:21:57 -08:00
Chris R fca0476936 #137 Relayer and ifdef WebSockets
Rename Microsoft.Net.WebSockets to Microsoft.Net.WebSockets.Server.
Reverse dependency with Microsoft.Net.Http.Server.
ifdef out IHttpWebSocketFeature.
2015-12-08 12:00:44 -08:00
John Luo 8712ba4855 Reacting to new IServer IHttpApplication design 2015-12-01 11:40:52 -08:00
John Luo 8c800fbd0f Rearranging test port allocations to avoid test race conditions #152 2015-11-02 14:54:09 -08:00
John Luo 092f689c6a Reacting to Hosting IServerFactory refactoring 2015-10-30 13:00:53 -07:00
Kiran Challa a494885e3f React to testing changes 2015-10-13 12:41:37 -07:00
Kiran Challa 7d132dd87a Reacting to testing changes 2015-10-13 05:20:46 -07:00
Pranav K 4400ab4124 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:44 -07:00
Hao Kung 1ff204f47c React to Caption => DisplayName 2015-09-23 15:21:53 -07:00
Chris R ce06872b84 Hosting#331 Add IServerAddressesFeature. 2015-09-14 16:58:00 -07:00
Chris R 0603a69b2c Convert IServerInformation to IFeatureCollection. 2015-08-31 16:46:13 -07:00
Chris R 195e06970a Use new HttpContext.Features API. 2015-08-31 07:31:43 -07:00
Chris R 1f596abfe5 React to string[] -> StringValues changes. 2015-08-28 12:43:12 -07:00
Chris R 42343bedee Raise test timeouts. 2015-08-24 10:52:50 -07:00
Chris R 8735d455f9 Only run Kerberos tests if the machine is joined to the domain. 2015-08-17 09:46:49 -07:00
Chris R 9fdeb09270 React to FeatureModel package change. 2015-07-17 09:47:17 -07:00
Chris R c9f0a47c0d Empty challenge for authenticated request should result in Forbidden. 2015-07-10 14:50:11 -07:00
Chris R 2b5785c2c6 #131 Handle behavioral challenges (403 vs 401). 2015-07-01 10:35:10 -07:00
Hao Kung 7b31e034ca React to Http changes 2015-06-25 17:10:13 -07:00
Chris R 38f70a02f7 #125 Add a Hosting dependency and Program.Main. 2015-06-23 11:55:59 -07:00
Chris R 03f7e4b362 React to IRequestIdentifierFeature refactor. 2015-06-18 15:55:12 -07:00
Chris R fa3b98f113 React to OnSendingHeaders rename. 2015-06-12 15:28:54 -07:00
Chris R 20f2219886 #121 Enable kernel mode response caching. 2015-06-12 12:12:22 -07:00
Chris R 3c044fb92e #120 Implement response buffering. 2015-06-08 10:47:10 -07:00
Chris R 2681e8b3d1 #112, #113 Sort out default response modes, allow manual chunking. 2015-05-15 14:55:54 -07:00
Troy Dai a1422fa51b Update project.json in test 2015-05-12 14:15:20 -07:00
Chris R d0276d4d55 React to Http namespace changes. 2015-05-07 13:41:04 -07:00
Chris R 4d015760f6 React to rename of IHttpClientCertificateFeature rename. 2015-04-27 14:38:24 -07:00
Chris Ross b0d0e94aba Handle Authentication and WebSocket API changes. 2015-04-23 16:06:18 -07:00