Commit Graph

144 Commits

Author SHA1 Message Date
Ryan Brandenburg bbf1f62204 Set 2.1 baselines 2018-06-14 10:07:07 -07:00
Ryan Brandenburg 52c45f2204 Merge remote-tracking branch 'origin/release/2.1' into rybrande/MergeRelease21IntoDev 2018-04-16 15:15:38 -07:00
Kristian Hellang 6b18dea711 Replace Constants.CompletedTask with Task.CompletedTask (#235) 2018-04-10 08:58:39 -07:00
Ryan Brandenburg 7c50704c69 Set 2.0 baselines 2018-03-19 09:26:55 -07:00
Nate McMaster 0c7ff81a9f
Handle FileNotFoundException when it is thrown while attempting to send a file (#233) 2018-02-28 16:18:33 -08:00
Nate McMaster 3cd6add095 Revert "Return HTTP 404 if FileNotFoundException is thrown when attempting to send a file (#232)"
This reverts commit 6d7269dafb.
2018-02-27 15:00:07 -08:00
Nate McMaster 6d7269dafb
Return HTTP 404 if FileNotFoundException is thrown when attempting to send a file (#232) 2018-02-21 13:22:31 -08:00
Kiran Challa f8692d14e4 Add logging to RangeHelper.cs 2017-12-28 13:33:11 -08:00
Nate McMaster 555f5c68ee Pin tool and package versions to make builds more repeatable
Part of aspnet/Universe#575
2017-11-01 16:47:47 -07:00
Kristian Hellang 826e89a2d1 Use HttpMethods helpers 2017-10-03 16:58:06 +02:00
Nate McMaster 1e0fe87c20 Use PackageLineup to manage PackageReference versions 2017-08-29 09:21:41 -07:00
Nate McMaster a4432e694c Use Directory.Build.props/targets 2017-08-29 09:20:34 -07:00
Jass Bagga ad8338e1e8 Refactor RangeHelper (#200)
Addresses #196
2017-06-06 11:22:31 -07:00
Nate McMaster 8f3d04870f Target .NET Standard 2.0 2017-05-22 15:19:02 -07:00
John Luo 3b644e8100 Migration 2017-05-05 18:44:57 -07:00
Pranav K e38dc4be38 Change TFM to netcoreapp2.0 2017-05-05 09:58:30 -07:00
Jass Bagga 033c8adc3a Add RangeHelper
See https://github.com/aspnet/mvc/issues/3702
2017-04-07 14:16:05 -07:00
Pranav K 4d5f726e67 Update to net46 2017-03-22 18:16:42 -07:00
Nate McMaster baa5cb4912 Consolidate dependency versions to one file and remove workarounds 2017-03-15 17:55:48 -07:00
Nate McMaster 2797101f64 Downgrade to stable packages 2017-02-15 12:28:59 -08:00
Nate McMaster 88abfa4599 Upgrade to RC.3 2017-01-20 14:13:48 -08:00
Chris R eec6ae2379 #163 Update woff2 media type 2017-01-11 14:53:28 -08:00
Nate McMaster 5fe655f1b8 Upgrade to VS2017 2017-01-09 12:09:16 -08:00
Pranav K 0651cca94a Updating to 4.4 CoreFx packages 2016-12-14 14:47:32 -08:00
Pranav K 03932d6527 Updating versions to 1.2.0-* 2016-11-09 14:20:07 -08:00
jacalvar 7e3e38572f Created public API baselines 2016-11-07 21:50:41 -08:00
Pranav K c71cc6b8d2 Updating partner package versions 2016-09-28 11:52:49 -07:00
Chris R bbf1478821 #150 Handle OperationCancelledExceptions to prevent log noise 2016-09-08 14:50:17 -07:00
John Luo a4d2e5ebcd Update static files to use strong comparison on ETags 2016-08-30 15:07:29 -07:00
Pavel Krymets c4220c3d8c Pass bigger buffer size to StreamCopyOperation.CopyToAsync (#148) 2016-07-22 09:21:52 -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
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
Chris R dda9376a0c Perf: More efficient range header checks. 2016-05-27 09:32:53 -07:00
Pavel Krymets 3a0d8c43ca Add more unit tests 2016-05-19 10:19:50 -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
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
Pranav K a344b259e8 Removing imports from src projects 2016-04-08 06:49:14 -07:00
jacalvar 272343c3ad Return IServiceCollection from AddDirectoryBrowser extension methods 2016-03-28 15:48:39 -07:00
Eilon Lipton 614f671567 Fix package metadata 2016-03-07 23:24:42 -08:00
Hao Kung 2f7e31ab5b Remove GetService calls in Static Files 2016-03-04 15:17:49 -08:00
Pranav K f78abb5bcf Removing extra AssemblyInfo 2016-03-03 18:35:12 -08:00
Ajay Bhargav Baaskaran 26c4fc5fa1 Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:33:13 -08:00
Doug Bunting 3311704ff1 Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 21:32:56 -08:00
N. Taylor Mullen f3c7b33595 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:37:10 -08:00
Kiran Challa f202f5b7b3 Add ServiceCollection extension overload accepting options 2016-02-22 15:07:23 -08:00
Ajay Bhargav Baaskaran ee5f72d3a4 Enabled xml doc generation 2016-02-19 11:25:58 -08:00
N. Taylor Mullen b877e1a1f6 Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:24:43 -08:00