Commit Graph

7429 Commits

Author SHA1 Message Date
Pranav K 4d9d196b4a Removing imports from src projects 2016-04-08 06:48:35 -07:00
Pranav K 40c0846696 Merge branch 'release' into dev 2016-04-08 06:46:41 -07:00
Pranav K aeb3939ac8 Removing imports from src projects 2016-04-08 06:46:41 -07:00
Stephen Halter 6cfda1e6ce Add libuv-package repo 2016-04-07 17:29:46 -07:00
moozzyk b30cf982d1 Merge branch 'release' into dev 2016-04-07 15:17:55 -07:00
moozzyk e5d651fc30 Updating publish-iis to be a portable app 2016-04-07 15:16:37 -07:00
Chris R a6b08c75e0 Merge branch 'release' into dev 2016-04-07 11:54:06 -07:00
Chris R ee7bb86407 #121 Rename UseIIS() to UseIISIntegration() 2016-04-07 11:26:31 -07:00
Pranav K 4316282a3f Merge branch 'release' into dev 2016-04-06 19:18:23 -07:00
Pranav K 40091fcb22 Fixing build break 2016-04-06 19:18:10 -07:00
Pranav K 1c9df70948 Merge branch 'release' into dev 2016-04-06 19:07:33 -07:00
Pranav K 8f5a75b26b Fix versions 2016-04-06 18:18:57 -07:00
Ryan Nowak 1366621f97 Merge branch 'release' into dev 2016-04-06 16:43:20 -07:00
Ryan Nowak 89c9c3260b Make HtmlFormattableString public
We've had this class for a while backing the implementation of the
AppendFormat extension method. Making this public so we can use it in MVC
in localization.

Some updates to the API surface and name to be aligned with
System.FormattableString
2016-04-06 16:42:29 -07:00
Victor Hurdugaci 6d4b267d41 Merge branch 'release' into dev 2016-04-06 15:12:03 -07:00
Victor Hurdugaci aa2b726363 Remove unused dependencies 2016-04-06 15:09:59 -07:00
Stephen Halter 1e36bfac8d Merge branch 'release' into dev 2016-04-06 14:49:04 -07:00
Stephen Halter 056b4ac41d Never call Thread.Abort
- This API isn't available on .NET Core so we should rely entirely on
  our other methods of terminating the libuv threads.
2016-04-06 14:48:01 -07:00
Ajay Bhargav Baaskaran c971250f2e Merge branch 'release' into dev 2016-04-06 14:42:07 -07:00
John Luo bc94654a75 Merge branch 'release' into dev 2016-04-06 14:04:21 -07:00
John Luo 7a923d1d6f Published web.config to application root instead of web root #115 2016-04-06 14:01:23 -07:00
Ajay Bhargav Baaskaran 5654310a68 [Fixes #130] Added few DataProtectionProvider.Create overloads 2016-04-06 13:10:55 -07:00
Victor Hurdugaci 23774ed1d4 Merge branch 'release' into dev 2016-04-06 10:24:08 -07:00
Victor Hurdugaci 6667fd0748 save the .build folder during build 2016-04-06 10:16:23 -07:00
Victor Hurdugaci 09434e5625 Remove unused dependencies 2016-04-06 10:12:20 -07:00
Pranav K 39abfd6838 Merge branch 'release' into dev 2016-04-06 09:47:48 -07:00
Pranav K 52c84c9940 Updating to release. 2016-04-06 09:47:46 -07:00
Pranav K 035fff8120 Merge branch 'release' into dev 2016-04-06 09:47:09 -07:00
Pranav K 40f45c2b04 Updating to release. 2016-04-06 09:47:07 -07:00
Pranav K 85fc4f59ef Merge branch 'release' into dev 2016-04-06 09:47:04 -07:00
Pranav K 151f87e927 Updating to release. 2016-04-06 09:47:00 -07:00
Pranav K c3fca6cb2b Merge branch 'release' into dev 2016-04-06 09:46:17 -07:00
Pranav K 8a592d1bee Updating to release. 2016-04-06 09:46:14 -07:00
Pranav K 64e6d3b236 Merge branch 'release' into dev 2016-04-06 09:46:08 -07:00
Pranav K ffaf2c8b23 Updating to release. 2016-04-06 09:46:06 -07:00
Pranav K 81aaddaafd Merge branch 'release' into dev 2016-04-06 09:46:01 -07:00
Pranav K 62d452abeb Updating to release. 2016-04-06 09:45:59 -07:00
Pranav K e134c72966 Merge branch 'release' into dev 2016-04-06 09:45:29 -07:00
Pranav K 1de783c26b Updating to release. 2016-04-06 09:45:27 -07:00
Pranav K 66d3719f24 Merge branch 'release' into dev 2016-04-06 09:45:16 -07:00
Pranav K 616745a4b4 Updating to release. 2016-04-06 09:45:14 -07:00
Stephen Halter 50f187aa3e Ensure entire request body is consumed before handling fin
This completes the fix for #704
2016-04-05 11:16:09 -07:00
David Fowler 21de2aee13 Remove unused dependency on TraceSource
- TraceSource is RID specific (see https://github.com/dotnet/corefx/issues/7480) and it
causes 2 dlls to end up in the output of every ASP.NET application. We don't even
use it anymore.
2016-04-04 20:04:17 -07:00
John Luo cc69cacaea Reacting to Configuration API update 2016-04-04 12:18:35 -07:00
Pranav K cf1a548898 Make ci-build paths absolute 2016-04-02 22:42:01 -07:00
Pranav K 0f98a42894 ci-build cleanup
* Separate clone and build steps
* Create publish directory to prevent dotnet restore from failing
2016-04-02 22:27:10 -07:00
Pranav K d1c52323f2 Revert "Revert "Reacting to CLI breaking change""
This reverts commit e74665e550.
2016-04-02 05:50:03 -07:00
ryanbrandenburg e74665e550 Revert "Reacting to CLI breaking change"
This reverts commit 4788506b57.
2016-04-01 16:05:28 -07:00
BrennanConroy f5944178e2 React to logging changes 2016-04-01 11:58:24 -07:00
BrennanConroy 109c56713a React to logging changes 2016-04-01 11:53:47 -07:00