David Fowler
d4d5a08bc2
The payload property was never used ( #1641 )
2018-03-18 22:34:02 -07:00
David Fowler
add81eb7e2
Revert "The payload property was never used ( #1639 )" ( #1640 )
...
This reverts commit c5e2e3499a .
2018-03-18 22:32:51 -07:00
David Fowler
c5e2e3499a
The payload property was never used ( #1639 )
2018-03-18 22:32:36 -07:00
ASP.NET CI
b1d3003403
Updating submodule(s)
...
EntityFrameworkCore => ff51e1dc15ae7d0470245fcc2dc7bac34d20b7d1
SignalR => 7df5c87815
[auto-updated: submodules]
2018-03-18 21:50:34 -07:00
David Fowler
52befc6bc0
Merge branch 'release/2.1' into dev
2018-03-18 20:41:19 -07:00
David Fowler
7df5c87815
Add copyright headers to new files
2018-03-18 15:39:20 -07:00
David Fowler
cc0d0e21e4
Revert package-lock.json changes
2018-03-18 15:20:19 -07:00
David Fowler
b792fcb4ef
Reduce the per message read allocations ( #1635 )
...
- Introduced Utf8BufferTextReader that writes buffers directly into
the char[] allocated by JSON.NET when reading via the JsonReader.
- Use IArrayPool implementation over ArrayPool<char> when reading
incomming messages.
- Replaced JToken parsing with manual parsing using JsonTextReader.
- Added tests for parsing incoming JSON messages with out of order
properties.
- Make access to message headers lazy
- Changed IHubProtocol.TryParseMessage to be ReadOnlyMemory<byte> instead of ReadOnlySpan<byte>
2018-03-18 15:16:03 -07:00
ASP.NET CI
a17169aec2
Updating submodule(s)
...
WebHooks => ec834ebabbf7f3771239b3e4c876cf0d4f356108
[auto-updated: submodules]
2018-03-17 03:37:42 +00:00
ASP.NET CI
8c0fcc70bf
Updating submodule(s)
...
WebHooks => 349a1ea86422b0ac009e6fd82a098fffab8d2f68
[auto-updated: submodules]
2018-03-17 02:28:09 +00:00
ASP.NET CI
dbd76e8ca0
Updating BuildTools from 2.1.0-preview2-15742 to 2.1.0-preview2-15744
...
[auto-updated: buildtools]
2018-03-16 17:46:09 -07:00
ASP.NET CI
061a6e9cce
Updating submodule(s)
...
EntityFrameworkCore => 8c5cb7b937cdbe6e7c43ac3a571f476f4715e6ba
[auto-updated: submodules]
2018-03-16 17:46:00 -07:00
Pranav K
2db18d1420
Merge branch 'release/2.1' into dev
2018-03-16 17:03:54 -07:00
Pranav K
a9807e220d
Update git submodules
2018-03-16 17:03:11 -07:00
BrennanConroy
8b8c7107a8
Update client-ts versions ( #1624 )
2018-03-16 17:00:23 -07:00
BrennanConroy
077b17cad8
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-16 16:59:04 -07:00
Mike Harder
881703e4c0
Upgrade Microsoft.NET.Test.Sdk to 15.6.1 ( #1627 )
2018-03-16 16:56:52 -07:00
Justin Kotalik
cf4874997e
Heap allocate HTTP_DATA_CHUNK if the size of the response is too large. ( #683 )
2018-03-16 16:56:23 -07:00
BrennanConroy
9337a63cf5
Fix dependency
2018-03-16 16:55:22 -07:00
Pranav K
ed9f8ce6c9
Merge pull request #7492 from aspnet/release/2.1
...
Remove FiltersWebSite
2018-03-16 16:54:31 -07:00
Pranav K
ae2d82c748
Remove FiltersWebSite
2018-03-16 16:54:10 -07:00
BrennanConroy
a43a1601c4
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-16 16:49:59 -07:00
BrennanConroy
db0dc0f960
Ignore writeasync failures when sending to multiple connections ( #1589 )
2018-03-16 16:48:05 -07:00
Pranav K
f2cb689f27
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-03-16 16:23:31 -07:00
Pranav K
cfaf14a79a
Update Antiforgery submodule
2018-03-16 16:22:54 -07:00
Pranav K
0d69df5a75
Merge pull request #247 from aspnet/release/2.1
...
Hardcode extension .PrecompiledViews
2018-03-16 16:20:08 -07:00
Pranav K
5cb31f6082
Hardcode extension .PrecompiledViews
2018-03-16 16:19:49 -07:00
BrennanConroy
0e38ee3e63
Create connectionIds using RNGCrypto ( #1606 )
2018-03-16 16:16:34 -07:00
David Fowler
079a56be1a
Small optimizations ( #1617 )
...
- Return ValueTask instead of Task from WriteAsync helpers
- Use TryGet instead of foreach to avoid enumerator (though it's just a stack allocation here)
2018-03-16 16:08:11 -07:00
Ryan Brandenburg
2fb65200ee
Set 2.0 baselines
2018-03-16 16:08:10 -07:00
Justin Kotalik
4b4bc2d49c
Disable flaky test SynchronousReadAndWriteTests.ReadAndWriteEchoTwice ( #688 )
2018-03-16 15:41:01 -07:00
Pranav K
684c4e3ddc
Merge branch 'release/2.1' into dev
2018-03-16 12:35:12 -07:00
Pranav K
8916330692
Update KoreBuild channel
2018-03-16 12:35:08 -07:00
Pranav K
b96c8ca3fe
Merge branch 'release/2.1' into dev
2018-03-16 12:34:42 -07:00
Pranav K
feaf8168b1
Update KoreBuild channel
2018-03-16 12:34:38 -07:00
Pranav K
9e88b430bb
Merge branch 'release/2.1' into dev
2018-03-16 12:34:33 -07:00
Pranav K
88f62e5ef3
Update KoreBuild channel
2018-03-16 12:34:28 -07:00
Pranav K
7f54aee51c
Merge branch 'release/2.1' into dev
2018-03-16 12:34:23 -07:00
Pranav K
ea1dc99419
Update KoreBuild channel
2018-03-16 12:34:18 -07:00
Pranav K
0dfbf64cf4
Merge branch 'release/2.1' into dev
2018-03-16 12:34:11 -07:00
Pranav K
4fde2bd682
Update KoreBuild channel
2018-03-16 12:34:06 -07:00
Pranav K
b04d43d685
Merge branch 'release/2.1' into dev
2018-03-16 12:34:01 -07:00
Pranav K
0eead166d5
Update KoreBuild channel
2018-03-16 12:33:57 -07:00
Pranav K
d24d4fa99f
Merge branch 'release/2.1' into dev
2018-03-16 12:33:52 -07:00
Pranav K
be3473914a
Update KoreBuild channel
2018-03-16 12:33:48 -07:00
Pranav K
454bf3ca07
Merge branch 'release/2.1' into dev
2018-03-16 12:33:32 -07:00
Pranav K
748176ec4c
Update KoreBuild channel
2018-03-16 12:33:27 -07:00
Pranav K
bfd1709dac
Merge branch 'release/2.1' into dev
2018-03-16 12:33:22 -07:00
Pranav K
7e28614391
Update KoreBuild channel
2018-03-16 12:33:18 -07:00
Pranav K
12157aca8b
Merge branch 'release/2.1' into dev
2018-03-16 12:33:13 -07:00