Commit Graph

11231 Commits

Author SHA1 Message Date
Nate McMaster 176a89dfe7 React to EF rename 2015-10-05 13:50:45 -07:00
Ryan Nowak f545f99dab Add attributes to fix the build 2015-10-05 11:22:30 -07:00
Kiran Challa ee04ad6cd7 Updated build.cmd to install more versions of dnx runtime 2015-10-05 10:47:46 -07:00
Stephen Halter 8fc8307ad2 Embed private key with the test X.509 certificate
- Use the PKCS #12 certificate format to enable this
2015-10-05 03:17:34 -07:00
Stephen Halter 0844369f5f Add unit tests for ConectionFilters and HTTPS
- Run all the EngineTests with and without a ConnectionFilter
2015-10-05 03:16:36 -07:00
Stephen Halter 2f3a00625a Initial work to support HTTPS using SslStream
- Add extension method "UseKestrelHttps" to IApplicationBuilder
2015-10-05 03:15:18 -07:00
Pranav K 576023cc0f Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:59 -07:00
Pranav K ac6e441f15 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:58 -07:00
Pranav K aea8716df6 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:48 -07:00
Pranav K fcd5b55611 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:45 -07:00
Pranav K 49451fb11e Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:45 -07:00
Pranav K ad9d75a599 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:36 -07:00
Eilon Lipton 26aca2b99c Remove unneeded namespaces, use new startup APIs 2015-10-01 18:34:21 -07:00
Doug Bunting f3fb2374ac Cleanup dependencies and restore runtime installations
- remove and sort `using`s
- remove a couple of `project.json` dependencies reached transitively
  - both pretty clean before I started this

Also install runtimes needed for testing
- accidentally lost in 19f8830
2015-10-01 16:42:49 -07:00
Doug Bunting aa2beb83c2 Revert "Execute correct commands when building with Core CLR on Linux"
- bad merge; this commit should not have been included

This reverts commit 18d637dfc7.
2015-10-01 14:29:26 -07:00
Doug Bunting 580fe5b651 Merge branch 'dougbu/update.dnvm' into dev 2015-10-01 14:25:41 -07:00
Doug Bunting 18d637dfc7 Execute correct commands when building with Core CLR on Linux 2015-10-01 14:12:31 -07:00
Doug Bunting 352e41ff20 Update to latest `dnvm`
- `beta8-15518` to `rc1-15523`
- main changes include
  - remove `-a` alias for `-alias`; `build.cmd` files updated (thanx @NTaylorMullen)
  - [Linux] deprecate `dnvm unalias`; add `dnvm alias -d`
  - add `dnvm uninstall`
2015-10-01 14:04:57 -07:00
Anthony van der Hoorn fd7c5754fa Fix bug where we search for scripts in wwwroot/lib 2015-10-01 13:43:13 -07:00
N. Taylor Mullen 83aa5b12f2 Update 'build.cmd' alias parameter to use full name. 2015-10-01 12:21:29 -07:00
N. Taylor Mullen 182b7d588c Update 'build.cmd' alias parameter to use full name. 2015-10-01 12:13:37 -07:00
N. Taylor Mullen 6647e95676 Update 'build.cmd' alias parameter to use full name. 2015-10-01 12:11:48 -07:00
N. Taylor Mullen 90a066f3f1 Update 'build.cmd' alias parameter to use full name. 2015-10-01 11:59:54 -07:00
N. Taylor Mullen 7f7ad3479a Update 'build.cmd' alias parameter to use full name. 2015-10-01 11:58:52 -07:00
N. Taylor Mullen 0a6571b9f9 Update 'build.cmd' alias parameter to use full name. 2015-10-01 11:58:14 -07:00
N. Taylor Mullen ef8e7a0a29 Update 'build.cmd' alias parameter to use full name. 2015-10-01 11:57:15 -07:00
Pranav K f0d83bcbb5 Merge remote-tracking branch 'origin/release' into dev 2015-09-30 11:30:55 -07:00
Pranav K ec8c0d87f1 Updating to AzureAD feed 2015-09-30 11:29:58 -07:00
moozzyk 2467eb891b Fixing feed link 2015-09-30 11:07:17 -07:00
Chris R 63f78ead6a Merge branch 'release' into dev 2015-09-30 10:15:41 -07:00
Chris R 22729d2145 Fix functional tests. 2015-09-30 09:54:27 -07:00
BrennanConroy d7c3cebac9 Fix merge from release to dev 2015-09-30 09:33:42 -07:00
Pranav K 47ec2b4e50 Fix default feed for dev branch 2015-09-29 14:38:56 -07:00
Pranav K 89f366d4bc Updating to dev NuGet.config 2015-09-29 13:10:25 -07:00
Pranav K a5715d4a03 Adding libuv-build to Coherence list 2015-09-29 13:08:51 -07:00
Pranav K df96275f69 Adding aspnet.xunit to universe list 2015-09-29 12:57:58 -07:00
Pranav K 66573cc464 Adding JsonPatch to universe list 2015-09-29 12:57:27 -07:00
Pranav K 9bdc3585ee Merge remote-tracking branch 'origin/release' into dev 2015-09-29 12:40:10 -07:00
Pranav K bed133858e Updating to release NuGet.config 2015-09-29 12:39:30 -07:00
Stephen Halter 34a422b865 Ifdef lines in LibuvCopier that use APIs not available on CoreCLR
- This means DNX_HOME or DNX_PACKAGES must be set to restore with CoreCLR
2015-09-29 11:11:58 -07:00
Stephen Halter f3b5bc2483 Don't set ThreadCount in sample project since it is temporarily broken
- We should be able to add this back once https://github.com/libuv/libuv/pull/540
  gets merged.
2015-09-29 11:07:06 -07:00
Ajay Bhargav Baaskaran 5dc1a639d2 Merge branch 'nuget-package-verifier' into dev 2015-09-29 10:40:51 -07:00
Pranav K fed03ab17e Merge branch 'release' into dev 2015-09-28 23:20:15 -07:00
Pranav K 5071084d78 Updating to release NuGet.config. 2015-09-28 23:20:13 -07:00
Pranav K bdfedd93f5 Merge branch 'release' into dev 2015-09-28 23:20:06 -07:00
Pranav K a2685ee03b Updating to release NuGet.config. 2015-09-28 23:20:03 -07:00
Pranav K 521642cc2e Merge branch 'release' into dev 2015-09-28 23:16:10 -07:00
Pranav K 8930b6474c Updating to release NuGet.config. 2015-09-28 23:16:08 -07:00
Pranav K 7d5b43c599 Updating to dev NuGet.config 2015-09-28 23:15:07 -07:00
Pranav K d2dc0391d6 Merge remote-tracking branch 'origin/release' into dev 2015-09-28 23:14:22 -07:00