Commit Graph

9898 Commits

Author SHA1 Message Date
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
BrennanConroy 4ddf7c2cc7 React to Logging changes 2016-04-01 11:11:09 -07:00
ryanbrandenburg af46fec11f Allow a 'Gate branch' which is built instead of dev if it exists 2016-04-01 09:44:32 -07:00
Pranav K 4788506b57 Reacting to CLI breaking change 2016-04-01 06:41:43 -07:00
Pranav K cb70183b03 More experiments with flow id 2016-04-01 06:38:08 -07:00
Pranav K 63ac7210ce Don't run restore in #initialize 2016-03-31 22:23:19 -07:00
Mike Harder 228c34b500 Remove duplicate calls to FrameRequestHeaders and FrameResponseHeaders ctors (#695) 2016-03-31 17:34:59 -07:00
Stephen Halter c567e4814a Clean up Travis builds
- No longer build libuv in .travis.yml
- The Ubuntu libuv build should now be taken from http://github.com/aspnet/libuv-build
- Remove unneeded packages from .travis.yml
- Stop skipping mono tests
2016-03-31 12:25:01 -07:00
David Fowler 7eb34ad257 Update project.json
Fixed System.Runtime.Serialization.Primitives version
2016-03-31 12:08:59 -07:00
Doug Bunting 52e5ccdac7 React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:07:22 -07:00
Doug Bunting c828fafe1b React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:04:43 -07:00
John Luo a51ba19b16 Update samples 2016-03-30 16:02:47 -07:00
John Luo 9584f42f35 Update samples 2016-03-30 15:49:13 -07:00
John Luo 7a3da26d87 React to Kestrel extensions 2016-03-30 15:45:27 -07:00
Victor Hurdugaci 5e2ef60519 Webhooks notification 2016-03-30 15:40:25 -07:00
Victor Hurdugaci 182cbc276c Webhooks notification 2016-03-30 15:06:20 -07:00
Victor Hurdugaci f540174114 Webhook notifications 2016-03-30 15:01:44 -07:00
Mike Harder 088b7e5779 Add UseKestrel() extension method to IWebHostBuilder (#713) 2016-03-30 12:08:32 -07:00
Stephen Halter aa17125f9e Fix spelling of "timeout" in kestrel.shutdownTimeout 2016-03-30 11:14:35 -07:00
Stephen Halter f0e438f65f Remove IKestrelTrace.ApplicationError overload without connection id
Add test verifying that exceptions thrown from application tcs continuations
run by the LoggingThreadPool don't get logged as general exceptions.
2016-03-30 11:13:13 -07:00
Stephen Halter a8e5c0ce30 Log connection id in KestrelTrace.ApplicationError 2016-03-30 10:16:01 -07:00
Pranav K f1f185fd21 Using NetStandard.Library 1.5.0 2016-03-30 00:38:02 -07:00
Stephen Halter 084bd6af36 Fix sample apps
Fixes #714
2016-03-29 12:45:23 -07:00
Pavel Krymets a8516ec538 Add variable to control parallel compilation 2016-03-29 11:48:29 -07:00
jacalvar 794d0892ae Return IServiceCollection from AddWebEncoders extension methods 2016-03-28 15:27:31 -07:00
Pranav K fad42eacea Cleaning up makefile.shade 2016-03-28 11:58:45 -07:00
Eilon Lipton c5d5ef6788 Fix package metadata 2016-03-26 15:00:56 -07:00
BrennanConroy cad873d949 React to Deployer changes 2016-03-25 14:59:49 -07:00
ryanbrandenburg fd10621c1a SetContent->SetHtmlContent 2016-03-25 12:01:59 -07:00
Cesar Blum Silveira 300078b448 Temporary: Don't expand packages when caching Coherence on non-Windows. 2016-03-25 11:12:39 -07:00
David Fowler 4e78a2d02e Fixed build 2016-03-25 09:28:20 -07:00
Pranav K 98e2d5d4c7 Fix dotnet restore warning 2016-03-25 08:15:10 -07:00