Pavel Krymets
f600604140
Add tests for map path without wwwroot, and typos
2015-12-01 08:44:00 -08:00
Sunny Ahuwanya
6251b8f3e6
Changed timer interval to 1 second.
2015-12-01 09:29:54 -05:00
Cesar Blum Silveira
921c338a40
Support PathBase ( #214 ).
2015-11-30 16:42:02 -08:00
Kiran Challa
e6376a89a6
Use in-memory store for openid connect testing on non-windows platforms
2015-11-30 13:54:29 -08:00
Kiran Challa
d584c09413
Fixed OpenIdConnectBackChannelHttpHandler's path to the configuration file
2015-11-30 13:45:03 -08:00
David Fowler
8b310c4583
Merge pull request #436 from benaadams/imemorypool
...
Remove unused IMemoryPool
2015-11-29 08:12:06 -08:00
Ben Adams
9102c1bb92
Remove unused IMemoryPool
2015-11-29 10:13:14 +00:00
John Luo
5ed05d34ac
Adding directory existence check for nuget-install
2015-11-29 00:05:52 -08:00
Ben Adams
2937fc3c98
OnConnection->OnConnectionAsync
...
Resolves #433
2015-11-29 03:57:47 +00:00
Sunny Ahuwanya
67a0f2d420
Reverted ISystemClock to use DateTimeOffset
2015-11-28 21:27:51 -05:00
Sunny Ahuwanya
7f025a6bd4
Speed up DateHeaderValueManager
...
Replaced PumpTimer() method with StartTimer(), introduced StopTimer()
method which pauses timer when idle instead of disposing it,
ISystemClock returns DateTime instead of DateTimeOffset.
2015-11-28 20:15:17 -05:00
Kiran Challa
a2f5fcbd2d
Fix Startup.cs to enable running test on non-Windows OSes
2015-11-25 14:22:35 -08:00
David Fowler
ea7f40c592
Merge pull request #408 from benaadams/CancellationTokenSource
...
Remove CreateLinkedTokenSource
2015-11-25 01:32:04 -08:00
Pavel Krymets
705769bda6
Fix build
2015-11-24 15:40:45 -08:00
Pranav K
64fa41457b
Updating build script per RC1 branching
2015-11-24 14:53:00 -08:00
Pavel Krymets
aaea8bdf05
Fix test
2015-11-24 11:09:01 -08:00
Pavel Krymets
cc384ff272
Add an option to disable windown auth
2015-11-24 10:56:34 -08:00
Pranav K
60f5fd591e
Updating tests to run on dnxcore50
2015-11-23 16:40:15 -08:00
Pavel Krymets
82ed1a4eee
Remove single moq usage
2015-11-23 15:21:32 -08:00
Stephen Halter
07c0b414f0
Merge branch 'benaadams/faster-headers' into dev
2015-11-23 15:10:24 -08:00
Pranav K
5f44e8540d
Ensure Microsoft.AspNet.DataProtection.Test.Shared can compile in dnxcore50
2015-11-23 11:31:50 -08:00
Chris R
d01c8bb1cf
#318 Move IStartupFilter to Hosting.Abstractions.
2015-11-21 21:56:34 -08:00
Ben Adams
16cccb50cb
Merge pull request #3 from stephentoub/delay_cts_allocation
...
Lazily allocate the RequestAborted CTS
2015-11-21 14:16:28 +00:00
Ben Adams
81dba3961d
less work in locks
2015-11-21 14:13:23 +00:00
stephentoub
c7d7f0e575
Lazily allocate the RequestAborted CTS
...
Avoid allocating the CancellationTokenSource unless it's actually requested. This makes it pay-for-play with regards to code that actually asks for the RequestAborted token and requests that are aborted.
2015-11-21 08:38:48 -05:00
Cesar Blum Silveira
e4fd91bb68
Fix hang on Connection: close requests. ( #406 )
2015-11-20 20:43:52 -08:00
Ben Adams
feb40402de
merge preamble-output, socket-output
2015-11-21 04:18:06 +00:00
Ben Adams
a3173c487a
Precomputed header bytes
2015-11-21 00:22:44 +00:00
Ryan Nowak
765304aad9
React to breaking changes in MVC
2015-11-20 16:04:30 -08:00
Chris R
9d19a27b6b
#481 Add the DNX runtime to the path when lanching test processes.
2015-11-20 15:45:57 -08:00
Pranav K
ca3e4669dc
Updating tests to use moq.netcore
2015-11-20 14:40:50 -08:00
Pavel Krymets
6ee745f7f5
Fix tests
2015-11-20 13:59:05 -08:00
Pavel Krymets
6a719ab95d
Remove webroot fallback to approot
2015-11-20 13:37:08 -08:00
Stephen Halter
0dbf108353
Smarter unpinning of MemoryPoolBlock2 in SocketOutput
2015-11-20 12:59:53 -08:00
Daniel Kraemer
7bb3ccf201
Fixed possibly wrong registry path
...
Your version of this script opens/creates registry path "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\4.0.30319.0\AutoGenKeys\$sid"
I think the correct path should be "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys\$sid"
2015-11-20 21:37:08 +01:00
Nate McMaster
9db4940c5d
Increase connect timeout in music store tests
2015-11-20 11:42:37 -08:00
Stephen Halter
2572256d3f
Use MemoryPool2 for SocketOutput Buffers
...
Add ProducingStart and ProducingComplete methods to ISocketOutput.
These new methods can help prevent double buffering when encoding.
2015-11-20 04:41:33 -08:00
Ben Adams
9d852632c0
Remove _nullBuffer
...
Was meant to be removed as part of #335
/cc @rynowak
2015-11-20 05:51:25 +00:00
John Luo
73fd257844
Reacting to ApplicationServices removal from HttpContext
2015-11-19 17:03:31 -08:00
Ben Adams
174ec739bb
Don't log ODEs thrown from _abortedCts.Cancel
2015-11-20 00:30:08 +00:00
Chris R
1c40548928
Add LoggingConnectionFilter.
2015-11-19 16:28:45 -08:00
Ben Adams
3c7431aa35
Change disconnect to abort cts
2015-11-19 23:25:31 +00:00
Pavel Krymets
04c30c8bb7
Flow configuration via IHostingEnvironment
2015-11-19 14:18:45 -08:00
Ben Adams
58d8c851c5
Remove CreateLinkedTokenSource
...
Resolves #407
2015-11-19 21:50:10 +00:00
Cesar Blum Silveira
307e020703
Don't crash the server if a connection filter throws synchronously.
2015-11-19 13:27:43 -08:00
John Luo
67aa2546a8
Removing ApplicationServices from HttpContext #466
2015-11-19 09:34:38 -08:00
Pavel Krymets
7c8b37bcc7
Do not add IHttpContextAccessor to DI by default
2015-11-18 15:03:03 -08:00
Chris R
2f2ca234a5
Enable detailed startup errors by default.
2015-11-18 14:01:40 -08:00
Pavel Krymets
09f54d6857
Fix build
2015-11-18 12:38:28 -08:00
Pranav K
78e90d7f04
Update ifdefs from DNXCORE50 to DOTNET5_4
...
Fixes #467
2015-11-18 12:29:47 -08:00