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
ASP.NET Push Bot
7297b1180b
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@6bc0fc108c
2015-10-26 15:04:01 -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
ASP.NET Push Bot
bf8d6caff7
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@e01de426d8
2015-10-26 13:26:45 -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
Chris R
8e1a0768db
Remove IHttpContextFactory, it was moved to HttpAbstractions.
2015-10-25 09:12:33 -07:00
Stephen Halter
094b8efbf8
Properly handle headers with empty values
2015-10-25 01:40:22 -07:00
David Fowler
327589d41e
Fixed ifdefs
2015-10-24 01:07:01 -07:00
David Fowler
0c064dfb6c
Generations and vanilla .NET Framework support
2015-10-23 23:21:08 -07:00
John Luo
018f3d1815
Renaming HttpContextFactory Create method
2015-10-23 21:58:22 -07:00
John Luo
f931cb7c6d
Moving httpcontextfactory to AspNet.Http.Abstractions
2015-10-23 21:49:52 -07:00
Ryan Nowak
1b232a27cb
React to breaking changes in StringValues
2015-10-23 17:00:28 -07:00
Troy Dai
52f4fa91e3
Unescape string in memory
...
1. In place unescape;
1. UTF-8 verification;
2. MemoryPoolIterator2.Put
3. Tests
2015-10-23 15:26:59 -07:00
Ryan Nowak
f88631efb3
React to breaking changes in StringValues
2015-10-23 15:05:09 -07:00
Louis DeJardin
f37375f43c
Reduce logging overhead in hosting
...
* TraceIdentifier is done at the last moment, or not at all
* Request starting and finished messages are added
* This pair provide many of the top-level values that you would have
found in server log files.
2015-10-23 14:22:58 -07:00
Pranav K
a20b3e6e37
React to Testing changes
2015-10-23 14:12:21 -07:00
Chris R
56256a013b
#430 Move Program.Main into WebApplication.Run.
2015-10-23 09:43:59 -07:00
Pavel Krymets
eb302bf359
Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions
2015-10-23 08:34:00 -07:00
David Fowler
460b9bcac1
Exclude facade from .NET 4.5.1 target
2015-10-23 05:04:51 -07:00
David Fowler
d56e2fe59b
Removed whitespace
2015-10-23 03:11:50 -07:00
David Fowler
fa72b35883
More granualr null checks for platform services
2015-10-23 02:59:50 -07:00
David Fowler
812609843f
Removed unused using
2015-10-23 02:10:08 -07:00
David Fowler
151b0f3a16
Fixed remaining namespace changes
2015-10-23 01:50:35 -07:00