Chris R
21373740c7
React to WebEncoders change.
2015-10-30 10:39:39 -07:00
Chris R
7b9e3adcf3
Remove deleted WebEncoders.Core package from NuGetPackageVerifier
2015-10-30 10:23:47 -07:00
Chris R
be4fb46281
#391 Migrate to System.Text.Encoding.Web
2015-10-30 10:13:02 -07:00
N. Taylor Mullen
978e2bb474
React to aspnet/Razor#196 .
...
- `TagHelper`s now auto-fill enums. Updated files to reflect new auto-filling enum changes.
2015-10-29 16:24:56 -07:00
Pranav K
f177f0c760
Add ForbidAsync overload for automatic authentication scheme.
2015-10-29 14:55:39 -07:00
Stephen Halter
4ad38625c7
Get the current runtime path via PlatformServices.Default
...
- This fixes an issue whith ApplicationDeployer on Mono.
Instead of giving the dnx path, Process.GetCurrentProcess().MainModule.FileName
would give the path to the Mono executable.
2015-10-29 14:50:51 -07:00
Stephen Halter
777f523135
Update System.Net.Sockets dependency in test project to 4.1.0
...
- This only affects the test project
- The Socket.*Async extension methods are available for net46 but not net451
so we ifdef.
2015-10-29 14:31:44 -07:00
Stephen Halter
fe654598f6
Merge branch 'release' into dev
2015-10-29 14:30:02 -07:00
Stephen Halter
85202b0174
Merge branch 'benaadams/read-to-null-buffer' into release
2015-10-29 12:24:40 -07:00
Stephen Halter
1722150ee9
Do nothing in KestrelThread.Stop if libuv fails to load
...
This prevents DllNotFoundExceptions from being masked by NullReferenceExceptions
2015-10-29 12:21:25 -07:00
Victor Hurdugaci
0b14bc135b
Show type load exception on the startup error page
2015-10-29 11:43:31 -07:00
Troy Dai
e9a6061023
Make Frame implements IHttpConnectionFeature
...
Provide RemoteIPAddress as well as RemotePort
2015-10-29 10:08:35 -07:00
Chris R
54451cb6fa
Merge branch 'release' into dev
2015-10-29 08:24:24 -07:00
Chris R
995f0ca92f
#452 Rename Microsoft.AspNet.Hosting.json to hosting.json.
2015-10-29 08:21:30 -07:00
Kiran Challa
f3384d97cb
Merge branch 'release' into dev
2015-10-28 15:55:12 -07:00
Kiran Challa
2bb2f95532
Log messages from HostingEngine are sometimes null #454
2015-10-28 15:51:36 -07:00
Ben Adams
bdadc8a3da
Move comment into loop, remove noop
2015-10-28 22:44:35 +00:00
Pranav K
d8697fe985
Merge branch 'release' into dev
2015-10-28 12:52:31 -07:00
Pranav K
a335257339
Merge branch 'release' into dev
2015-10-28 12:52:22 -07:00
Pranav K
f2f2b98605
Merge branch 'release' into dev
2015-10-28 12:51:26 -07:00
Pranav K
6eff1fc90f
Merge branch 'release' into dev
2015-10-28 12:50:50 -07:00
Pranav K
cb623e55f1
Merge branch 'release' into dev
2015-10-28 12:50:45 -07:00
Pranav K
b6986791e6
Merge branch 'release' into dev
2015-10-28 12:50:28 -07:00
Pranav K
bb7f2c3636
Merge branch 'release' into dev
2015-10-28 12:50:14 -07:00
Pranav K
e4bf2f3f13
Merge branch 'release' into dev
2015-10-28 12:49:54 -07:00
Pranav K
92a052a55e
Merge branch 'release' into dev
2015-10-28 12:49:46 -07:00
Pranav K
05ef1d944a
Updating to release NuGet.config.
2015-10-28 12:43:12 -07:00
Pranav K
42f3a89db5
Updating to release NuGet.config.
2015-10-28 12:43:11 -07:00
Pranav K
d0a2a8687e
Updating to release NuGet.config.
2015-10-28 12:43:09 -07:00
Pranav K
bffcc3dbce
Updating to release NuGet.config.
2015-10-28 12:43:07 -07:00
Pranav K
0e3e42826c
Updating to release NuGet.config.
2015-10-28 12:43:07 -07:00
Pranav K
de35fba9c9
Updating to release NuGet.config.
2015-10-28 12:43:06 -07:00
Pranav K
7ad859b5c0
Updating to release NuGet.config.
2015-10-28 12:43:05 -07:00
Pranav K
76346e48a6
Updating to release NuGet.config.
2015-10-28 12:43:05 -07:00
Pranav K
1c570ba02b
Updating to release NuGet.config.
2015-10-28 12:43:04 -07:00
Pranav K
94be30ca0e
Merge remote-tracking branch 'origin/release' into dev
2015-10-28 12:32:03 -07:00
Ben Adams
4bba074d77
Read to null buffer
...
Read to null buffer rather than Stream.Null as the CopyToAsync will
create a `new byte[]` on each call
bc14660885/src/mscorlib/src/System/IO/Stream.cs (L218)
of size 81920 bytes!
bc14660885/src/mscorlib/src/System/IO/Stream.cs (L48)
2015-10-28 08:53:11 +00:00
Pranav K
2c240192cf
Updating to release dnvm and NuGet.config
2015-10-27 23:02:33 -07:00
Chris R
5c33037337
Lower integration test timeouts.
2015-10-27 10:55:37 -07:00
Pavel Krymets
e7dc875d75
Add emitEntryPoint to dnx-watch
2015-10-27 09:20:40 -07:00
moozzyk
c1b21b89d5
Removing dependency on Microsoft.Extensions.PlatformAbstractions
2015-10-27 01:40:28 -07:00
moozzyk
d4853f9b7c
Switching to using the built-in loading of native libs
2015-10-27 01:13:21 -07:00
BrennanConroy
0541ba6d12
Update dnvm.cmd
2015-10-26 14:52:41 -07:00
Victor Hurdugaci
9be0758c4d
Event ids and more logging
2015-10-26 14:42:37 -07:00
Brennan
b1c2447073
Update dnvm
2015-10-26 14:12:16 -07:00
Chris R
2f4c34476b
#411 Use "webroot" instead of "hosting:webroot"
2015-10-26 13:43:00 -07:00
Pavel Krymets
54af2c339f
Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions
2015-10-26 13:22:55 -07:00
Stephen Halter
fb01ea3918
Consume the full request body when the app does not
2015-10-26 11:13:07 -07:00
Chris R
52796a09a2
#434 Make sure IApplicationLifetime gets added even if startup throws.
2015-10-26 08:59:47 -07:00
Chris R
0107ba005b
One more line.
2015-10-25 09:12:55 -07:00