Commit Graph

37701 Commits

Author SHA1 Message Date
John Luo 02b8fb3bbc Use TaskCache class from Microsoft.Extensions.TaskCache.Sources 2016-09-07 11:33:05 -07:00
Pavel Krymets e131ebae47 Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#955)
Instead of Task.FromResult(0)
2016-09-07 11:24:45 -07:00
Chris R dc8806f07e Downgrade and pin Microsoft.Extensions.RuntimeEnvironment.Sources 2016-09-07 11:24:39 -07:00
Pranav K 484f35691a Don't use DOTNET_BUILD_VERSION in code.
Clean up test projects
2016-09-07 11:19:56 -07:00
Pranav K d046091727 Add an option to embed sources for compiled views (cshtml content) in the generated assembly
Fixes #2
2016-09-07 10:43:51 -07:00
Pavel Krymets 18f08fdb2f Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#705)
Instead of Task.FromResult(0)
2016-09-07 10:40:13 -07:00
Pavel Krymets 00d593f1f2 Fix build error in samples 2016-09-07 10:33:16 -07:00
Chris R e984b89e0a Switch to master myget feed 2016-09-07 10:24:56 -07:00
Chris R b94519b821 Pin versions 2016-09-07 10:24:38 -07:00
Pavel Krymets 2807e0b436 Use TaskCache class from Microsoft.Extensions.TaskCache.Sources instead of Task.FromResult(0) (#99) 2016-09-07 10:17:04 -07:00
Pavel Krymets 72c3688604 Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#331)
Instead of Task.FromResult(0)
2016-09-07 10:16:58 -07:00
SteveSandersonMS f358d8e2b2 In HttpNodeInstance, correctly report response serialisation errors back to .NET (previously, it just timed out) 2016-09-07 17:59:13 +01:00
Chris R a526454321 Raise version from 0.2.0-pre to 1.0.0-rc1 2016-09-07 09:55:21 -07:00
Chris R a787a01a73 Downgrade to 1.0 dependencies 2016-09-07 09:45:31 -07:00
Doug Bunting 295dab5d50 Remove .travis.yml file
- no reason to build or test Windows-only WebListener on Linux or OS X
2016-09-07 09:33:50 -07:00
SteveSandersonMS 465d0c8d15 Design review: Explicitly disable TypeNameHandling in all Json.NET usage 2016-09-07 17:12:01 +01:00
Pavel Krymets f7c28fe47f Fix Microsoft.AspNetCore.DataProtection.Azure.Blob dependency version in sample and test 2016-09-07 08:29:37 -07:00
Steve Sanderson 377401b5e6 Update README to clarify that you need .NET Core 1.0 RTM 2016-09-07 14:00:09 +01:00
DamirAinullin 0491b49268 Remove double initializing of variable _field3 2016-09-07 14:23:06 +03:00
Troy Dai c185082d40 Update comments in RequestUriBuilder 2016-09-06 16:16:23 -07:00
Troy Dai c25d9b68ab Use socket in Path encoding and unescaping cases 2016-09-06 16:09:07 -07:00
Troy Dai 7592086060 Update comments in RequestUriBuilder 2016-09-06 16:09:07 -07:00
Troy Dai 93feda2b8a Rename parameter name in RequestUriBuilder 2016-09-06 16:09:07 -07:00
Troy Dai 100beaaf94 Add length constrain in path processing 2016-09-06 16:09:07 -07:00
Troy Dai 35429bd91f Update overlong UTF8 test case 2016-09-06 16:09:07 -07:00
Troy Dai b99f98dffb Improve URL path decoding and unescaping components
1. Rename UrlInByte to RawUrlHelper and conver it to static class.
2. Combine UrlPathDecoder and RequestUrlBuilder and convert the latter to
a static utility class.
2016-09-06 16:09:07 -07:00
Troy Dai ff97efe0d2 Overhaul the URL path unescaping 2016-09-06 16:09:06 -07:00
Troy Dai 8aaa4d0759 Add test cases for Path unescaping 2016-09-06 16:09:06 -07:00
Ajay Bhargav Baaskaran 21236cc98e [Fixes #5016] Perf: Check for OPTIONS before looking for CORS headers 2016-09-06 14:48:57 -07:00
John Luo 411681e8d6 Add options to configure case sensitivity of request paths 2016-09-06 14:44:09 -07:00
Pavel Krymets 7dcbb27b6f Updated Redis repository project to support .NET Core (#175) 2016-09-06 14:10:13 -07:00
Cesar Blum Silveira f2085b1968 Add keep-alive timeout (#464). 2016-09-06 12:48:47 -07:00
Cesar Blum Silveira 19f8958fa8 Move TestServer to shared directory. 2016-09-06 12:47:24 -07:00
Doug Bunting 4cfdc2ecda Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
2016-09-06 12:13:43 -07:00
Doug Bunting 7e4c9aaebc Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
2016-09-06 12:10:14 -07:00
Nate McMaster a5ff9d8003
Add 'Apache' and 'IIS' to internal namespaces and classes 2016-09-06 10:51:19 -07:00
Pavel Krymets 0e210dadea Port DataProtection blob XmlRepository (#163) 2016-09-06 08:09:13 -07:00
Doug Bunting 4e2ecf8a63 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- `KOREBUILD_DNU_RESTORE_CORECLR` env variable isn't used anymore
- no need for libuv v1.4.2 w/ current Kestrel packages
2016-09-04 20:25:10 -07:00
Doug Bunting df66f51f46 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 20:20:40 -07:00
Doug Bunting e77d7801ad Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
2016-09-04 20:14:46 -07:00
Doug Bunting d7936af545 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- install packages used in other repos; explicit and avoids issues as (Beta) Trusty image changes
- just need one `brew install` command
2016-09-04 20:13:52 -07:00
Doug Bunting 5b323e5ba1 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
2016-09-04 20:12:48 -07:00
Doug Bunting 2fe646ca27 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 20:10:38 -07:00
Doug Bunting 0f711ce279 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
2016-09-04 20:09:36 -07:00
Doug Bunting aa3bcc32df Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- `MONO_THREADS_PER_CPU` env variable isn't relevant since we aren't running Mono tests
- no need for icu4c w/ current `dotnet` builds
2016-09-04 20:07:36 -07:00
Doug Bunting b4b35138c5 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- `KOREBUILD_TEST_DNXCORE` env variable isn't used anymore
- no need for icu4c w/ current `dotnet` builds
2016-09-04 20:02:07 -07:00
Doug Bunting c5d7fa63cc Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- `KOREBUILD_TEST_DNXCORE` env variable isn't used anymore
- no need for icu4c w/ current `dotnet` builds
2016-09-04 20:01:12 -07:00
Doug Bunting 3ad40bacdd Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
- `KOREBUILD_TEST_DNXCORE` env variable isn't used anymore
- no need for libuv v1.4.2 w/ current Kestrel packages
- no need for icu4c w/ current `dotnet` builds
2016-09-04 20:00:28 -07:00
Doug Bunting f650de8cdf Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- no need for libuv v1.4.2 w/ current Kestrel packages
2016-09-04 19:57:14 -07:00
Doug Bunting 4dc2a38af2 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- install packages used in other repos; explicit and avoids issues as (Beta) Trusty image changes
2016-09-04 19:55:31 -07:00