Victor Hurdugaci
3e1b55701a
Install xunit.core
2016-01-15 12:05:55 -08:00
Pranav K
9bc8cc1def
Updating CLI _k-standard-goals to remove use of dnu pack
...
Fixes #355
2016-01-15 10:46:30 -08:00
moozzyk
4d4dfedd59
dotnet-publish-iis refactoring
...
- moving command logic to a dedicated class
- adding logic for reading webroot value from a parameter, hosting.json file and folder structure
- reading application name from project.json instead of a parameter
2016-01-15 10:36:38 -08:00
Nate McMaster
dd81654b33
Fix path to korebuild folder in bash script
2016-01-15 09:56:50 -08:00
Nate McMaster
0c0b724009
Run specific targets in bash
2016-01-14 16:47:35 -08:00
Nate McMaster
cec2051151
Updating build script
2016-01-14 16:41:14 -08:00
Stephen Halter
129a5ad474
Bypass LibuvStream if no ConnectionFilter wraps it
2016-01-14 15:28:54 -08:00
Hao Kung
5c623b6e80
React to identity changes
2016-01-14 13:12:41 -08:00
Ajay Bhargav Baaskaran
99474a2709
Removed use of dnu commands
2016-01-14 11:57:29 -08:00
Stephen Halter
e5ad019575
Revert "Merge branch 'benaadams/copyfrom-perf' into dev"
...
This reverts commit ce61282320 , reversing
changes made to 7ef70bc145 .
2016-01-14 11:47:23 -08:00
Chris R
3458f80ec4
Rename windows auth forwarder header to MS-PLATFORM-HANDLER-WINAUTHTOKEN.
2016-01-14 10:29:39 -08:00
Pranav K
1dba1cc661
Bumping Json.Net version to 8.0.1
2016-01-13 18:25:44 -08:00
Chris R
cc1cb1d480
#27 Forward client certificates.
2016-01-13 15:07:14 -08:00
Cesar Blum Silveira
d70e1eca73
Honor KOREBUILD_TEST_SKIPMONO ( #353 ).
2016-01-13 12:43:34 -08:00
Cesar Blum Silveira
8b6df5f704
Set DOTNET_HOME to correct path ( #350 ).
2016-01-13 12:00:45 -08:00
Pranav K
7463dee1d5
Removing precompilation module
2016-01-12 15:24:29 -08:00
Chris R
1b9215002c
React to hosting API changes.
2016-01-12 14:36:24 -08:00
Stephen Halter
ce61282320
Merge branch 'benaadams/copyfrom-perf' into dev
2016-01-12 14:24:35 -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
ryanbrandenburg
a182eca6d4
* Use suggested Antiforgery AJAX patern.
2016-01-12 11:56:59 -08:00
Nate McMaster
ec58bb7529
Add test args to dotnet-test-xunit
2016-01-12 10:48:28 -08:00
Stephen Halter
ab5ef547e1
Make chunked writes atomic
2016-01-11 16:53:46 -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
Ben Adams
8ac119df76
using reorder (nit)
2016-01-11 19:02:51 +00: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
eed89cd37c
Accidentally removed required namespace
2016-01-08 17:28:31 -08:00
John Luo
11025b894e
Updating to new options pattern
2016-01-08 17:06:11 -08:00
moozzyk
deca0f3bef
fixing build
2016-01-08 16:35:37 -08:00
Stephen Halter
849ff2016c
Use object.ReferenceEquals when comparing Actions in SocketInput
2016-01-08 15:40:07 -08:00
John Luo
d8b6b27a5d
Adding publish iis as a project and minor cleanup
2016-01-08 14:55:38 -08:00
Cesar Blum Silveira
2ce28d8f13
Verify OnComplete is called when OnStarting isn't ( #470 ).
2016-01-08 11:50:59 -08:00
Stephen Halter
b63dd40efb
Protect SocketInput against concurrent consumption
2016-01-08 11:14:15 -08:00
Stephen Halter
f3a39d98da
Merge branch 'benaadams/socket-input' into dev
2016-01-08 11:12:43 -08:00
moozzyk
ae61490092
publish-iis command
2016-01-08 10:29:40 -08:00
John Luo
cd813844a0
Updating to new options pattern
2016-01-07 16:37:39 -08:00
John Luo
07785c9ae0
Reacting to new hosting API
2016-01-07 13:55:41 -08:00
John Luo
b826491234
Reacting to new hosting API
2016-01-07 11:54:27 -08:00
Victor Hurdugaci
d113f7edc9
Build with dotnet
2016-01-07 09:49:14 -08:00
Victor Hurdugaci
dba3e55c0a
Update the templates
2016-01-06 16:02:05 -08:00
Henk Mollema
b4b5f07a08
Detect mono using PlatformAbstractions
2016-01-07 00:48:36 +01:00