Граф коммитов

95 Коммитов

Автор SHA1 Сообщение Дата
Nate McMaster 5515494067 Update AppVeyor and Travis settings 2017-03-01 18:25:45 -08:00
Nate McMaster f93e14efa0 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
John Luo 551fe5e6f1 React to HeaderUtilities renames 2017-02-28 14:42:00 -08:00
Nate McMaster b2c30da48d Downgrade to stable packages 2017-02-15 12:28:47 -08:00
Doug Bunting 79f723c5e1 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- build tests for desktop .NET only on Windows
2017-02-14 13:23:01 -08:00
John Luo 7190412979 Tigger caching header finalization on write #92 2017-02-08 16:06:20 -08:00
John Luo d43f05189a Overwrite headers when serving response from cache #101 2017-02-03 15:20:38 -08:00
Nate McMaster 267f5134c8 Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
John Luo 3bf5f6a1ce Restructure response caching middleware flow
- Always add IresponseCachingFeatu8re before calling the next middleware #81
- Use If-Modified-Since instead of the incorrect If-Unmodified-Since header #83
- Handle proxy-revalidate in the same way as must-revalidate #83
- Handle max-stale with no specified limit #83
- Bypass cache lookup for no-cache but store the response #83
- Bypass response capturing and buffering when no-store is specified #83
- Replace IsRequestCacheable cache policy with three new independent policy checks to reflect these changes
- Modify middleware flow to accommodate cache policy updates
2017-01-10 14:48:39 -08:00
Pranav K a5717aa583 Updating to 4.4 CoreFx packages 2016-12-14 14:47:31 -08:00
John Luo 8e8525512d Performance optimizations
- Calculate age using operations on long
- Compute content length of resposne on store
- Format age using the new HeaderUtility
- Lazily create HeaderDictionary
- Use for instead of foreach to reduce allocations from enumerators
2016-12-14 11:37:13 -08:00
Ajay Bhargav Baaskaran 184c0f3c44 Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:41:46 -08:00
John Luo e01431f33c Relocate improvements to HttpAbstractions 2016-12-09 15:53:15 -08:00
BrennanConroy 9c94a7764b Improve header parsing performance 2016-12-09 14:23:15 -08:00
N. Taylor Mullen e823118e51 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:03:47 -08:00
N. Taylor Mullen dbbd38b334 Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:59:40 -08:00
Nate McMaster 2c54091236
Clean tmp folder after unzipping KoreBuild 2016-11-18 10:56:58 -08:00
John Luo 41f58191bf Update sample to add a README.md file 2016-11-15 16:35:01 -08:00
Pranav K f26ef2e50c Updating versions to 1.2.0-* 2016-11-09 14:19:20 -08:00
Pranav K e8a689b93d Merge branch 'rel/1.1.0' into dev 2016-11-09 11:33:03 -08:00
Pranav K f2b8825040 Branching for 1.1.0 2016-11-09 11:32:59 -08:00
John Luo 63c0bec743 Update version to 1.1.0-* 2016-10-28 14:34:52 -07:00
moozzyk 70fce81d7d Adding additional test coverage 2016-10-24 17:24:36 -07:00
John Luo 300a0522b0 Merge branch 'rel/1.1.0-preview1' into dev 2016-10-18 16:46:45 -07:00
John Luo 1083d9bc8f Merge branch 'rel/1.0.0-preview1' into rel/1.1.0-preview1 2016-10-18 16:46:30 -07:00
John Luo 3eb7edd364 Update Microsoft.Extensions.Logging.Testing version 2016-10-18 16:46:05 -07:00
John Luo 9bee123008 Merge branch 'rel/1.1.0-preview1' into dev 2016-10-17 17:49:33 -07:00
John Luo 18a5092d28 Merge branch 'rel/1.0.0-preview1' into rel/1.1.0-preview1 2016-10-17 17:49:11 -07:00
John Luo aada06fac3 Merge branch 'rel/1.1.0-preview1' into dev 2016-10-17 17:47:43 -07:00
John Luo 57702fab1c Merge branch 'rel/1.0.0-preview1' into rel/1.1.0-preview1 2016-10-17 17:46:44 -07:00
John Luo 87e4b9df39 Rename NuGet.Config to NuGet.config 2016-10-17 12:26:54 -07:00
John Luo 8403184752 Update version number to 1.0.0-preview1 2016-10-17 12:24:04 -07:00
John Luo f8831928de Merge branch 'rel/1.1.0-preview1' into dev 2016-10-17 11:59:32 -07:00
John Luo 2eb66dc684 Merge branch 'rel/1.0.0' into rel/1.0.0-preview1 2016-10-17 11:59:05 -07:00
John Luo 8acf71457e API review feedback
Rename middleware components ResponseCache => ResponseCaching

Move ResponseCachingOptions to Microsoft.AspNetCore.ResponseCaching namespace

Rename extension methods
2016-10-17 11:33:09 -07:00
Pranav K 8b34b02bba Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev 2016-10-17 09:56:33 -07:00
Pranav K cfa62bb440 Branching for 1.1.0-preview1 2016-10-17 09:49:40 -07:00
moozzyk 1571a2dbe9 Removing double casts 2016-10-14 13:14:23 -07:00
moozzyk 48abc69b1a Merge branch 'rel/1.0.0' into dev 2016-10-13 16:39:23 -07:00
John Luo 151ac2cdcb Add Microsoft.AspNetCore.ResponseCaching.Abstractions to NugetPackageVerifier.json 2016-10-13 16:33:32 -07:00
moozzyk c46a019a6b Updating dependency versions in the sample project 2016-10-13 16:25:45 -07:00
Pranav K cbbcab2a0d Updating to netcoreapp1.1 2016-10-13 11:24:00 -07:00
John Luo ee3594d2a7 Merge branch 'rel/1.0.0' into dev 2016-10-12 16:55:39 -07:00
John Luo bc6fff40e6 Use 1.0.0 dependencies 2016-10-12 16:42:40 -07:00
Pranav K 794cc5359b Revert "Updating to netcoreapp1.1"
This reverts commit 8656065f88.
2016-10-12 16:09:33 -07:00
Pranav K 8656065f88 Updating to netcoreapp1.1 2016-10-12 13:46:23 -07:00
Brennan Conroy 3e3746f56e StringBuilder extension to uppercase string 2016-10-10 14:29:09 -07:00
John Luo 54610b8fe4 Handle null or empty vary rules 2016-10-06 19:06:02 -07:00
John Luo 9d54cf1e8a Move ResponseCacheFeature to new Abstractions package (#67)
Move ResponseCacheFeature to new Abstractions package and update package version numbers
2016-10-06 15:59:14 -07:00
John Luo 3b2a2eb892 Add logging 2016-10-05 18:01:01 -07:00