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
Cesar Blum Silveira
f29dd60999
Fix connection termination issues when using connection filters ( #737 , #747 ).
...
- If we're done before the client sends a FIN, force a FIN into the raw
SocketInput so the task in FileteredStreamAdapter finishes gracefully
and we dispose everything in proper order.
- If there's an error while writing to a stream (like ObjectDisposedException),
log it once and prevent further write attempts. This means the client closed
the connection while we were still writing output.
- This also fixes a bug related to the point above, where memory blocks were
being leaked instead of returned to the pool (because we weren't catching
the exception from Write()).
2016-04-19 22:04:33 -07:00
Pranav K
5120c5075d
Merge branch 'release' into dev
2016-04-19 14:54:15 -07:00
Pranav K
4154b4c260
Use latest build of dotnet-test-xunit
2016-04-19 14:54:14 -07:00
Pranav K
fc9e2165e5
Merge branch 'release' into dev
2016-04-19 14:54:04 -07:00
Pranav K
088d8b291a
Use latest build of dotnet-test-xunit
2016-04-19 14:54:04 -07:00
Pranav K
593b367b3d
Merge branch 'release' into dev
2016-04-19 14:54:04 -07:00
Pranav K
77cf9711ac
Merge branch 'release' into dev
2016-04-19 14:54:04 -07:00
Pranav K
33ad355114
Use latest build of dotnet-test-xunit
2016-04-19 14:54:04 -07:00
Pranav K
f12932405d
Use latest build of dotnet-test-xunit
2016-04-19 14:54:03 -07:00
Pranav K
655c7c3a12
Merge branch 'release' into dev
2016-04-19 14:54:02 -07:00
Pranav K
cfc071071b
Use latest build of dotnet-test-xunit
2016-04-19 14:54:02 -07:00
Pranav K
540596a261
Merge branch 'release' into dev
2016-04-19 14:53:55 -07:00
Pranav K
fa2ec5fdcd
Use latest build of dotnet-test-xunit
2016-04-19 14:53:55 -07:00
Pranav K
bc4900d46b
Merge branch 'release' into dev
2016-04-19 14:53:54 -07:00
Pranav K
36d84468fa
Use latest build of dotnet-test-xunit
2016-04-19 14:53:54 -07:00
moozzyk
cfe399f810
Merge branch 'release' into dev
2016-04-19 13:35:04 -07:00
moozzyk
265c90cbd1
Moving dotnet-watch to netcoreapp1.0
2016-04-19 11:54:44 -07:00
moozzyk
c248e539f3
Renaming namespaces and fixing tests
2016-04-19 11:26:40 -07:00
moozzyk
afe01eedbf
Renaming dotnet-watch folders to Microsoft.DotNet.Watcher.Tools
2016-04-19 10:38:59 -07:00
Victor Hurdugaci
c9710b54c9
Merge branch 'release' into dev
2016-04-18 17:39:43 -07:00
Victor Hurdugaci
684ee87f20
Fix the prefix comparison
2016-04-18 17:38:41 -07:00
Pavel Krymets
b5d7ebd22d
Merge branch 'release' into dev
2016-04-18 17:09:15 -07:00
Pavel Krymets
4ee4c29b06
Bring Microsoft.NETCore.Platforms dependency back
2016-04-18 17:09:11 -07:00
Pavel Krymets
1218fa65f8
Merge branch 'release' into dev
2016-04-18 17:01:23 -07:00
Pavel Krymets
5273e0e768
Bring Microsoft.NETCore.Platforms dependency back
2016-04-18 17:01:20 -07:00
Mike Harder
8b83f1ee6b
Merge branch 'release' into dev
2016-04-18 16:59:08 -07:00
Mike Harder
0453e4af70
Add KestrelServerOptionsSetup before KestrelServerOptions ( #755 ) ( #757 )
...
- Required to ensure that options.ApplicationServices is available after during UseKestrel(options)
2016-04-18 16:57:59 -07:00
Pavel Krymets
63715c4ad5
Merge branch 'release' into dev
2016-04-18 16:48:02 -07:00
Pavel Krymets
a20299eeeb
Bring Microsoft.NETCore.Platforms dependency back
2016-04-18 16:47:48 -07:00
Pavel Krymets
bc066851ee
Merge branch 'release' into dev
2016-04-18 16:36:58 -07:00
Pavel Krymets
f94faf4276
Bring Microsoft.NETCore.Platforms dependency back
2016-04-18 16:36:54 -07:00