Commit Graph

419 Commits

Author SHA1 Message Date
Chris R c2f52db3a5 Reorder SendFileAsync to match Write/FlushAsync 2016-08-26 10:10:09 -07:00
BrennanConroy c2a1b8d17f React to NullLogger move 2016-08-24 09:41:16 -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 8fe007e995 #237 Make shared CLR code internal 2016-08-23 11:56:37 -07:00
Chris R fc6452235e Remove un-used pinvokes 2016-08-23 09:39:14 -07:00
BrennanConroy fe5314ea98 Remove old comment 2016-08-23 09:07:04 -07:00
BrennanConroy c967382e89 Add Win8 check 2016-08-22 15:02:47 -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 9f1476aea8 #230 Disable TLS token binding pending updates 2016-08-19 10:19:33 -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
Pranav K 81192017c9 Migrate to dotnet.myget.org feed 2016-08-09 15:17:28 -07:00
Chris R 0fc5dc1820 #160 Rename UrlPrefix.Whole to FullPrefix. Make IsHeadMethod internal 2016-08-09 13:41:31 -07:00
Chris R ce06c0b241 Remove unused code. Reduce class nesting. 2016-08-08 13:18:01 -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 a9b5cec33d Remove old WebSockets.Server package from NuGetPackageVerifier 2016-08-03 10:57:20 -07:00
Chris R 44910bbd59 Use CoreFx managed WebSockets 2016-08-03 09:48:52 -07:00
Chris R 484955f83e Make MessagePump constructor public for DI 2016-08-01 13:23:55 -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
John Luo b132b69cb3 Log stack trace when logging exceptions #198 2016-07-13 14:34:43 -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
moozzyk f63e53b597 Force 8-byte alignment on HTTP_REQUEST buffer
Addresses #126
2016-06-22 10:50:57 -07:00
Pranav K 10df99de67 Updating to dev versions 2016-06-16 10:18:52 -07:00
Pranav K 4904e9f525 Merge branch 'release' into dev 2016-06-14 16:29:10 -07:00
Pranav K 3e80775179 Updating to release. 2016-06-14 16:22:41 -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
jacalvar eb726021df Remove unncessary usings 2016-06-09 00:56:43 -07:00
Pranav K 57b8e1cae8 Revert "React to Hosting TFM change"
This reverts commit 96d37a04e6.
2016-06-07 06:39:57 -07:00
Pranav K 96d37a04e6 React to Hosting TFM change 2016-06-03 17:12:43 -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
Pranav K 072893cafe Revert "React to updated CoreCLR packages"
This reverts commit aa7abe8521.
2016-05-18 11:49:13 -07:00
John Luo aa7abe8521 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 15:52:32 -07:00
Chris R cd9952ca60 Merge branch 'release' into dev 2016-05-10 11:09:34 -07:00
Chris R 3061a48a38 Do not allow control characters in response headers. 2016-05-10 10:59:42 -07:00
Pranav K a811eafba6 Merge branch 'release' into dev 2016-05-02 14:57:50 -07:00
Pranav K 5bcf381604 Fix build warnings 2016-05-02 11:27:30 -07:00
BrennanConroy 0458a9140a Merge branch 'release' into dev 2016-04-27 18:43:22 -07:00
BrennanConroy afd437f85f Remove reference to UseDefaultHostConfiguration 2016-04-27 18:43:11 -07:00
Pranav K f315a08075 Merge branch 'release' into dev 2016-04-19 14:54:14 -07:00
Pranav K 6829675f5f Use latest build of dotnet-test-xunit 2016-04-19 14:54:14 -07:00
Chris R a68d7c14a3 Merge branch 'release' into dev 2016-04-19 09:50:37 -07:00
Chris R 8c2756cffa Fix service registration order. 2016-04-19 09:49:54 -07:00
Pavel Krymets c4137ba0a9 Merge branch 'release' into dev 2016-04-18 17:00:56 -07:00