Граф коммитов

257 Коммитов

Автор SHA1 Сообщение Дата
Jass Bagga e746e8b36c Disable test
See #263
2017-03-23 20:40:02 -07:00
Pranav K 53946e9856 Remove net451 as a cross-compile target 2017-03-23 15:26:48 -07:00
Kiran Challa 0586fd136f Converted samples and test projects to run on netcoreapp2.0 2017-03-23 09:52:13 -07:00
Chris R d103bdb1ba #287 Do not include an auth display name 2017-03-22 13:31:06 -07:00
John Luo a10d3eccbf Disable flaky tests 2017-03-21 12:00:05 -07:00
Nate McMaster 5c4a132d71 Unify dependency versions to one file and remove workarounds 2017-03-15 14:24:15 -07:00
John Luo aac4eebd79 Direct address configuration #297 2017-03-02 15:51:54 -08:00
John Luo 76255bc7f4 Remove references to WebListener 2017-02-24 16:02:55 -08:00
Chris R fd82d0214e Fix Theorys that should have been Facts. 2017-02-21 09:16:54 -08:00
Nate McMaster 27d9b78fd2
Downgrade to stable packages 2017-02-14 16:15:36 -08:00
Doug Bunting d35e4c9550 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
2017-02-14 09:11:07 -08:00
Chris R bad8bc945a Convert from project.json to csproj 2017-02-06 11:45:36 -08:00
Chris R 119945ca02 Cache the ContentLength header value 2017-01-24 14:57:00 -08:00
Chris R 56bd85aaf2 #298 Add a timeout for draining requests on shutdown 2017-01-24 13:43:17 -08:00
Chris R 691c69f1d2 #283 remove direct WebSocket support 2017-01-05 15:05:12 -08:00
Chris R d04dc7182a #263 Disable parallel test execution to improve reliability 2017-01-04 11:13:28 -08:00
Chris R 6125e3982b Make last test x-plat conditional 2017-01-03 14:08:43 -08:00
Chris R d7ce8d8103 #283 Update naming, merge options 2017-01-03 12:16:53 -08:00
Chris R 4c388e89ce #283 Merge packages, namespaces, test projects, and samples 2017-01-03 12:16:53 -08:00
Cesar Blum Silveira fe8e3bbe67 Revert "Disable tests that hang after update to CoreFx 4.4."
This reverts commit 89ca7ed080.
2016-12-23 17:51:16 -08:00
Cesar Blum Silveira 89ca7ed080 Disable tests that hang after update to CoreFx 4.4. 2016-12-22 18:50:47 -08:00
Pranav K 42297c152b Updating to 4.4 CoreFx packages 2016-12-14 14:47:32 -08:00
Pranav K bbe3c76c5a Updating versions to 1.2.0-* 2016-11-09 14:20:16 -08:00
John Luo 9f538d9c15 Disable flaky tests 2016-11-09 11:49:39 -08:00
John Luo f96ba3a254 Add extension method for AcceptAsync with timeout
- Update tests for Win7 and Win2008R2 specific behaviour for caching responses without content-type
2016-10-25 14:31:47 -07:00
Pranav K 3651f1f46c Updating to netcoreapp1.1 2016-10-13 11:26:30 -07:00
Pranav K 336ff5cb3d Revert "Updating to netcoreapp1.1"
This reverts commit 21fbdcc476.
2016-10-12 16:10:02 -07:00
Pranav K 21fbdcc476 Updating to netcoreapp1.1 2016-10-12 13:46:53 -07:00
Chris R 0f69d6351d #214 Use ConditionalFacts to skip tests on Mac and Linux at the assembly levely 2016-10-07 15:35:09 -07:00
Chris R a8e92d6de7 Merge branch 'rel/1.0.0' into dev 2016-10-05 11:14:31 -07:00
Chris R 2433448bc7 #259 Auto-chunk even for Connection: close responses 2016-10-05 10:19:20 -07:00
Pranav K 3fa95d1ff8 Updating partner package versions 2016-10-03 14:28:40 -07:00
Chris R c8e46630ce Merge branch 'rel/1.0.0' into dev 2016-09-30 14:17:07 -07:00
Chris R 7e76ea8731 Update file license headers 2016-09-30 11:44:59 -07:00
Chris R e982d8258e Merge branch 'rel/1.0.0' into dev, bump version to 1.1.0-* 2016-09-15 15:55:47 -07:00
Chris R ba49651552 Increment version to 1.0.0-rc1-final 2016-09-09 15:43:04 -07:00
Pranav K bc7eb631d9 Pin to 1.0.0-rc1-final 2016-09-08 14:16:39 -07:00
Chris R b94519b821 Pin versions 2016-09-07 10:24:38 -07:00
Chris R a526454321 Raise version from 0.2.0-pre to 1.0.0-rc1 2016-09-07 09:55:21 -07:00
Chris R a787a01a73 Downgrade to 1.0 dependencies 2016-09-07 09:45:31 -07:00
Troy Dai c25d9b68ab Use socket in Path encoding and unescaping cases 2016-09-06 16:09:07 -07:00
Troy Dai 35429bd91f Update overlong UTF8 test case 2016-09-06 16:09:07 -07:00
Troy Dai ff97efe0d2 Overhaul the URL path unescaping 2016-09-06 16:09:06 -07:00
Troy Dai 8aaa4d0759 Add test cases for Path unescaping 2016-09-06 16:09:06 -07:00
Chris R e9ef38cf3a PR feedback 2016-09-02 16:23:45 -07:00
Chris R 8105a272d2 #210 Re-enable caching tests 2016-09-02 16:23:45 -07:00
Chris R 88114568b9 #167 Prevent duplicate Content-Length headers 2016-09-02 16:23:45 -07:00
Chris R b31ec7d7a7 #204 Consolidate unsafe buffer access into NativeRequestContext 2016-08-31 14:19:56 -07:00
Chris R 3d1dbbaae5 #183 Set empty paths for OPTIONS * requests 2016-08-26 16:01:20 -07:00
Chris R c2f52db3a5 Reorder SendFileAsync to match Write/FlushAsync 2016-08-26 10:10:09 -07:00
Chris R 26b5d1da27 #86 Do not fire the ClientDisconnect token for completed responses 2016-08-23 12:18:42 -07:00
Chris R d8209b6cd4 #173 Ignore write failures, fix disconnect notifications. 2016-08-22 10:53:59 -07:00
Chris R efef52a0ad #216 Lazy feature initialization 2016-08-19 15:42:59 -07:00
Chris R e39ea62808 #160 Refactor options/settings 2016-08-18 13:47:05 -07:00
Chris R cd886802fe Fix race condition in new OnStarting and OnCompleted tests. 2016-08-10 15:49:02 -07:00
Chris R fe6ecfde65 #160 Remove response body buffering, fix layering of related features 2016-08-09 16:10:26 -07:00
Chris R 0fc5dc1820 #160 Rename UrlPrefix.Whole to FullPrefix. Make IsHeadMethod internal 2016-08-09 13:41:31 -07:00
Chris R 4b36501bd8 #160 Move AllowAnonymous from the AuthenticationSchemes to its own bool 2016-08-05 16:18:30 -07:00
Chris R 44910bbd59 Use CoreFx managed WebSockets 2016-08-03 09:48:52 -07:00
Chris R 235ac59551 API cleaup, organization 2016-07-29 15:19:44 -07:00
Chris R 3d2e1c4d3e Factoring out UrlGroup, ServerSession, RequestQueue, ChannelBinding,
Disconnect Listener.
2016-07-27 10:04:26 -07:00
John Luo 07b078d4e3 Remove support for specifying only ports in IServerAddresses #197 2016-07-14 13:45:18 -07:00
Chris R 26ed532df5 #210 Disable flaky caching tests. 2016-07-14 10:40:23 -07:00
Doug Bunting 5541fc28bf One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 14:15:19 -07:00
Ajay Bhargav Baaskaran e5dc948e47 Updating to RTM builds of xunit and Moq (#205) 2016-07-05 21:05:37 -07:00
Pranav K 10df99de67 Updating to dev versions 2016-06-16 10:18:52 -07:00
N. Taylor Mullen b441934f65 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:29:07 -07:00
Cesar Blum Silveira 55d2ef02b1 Implement IHttpRequestFeature.RawTarget. 2016-05-31 13:01:27 -07:00
John Luo f5bd95b93f React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-26 18:22:38 -07:00
Chris R 3061a48a38 Do not allow control characters in response headers. 2016-05-10 10:59:42 -07:00
Pranav K 5bcf381604 Fix build warnings 2016-05-02 11:27:30 -07:00
Pranav K 6829675f5f Use latest build of dotnet-test-xunit 2016-04-19 14:54:14 -07:00
Pavel Krymets 169a571a37 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:00:52 -07:00
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