Commit Graph

129 Commits

Author SHA1 Message Date
Chris R 2bc5d9518b Merge branch 'release' into dev 2015-06-09 10:38:52 -07:00
Chris R 148723acc2 Update test Socket dependency 2015-06-09 10:38:27 -07:00
Chris R de72acc2ca Update test Socket dependency 2015-06-05 15:28:19 -07:00
Pranav K 8cb6658215 Merge branch 'release' into dev 2015-05-27 16:32:20 -07:00
Pranav K 3418116a9c Updating to release NuGet.config 2015-05-27 16:32:17 -07:00
Kirthi Krishnamraju 7e78374053 React to aspnet/Configuration #195,#198 2015-05-20 17:26:00 -07:00
Eilon Lipton 72e88864af Update Home master -> Home dev 2015-05-12 11:48:17 -07:00
Chris R bff13b2e9b React to Http namespace changes. 2015-05-07 13:43:34 -07:00
N. Taylor Mullen 063fb64c8b Update LICENSE.txt and license header on files. 2015-05-01 13:53:45 -07:00
Brennan cb4361b253 React to DNX package renames 2015-05-01 11:07:18 -07:00
Chris Ross 59e40904ad Remove redundant websocket sample code. 2015-04-24 09:50:36 -07:00
N. Taylor Mullen 01a13bfa1d Add serviceable attribute to projects.
aspnet/DNX#1600
2015-04-14 15:00:26 -07:00
Chris Ross a23b665e8d Update IServerInformation namespace. 2015-04-10 10:47:31 -07:00
Matt Ellis ea636140c7 Allow Kestrel to boot when on CoreCLR and *NIX
With cross platform .NET Core support coming online, we need to update
our IsWindows check to not assume running on .NET Core means running on
Windows.  Since CoreFX doesn't yet expose a method for doing this (they
are working on adding it back), we'll just call Uname and if that
returns an empty string assume that we are on Windows.
2015-04-09 23:58:03 -07:00
N. Taylor Mullen ee9211a116 Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:15:45 -07:00
Wei Wang 41da48265e Fix AppVeyor git line ending config 2015-04-03 17:16:25 -07:00
Doug Bunting 3476984273 Merge remote-tracking branch 'origin/release' into dev 2015-04-03 11:58:16 -07:00
Doug Bunting 5ad7aea8b4 Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:26 -07:00
Troy Dai d6a6b986ea Update global.json, sources=>projects 2015-04-02 09:20:17 -07:00
N. Taylor Mullen f91f3da29c Turn off sudo for .travis.yml. 2015-04-01 17:06:34 -07:00
N. Taylor Mullen 180aa13d30 Add travis and appveyor CI support. 2015-04-01 15:51:37 -07:00
suhasj 98606ada7b Merge branch 'release' into dev 2015-03-25 11:48:03 -07:00
suhasj ba3a544b8a Updating to release NuGet.config 2015-03-25 11:48:00 -07:00
Wei Wang ceb37405d5 Remove k command and use dnx instead 2015-03-24 21:34:59 -07:00
Ajay Bhargav Baaskaran c1e298b010 React to aspnet/HttpAbstractions#160 - Implementing OnResponseCompleted 2015-03-16 15:10:53 -07:00
Brennan 20ffd7e081 Update xunit.runner.kre => xunit.runner.aspnet. 2015-03-12 16:26:13 -07:00
Doug Bunting 1990b9ee97 Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:28 -07:00
N. Taylor Mullen 8d8c6ea823 Update .kproj => .xproj. 2015-03-11 14:09:00 -07:00
Praburaj cb323e8c7e Renaming Nuget.org feed key name to Nuget.
fixes https://github.com/aspnet/Universe/issues/174
2015-03-09 20:54:25 -07:00
N. Taylor Mullen f796e1a5fc Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:55:39 -07:00
N. Taylor Mullen 8c71b6855d Update build.sh to use dnvm correctly. 2015-03-08 12:51:13 -07:00
N. Taylor Mullen 814689826f Update kvm/KVM/Kvm => dnvm/DNVM/Dnvm. 2015-03-08 12:51:13 -07:00
N. Taylor Mullen dc5fe8a7bc Update K_BUILD_VERSION/kre/KRE/.k => DNX_BUILD_VERSION/dnx/DNX/.dnx. 2015-03-08 12:51:12 -07:00
N. Taylor Mullen 06a82669f5 Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:51:12 -07:00
Praburaj 620e83b590 Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:23:18 -08:00
Praburaj cb3def5668 Changing signature of AppFunc to pass on IFeatureCollection
Reaction to this fix: https://github.com/aspnet/Hosting/issues/162
2015-02-25 17:40:17 -08:00
Wei Wang 0da745439c Add project.lock.json to .gitignore 2015-02-16 13:33:56 -08:00
David Fowler e8d9414d92 Removed build time dependency 2015-02-10 10:08:16 -08:00
Wei Wang 009de028b6 Merge remote-tracking branch 'origin/release' into dev 2015-01-29 16:29:27 -08:00
Wei Wang 37eb84a840 Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 18:20:22 -08:00
Wei Wang ab257ed716 Update build.cmd and build.sh to use kvm 2015-01-28 18:20:06 -08:00
Suhas Joshi 2d3c2a4d47 Merge branch 'release' into dev 2015-01-21 15:55:35 -08:00
Suhas Joshi 25e1fefaf5 Updating to release NuGet.config 2015-01-21 15:55:33 -08:00
Aligned 780564b8c3 Change ASP.NET vNext to ASP.Net 5 in the Readme.md 2015-01-21 11:38:36 -08:00
Wei Wang 34a23df76b Rename SKIP_KRE_INSTALL to SKIP_DOTNET_INSTALL 2015-01-20 18:25:02 -08:00
Pranav K ad9cfa8666 Reverting build script customization that was overwritten 2015-01-20 02:27:19 -08:00
Pranav K ac20982505 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:36:16 -08:00
Pranav K 42dd52a2b2 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:31:59 -08:00
Stephen Halter cc720bd3fe Handle HttpFeature rename 2015-01-18 21:04:13 -08:00
David Fowler e421b3f01c Throw better error when libuv can't be loaded
- Throw more specific exception for *nix machines
2014-12-26 21:24:35 -08:00