Pranav K
38feebc0d6
Reacting to CoreCLR package version change
2016-01-20 20:53:25 -08:00
Brennan
3f84e992f4
Make StreamCopyOperation public and update it to same as StaticFiles
2016-01-19 10:03:26 -08:00
Brennan
1f21540fd5
Remove IsLocal
2016-01-19 08:35:53 -08:00
Nate McMaster
8349419c7f
Updating build script
2016-01-14 16:41:14 -08:00
David Fowler
4e495b3578
Merge pull request #534 from khellang/save-form-file
...
Promote IFormFile extension methods
2016-01-13 15:01:46 +00:00
Kristian Hellang
4b64d187c2
Promote IFormFile extension methods to IFormFile
2016-01-13 14:30:14 +01:00
John Luo
fa8c5cbb3a
Updating QueryString doc comment
2016-01-08 19:28:34 -08:00
David Fowler
6bc8384ea9
Small style cleanup
2016-01-07 20:52:54 -08:00
David Fowler
ca8136b73c
Compile middleware invoke method when extra args are provided
...
- Improves the performance when accessing scoped services in middleware
2016-01-07 20:39:04 -08:00
Victor Hurdugaci
e7bf0e71bb
Build with dotnet
2016-01-07 14:22:25 -08:00
David Fowler
05c476d1b5
Merge pull request #526 from benaadams/generic-get+set
...
Move generic Get/Set into Interface
2015-12-31 12:49:55 -08:00
Ben Adams
62ec29b6af
Move generic Get/Set into Interface
2015-12-31 20:18:24 +00:00
Stephen Halter
364a712cb3
Merge branch 'lodejard/featurereferences' into dev
2015-12-30 15:35:08 -08:00
Pranav K
161d6ca5c0
Move Microsoft.Extensions.WebEncoders to HtmlAbstractions
...
Fixes #512
2015-12-23 09:27:39 -08:00
Brennan
ee804e5841
Register FileBufferingReadStream for disposal
2015-12-22 16:13:23 -08:00
Hao Kung
1a485fadb0
OptionsModel => Options
2015-12-21 15:04:10 -08:00
Louis DeJardin
c95d816c1d
Updating unit test to probe _features cache field state
2015-12-17 11:18:44 -08:00
Louis DeJardin
35d71068d4
PR feedback
2015-12-16 22:46:20 -08:00
Louis DeJardin
290ff2a268
PR feedback
2015-12-16 22:37:07 -08:00
Louis DeJardin
4265855652
PR feedback
...
Adding comment about reason for public field
2015-12-16 22:35:41 -08:00
Louis DeJardin
c05c203c28
Adding example of what http context pooling might look like
2015-12-16 22:02:05 -08:00
Louis DeJardin
0e3fe7493e
Streamlining feature cache and object re-initialiation code paths
...
Shouldn't increase object size, but does improve maintainability
2015-12-16 20:01:55 -08:00
Ben Adams
67c5ec29b3
Allow feature cache to be updated+invalidated
2015-12-15 16:12:37 -08:00
Brennan
c41be75796
Wrap Branch in try finally
2015-12-14 14:02:54 -08:00
Brennan
59b32934e3
Change Expires to DateTimeOffset
2015-12-14 08:27:59 -08:00
Pranav K
53be6220a9
Merge branch 'release' into dev
2015-12-11 12:22:36 -08:00
Pranav K
5a8f1281e8
Updating to release NuGet.config.
2015-12-11 12:22:33 -08:00
Kristian Hellang
e3b7db6bb7
Update README.md
2015-12-09 13:43:06 +01:00
Brennan
5e42d26fd5
Implement GetHashCode
2015-12-08 10:29:53 -08:00
Pranav K
5231683aae
* Removing unused dependencies from code
...
* Cleaning up usage of CodeAnalysis.
2015-12-07 19:22:53 -08:00
David Fowler
dfe2d41437
Merge pull request #500 from khellang/form-file-name
...
Add Name and FileName to IFormFile
2015-12-04 12:01:24 -08:00
Kristian Hellang
c2e7618d9a
Added Name and FileName to IFormFile
...
This commits also gets rid of the name
closure in FormFileCollection by interating
over the files in the collection instead
of using Find and FindAll.
Closes #352 and #499
2015-12-04 20:28:42 +01:00
David Fowler
9887fe0dee
Move the header extensions to Http.Abstractions
2015-12-02 23:58:16 -08:00
David Fowler
6055e25d19
Fixed typo in doc comment
2015-12-02 22:51:48 -08:00
David Fowler
5b175beea8
Change SendFileAsync to use a fallback implementation instead of throwing
...
- If the user wants to use the SendFile API directly then they can access the feature
explicitly.
- Removed SupportsSendFile
- Don't check for existence, let FileStream throw
- Updated Doc comments
- Pass the buffer into StreamCopyOperation
- Using a real using instead of try finally.
2015-12-02 22:37:53 -08:00
Pranav K
a0a1c38e44
Moving Microsoft.AspNet.Html.Abstractions to a HtmlAbstractions repo
...
Fixes #418
2015-12-01 17:35:20 -08:00
John Luo
67aa2546a8
Removing ApplicationServices from HttpContext #466
2015-11-19 09:34:38 -08:00
Pranav K
78e90d7f04
Update ifdefs from DNXCORE50 to DOTNET5_4
...
Fixes #467
2015-11-18 12:29:47 -08:00
Pavel Krymets
681533e06c
Set IHttpContextAccessor only if DI provides it
2015-11-18 09:15:27 -08:00
Doug Bunting
4efc40d8b1
Move Travis to supported Linux distribution
...
- use Ubuntu 14.04 (Trusty)
- Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
2015-11-17 12:46:36 -08:00
John Luo
fbec068f5c
Adding option to configure services when exposing the ASP.NET 5 pipeline via OWIN #398
2015-11-17 11:02:04 -08:00
Doug Bunting
9e5ba94804
Explicitly choose Mono 4.0.5
...
- avoids future problems related to aspnet/External#48
- e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 11:00:20 -08:00
Pavel Krymets
690e5a66e5
Set default path=/ when removing cookie
2015-11-16 15:58:18 -08:00
Ryan Nowak
cb3e9b1218
Change List<T> to IList<T>
2015-11-16 10:51:30 -08:00
John Luo
d4d04d2c96
Adding exception message for paths not starting with / #251
2015-11-16 10:21:02 -08:00
Ryan Nowak
d25c25c4b2
Remove old package from nuget verifier
2015-11-16 08:55:10 -08:00
Ryan Nowak
88c356f645
Add HtmlContentBuilder and HtmlTextWriter
...
Remove BufferedHtmlContent
2015-11-16 08:41:03 -08:00
N. Taylor Mullen
bb8141710d
Remove System beta tag in project.json for coreclr packages.
2015-11-12 12:23:07 -08:00
David Fowler
f813d3cce8
Merge pull request #469 from khellang/uri-helper-string-concat
...
Changed string.Format to StringBuilder
2015-11-10 14:08:32 -08:00
Kristian Hellang
f726b7b591
Added PERF comment
2015-11-10 19:55:14 +01:00