Stephen Halter
ce61282320
Merge branch 'benaadams/copyfrom-perf' into dev
2016-01-12 14:24:35 -08:00
Chris R
30b71fb8c5
React to hosting API changes.
2016-01-12 14:22:45 -08:00
Chris R
77ca6be6cb
React to hosting platform handler API changes.
2016-01-12 14:17:31 -08:00
moozzyk
b2a3f871c0
Microsoft.AspNet.Tools.PublishIIS -> dotnet-publish-iis
...
Renaming Microsoft.AspNet.Tools.PublishIIS to dotnet-publish-iis as this is the convention dotnet tools must follow
2016-01-12 14:15:21 -08:00
Ben Adams
caaf9d473b
Faster CopyFrom
2016-01-12 21:43:37 +00:00
Chris R
0589b883b8
#14 , 52 Add IWebApplicationBuilder.UseIISPlatformHandlerUrl, include path base
2016-01-12 13:33:21 -08:00
Stephen Halter
7ef70bc145
Merge branch 'anderman/FindFirstByteFast' into dev
2016-01-12 12:51:50 -08:00
Stephen Halter
d9f6ac70a0
Merge branch 'benaadams/using-reorder' into dev
2016-01-12 12:15:54 -08:00
Stephen Halter
f32f1c4440
Merge branch 'henkollema/projectjson' into dev
2016-01-12 12:14:35 -08:00
Steve Gordon
d0046cafe9
Fixing minor error with comment
2016-01-12 12:11:17 -08:00
ryanbrandenburg
a182eca6d4
* Use suggested Antiforgery AJAX patern.
2016-01-12 11:56:59 -08:00
ryanbrandenburg
cad7d44686
* Add a sample for SubAreas
2016-01-12 11:48:09 -08:00
Chris R
317c9d0e80
Remove HttpPlatformHandler port detection.
2016-01-12 11:43:01 -08:00
Troy Dai
eb617eb9a9
Publish to inetpub
2016-01-12 11:37:40 -08:00
Pranav K
1da673e0e2
Updating NuGetPackageVerifier.json
2016-01-12 11:03:59 -08:00
John Luo
1b05fb442e
Add extension to configure capture startup errors setting which defaults to true #552
2016-01-12 10:59:09 -08:00
Nate McMaster
ec58bb7529
Add test args to dotnet-test-xunit
2016-01-12 10:48:28 -08:00
N. Taylor Mullen
947d070678
Skip TagHelperSample index test due to mono encoding bug.
...
Due to aspnet/External#50 .
2016-01-12 10:13:47 -08:00
Troy Dai
ccde330978
Update IISDeployer and its base class
2016-01-11 23:19:08 -08:00
Pranav K
b4d631e2f6
Removing ITypeInfo and related types
2016-01-11 17:45:18 -08:00
N. Taylor Mullen
dbb69ef952
Add `TagHelperSample.Web` functional tests.
...
- Validated that each of `TagHelperSample.Web`s sites work properly.
- Found that the `ConditionalCommentTagHelper` page wasn't working as intended due to never being updated after `TagHelperContent` encoding changes.
- Added content verification for the `TagHelper/ConditionalComment` endpoint only since it's static HTML.
#3530
2016-01-11 17:12:47 -08:00
Stephen Halter
ab5ef547e1
Make chunked writes atomic
2016-01-11 16:53:46 -08:00
John Luo
48451bdabc
Making application available from TestServer #519
2016-01-11 16:39:48 -08:00
Pranav K
c05551e167
Removing Microsoft.AspNet.Razor.Runtime.Precompilation
2016-01-11 16:33:22 -08:00
Victor Hurdugaci
5693932003
Build with dotnet
2016-01-11 15:24:42 -08:00
Victor Hurdugaci
09fe466c56
Build with dotnet
2016-01-11 14:50:14 -08:00
Victor Hurdugaci
6e67f78ed0
Build with dotnet
2016-01-11 14:27:53 -08:00
T. Thiery
e1eb560c82
Added Unit Tests for form field based HTTP Method Override
2016-01-11 22:26:59 +01:00
Ryan Nowak
ddce8a4dbc
Fix incorrect usage of flush on encoder
2016-01-11 13:08:58 -08:00
Stephen Halter
daa2b7e383
Remove _tasksCompleted from SocketOutput
...
- _tasksCompleted no longer helps avoid locking longer
2016-01-11 12:40:01 -08:00
Stephen Halter
df695accb0
Use TryEnter to acquire SocketOutput._contextLock on the libuv event loop
2016-01-11 12:39:59 -08:00
Stephen Halter
e90b61e6c5
Move call to CopyFrom in SocketOutput.WriteAsync inside lock to make writes atomic
2016-01-11 12:39:57 -08:00
Victor Hurdugaci
6ff83dddfe
Build with dotnet
2016-01-11 12:14:19 -08:00
Ben Adams
8ac119df76
using reorder (nit)
2016-01-11 19:02:51 +00:00
Pranav K
b118aa95c5
Remove use of `String.Split` in Environment taghelper
...
Fixes #3617
2016-01-11 09:41:21 -08:00
Thom Kiesewetter
1b09a76ebb
Find First Byte Fast
2016-01-11 08:31:52 +01:00
clrjunkie
63e39a257e
One-time-use allocated blocks keep reference to source pool / Assert that a block is returned to it's source pool / Managed block are only returned to active Slabs
2016-01-09 19:41:35 +02:00
clrjunkie
8260e5d93f
Remove null-conditional operators and asserts (Blocks must return to pools)
2016-01-09 19:36:26 +02:00
John Luo
6d91b8d9fd
Reacting to new middleware options pattern
2016-01-08 19:47:02 -08:00
John Luo
fa8c5cbb3a
Updating QueryString doc comment
2016-01-08 19:28:34 -08:00
John Luo
c8a59d7f3e
Reacting to new middleware options pattern
2016-01-08 18:07:36 -08:00
John Luo
38d50bab1f
Fixing xml documentation
2016-01-08 17:45:28 -08:00
John Luo
eed89cd37c
Accidentally removed required namespace
2016-01-08 17:28:31 -08:00
John Luo
e076040b67
Updating to new options pattern
2016-01-08 17:12:48 -08:00
Ryan Nowak
2eb6cd655b
Write our ViewBuffer values asynchronously
2016-01-08 17:12:27 -08:00
John Luo
11025b894e
Updating to new options pattern
2016-01-08 17:06:11 -08:00
John Luo
c59528e4f9
Updating to new options pattern
2016-01-08 17:03:17 -08:00
John Luo
5e9bbc5650
Updating to new options pattern
2016-01-08 16:56:33 -08:00
John Luo
417ca6cbe3
Updating to new options pattern
2016-01-08 16:53:31 -08:00
moozzyk
deca0f3bef
fixing build
2016-01-08 16:35:37 -08:00