Commit Graph

30402 Commits

Author SHA1 Message Date
Chris Ross (ASP.NET) b8e56691cb Implement MaxRequestLineSize for HTTP/2 #2813 2018-09-06 10:01:28 -07:00
ASP.NET CI d95cef8954 Updating submodule(s)
SignalR => b67137bc00

[auto-updated: submodules]
2018-09-06 09:58:35 -07:00
BrennanConroy b67137bc00 Merge branch 'release/2.1' into release/2.2 2018-09-06 09:34:07 -07:00
ASP.NET CI c450729c17 Updating submodule(s)
KestrelHttpServer => edc1935475

[auto-updated: submodules]
2018-09-06 09:30:18 -07:00
Chris Ross (ASP.NET) 384a518bda Implement MaxRequestHeadersTotalSize for HTTP/2 #2812 2018-09-06 09:07:16 -07:00
David Fowler edc1935475
Flow the cancellation tokens to ReadAsync and WriteAsync (#2865) 2018-09-06 09:04:39 -07:00
ASP.NET CI 3be65c2b51 Updating submodule(s)
HttpAbstractions => cfb0d732b0
SignalR => 647ea8a945

[auto-updated: submodules]
2018-09-06 09:03:27 -07:00
BrennanConroy 647ea8a945
Add VSCode debug configuration for Java (#2916) 2018-09-06 08:54:37 -07:00
Simon Cropp cfb0d732b0 fix some spelling (#1035) 2018-09-06 08:46:34 -07:00
ASP.NET CI 03bf9d097f Updating submodule(s)
Configuration => 79e15706cfd648ce70d8183e82dd7453e8dd46fb
DependencyInjection => 98a19b4a5d38eec6c55a86e5f18fbf5e29425a1a
EntityFrameworkCore => 04c15a493db6e26757f2204a3f38047bf30d163a

[auto-updated: submodules]
2018-09-06 08:35:24 -07:00
ASP.NET CI f50ac5919a Updating submodule(s)
Mvc => b156dee4f1

[auto-updated: submodules]
2018-09-06 08:08:36 -07:00
Simon Cropp b156dee4f1 Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
ASP.NET CI cea3c642f6 Updating submodule(s)
Mvc => c0f3a46ffe

[auto-updated: submodules]
2018-09-06 07:38:37 -07:00
Takaaki Suzuki c0f3a46ffe
Don't call GetValidity method twice. 2018-09-06 07:33:48 -07:00
ASP.NET CI fa03c563f5 Updating submodule(s)
Mvc => e174d277bd
Routing => e3b704095b

[auto-updated: submodules]
2018-09-05 21:08:01 -07:00
Ben Adams e174d277bd Inline 2018-09-05 20:53:06 -07:00
Ben Adams 337bc462de Fast-path async in PagedBufferedTextWriter 2018-09-05 20:53:06 -07:00
Ryan Nowak fabe189470 React to LinkGenerator changes 2018-09-05 20:52:37 -07:00
Ryan Nowak e3b704095b
Revisions to LinkGenerator (#770)
* Revisions to LinkGenerator

* PR feedback
2018-09-05 20:52:09 -07:00
ASP.NET CI 11c9b1fe76 Updating submodule(s)
Routing => 950d2e9b74

[auto-updated: submodules]
2018-09-05 20:39:37 -07:00
Ikebe Shodai 950d2e9b74 Fix locale sensitive unit tests 2018-09-05 20:13:25 -07:00
ASP.NET CI 65674487c9 Updating submodule(s)
Routing => dcfb63a768

[auto-updated: submodules]
2018-09-06 02:29:58 +00:00
James Newton-King dcfb63a768
Avoid RoutePattern allocating empty dictionaries (#772) 2018-09-06 14:00:52 +12:00
ASP.NET CI dedff81701 Updating submodule(s)
Routing => 1c74973c6a

[auto-updated: submodules]
2018-09-05 18:54:19 -07:00
James Newton-King 1c74973c6a
Minor matcher builder allocation optimization (#771) 2018-09-06 13:47:34 +12:00
James Newton-King dbebdbecd6
Add flag for including label with DfaNodes (#769) 2018-09-06 13:38:17 +12:00
James Newton-King fe8c633224
Optimize builder and HTTP policy allocations (#768) 2018-09-06 13:25:35 +12:00
ASP.NET CI 21a025d861 Updating submodule(s)
Routing => abc378d3dc

[auto-updated: submodules]
2018-09-05 18:21:21 -07:00
James Newton-King abc378d3dc
Avoid resizing large struct arrays (#767) 2018-09-06 13:10:17 +12:00
James Newton-King 0f5d471dfd
Create collections on DfaNode as needed (#779) 2018-09-06 12:58:57 +12:00
ASP.NET CI 9ca2c2e6f5 Updating submodule(s)
IISIntegration => 71b7bb50b2
Mvc => b48b282ad8
Razor => 3a281b8f58
Routing => a777a4cdd5
SignalR => dc6088bf21

[auto-updated: submodules]
2018-09-05 17:49:20 -07:00
Stephen Halter 2f3b565401 Minimize blocking threads to improve test reliability 2018-09-05 17:47:07 -07:00
James Newton-King a777a4cdd5
Reuse collections in DfaMatcherBuilder (#778) 2018-09-06 12:25:45 +12:00
Nate McMaster 12f4235342
Merge branch 'release/2.1' into release/2.2 2018-09-05 17:23:44 -07:00
N. Taylor Mullen 3a281b8f58 Allow TagHelpers to occur after unclosed C# blocks without assert failures.
- This scenario wasn't considered previously.

#2566
2018-09-05 17:22:17 -07:00
Mike Harder 71b7bb50b2
Ensure external processes are killed when test process exits (#1371)
- Prevents locked files when stop debugging unit test
- Addresses #1279
2018-09-05 17:21:59 -07:00
Pavel Krymets 88d8571474
Add Trace level for request events, allow logging to eventlog (#1337) 2018-09-05 17:15:04 -07:00
James Newton-King e5c520b4ca
Add DfaMatcherBuilder benchmarks (#777) 2018-09-06 12:10:20 +12:00
Ben Adams b48b282ad8 Add RazorRendering benchmarkapp (#8366)
* Add RazorRendering benchmarkapp
2018-09-05 17:07:04 -07:00
Hassan Hashemi bca3160190 Remove redundant check
fixed https://github.com/aspnet/Mvc/issues/8374
2018-09-05 17:04:20 -07:00
Mikael Mengistu dc6088bf21
Negotiate + SignalR Service Support for the Java client (#2882) 2018-09-05 16:53:07 -07:00
Pavel Krymets 5956300df7
Retry TestServer port selection (#1367) 2018-09-05 16:48:23 -07:00
ASP.NET CI f8762a06c3 Updating submodule(s)
IISIntegration => 2f4172e7e7

[auto-updated: submodules]
2018-09-05 16:48:22 -07:00
Pavel Krymets 18a718d1f0
Catch all exception in native callbacks (#1369) 2018-09-05 16:48:10 -07:00
Pavel Krymets 613fbcc349
Enable code analysis on shim project (#1361) 2018-09-05 16:47:51 -07:00
Mike Harder 58df4ef34d
AppVeyor: Reset dynamic port range to Windows default (#1368)
- Prevents conflicts between ANCM random ports and Windows dynamic ports
- Addresses #1269
2018-09-05 16:47:11 -07:00
Mike Harder 2f4172e7e7
Reduce probability of MultipleAppTests failure (#1365)
- Decrease false-positive failure rate from 1 in 1,000 to 1 in 1,000,000
- Addresses #1350
2018-09-05 16:43:09 -07:00
Nate McMaster fc04b2c073
Update branding to 2.2.0-preview3 2018-09-05 16:37:32 -07:00
ASP.NET CI a00eb4fa82
Update branding to 2.2.0-preview3 2018-09-05 16:36:42 -07:00
ASP.NET CI ed65af8e87
Update branding to 2.2.0-preview3 2018-09-05 16:36:37 -07:00