Commit Graph

14348 Commits

Author SHA1 Message Date
Chris R 8e1a0768db Remove IHttpContextFactory, it was moved to HttpAbstractions. 2015-10-25 09:12:33 -07:00
Stephen Halter 094b8efbf8 Properly handle headers with empty values 2015-10-25 01:40:22 -07:00
David Fowler 327589d41e Fixed ifdefs 2015-10-24 01:07:01 -07:00
David Fowler 0c064dfb6c Generations and vanilla .NET Framework support 2015-10-23 23:21:08 -07:00
John Luo 018f3d1815 Renaming HttpContextFactory Create method 2015-10-23 21:58:22 -07:00
John Luo f931cb7c6d Moving httpcontextfactory to AspNet.Http.Abstractions 2015-10-23 21:49:52 -07:00
Ryan Nowak 1b232a27cb React to breaking changes in StringValues 2015-10-23 17:00:28 -07:00
Troy Dai 52f4fa91e3 Unescape string in memory
1. In place unescape;
1. UTF-8 verification;
2. MemoryPoolIterator2.Put
3. Tests
2015-10-23 15:26:59 -07:00
Ryan Nowak f88631efb3 React to breaking changes in StringValues 2015-10-23 15:05:09 -07:00
Louis DeJardin f37375f43c Reduce logging overhead in hosting
* TraceIdentifier is done at the last moment, or not at all
* Request starting and finished messages are added
* This pair provide many of the top-level values that you would have
  found in server log files.
2015-10-23 14:22:58 -07:00
Pranav K a20b3e6e37 React to Testing changes 2015-10-23 14:12:21 -07:00
Chris R 56256a013b #430 Move Program.Main into WebApplication.Run. 2015-10-23 09:43:59 -07:00
Pavel Krymets eb302bf359 Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-23 08:34:00 -07:00
David Fowler 460b9bcac1 Exclude facade from .NET 4.5.1 target 2015-10-23 05:04:51 -07:00
David Fowler d56e2fe59b Removed whitespace 2015-10-23 03:11:50 -07:00
David Fowler fa72b35883 More granualr null checks for platform services 2015-10-23 02:59:50 -07:00
David Fowler 812609843f Removed unused using 2015-10-23 02:10:08 -07:00
David Fowler 151b0f3a16 Fixed remaining namespace changes 2015-10-23 01:50:35 -07:00
David Fowler 02de506c28 React to rename of DNX abstractions 2015-10-23 00:33:48 -07:00
Pavel Krymets eb2c3a1ce8 Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-22 18:22:05 -07:00
Pavel Krymets bc80dab39d Compiles and passes tests 2015-10-22 18:15:32 -07:00
Pavel Krymets ea0abd8293 Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-22 18:10:41 -07:00
Doug Bunting bcb56bdd1a Rename `AppendEncoded()` to `AppendHtml()` and `SetContentEncoded()` to `SetHtmlContent()`
- aspnet/Mvc#3225, 1 of 3

Also correct parameter names and doc comments
- add `xml-docs-test` to ensure this doc comments remain valid in the future
2015-10-22 16:41:17 -07:00
John Luo b72f95bdb5 Setting IHttpContextAccessor in CreateHttpContext #405 2015-10-22 16:19:31 -07:00
Pranav K 2963488cd9 Removign Roslyn and CoreCLR feeds 2015-10-22 16:03:44 -07:00
Pranav K dea782163d Updating packages to use generations 2015-10-22 15:18:49 -07:00
John Luo 0394987271 Adding more specific error for private configure 2015-10-22 12:35:25 -07:00
Pranav K c3a24cbe72 Switching to generations TFMs 2015-10-22 01:04:17 -07:00
Troy Dai a1e4e022b9 Clean up 2015-10-21 22:08:03 -07:00
Pranav K 127fc13885 Switching to using generations TFM 2015-10-21 21:24:19 -07:00
Pranav K 0219aabc17 Switching to using generations TFM 2015-10-21 21:11:25 -07:00
Pranav K 1a40e7254d Switching to using generations TFM 2015-10-21 18:31:51 -07:00
Doug Bunting 9d7300c52b Revert "Rename `AppendEncoded()` to `AppendHtml()`"
This reverts commit 14c96f695a.
2015-10-21 15:45:55 -07:00
Doug Bunting 14c96f695a Rename `AppendEncoded()` to `AppendHtml()`
- aspnet/Mvc#3225, 1 of 3
2015-10-21 15:43:42 -07:00
Stephen Halter 8d107b22ae Socket.Disconnect throws a PlatformNotSupportedException on coreclr/linux
#266
2015-10-21 12:57:27 -07:00
Pavel Krymets 59cf82f9f1 React to hosting changes 2015-10-21 12:33:13 -07:00
Pavel Krymets a098b8ce2b Reach to Hosting changes 2015-10-21 10:49:31 -07:00
Pavel Krymets e3ceeb43ba Fix build 2015-10-21 10:36:02 -07:00
Pavel Krymets f8fd2f9ac9 React to hosting changes 2015-10-21 10:23:53 -07:00
Rowan Miller d27d18fe5a 💚 Fix more calls to UseDatabaseErrorPage
Some more calls that I missed in my previous commit. The overload being used in the templates has swapped to a builder pattern (see aspnet/Diagnostics#184). But rather than updating to the new signature, just swapping to the parameterless overload since it enables everything by default (same as UseDeveloperExceptionPage()).
2015-10-21 10:22:43 -07:00
Rowan Miller 42a5a28210 💚 React to API change in UseDatabaseErrorPage
The overload being used in the Startup.cs has swapped to a builder pattern (see https://github.com/aspnet/Diagnostics/issues/184). But rather than updating to the new signature, just swapping to the parameterless overload since it enables everything by default (same as UseDeveloperExceptionPage()).
2015-10-21 10:00:03 -07:00
Cesar Blum Silveira 77f29142aa Disable tests that randomly hang on Linux (#442). 2015-10-20 14:12:05 -07:00
Pranav K 47365e421f Add generations TFMs to Hosting packages 2015-10-22 12:19:45 -07:00
N. Taylor Mullen 8e946798a1 Remove compilation options from services.
- This was a temporary work around to allow MVC to build.
- Reacts to aspnet/Mvc#3383
2015-10-22 11:01:51 -07:00
Chris R 4702752384 #411 Default webroot to wwwroot if the directory exists. 2015-10-22 09:27:53 -07:00
David Fowler f2e7c49c36 Don't add platforms services if no available 2015-10-22 08:42:31 -07:00
Chris R 10822b3b4f #411 Move webroot from project.json to config. 2015-10-22 06:10:33 -07:00
Pranav K 39c355002b Switching to using generations TFM 2015-10-21 21:38:02 -07:00
Pavel Krymets 7cc3e11a9e Add compiler configuration to services and another overload for test server creation
.. to alow host service configuration
2015-10-21 14:44:20 -07:00
John Luo 99f5febc3b Changing argument type of serverFeatures to IFeatureCollection 2015-10-21 10:46:01 -07:00