Chris R
|
456277fe1d
|
#361 Introduce StringValues to replace string[] usage.
|
2015-08-28 12:11:13 -07:00 |
Ryan Nowak
|
15687ab80a
|
Fix #343 - Avoid going to disk when reading the form
This change tries to avoid looking up the TEMP directory for most reads of
the form data. We'll now only hit the disk when necessary.
|
2015-08-28 09:41:12 -07:00 |
Ryan Nowak
|
516a435ea5
|
Fix #365 - Make IFormFileCollection implmenent IReadOnlyList<T>
|
2015-08-21 10:39:27 -07:00 |
David Fowler
|
6ba7793636
|
Merge pull request #376 from khellang/owin-request-user
Add owin.RequestUser
|
2015-08-21 01:00:50 -07:00 |
Kristian Hellang
|
138bc6a20f
|
Added owin.RequestUser
|
2015-08-21 09:38:53 +02:00 |
Kristian Hellang
|
68eb9646ea
|
Added asserts to tests
|
2015-08-21 09:38:53 +02:00 |
N. Taylor Mullen
|
d013bdfbf6
|
Update 'build.sh' to pull Sake from v2 NuGet feed.
|
2015-08-20 20:46:08 -07:00 |
N. Taylor Mullen
|
1655fbf03a
|
Update 'build.cmd' to pull Sake from v2 NuGet feed.
|
2015-08-20 15:37:08 -07:00 |
N. Taylor Mullen
|
5b3d7230b3
|
Update NuGet feed from v2 => v3.
|
2015-08-19 14:52:58 -07:00 |
Pranav K
|
aa0f6c37bb
|
Updating to aspnetlitedev.
|
2015-08-18 14:00:19 -07:00 |
Pranav K
|
ced0f989ab
|
Merge branch 'release' into dev
|
2015-08-18 14:00:18 -07:00 |
Pranav K
|
bbeea8ba4a
|
Updating to aspnetliterelease.
|
2015-08-18 14:00:18 -07:00 |
Pranav K
|
1f1feb298d
|
Merge branch 'release' into dev
|
2015-08-17 14:48:04 -07:00 |
Pranav K
|
7ca6982883
|
Updating to release NuGet.config.
|
2015-08-17 14:48:02 -07:00 |
Troy Dai
|
e4722b0bef
|
Update packages' versions
|
2015-08-17 11:11:16 -07:00 |
Hao Kung
|
8487e42a68
|
Hello HttpContextAccessor
|
2015-08-12 13:08:58 -07:00 |
Kiran Challa
|
282c50876b
|
Enable pinning build script
|
2015-08-11 16:53:01 -07:00 |
Hao Kung
|
67803d2f41
|
Challenge now always checks for accept
|
2015-08-11 16:15:48 -07:00 |
Pranav K
|
4576481a32
|
Reacting to DI changes
|
2015-08-11 12:57:06 -07:00 |
Troy Dai
|
3cd5907fc5
|
Update CoreCLR versions
|
2015-08-05 09:33:00 -07:00 |
Chris R
|
9c3a39123a
|
#341 Add HttpReqeuest GetEncodedUrl and GetDecodedUrl extensions.
|
2015-08-04 10:09:39 -07:00 |
Chris R
|
ac945a0bcf
|
#339 Reduce IFeatureCollection surface area.
|
2015-08-03 14:55:25 -07:00 |
sornaks
|
5d7ec0e2c6
|
Changing QueryHelpers.AddQueryString to use Array instead of List.
|
2015-08-03 11:08:54 -07:00 |
Chris R
|
b8af07e3c1
|
#60 Merge FeatureModel into Http.Features. Remove unused FeatureObject.
|
2015-07-16 15:10:48 -07:00 |
Pranav K
|
6a21a4bc26
|
Merge branch 'release' into dev
|
2015-07-16 08:57:13 -07:00 |
Pranav K
|
ad4783314f
|
Updating to release NuGet.config
|
2015-07-16 08:57:10 -07:00 |
Hao Kung
|
d142160f47
|
OnCompletedDispose => RegisterForDispose
|
2015-07-13 12:23:03 -07:00 |
sornaks
|
25ea93de9e
|
Making QueryHelpers.AddQueryString support # in the URL.
|
2015-07-09 16:08:45 -07:00 |
sornaks
|
24f90cc914
|
Introducing IHtmlContent - an interface which lets any content define how to write itself.
|
2015-07-09 15:01:36 -07:00 |
Chris R
|
534becad6b
|
#182 Move StatusCodes from WebUtilities to Http.Abstractions.
|
2015-07-08 09:55:32 -07:00 |
Victor Hurdugaci
|
bbbd0d9f35
|
Add repository information to project files
|
2015-07-01 20:02:24 -07:00 |
Chris R
|
40719b37f6
|
#177 Enable Copy to return non-read-only.
|
2015-06-26 14:34:22 -07:00 |
Hao Kung
|
5fe8037281
|
Auth API changes (Async, ChallengeBehavior)
|
2015-06-25 17:03:10 -07:00 |
Chris R
|
641a7fb82b
|
Correct exception type.
|
2015-06-25 12:20:53 -07:00 |
Hisham Abdullah Bin Ateya
|
eb423e57d6
|
Using 'nameof' operator instead of magic strings
Fix back-end field issue
Fix back-end field issue
|
2015-06-25 12:17:17 -07:00 |
Chris R
|
652d885402
|
#177 Immutable HeaderValue objects.
|
2015-06-25 09:34:14 -07:00 |
Mikael Mengistu
|
12b78a31bf
|
Added more tests and error handling for construction of middleware classes #236
|
2015-06-24 10:03:56 -07:00 |
Doug Bunting
|
c83ff60275
|
Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
|
2015-06-23 10:58:52 -07:00 |
Brennan
|
1abb33d4bc
|
Adding a couple mono tests back in
|
2015-06-23 09:02:41 -07:00 |
Chris R
|
af6a17710b
|
#310 Refactor IRequestIdentifierFeature.
|
2015-06-16 16:26:37 -07:00 |
Chris R
|
a79b05bf24
|
#320 Rename OnSendingHeaders to OnResponseStarting and HeadersSent to HasStarted.
|
2015-06-12 12:59:07 -07:00 |
Henk Mollema
|
40cfc238fe
|
Use nameof operator
|
2015-06-11 09:28:05 +02:00 |
Kiran Challa
|
6407a1672d
|
Session API review changes.
|
2015-06-03 21:51:17 -07:00 |
David Fowler
|
ed339a35d2
|
Made container verison volatile
|
2015-05-29 14:14:36 -07:00 |
David Fowler
|
d9839bcc43
|
Removed bookeeping for duck typing feature interfaces
- Removed interlocked increment since the version was
being incremented within the lock
#317
|
2015-05-29 01:12:54 -07:00 |
Pranav K
|
5c32d3dab8
|
Merge branch 'release' into dev
|
2015-05-27 16:22:56 -07:00 |
Pranav K
|
fd07e666e4
|
Updating to release NuGet.config
|
2015-05-27 16:22:53 -07:00 |
David Fowler
|
eb182fdafd
|
Fixed dependencies
|
2015-05-21 03:46:18 -07:00 |
Chris R
|
69849cc37c
|
#311 Move UseMiddleware to Http.Abstractions.
|
2015-05-20 12:42:54 -07:00 |
David Fowler
|
83a8fd136f
|
Fix tabs
|
2015-05-17 09:07:21 -07:00 |