Commit Graph

270 Commits

Author SHA1 Message Date
BrennanConroy 33dbd6d78b Update .travis.yml 2016-08-02 13:09:20 -07:00
Pavel Krymets c4220c3d8c Pass bigger buffer size to StreamCopyOperation.CopyToAsync (#148) 2016-07-22 09:21:52 -07:00
Pavel Krymets 482987bd23 Add tests for If-Unmodified-Since header 2016-07-13 10:12:46 -07:00
Joost van Hassel 8487bf0ae5 14.28 If-Unmodified-Since - Incorrect condition
14.28 If-Unmodified-Since had a condition on ifModifiedSince, which could be undefined. Should be ifUnmodifiedSince
2016-07-13 10:10:56 -07:00
Doug Bunting 353219d763 One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 14:12:40 -07:00
Ajay Bhargav Baaskaran 400b85e593 Updating to RTM builds of xunit and Moq 2016-07-05 21:52:20 -07:00
Pavel Krymets c310c27ab8 Make encoders registration optional (#140) 2016-06-29 11:07:37 -07:00
Pranav K e28e1df605 Updating to dev versions 2016-06-16 10:18:47 -07:00
Pranav K 912794843a Merge branch 'release' into dev 2016-06-14 16:29:25 -07:00
Pranav K 1b15ec3869 Updating to release. 2016-06-14 16:22:57 -07:00
N. Taylor Mullen 7897b52765 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:29:42 -07:00
jacalvar 5cf300db6c Remove unncessary usings 2016-06-09 00:54:14 -07:00
BrennanConroy d692066b2b Replace PlatformAbstractions with RuntimeInformation 2016-05-31 13:01:04 -07:00
Cesar Blum Silveira a23d70411e Fix OSX build on Travis. 2016-05-27 12:12:44 -07:00
Chris R ce8d23d3e5 Update sample 2016-05-27 09:49:54 -07:00
Chris R dda9376a0c Perf: More efficient range header checks. 2016-05-27 09:32:53 -07:00
Pavel Krymets 59262122a8 Use UtcTime to fix tests 2016-05-19 14:57:19 -07:00
Pavel Krymets 3a0d8c43ca Add more unit tests 2016-05-19 10:19:50 -07:00
Pranav K e3ed603b7e Merge branch 'release' into dev 2016-05-02 16:42:33 -07:00
Pranav K 0070560be1 Fixing build 2016-05-02 16:42:20 -07:00
Pranav K 133e95a2f0 Merge branch 'release' into dev 2016-05-02 14:57:41 -07:00
Pranav K 8c56b1fdb7 Fix build warnings 2016-05-02 11:27:28 -07:00
John Luo fae70a2bfe Merge branch 'release' into dev 2016-04-27 14:59:59 -07:00
John Luo 57352541fb Removing references to UseDefaultHostingConfiguration 2016-04-27 14:59:24 -07:00
Korroz 3b262b1b3b Content type mapping for markdown
Since it is now officially registered.

See: https://tools.ietf.org/html/rfc7763
2016-04-27 11:50:20 -07:00
BrennanConroy d19b874db3 Merge branch 'release' into dev 2016-04-25 14:47:17 -07:00
BrennanConroy 30a9138714 Update web.config and add publish tool 2016-04-25 14:20:02 -07:00
Pranav K 8e6ae72f85 Merge branch 'release' into dev 2016-04-19 14:54:13 -07:00
Pranav K ac03fe7b59 Use latest build of dotnet-test-xunit 2016-04-19 14:54:13 -07:00
Pavel Krymets c7efad087d Merge branch 'release' into dev 2016-04-18 17:03:41 -07:00
Pavel Krymets 176b6a5910 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:03:38 -07:00
Pavel Krymets 32d0994ebe Merge branch 'release' into dev 2016-04-14 16:40:17 -07:00
Pavel Krymets e720824bfd Migrate tests, tools and samples to portable 2016-04-14 16:40:10 -07:00
John Luo dfca01d2b7 Merge branch 'release' into dev 2016-04-11 10:03:08 -07:00
John Luo 390fdd325b Move web.config and use ANCM 2016-04-11 10:02:42 -07:00
Pranav K 0c9c8cee60 Merge branch 'release' into dev 2016-04-08 06:49:14 -07:00
Pranav K a344b259e8 Removing imports from src projects 2016-04-08 06:49:14 -07:00
Pranav K a7624ca6ea Merge branch 'release' into dev 2016-04-06 09:47:31 -07:00
Pranav K 6f55af5b40 Updating to release. 2016-04-06 09:47:29 -07:00
Doug Bunting 74d2c13933 React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:11:52 -07:00
John Luo 8e92dd634e React to Kestrel extensions 2016-03-30 15:53:12 -07:00
jacalvar 272343c3ad Return IServiceCollection from AddDirectoryBrowser extension methods 2016-03-28 15:48:39 -07:00
= d42eb56fee Fix content root for non-windows xunit tests with no app domains 2016-03-25 12:39:15 -07:00
David Fowler 2477982854 Fixed packages 2016-03-25 03:00:48 -07:00
John Luo 0aa42243a0 Reacting to Hosting changes 2016-03-22 11:50:07 -07:00
John Luo a8933e5016 Reacting to Hosting ConfigureServices update 2016-03-11 14:51:31 -08:00
Nate McMaster fdc1901ed3 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:48 -08:00
Nate McMaster d9f0ef42ce Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:12 -08:00
Eilon Lipton 614f671567 Fix package metadata 2016-03-07 23:24:42 -08:00
Victor Hurdugaci 2a53a85e24 Update the build scripts to the latest version 2016-03-07 20:55:03 -08:00