Cesar Blum Silveira
cea46e7851
Disable Microsoft.AspNet.Cryptography.KeyDerivation.Test on CoreCLR.
2015-10-16 15:49:25 -07:00
Arthur Vickers
1b87767472
Fix bug in test where key value was not being set.
2015-10-16 15:27:39 -07:00
Stephen Halter
c809beec18
Don't allocate Exceptions unnecessarily
...
- Allocate Exceptions in the ReadStart callbacks if necessary instead
of in UvStreamHandle.
- This also fixes a bug in ListenerSecondary where it should have
previously been looking at the error code instead of the read count.
#237
2015-10-16 15:25:37 -07:00
Cesar Blum Silveira
f0438d69eb
Enable Microsoft.AspNet.TestHost.Tests on CoreCLR.
2015-10-16 15:09:54 -07:00
Kirthi Krishnamraju
5f4f6194b8
Add logic in test infrastructure to get runtime for coreclr on mac
2015-10-16 14:45:23 -07:00
Victor Hurdugaci
ec7d04a178
Use cmd for fast delete
2015-10-16 11:47:37 -07:00
Cesar Blum Silveira
4165ee02c1
Enable some tests on CoreCLR.
2015-10-16 11:15:34 -07:00
Cesar Blum Silveira
fb6bbee561
Call correct build.sh when building repos.
2015-10-16 11:00:52 -07:00
Victor Hurdugaci
69ed946970
Move compiler shared to its own folder
2015-10-16 10:11:09 -07:00
あまみや ゆうこ
912aaaa9d2
To correct word spell
2015-10-16 09:49:04 -07:00
Ryan Nowak
221df71425
Incorporate StringSegment from primitives
2015-10-16 08:39:58 -07:00
Glenn Condron
56db20c863
Merge pull request #989 from aspnet/glennc/readmeUpdate
...
Update README.md
2015-10-16 00:02:32 -07:00
Stephen Halter
8e818e3549
Address PR feedback
2015-10-15 16:52:37 -07:00
Chris R
4083c18d1e
Merge pull request #441 from benaadams/patch-2
...
Comment cleanup
2015-10-15 16:45:24 -07:00
Ben Adams
3276115877
Comment sp
2015-10-16 00:40:37 +01:00
Pranav K
f8b39bea63
Reacting to Cors rename
2015-10-15 16:00:05 -07:00
Stephen Halter
7b315d2470
Close connection gracefully in Frame.ProduceEnd
...
- Try sending a FIN before closing the socket
- Don't attempt to send a FIN twice for the same connection
2015-10-15 15:35:40 -07:00
Stephen Halter
513abb4561
Log errors in OnStarting and OnCompleted
2015-10-15 15:35:38 -07:00
Stephen Halter
b98425d3b1
Log unhandled exceptions thrown from the AppFunc
2015-10-15 15:35:36 -07:00
Kiran Challa
c36b89aa16
Unskip a test as it has been fixed in dnx
2015-10-15 14:26:10 -07:00
Chris R
7d62a188e1
Merge pull request #440 from benaadams/move-request-identifier
...
Expose TraceIdentifier on Httpcontext
2015-10-15 14:16:30 -07:00
Ben Adams
e01a05d214
Move RequestIdentifierFeature to HttpContext
...
Rebased #435
Allow lazier instantiation
Expose TraceIdentifier on Httpcontext
Also resolves #412
Add tests
2015-10-15 22:00:45 +01:00
Chris R
c93e4f09f2
React to Authentication changes.
2015-10-15 10:09:33 -07:00
glennc
0d8f91f382
remove aspnetbeta8 form nuget.config. The packages are now on NuGet.org
2015-10-15 10:05:05 -07:00
Chris R
dbe4327932
React to Authentication API changes.
2015-10-15 09:24:14 -07:00
David Fowler
d565659de7
Merge pull request #420 from benaadams/Features-perf
...
Remove FeatureReference indirection
2015-10-15 04:03:23 -07:00
Stephen Halter
611eaeb761
Add test for large blocks not taken from slab
2015-10-14 16:11:38 -07:00
Stephen Halter
7c27c5c0e7
Better handle blocks not taken taken from slabs
...
- If the block needs to be larger than 4032 bytes it won't be backed by a slab
2015-10-14 16:05:35 -07:00
Ben Adams
1f4ca55799
Features performance
...
Use FeatureCacheHelpers static methods rather than struct FeatureReference by default for lower allocation
2015-10-14 23:59:29 +01:00
ASP.NET Push Bot
39c901ee4e
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@66364c7eb4
2015-10-14 15:44:50 -07:00
Glenn Condron
3e526a568d
Update README.md
2015-10-14 15:04:24 -07:00
Hao Kung
d28c6e1dbb
Changes for error handling in Authentication
2015-10-14 14:44:50 -07:00
Doug Bunting
0581bcf008
Update `MediaTypeHeaderValue.IsSubsetOf()` to perform consistent checks
...
- aspnet/Mvc#3138 part 1/2
- check parameters with same polarity as type and subtype
- ignore quality factors
- bug was obscured because MVC has no formatters supporting wildcard media types
nits:
- add doc comments
- spelling
- correct typo in a `project.json` file
2015-10-14 12:07:07 -07:00
glennc
86c75018d0
Merge branch 'dev' of github.com:aspnet/Home into dev
2015-10-14 11:54:05 -07:00
Stephen Halter
412d527d01
Check all DNX_HOME env variables in LibuvCopier
...
- Report error if the HOME env variable is required and not set on Linux
2015-10-14 11:44:18 -07:00
Troy Dai
a198ae39cc
Split the DNX_HOME environment variable when it is a semi-colon separated list
2015-10-14 11:42:18 -07:00
Stephen Halter
06e895b7b6
Make LibuvCopier work on CoreCLR even without DNX env variables
...
- This should fix our AppVeyor builds
2015-10-14 11:42:17 -07:00
glennc
01a13ed264
Add beta8 samples directory.
2015-10-14 10:03:49 -07:00
Eilon Lipton
82fb0cf6ee
Clarify bug number reference in PRs
2015-10-14 09:54:56 -07:00
Kiran Challa
67692e1c89
Skipped failing tests
2015-10-14 04:10:13 -07:00
David Fowler
6aaa3cbe06
Use IApplicationLifetime.StopApplication instead of
...
IApplicationShutdown.
React to hosting changes 374526b270
2015-10-14 01:09:11 -07:00
David Fowler
ef38f5589d
React to hosting changes to IApplicationLifetime
2015-10-14 00:46:18 -07:00
Chris R
2fe2e0d841
#1 Implement a full authentication handler.
2015-10-13 13:47:45 -07:00
David Fowler
374526b270
Merge IApplicationShutdown and IApplicationLifetime
...
- Added StopApplication to IApplicationLifetime. This will replace
IApplicationShutdown.RequestShutdown.
2015-10-13 13:25:31 -07:00
Kiran Challa
79a8a4e799
Fix deployers
2015-10-13 10:59:47 -07:00
Eilon Lipton
2e8e5e92a1
Merge pull request #983 from altonius/patch-1
...
Updated links to https
2015-10-13 10:44:36 -07:00
Kiran Challa
916bca69fc
Fix tests
2015-10-13 10:27:58 -07:00
Kiran Challa
348ab7c943
Reacting to testing changes
2015-10-13 10:20:10 -07:00
Kiran Challa
dcdf778bcc
Reacting to testing changes
2015-10-13 05:24:25 -07:00
Alton(ius) Blom
650047a287
Updated links to https
...
Updated a number of links to https instead of http.
2015-10-13 15:10:46 +11:00