Kiran Challa
|
4dcde8a329
|
Added Base64UrlTextEncoder utility from Security repo
|
2016-11-01 15:31:39 -07:00 |
Pranav K
|
1ff417f321
|
Merge remote-tracking branch 'origin/rel/1.1.0-preview1' into dev
|
2016-10-17 09:56:07 -07:00 |
Pranav K
|
a8fcba4e56
|
Branching for 1.1.0-preview1
|
2016-10-17 09:49:12 -07:00 |
Pranav K
|
cdbd9ffa74
|
Updating to netcoreapp1.1
|
2016-10-13 11:18:10 -07:00 |
Pranav K
|
11a67b8f55
|
Revert "Updating to netcoreapp1.1"
This reverts commit 6d5cd28e9b.
|
2016-10-12 16:08:46 -07:00 |
Pranav K
|
6d5cd28e9b
|
Updating to netcoreapp1.1
|
2016-10-12 13:45:30 -07:00 |
Ben Adams
|
4569653504
|
Don't allocate for ResponseCookiesFeature
|
2016-10-07 10:01:42 -07:00 |
Kristian Hellang
|
063d6eca0f
|
Added custom RFC 1123 DateTimeFormatter to improve allocation profile (#716)
|
2016-10-05 12:19:15 -07:00 |
Pranav K
|
874dcebbcb
|
Updating partner package versions
|
2016-09-28 11:50:48 -07:00 |
Ben Adams
|
067eb9c6f8
|
Make FeatureReferences<T>.Fetch inlineable (#704)
|
2016-09-28 11:35:04 -07:00 |
Mikael Mengistu
|
35cde79e46
|
Renamed HttpMethod class to HttpMethods to avoid conflicts
|
2016-09-27 14:26:36 -07:00 |
Mikael Mengistu
|
626332c5db
|
Adding HTTP method constants
|
2016-09-26 23:09:08 -07:00 |
David Fowler
|
87cd79d6fc
|
Added decoding tests for the FormReader
- This is the first step in work to remove
char[] allocations from the FormReader
|
2016-09-08 09:57:58 -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 |
Doug Bunting
|
22e5dfd8df
|
Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
|
2016-09-04 19:51:44 -07:00 |
Kiran Challa
|
30a4b09d9f
|
Fix CookieOptions.HttpOnly doc comment
|
2016-09-01 10:18:39 -07:00 |
John Luo
|
e4afd782e8
|
Add strong and weak ETag comparisons
|
2016-08-30 14:15:16 -07:00 |
John Luo
|
e2a0e887af
|
Add UsePathBase middleware
|
2016-08-16 16:18:36 -07:00 |
Justin Kotalik
|
69729bc75b
|
Perf to ToUriComponent
|
2016-08-10 16:26:33 -07:00 |
Pranav K
|
d16614a653
|
Switching to dotnet.myget.org feed
|
2016-08-09 15:03:15 -07:00 |
Justin Kotalik
|
a4a4e490c5
|
Addresses #678 and #679
|
2016-08-03 22:31:42 -07:00 |
Pavel Krymets
|
e320755734
|
Do not run custom header parsers on null header values (#678)
|
2016-08-02 19:40:30 -07:00 |
BrennanConroy
|
6c56f1df28
|
Update .travis.yml
|
2016-08-02 13:09:06 -07:00 |
BrennanConroy
|
9a0ea424ea
|
Fix cross appdomain exception
|
2016-07-25 09:48:10 -07:00 |
Pavel Krymets
|
b4b2dd6bf2
|
Add buffer size parameter to CopyTo method (#674)
|
2016-07-21 16:40:48 -07:00 |
Kiran Challa
|
c5e09b0344
|
Added a HttpResponseStreamWriter test for surrogate pairs
|
2016-07-18 14:11:42 -07:00 |
Victor Hurdugaci
|
e64b8e55e5
|
Add some multipart reader utilities to make reading streams easier
|
2016-07-14 09:25:46 -07:00 |
Doug Bunting
|
9a28932b7a
|
To de-dupe, we must remove (again)
- part of aspnet/Common#93
- use `WebEncoders` from Common repo
- leave some of `WebEncodersTests` to ensure resources are brought in correctly
|
2016-07-12 16:25:53 -07:00 |
Troy Dai
|
150b4708f1
|
Fix PathString over-encoding
Base on RFC 3986, ensure following characters are not encoded
alpha, digit, "-", "_", ".", "~", "@", ":", "/", "!", "$", ";", "=",
"'", "(", ")", "*", "+", ","
|
2016-07-08 15:54:46 -07:00 |
Doug Bunting
|
748e96f513
|
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 12:01:29 -07:00 |
Derek Gray
|
01f247db48
|
Prevent an unnecessary allocation of a state machine (thanks @PinpointTownes)
|
2016-07-05 13:44:43 -07:00 |
Derek Gray
|
59b605cafb
|
Add UseWhenExtensions and UseWhenExtensionsTests
|
2016-07-05 11:54:23 -07:00 |
Pranav K
|
62eaf16585
|
Updating to RTM builds of xunit
|
2016-07-01 11:21:28 -07:00 |
John Luo
|
4986137ffe
|
Use filename* for files in multipart forms when available #651
|
2016-06-29 12:31:52 -07:00 |
Chris R
|
3c0c02112d
|
#659 Parse headers with consecutive commas
|
2016-06-23 14:22:23 -07:00 |
Pranav K
|
20d608170e
|
Updating to dev versions
|
2016-06-16 10:17:59 -07:00 |
Justin Kotalik
|
d71c2cb6ce
|
Adds Refactor to Equals in Path String, Adds Regression Tests
|
2016-06-15 16:32:03 -07:00 |
Justin Kotalik
|
8f3d894b95
|
#625 Changes Error Message when trying to reuse stream
|
2016-06-15 15:33:24 -07:00 |
Kristian Hellang
|
3865136b97
|
Added "451 Unavailable For Legal Reasons" to StatusCodes
From RFC7725 - https://tools.ietf.org/html/rfc7725
|
2016-06-15 11:36:29 -07:00 |
Alex Forbes-Reed
|
0a3213ebaa
|
Added RFC 7538 support
|
2016-06-15 11:29:23 -07:00 |
Alex Forbes-Reed
|
2a1e6649b0
|
Added RFC 4918 support
|
2016-06-15 11:29:23 -07:00 |
Pranav K
|
4abdbd8aa3
|
Merge branch 'release' into dev
|
2016-06-14 16:28:51 -07:00 |
Pranav K
|
7af884d4ea
|
Updating to release.
|
2016-06-14 16:22:24 -07:00 |
N. Taylor Mullen
|
54bdd47763
|
Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
|
2016-06-13 15:28:32 -07:00 |
jacalvar
|
cdb16d656c
|
Remove unncessary imports
|
2016-06-08 15:00:57 -07:00 |
Chris R
|
3fc1fef2be
|
#573 Rename UriHelper.Encode
|
2016-06-06 13:30:07 -07:00 |
Pavel Krymets
|
8b3c308c22
|
Limit value number instead of key number in form reader
|
2016-06-01 15:46:40 -07:00 |
Cesar Blum Silveira
|
8212694874
|
Add RawTarget property to IHttpRequestFeature (#596).
|
2016-05-27 16:54:07 -07:00 |
Cesar Blum Silveira
|
0c8fb843e4
|
Fix OSX build on Travis.
|
2016-05-27 14:49:49 -07:00 |
Pavel Krymets
|
c63f02c19f
|
Optimize form reader allocations
|
2016-05-27 08:14:47 -07:00 |