Commit Graph

7429 Commits

Author SHA1 Message Date
Cesar Blum Silveira 25e6606a6e Delete previous Coherence cache and expand packages (#423, #425). 2016-03-22 14:09:51 -07:00
John Luo 21a2acc927 Reacting to Hosting changes 2016-03-22 11:57:03 -07:00
Doug Bunting 3b02600566 Revert "Reacting to CoreCLR package changes"
This reverts commit 1d91b7bb0d.
2016-03-22 09:38:50 -07:00
Cesar Blum Silveira 8908a327c0 Several refactorings in makefile.shade. 2016-03-21 15:05:15 -07:00
Pranav K 33dd349cd0 Revert "Reacting to CoreCLR package changes"
This reverts commit 1786e21426.
2016-03-21 14:24:00 -07:00
Pranav K 1786e21426 Reacting to CoreCLR package changes 2016-03-21 06:51:32 -07:00
Pranav K 1d91b7bb0d Reacting to CoreCLR package changes 2016-03-20 23:54:07 -07:00
Doug Bunting 0f9e4eba02 React to HttpAbstractions change: `WebSocketAcceptContext` in new namespace
- see issue aspnet/HttpAbstractions#590 and pull aspnet/HttpAbstractions#589
2016-03-20 18:06:55 -07:00
Pranav K 0e69fc2b17 Reacting to CoreCLR package changes 2016-03-19 12:56:35 -07:00
Pranav K f75ce04c4c Reacting to CoreCLR package changes 2016-03-19 12:41:52 -07:00
Pranav K b5e2d43859 Retarget tests to netstandardapp 2016-03-19 12:10:40 -07:00
Pranav K 8503e161d0 Reacting to CoreCLR package changes 2016-03-19 11:43:51 -07:00
Doug Bunting f13c418a65 React to HttpAbstractions change: No features in `.Internal` namespace
- see issue aspnet/HttpAbstractions#561 and pull aspnet/HttpAbstractions#589
2016-03-18 19:01:53 -07:00
Pranav K 65d6c79612 Only look for the commit hash file if KOREBUILD_ADD_ASSEMBLY_INFO is set. 2016-03-18 16:32:31 -07:00
Pranav K 8c0f9c8482 Remove FLOWID for Linux 2016-03-18 15:27:29 -07:00
Pranav K a747c4e95f Don't copy .build dir in Mac and Linux 2016-03-18 14:56:07 -07:00
moozzyk a15826399d Racting to ASPNETCORE_APPLICATIONBASE -> ASPNETCORE_CONTENTROOT rename 2016-03-18 14:52:00 -07:00
Pranav K ef9d0784fb Fix copy command 2016-03-18 14:29:36 -07:00
Chris R 712b6f78bb #95 Add the ForwardedHeadersMiddleware by default. 2016-03-18 11:21:17 -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
Pranav K 6ad27bb705 * Remove xunit.runner.console reference
* Replace ExceptionAssert2.ThrowsArgumentNull with
 ExceptionAssert.ThrowsArgumentNull
2016-03-17 17:11:49 -07:00
John Luo 73217edba5 Update package name 2016-03-17 16:36:27 -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
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
John Luo 4df44c8501 Use KillTree from Common 2016-03-16 18:02:59 -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
Cesar Blum Silveira b269e3f9ea Cache Coherence locally in ci-test. 2016-03-15 18:34:24 -07:00
moozzyk a3f8648710 Reacting to ASPNET_ => ASPNETCORE_ rename 2016-03-15 13:21:54 -07:00
moozzyk 54bc8022af Moving publish-iis from httpPlatformHandler to aspNetCoreModule 2016-03-15 13:21:53 -07:00
moozzyk 5c50ba0898 Creating Microsoft.AspNetCore.Server.IISIntegration.Tools package
See #95
2016-03-15 13:21:52 -07:00
Pranav K c261de6ee1 Simplify ordering since Testing no longer has cyclic dependencies 2016-03-15 11:02:34 -07:00
Cesar Blum Silveira a220948c8f Don't break build if src folder is not present (#701). 2016-03-15 05:49:31 -07:00
Cesar Blum Silveira f46b3a2db6 Build only if src directory exists. 2016-03-15 04:47:10 -07:00
jacalvar aa1495deb0 [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model
* Add an IDataProtectionBuilder interface and move methods on DataProtectionConfiguration
  to extension methods on IDataProtectionBuilder.
* Make AddDataProtection return an IDataProtectionBuilder instance for further configuration.
* Make AddDataProtection take in an action with a GlobalConfigurationOptions parameter instead
  of a DataProtectionConfiguration parameter.
* Make DataProtectionProvider static
* Remove ConfigureGlobalOptions
* Change Option suffix in classes that are not actually options to Settings.
* Add extension method for configuring key management options.
* Cleanups.
2016-03-15 15:20:59 -07:00
Pranav K 64f7eff322 Fixing CI build break 2016-03-15 12:39:38 -07:00
Cesar Blum Silveira 8e01db2c70 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:50:34 -07:00
Cesar Blum Silveira 73d50bbac3 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:47:24 -07:00
Cesar Blum Silveira 89a7fe8c81 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:46:27 -07:00
Cesar Blum Silveira 66dccd14ea ASP.NET 5 -> ASP.NET Core 2016-03-14 21:43:50 -07:00
Cesar Blum Silveira 10c33445dc ASP.NET 5 -> ASP.NET Core 2016-03-14 21:37:36 -07:00
Cesar Blum Silveira 5442cbe6a5 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:35:01 -07:00
Cesar Blum Silveira 699566394d ASP.NET 5 -> ASP.NET Core 2016-03-14 21:20:07 -07:00
Pranav K 0cffed76df Fixing missed sample 2016-03-14 18:11:55 -07:00
Pranav K 6529917530 Reacting to Hosting changes 2016-03-14 17:54:05 -07:00
Pranav K 32209dafa1 Remove aspnet.xunit from Universe builds 2016-03-14 17:33:05 -07:00