Pranav K
cb426cb325
Remove references to IRuntimeEnvironment
2016-04-29 14:30:41 -07:00
Kristian Hellang
8a9840216c
Use type's namespace instead of assembly FullName
2016-04-29 12:02:56 -07:00
moozzyk
75adbc18a2
Use IOCP on secondary listener threads on Windows
...
Addresses #679
2016-04-29 08:45:12 -07:00
Ryan Brandenburg
7ac6ea9caf
Merge branch 'release' into dev
2016-04-28 16:58:39 -07:00
Ryan Brandenburg
9a503a7ac8
Add OSX 10.11 runtime
2016-04-28 16:58:14 -07:00
Cesar Blum Silveira
ebca8db7dc
Merge branch 'justinvp/taskutilities' into dev
2016-04-28 11:28:42 -07:00
Victor Hurdugaci
97e9c490d9
Merge branch 'release' into dev
2016-04-28 10:40:54 -07:00
Justin Van Patten
68f14c06cb
Use Task.FromCanceled<TResult>() on NETSTANDARD1_3
...
Task.FromCanceled<int>(cancellationToken) can be used on
NETSTANDARD1_3 in TaskUtilities.GetCancelledZeroTask().
2016-04-27 22:26:31 -07:00
BrennanConroy
b457fb47d3
Merge branch 'release' into dev
2016-04-27 19:04:45 -07:00
BrennanConroy
3615cfd28e
Remove reference to UseDefaultHostingConfiguration
2016-04-27 19:04:33 -07:00
BrennanConroy
f570b0e739
Merge branch 'release' into dev
2016-04-27 18:58:00 -07:00
BrennanConroy
0a538c563b
Remove reference to UseDefaultHostConfiguration
2016-04-27 18:57:52 -07:00
Pranav K
98846a4cc7
Merge branch 'release' into dev
2016-04-27 17:34:21 -07:00
Pranav K
5135ee9d2d
Fixing CI build break
2016-04-27 17:34:01 -07:00
Pranav K
029df37ca7
Merge branch 'release' into dev
2016-04-27 12:09:20 -07:00
Pranav K
846b242327
Add more rids so build succeeds on OSX and Linux
2016-04-27 12:08:52 -07:00
John Luo
0d2c5135cb
Merge branch 'release' into dev
2016-04-27 11:56:53 -07:00
John Luo
e344edc2a3
React to default hosting configuration changes
2016-04-27 11:36:23 -07:00
Cesar Blum Silveira
5a8cba878d
Merge branch 'benaadams/async-write' into dev
2016-04-27 11:25:45 -07:00
Pranav K
521fd593f0
Merge branch 'release' into dev
2016-04-27 11:05:27 -07:00
Pranav K
c7893f9f5a
Make TestSites portable
2016-04-27 11:03:28 -07:00
Pranav K
686783f0f1
Merge branch 'release' into dev
2016-04-26 22:45:18 -07:00
Pranav K
19de082d26
Cleaning up project.json so restore works without --infer-runtimes
2016-04-26 22:41:54 -07:00
Victor Hurdugaci
2f8ef7ef0d
Update the readme file with the new name
2016-04-26 10:57:44 -07:00
Cesar Blum Silveira
b0d5cfcf47
Merge branch 'justinvp/streams' into dev
2016-04-26 10:47:08 -07:00
Pranav K
2762e492bc
Merge branch 'release' into dev
2016-04-26 09:27:29 -07:00
Pranav K
fcb476500c
Merge branch 'release' into dev
2016-04-26 09:14:58 -07:00
Justin Van Patten
8f7c0ff041
Minor Stream improvements
...
- Unsupported members should throw NotSupportedException instead of
NotImplementedException per MSDN docs for CanRead/CanSeek/CanWrite.
- Position should throw NotSupportedException when CanSeek is false.
- FrameRequestStream.Flush/FlushAsync should not throw
NotImplementedException.
- Use expression-bodied members for CanRead/CanSeek/CanWrite on
FrameRequestStream to match FrameResponseStream.
- Provide no-op override of LibuvStream.FlushAsync to match Flush.
2016-04-25 22:19:30 -07:00
Pranav K
5e81b89378
Replace IApplicationEnvironment with IHostingEnvironment
2016-04-25 16:54:35 -07:00
Pranav K
0ed14a0200
Remove use of IApplicationEnvironment
2016-04-25 14:38:45 -07:00
Ben Adams
216aa9343e
Remove redundent null coalesce
2016-04-25 11:49:48 +01:00
Ben Adams
4626833e51
StreamSocketOutput WriteAsync as async
2016-04-25 09:52:33 +01:00
John Luo
a08d314c5d
Merge branch 'release' into dev
2016-04-22 16:20:55 -07:00
John Luo
34b5097149
Convert to portable and add tests for standalone and portable
2016-04-22 16:18:17 -07:00
Cesar Blum Silveira
0a21b94609
Make ECONNRESET value platform-specific ( #649 ).
2016-04-22 16:06:08 -07:00
Victor Hurdugaci
c5a4f1900a
Merge branch 'release' into dev
2016-04-22 15:27:09 -07:00
Victor Hurdugaci
21951d62f3
Fix command line parsing around the -- separator
2016-04-22 14:44:52 -07:00
Chris R
f92789672b
Merge branch 'release' into dev
2016-04-22 13:24:51 -07:00
Chris R
fcdf8ddc2f
#141 Require the MSAspNetCoreToken or send a 400.
2016-04-22 13:23:23 -07:00
moozzyk
263241aed6
Merge branch 'release' into dev
2016-04-22 11:07:55 -07:00
moozzyk
4d24efc439
Removing %LAUNCHER_ARGS% from arguments for portable apps
...
Addresses #150
2016-04-22 11:07:08 -07:00
moozzyk
5b14b40aad
Merge branch 'release' into dev
2016-04-22 11:06:41 -07:00
Kiran Challa
f972983be6
Reacting to hosting changes
2016-04-21 17:26:51 -07:00
moozzyk
b034849756
Making the path to app relative for Azure
...
Removing startupLimitType - it is obsolete in AspNetCoreModule
Addresses #142
2016-04-21 16:32:31 -07:00
Cesar Blum Silveira
179b57b01f
Remove SocketInputStream ( #753 ).
2016-04-21 15:10:12 -07:00
Cesar Blum Silveira
23090e68dd
Merge branch 'release' into dev
2016-04-21 15:09:37 -07:00
Cesar Blum Silveira
00ee2145fc
Add xproj for Microsoft.AspNetCore.Server.Kestrel.TestCommon.
2016-04-21 14:51:37 -07:00
Cesar Blum Silveira
9f520dd7ff
Merge branch 'release' into dev
2016-04-20 17:35:09 -07:00
Cesar Blum Silveira
95722670c1
More robust port assignment for tests.
2016-04-20 17:25:50 -07:00
Cesar Blum Silveira
7ca0fbeb3d
Merge branch 'release' into dev
2016-04-19 22:22:48 -07:00