Commit Graph

73 Commits

Author SHA1 Message Date
David Fowler 94155b0e89
Use protocol.abstractions primitives instead of socket abstractions (#1432) 2018-02-10 18:10:09 -08:00
David Fowler 3e568588d2
Revert "Use protocol.abstractions primitives instead of socket abstractions (#1429)" (#1431)
This reverts commit e3f197cef0.
2018-02-10 11:30:41 -08:00
David Fowler e3f197cef0
Use protocol.abstractions primitives instead of socket abstractions (#1429) 2018-02-10 10:45:07 -08:00
David Fowler 28439d1441
Initial changes to move to pipelines (#1424)
- Change the Sockets abstraction from Channel<byte[]> to pipelines.

#615
2018-02-09 17:45:21 -08:00
ASP.NET CI f939a7cd53 Update dependencies.props
[auto-updated: dependencies]
2018-02-09 12:01:38 -08:00
ASP.NET CI a4d49bfbf0 Update dependencies.props
[auto-updated: dependencies]
2018-02-03 03:04:23 +00:00
BrennanConroy 1f810fd535
Upgrading dependencies (#1383) 2018-01-31 13:54:40 -08:00
Pavel Krymets 9482b4976e Merget release/2.1 2018-01-30 09:48:13 -08:00
Pavel Krymets ac9db5dc7b
React to pipeline changes (#1365) 2018-01-29 14:36:03 -08:00
Pranav K b478f45c6a Branching for 2.1.0-preview1 2018-01-23 15:33:03 -08:00
Andrew Stanton-Nurse 7c635fae56
remove System.IO.Pipelines.Extensions dependency and internalize code (#1288) 2018-01-11 14:10:29 -08:00
Andrew Stanton-Nurse a9d643a93e
remove dependency on system.buffers.primitives (#1287) 2018-01-11 11:28:08 -08:00
Pavel Krymets 7ab7e83988 Update Kestrel dependency 2018-01-04 15:57:23 -08:00
Pavel Krymets 8a4adf1cb6
React to pipeline changes (#1250)
React to pipeline changes
2018-01-04 09:56:39 -08:00
ASP.NET CI 9a128b42ef Update dependencies.props
[auto-updated: dependencies]
2017-12-31 22:04:08 +00:00
Pavel Krymets f08311f337
Use new common benchmark config (#1251) 2017-12-22 14:31:54 -08:00
BrennanConroy c0b9ae5e55
Update deps (#1201) 2017-12-11 11:36:12 -08:00
BrennanConroy de47a6f50e
Upgrade package references (#1195) 2017-12-11 09:02:24 -08:00
ASP.NET CI 4bf2b8f243 Update dependencies.props
[auto-updated: dependencies]
2017-12-10 13:54:13 -08:00
Ryan Brandenburg d87770a56c Use aspnetcore-dev 2017-12-04 14:48:43 -08:00
David Fowler 5a6e15fdc4
Remove the custom C# compiler now that we're using the 2.2 SDK (#1168) 2017-11-30 08:42:53 -08:00
BrennanConroy 531c7cfba1
More micro benchmarks (#1158)
- Hub Protocol benchmark
- Broadcast benchmark
- Run benchmarks validation during builds
2017-11-28 15:39:58 -08:00
Pawel Kadluczka 0bafb304c2 Adding support for JWT in the C# client
Fixes: #1018

(Bonus: also enabling passing headers)
2017-11-21 16:32:56 -08:00
Pranav K 0255979a73 Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:26 -08:00
BrennanConroy 9789e09cfb
Adding EventSource/EventCounters to Sockets (#1083) 2017-11-14 09:04:35 -08:00
Pawel Kadluczka eb966ab7b1 Updating package versions 2017-11-13 17:04:19 -08:00
BrennanConroy 792745ad98 React to CoreFxLab packages (#998) 2017-11-13 15:05:35 -08:00
Nate McMaster e15a38a14c Pin package and tool versions to make build more repeatable 2017-11-01 16:40:51 -07:00
Nate McMaster d3ae3abe2a Use PackageLineup to manage PackageReference versions 2017-09-01 16:34:32 -07:00
Nate McMaster 629dd34977 Upgrade to xunit 2.3.0-beta4 (#754)
Removes unused theory parameters
2017-08-23 10:02:15 -07:00
Pawel Kadluczka 29f9c54b86 Updating xUnit version 2017-08-10 19:00:31 -07:00
Mikael Mengistu 32ef3eb355 Hub<T> (#689) 2017-08-08 17:39:09 -07:00
John Luo 47d14e5d45 Update Microsoft.AspNetCore.Server.IntegrationTesting package version 2017-08-07 17:09:31 -07:00
Pranav K 0503025f6f Updating to InternalAspNetCoreSdkVersion 2.1.1-* 2017-07-25 15:15:07 -07:00
Ryan Brandenburg 5098112874 Set AspNetCoreVersion 2017-07-24 17:59:11 -07:00
Mike Harder c29698fb3c Fix typo (#664) 2017-07-13 15:18:40 -07:00
Mike Harder 2df19040c5 Update StackExchange.Redis to latest (#662) 2017-07-13 15:07:46 -07:00
Nate McMaster 3c0fb48fab React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:39:31 -07:00
Pranav K 9b9495cd5f Update Moq to 4.7.49 2017-06-29 10:31:32 -07:00
Ryan Brandenburg 39097b1075 Remove NETStandard.Library.NETFramework and update Moq 2017-06-29 10:19:08 -07:00
David Fowler ef0a46fcc4 Revert "Pin Roslyn compiler version (#597)"
This reverts commit cf7d2b4c40.
2017-06-27 22:43:13 -07:00
BrennanConroy cf7d2b4c40 Pin Roslyn compiler version (#597) 2017-06-27 22:22:46 -07:00
Pawel Kadluczka 3504337918 Adding MsgPack HubProtocol 2017-06-27 17:35:00 -07:00
David Fowler 41f54d001b Remove dependencies on a bunch of corefxlab things (#576)
* Remove dependencies on a bunch of corefxlab things
- Used Stream instead of IOutput
- Removed pipelines dependency in most places.
2017-06-22 09:23:52 -07:00
Kiran Challa ec02907af1 Fixed version of netstandard.library and removed stale package 2017-06-15 07:24:30 -07:00
Kiran Challa 2697afd80f Merge branch 'rel/2.0.0-preview2' into dev-gate 2017-06-15 04:04:38 -07:00
Kiran Challa 4812d205ea Add NETStandardImplicitPackageVersion to dependencies.props 2017-06-14 17:29:45 -07:00
Nate McMaster fd7abb31e8 Lift M.ANC.Sockets.Common to .NET Standard 2.0 2017-06-06 15:28:27 -07:00
Pranav K d9e2f45d7f Branching for rel/2.0.0-preview2 2017-05-31 19:37:28 -07:00
Andrew Stanton-Nurse 263dd0e4fe Fix #324 by adding streaming support to the server (#461) 2017-05-31 09:10:20 -07:00