Commit Graph

11224 Commits

Author SHA1 Message Date
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 bb7f2c3636 Merge branch 'release' into dev 2015-10-28 12:50:14 -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 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
Brennan b1c2447073 Update dnvm 2015-10-26 14:12:16 -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
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
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
Pavel Krymets eb302bf359 Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-23 08:34:00 -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
Pavel Krymets eb2c3a1ce8 Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-22 18:22:05 -07:00
Pavel Krymets bc80dab39d Compiles and passes tests 2015-10-22 18:15:32 -07:00
Pranav K 2963488cd9 Removign Roslyn and CoreCLR feeds 2015-10-22 16:03:44 -07:00
Pranav K dea782163d Updating packages to use generations 2015-10-22 15:18:49 -07:00
Pranav K c3a24cbe72 Switching to generations TFMs 2015-10-22 01:04:17 -07:00
Troy Dai a1e4e022b9 Clean up 2015-10-21 22:08:03 -07:00
Pranav K 127fc13885 Switching to using generations TFM 2015-10-21 21:24:19 -07:00
Pranav K 1a40e7254d Switching to using generations TFM 2015-10-21 18:31:51 -07:00
Stephen Halter 8d107b22ae Socket.Disconnect throws a PlatformNotSupportedException on coreclr/linux
#266
2015-10-21 12:57:27 -07:00
Pavel Krymets 59cf82f9f1 React to hosting changes 2015-10-21 12:33:13 -07:00
Pavel Krymets a098b8ce2b Reach to Hosting changes 2015-10-21 10:49:31 -07:00
Pavel Krymets e3ceeb43ba Fix build 2015-10-21 10:36:02 -07:00
Pavel Krymets f8fd2f9ac9 React to hosting changes 2015-10-21 10:23:53 -07:00
Rowan Miller d27d18fe5a 💚 Fix more calls to UseDatabaseErrorPage
Some more calls that I missed in my previous commit. The overload being used in the templates has swapped to a builder pattern (see aspnet/Diagnostics#184). But rather than updating to the new signature, just swapping to the parameterless overload since it enables everything by default (same as UseDeveloperExceptionPage()).
2015-10-21 10:22:43 -07:00
Rowan Miller 42a5a28210 💚 React to API change in UseDatabaseErrorPage
The overload being used in the Startup.cs has swapped to a builder pattern (see https://github.com/aspnet/Diagnostics/issues/184). But rather than updating to the new signature, just swapping to the parameterless overload since it enables everything by default (same as UseDeveloperExceptionPage()).
2015-10-21 10:00:03 -07:00
Doug Bunting 207e97db7a Fix DNX Core testing on Windows
- avoid `cmd /C dnvm.cmd ...` because `cmd` does not report `.cmd` script exit code correctly
  - change both `_dnu.shade` and `_k.shade` though `_k.shade` is more-often an issue
- @moozzyk reported problem in [discussion](https://github.com/aspnet/Universe/pull/299#discussion-diff-41954492) of PR #299
2015-10-19 15:41:13 -07:00
Stephen Halter 8f0d1179ab Allow Nagle’s algorithm to be disabled via IKestrelServerInformation.NoDelay 2015-10-19 12:44:21 -07:00
Pranav K 0ea0a44e15 Refactoring script to create master branch 2015-10-19 10:45:56 -07:00