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
Brennan
d08e5d3572
Updating tests to use official xunit
2014-12-17 10:46:08 -08:00
Pranav K
2e943eb3ab
Reacting to System.Diagnostics.Tracing version change
2014-12-15 16:20:40 -08:00
Pranav K
10a32fda26
Reacting to System.Threading version changes
...
* Sorting project.json references alphabetically
2014-12-15 14:44:33 -08:00
Suhas Joshi
425e9305a5
Updating to dev NuGet.config
2014-12-08 15:25:08 -08:00
Suhas Joshi
ae6c971bfb
Updating to release NuGet.config
2014-12-08 15:16:10 -08:00
Giovanni Bassi
f1b36e038b
update readme.md to new github repo for libuv
2014-11-30 13:55:24 -02:00
Victor Hurdugaci
4a2dd8f279
Add schema version to kproj files
2014-11-25 10:54:18 -08:00
Victor Hurdugaci
1b8f25f7d4
Update KProj to the latest format
2014-11-12 15:15:40 -08:00
Chris Ross
045a6eb4ba
Add new HeadersSent API.
2014-11-06 12:10:15 -08:00
Pranav K
4e2ba906d0
Merge branch 'release' into dev
2014-11-06 10:51:22 -08:00
Pranav K
d1a784e98d
Updating to release NuGet.config
2014-11-06 10:51:20 -08:00
David Fowler
c98019883b
Merge branch 'release' into dev
2014-10-31 01:48:30 -07:00
David Fowler
0174d213d1
Added package descriptions
2014-10-31 01:48:15 -07:00