Commit Graph

11505 Commits

Author SHA1 Message Date
Pranav K 63b572b52a Merge branch 'release' into dev 2016-05-02 14:57:53 -07:00
Pranav K ff510875f2 Merge branch 'release' into dev 2016-05-02 14:56:30 -07:00
Pranav K 83ad2b66f0 Merge branch 'release' into dev 2016-05-02 14:56:27 -07:00
Pranav K bb043458af Merge branch 'release' into dev 2016-05-02 14:56:24 -07:00
Pranav K 01e4265183 Merge branch 'release' into dev 2016-05-02 14:56:15 -07:00
Pranav K dc68e3b021 Merge branch 'release' into dev 2016-05-02 14:55:48 -07:00
Pranav K e9369bfb99 Merge branch 'release' into dev 2016-05-02 14:55:40 -07:00
Pranav K 95b6a0a999 Fix build warnings 2016-05-02 11:27:30 -07:00
Pranav K f0358182e4 Fix build warnings 2016-05-02 11:27:18 -07:00
Pranav K 2205f33a59 Fix build warnings 2016-05-02 11:27:18 -07:00
Pranav K 2cd905dd44 Fix build warnings 2016-05-02 11:27:18 -07:00
Pranav K a97ac1b23b Fix build warnings 2016-05-02 11:27:16 -07:00
Pranav K 63a9d64394 Fix build warnings 2016-05-02 11:27:09 -07:00
Pranav K 5abd3bf076 Fix build warnings 2016-05-02 11:27:08 -07:00
Pranav K 41a3fa2329 Merge branch 'release' into dev 2016-04-30 09:17:15 -07:00
Ben Adams 3a424f6aba Remove unnecessary fixed blocks 2016-04-30 11:17:06 +01:00
Ben Adams 2aa10a64a2 Remove noop pin+unpin w/ memory blocks
+ Only use pooled blocks in tests
2016-04-30 11:17:06 +01:00
Ben Adams a31d847719 Tests only to use pooled blocks 2016-04-30 11:16:24 +01:00
Pranav K b528cf90f2 Merge branch 'release' into dev 2016-04-29 14:31:46 -07:00
Ryan Brandenburg d22a638e55 React to TryGetProject changes 2016-04-29 14:31:29 -07:00
Pranav K cb426cb325 Remove references to IRuntimeEnvironment 2016-04-29 14:30:41 -07:00
Kristian Hellang 8a9840216c Use type's namespace instead of assembly FullName 2016-04-29 12:02:56 -07:00
moozzyk 75adbc18a2 Use IOCP on secondary listener threads on Windows
Addresses #679
2016-04-29 08:45:12 -07:00
Ryan Brandenburg 7ac6ea9caf Merge branch 'release' into dev 2016-04-28 16:58:39 -07:00
Ryan Brandenburg 9a503a7ac8 Add OSX 10.11 runtime 2016-04-28 16:58:14 -07:00
Cesar Blum Silveira ebca8db7dc Merge branch 'justinvp/taskutilities' into dev 2016-04-28 11:28:42 -07:00
Victor Hurdugaci 97e9c490d9 Merge branch 'release' into dev 2016-04-28 10:40:54 -07:00
Justin Van Patten 68f14c06cb Use Task.FromCanceled<TResult>() on NETSTANDARD1_3
Task.FromCanceled<int>(cancellationToken) can be used on
NETSTANDARD1_3 in TaskUtilities.GetCancelledZeroTask().
2016-04-27 22:26:31 -07:00
BrennanConroy b457fb47d3 Merge branch 'release' into dev 2016-04-27 19:04:45 -07:00
BrennanConroy 3615cfd28e Remove reference to UseDefaultHostingConfiguration 2016-04-27 19:04:33 -07:00
BrennanConroy f570b0e739 Merge branch 'release' into dev 2016-04-27 18:58:00 -07:00
BrennanConroy 0a538c563b Remove reference to UseDefaultHostConfiguration 2016-04-27 18:57:52 -07:00
Pranav K 98846a4cc7 Merge branch 'release' into dev 2016-04-27 17:34:21 -07:00
Pranav K 5135ee9d2d Fixing CI build break 2016-04-27 17:34:01 -07:00
Pranav K 029df37ca7 Merge branch 'release' into dev 2016-04-27 12:09:20 -07:00
Pranav K 846b242327 Add more rids so build succeeds on OSX and Linux 2016-04-27 12:08:52 -07:00
John Luo 0d2c5135cb Merge branch 'release' into dev 2016-04-27 11:56:53 -07:00
John Luo e344edc2a3 React to default hosting configuration changes 2016-04-27 11:36:23 -07:00
Cesar Blum Silveira 5a8cba878d Merge branch 'benaadams/async-write' into dev 2016-04-27 11:25:45 -07:00
Pranav K 521fd593f0 Merge branch 'release' into dev 2016-04-27 11:05:27 -07:00
Pranav K c7893f9f5a Make TestSites portable 2016-04-27 11:03:28 -07:00
Pranav K 686783f0f1 Merge branch 'release' into dev 2016-04-26 22:45:18 -07:00
Pranav K 19de082d26 Cleaning up project.json so restore works without --infer-runtimes 2016-04-26 22:41:54 -07:00
Victor Hurdugaci 2f8ef7ef0d Update the readme file with the new name 2016-04-26 10:57:44 -07:00
Cesar Blum Silveira b0d5cfcf47 Merge branch 'justinvp/streams' into dev 2016-04-26 10:47:08 -07:00
Pranav K 2762e492bc Merge branch 'release' into dev 2016-04-26 09:27:29 -07:00
Pranav K fcb476500c Merge branch 'release' into dev 2016-04-26 09:14:58 -07:00
Justin Van Patten 8f7c0ff041 Minor Stream improvements
- Unsupported members should throw NotSupportedException instead of
NotImplementedException per MSDN docs for CanRead/CanSeek/CanWrite.
- Position should throw NotSupportedException when CanSeek is false.
- FrameRequestStream.Flush/FlushAsync should not throw
NotImplementedException.
- Use expression-bodied members for CanRead/CanSeek/CanWrite on
FrameRequestStream to match FrameResponseStream.
- Provide no-op override of LibuvStream.FlushAsync to match Flush.
2016-04-25 22:19:30 -07:00
Pranav K 5e81b89378 Replace IApplicationEnvironment with IHostingEnvironment 2016-04-25 16:54:35 -07:00
Pranav K 0ed14a0200 Remove use of IApplicationEnvironment 2016-04-25 14:38:45 -07:00