Pranav K
ef9d0784fb
Fix copy command
2016-03-18 14:29:36 -07:00
Chris R
3ffe4b5924
Remove IIS references to avoid circular dependency.
2016-03-18 12:16:13 -07:00
Chris R
712b6f78bb
#95 Add the ForwardedHeadersMiddleware by default.
2016-03-18 11:21:17 -07:00
Doug Bunting
9361960b2f
React to HttpAbstractions change: No features in `.Internal` namespace
...
- see issue aspnet/HttpAbstractions#561 and pull aspnet/HttpAbstractions#589
2016-03-18 08:35:57 -07:00
Stephen Halter
792f3ad089
Fix race preventing handling of the last request sent over a connection
...
We need to attempt to consume start lines and headers even after
SocketInput.RemoteIntakeFin is set to true to ensure we don't close a
connection without giving the application a chance to respond to a request
sent immediately before the a FIN from the client.
2016-03-17 23:08:30 -07:00
Doug Bunting
81bf1c2096
Cleanup transitive dependencies
2016-03-17 22:23:23 -07:00
Pranav K
6ad27bb705
* Remove xunit.runner.console reference
...
* Replace ExceptionAssert2.ThrowsArgumentNull with
ExceptionAssert.ThrowsArgumentNull
2016-03-17 17:11:49 -07:00
Pranav K
1d76db4d36
Removing ifdefs from test
...
Fixes #210
2016-03-17 16:44:54 -07:00
John Luo
73217edba5
Update package name
2016-03-17 16:36:27 -07:00
John Luo
862f16efa9
Update package name
2016-03-17 16:35:20 -07:00
mnltejaswini
fd984563c3
[Perf] Optimize CoerceResultToTaskAsync to remove MethodInfo.Invoke
2016-03-17 16:12:55 -07:00
John Luo
9ae3327af3
Use KillTree from Common
2016-03-17 16:07:38 -07:00
John Luo
ac7741fe81
Configure IStartupFilters in FIFO order #653
2016-03-17 15:51:32 -07:00
Pranav K
fb07fee465
Reduce grunt work in Mvc
2016-03-17 15:25:33 -07:00
Chris R
ce408a999e
#578 Do not buffer the request body by default when reading forms.
2016-03-17 15:21:10 -07:00
Victor Hurdugaci
457cd92bca
Remove the makefile
2016-03-17 14:43:34 -07:00
Victor Hurdugaci
f02cf6585b
Remove the makefile
2016-03-17 14:42:45 -07:00
Victor Hurdugaci
dd9c92a990
Remove the makefile
2016-03-17 14:33:13 -07:00
Victor Hurdugaci
5da3673777
Remove the makefile
2016-03-17 14:32:34 -07:00
Victor Hurdugaci
7c1c4df310
Remove the makefile
2016-03-17 14:31:32 -07:00
Victor Hurdugaci
4e396b8443
Remove the makefile
2016-03-17 14:27:21 -07:00
Victor Hurdugaci
1567a40629
Add a way to exclude repositories from having the src folder deleted
2016-03-17 10:40:52 -07:00
Pranav K
f651f18d3a
Use a prefix tree as a backing store for ModelStateDictionary
2016-03-17 10:09:36 -07:00
Victor Hurdugaci
37dde59569
Fix the test projects that can't build without src because the framework assemblies are not transitively referenced when referencing packages
2016-03-17 09:15:15 -07:00
Stephen Halter
84a68208d0
Remove race condition from socket input that could stall reads
...
- Without the _sync lock, if new data was produced as ConsumingComplete
was called, the next "await SocketInput" might never complete despite not
all data being examined.
- If more data is produced afterward, the stall would be prevented, but this
isn't always the case such as during the end of the request.
2016-03-17 07:44:32 -07:00
Stephen Halter
850632a091
Ensure KestrelThreads get stopped in tests if there is a startup failure
2016-03-17 07:44:30 -07:00
Stephen Halter
b55bef20aa
Allow the server to forcefully close socket it tests with connection failures
...
- This is a delayed reaction to 54caf30 which causes connections closed from
the server to be closed less gracefully due to no longer waiting for a FIN
from the client
2016-03-17 07:44:28 -07:00
Pranav K
432cfa0035
Fix failing functional tests
2016-03-16 20:33:41 -07:00
John Luo
4df44c8501
Use KillTree from Common
2016-03-16 18:02:59 -07:00
Ryan Nowak
fec1268bf3
Remove ModelBinding features from ResourceFilters
...
Removes all of the ModelBinding configuration support from Resource
Filters. We haven't come up with concrete scenarios around these features,
and don't want to paint ourselves into a corner with extensibility.
2016-03-16 16:33:14 -07:00
Pranav K
4ef80fabf6
Fixing CI build failure
2016-03-16 16:22:16 -07:00
Pranav K
4299a4d50b
Remove DependencyModel dependency
2016-03-16 16:05:04 -07:00
jacalvar
cef81adb21
[ Fixes #4237 ] Include Assembly-Qualified type name in ActionDescriptor.DisplayName
2016-03-16 15:26:25 -07:00
Hao Kung
0ea969e684
Fix tests
2016-03-16 15:01:32 -07:00
John Luo
32740d67a7
Use NullFileProvider from FileSystem
2016-03-16 14:27:45 -07:00
ryanbrandenburg
416fc81cec
Include Microsoft.AspNetCore.Diagnostics in MusicStore
2016-03-16 13:11:50 -07:00
Cesar Blum Silveira
ab72ba5056
Cache Coherence in the correct place.
2016-03-16 12:11:11 -07:00
Cesar Blum Silveira
0a6384bd3a
Set UNIVERSE_COMMITS_FILE env. variable after caching Coherence.
2016-03-16 11:38:06 -07:00
Arthur Vickers
98c69c3c4b
Use separate service providers
2016-03-16 09:18:07 -07:00
Cesar Blum Silveira
b269e3f9ea
Cache Coherence locally in ci-test.
2016-03-15 18:34:24 -07:00
John Luo
22f55d5937
Reacting to DataProtection changes
2016-03-15 18:28:56 -07:00
John Luo
24279aa946
Handle directories with spaces during deployment publish #630
2016-03-15 17:49:16 -07:00
Eilon Lipton
0f74187a81
Fix package dependencies
...
Removed some extraneous dependencies and instead made all the
diagnostics packages be independent packages that happen to share some
concepts/source code.
The common Razor base class code was moved to a shared source file. Then
the Diagnostics page, ELM page, and EF database page all use that. Also
updated the page generator to use the new shared code.
See #257
2016-03-15 17:33:10 -07:00
jacalvar
c237f8989a
React to changes in DataProtection
2016-03-15 16:26:57 -07:00
Arthur Vickers
6116f0e2e8
AddOptions, which is apparently not brought in my memory cache anymore.
2016-03-15 15:56:43 -07:00
Eilon Lipton
0f6fb8277c
Fix package metadata
2016-03-15 15:48:34 -07:00
Sebastien Ros
ec560bdfe0
Refactoring CacheTagHelper
...
- Introducing a new distributed cache tag helper
- Sharing base implementation for both cache tag helper
- Preventing concurrent execution of cache tag helpers
Fixes #4147 , Fixes #3867
2016-03-15 15:46:51 -07:00
Arthur Vickers
dc34c630b7
Go back to using app service provider as EF internal service provider when using in memory
2016-03-15 15:32:08 -07:00
Eilon Lipton
d89afcbbf0
Fix package metadata
2016-03-15 14:54:14 -07:00
Eilon Lipton
396bef4b6d
Fix package metadata
2016-03-15 14:42:37 -07:00