Ajay Bhargav Baaskaran
9b1558dddd
Enabling NuGetPackageVerifier
2015-09-23 14:56:00 -07:00
Ajay Bhargav Baaskaran
67d9cb7abb
Enabling NuGetPackageVerifier
2015-09-23 12:42:57 -07:00
Ajay Bhargav Baaskaran
7b697e8ec9
Enabling NuGetPackageVerifier
2015-09-22 16:06:18 -07:00
Chris R
1dc5764c74
Initial build infrastructure.
2015-09-22 12:26:56 -07:00
Chris R
355bc01a15
Hosting#358 Move the default address into Hosting.
2015-09-22 11:56:46 -07:00
Chris R
7c39334783
Remove Helios
2015-09-21 14:55:42 -07:00
Ryan Nowak
22f22c0407
chmod+x on build.sh
2015-09-21 12:48:21 -07:00
Ryan Nowak
ae0baac227
simplify .travis.yml
2015-09-21 11:47:54 -07:00
Ryan Nowak
e0ac69c9f7
Add JsonPatch
...
Moved from https://github.com/aspnet/Mvc
2015-09-21 11:15:18 -07:00
Murat Girgin
cece79c3c0
Initial push
2015-09-21 10:52:51 -07:00
Ryan Nowak
d3f2b240d7
Add build-template files
2015-09-21 10:42:05 -07:00
Ajay Bhargav Baaskaran
5354ce0a71
Enabling NuGetPackageVerifier
2015-09-21 10:40:36 -07:00
David Fowler
891b991a34
Use new packInclude feature to include native assets
...
- Now Kestrel won't break when people overwrite the build.cmd
2015-09-19 03:59:58 -07:00
Doug Bunting
cb3dea63a3
Avoid path too long errors when performing BuildV2 builds in MVC repo
...
- do not glob to the ends of the earth when looking for `project.json` files
nits:
- remove unused variable in `_kpm-build.shade`
- remove incorrect comment in `_kpm-pack.shade`
- clean up some trailing whitespace
2015-09-18 13:09:51 -07:00
Ajay Bhargav Baaskaran
a3d943197a
Moving nuget-verify to run before test
2015-09-18 12:07:55 -07:00
N. Taylor Mullen
a10610c0cc
Update dnvm.ps1 and dnvm.sh DNX feed names to `aspnetcidev`.
2015-09-17 20:58:10 -07:00
N. Taylor Mullen
3f8b94b9bb
Update nuget.exe and corresponding feeds to v3.
2015-09-17 18:33:38 -07:00
N. Taylor Mullen
3470c6206a
Update nuget.exe and corresponding feeds to v3.
2015-09-17 18:32:59 -07:00
N. Taylor Mullen
2d01d47c18
Update nuget.exe and corresponding feeds to v3.
2015-09-17 18:32:10 -07:00
Eilon Lipton
98ce82ed72
Create README.md
2015-09-17 09:41:13 -07:00
Eilon Lipton
b63d1b6187
Create CONTRIBUTING.md
2015-09-17 09:36:53 -07:00
Eilon Lipton
408759ec99
Update LICENSE.txt
2015-09-17 09:36:36 -07:00
Nate McMaster
c2db08e3a7
Update build-template
2015-09-17 09:21:08 -07:00
Eilon Lipton
62caf09ac4
Create README.md
2015-09-17 08:44:43 -07:00
Eilon Lipton
dbd4aa98fc
Create CONTRIBUTING.md
2015-09-17 08:39:00 -07:00
Eilon Lipton
eb9383fe40
Update LICENSE.txt
2015-09-17 08:38:38 -07:00
Stephen Halter
6f8c040cfe
Fix false positive in Standards Police warning warning SP1004
...
- "warning SP1004: namespaces not alphabetized"
- Any using statement can come after "using System;"
2015-09-17 00:51:43 -07:00
Stephen Halter
47323a88e1
Surface errors from Listener.StartAsync better
...
If CreateListenSocket fails, surface the original error instead of throwing a
NullReferenceException from Listener.Dispose().
#185
2015-09-16 18:19:01 -07:00
Stephen Halter
2d01f2752b
Catch and log uv_accept errors
...
- This is also what is done by node.js
- "tcp, pipe: don't assert on uv_accept() errors (Ben Noordhuis)"
0685707bc6
2015-09-16 18:18:58 -07:00
Stephen Halter
f14af1f409
Don't swallow too many exceptions
...
- Swallowing too many exceptions can end up hiding issues in
Kestrel itself. It's better to let the process die.
- If we want to handle certain exceptions we should be as
specific as possible with our try/catch blocks.
2015-09-16 18:18:55 -07:00
Kiran Challa
5008e2743d
Removed style cop related shade files
2015-09-15 14:19:00 -07:00
Chris R
2e225b0db6
Hosting#331 Add IServerAddressesFeature.
2015-09-15 12:47:18 -07:00
Doug Bunting
22952e1806
Add `restoreDir` parameter in `_k-restore.shade`
...
- enables use of this command where it's currently overridden
- in turn, this means `--quiet` would be honoured in those `makefile.shade` files
For example can use this hook to shut DNX build up a bit
- `makefile.shade` there calls `dnu restore` directly and ignores `--quiet`
2015-09-15 11:58:48 -07:00
moozzyk
d59fa774a8
Updating licenses
2015-09-11 10:22:16 -07:00
Pranav K
98af679b0b
Adding NeutralResourcesLanguageAttribute
2015-09-10 18:45:23 -07:00
Pranav K
78de14d248
Adding NeutralResourcesLanguageAttribute
2015-09-10 18:15:27 -07:00
Pranav K
5bf429d212
Adding NeutralResourcesLanguageAttribute
2015-09-10 16:41:24 -07:00
Stephen Halter
958cc3eca3
Add missing arguments to LogDebug arguments in KestrelTrace
2015-09-10 12:40:16 -07:00
Stephen Halter
813127e7f6
Merge branch 'benaadams/negative-threads' into dev
2015-09-10 11:58:09 -07:00
Stephen Halter
ec88e57f67
Remove commented code in KestrelTrace
2015-09-10 11:41:27 -07:00
Stephen Halter
1ebf98d40d
Log message style changes
...
- Disabled some log messages for possibly being too verbose.
- Don't log ConnectionReadFin when there is an error.
2015-09-10 11:41:25 -07:00
Stephen Halter
0ef096b41c
Increment connection id for logging
2015-09-10 11:41:22 -07:00
Ben Adams
dda5774a8b
Throw exception if ThreadCount negative
2015-09-10 08:03:42 +01:00
Doug Bunting
fea510f1d0
React to `xunit.runner.aspnet` package updates
...
- aspnet/aspnet.xunit@5a12e89
2015-09-09 19:45:47 -07:00
Ben Adams
887cf2c7be
Negative thread count fix
2015-09-10 02:57:49 +01:00
Kiran Challa
a7bebaae83
Updating Sake to always use latest version
2015-09-09 15:18:10 -07:00
Kiran Challa
15521ffc2b
Updating Sake to 0.2.2
2015-09-09 15:08:09 -07:00
Ajay Bhargav Baaskaran
a0d51b9c2f
Added Nuget feed and renamed packagelist json
2015-09-09 11:54:46 -07:00
Stephen Halter
dc08062545
Merge branch 'drussilla/add-logging' into dev
...
Conflicts:
src/Microsoft.AspNet.Server.Kestrel/Http/Connection.cs
src/Microsoft.AspNet.Server.Kestrel/Http/ListenerSecondary.cs
2015-09-09 11:28:09 -07:00
Pranav K
864cc39ce2
Updating to Sake 0.2.2
2015-09-09 11:19:24 -07:00