Commit Graph

9898 Commits

Author SHA1 Message Date
Cesar Blum Silveira 8c8ee150f7 Send 'Connection: close' in all 400 responses to HTTP/1.1 requests (#840). 2016-05-18 15:03:31 -07:00
moozzyk 152c11394e Do not overwrite arguments for portable apps
Addresses #147
2016-05-18 14:20:05 -07:00
Pranav K 47ee8e0cfa Revert "Update minor version of TypeConverter (#22)"
This reverts commit ca1e53bb34.
2016-05-18 09:44:47 -07:00
Pranav K 297c5d3ac0 Revert "React to updated CoreCLR packages"
This reverts commit b7be616f83.
2016-05-18 09:44:03 -07:00
Pranav K f20a8acb61 Revert "React to updated CoreCLR packages"
This reverts commit 5ddbe38630.
2016-05-18 09:42:58 -07:00
John Luo b7be616f83 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 15:45:07 -07:00
John Luo 5ddbe38630 React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-17 14:45:03 -07:00
Ryan Brandenburg ca1e53bb34 Update minor version of TypeConverter (#22) 2016-05-17 12:28:18 -07:00
N. Taylor Mullen fe563b1459 Rename `HtmlEncodedString` => `HtmlString`.
- This rename makes the type more consistent with its `HtmlContentBuilder` counterparts (`AppendHtml`).

#25
2016-05-17 11:11:10 -07:00
Cesar Blum Silveira 3e841ccba1 Always send HTTP/1.1 responses (#792). 2016-05-16 16:11:37 -07:00
moozzyk f58641be49 Adding support for outputName build option
Addresses #128
2016-05-12 15:45:49 -07:00
Cesar Blum Silveira 2cd86a2724 Temporarily disable BadHttpRequestTests. 2016-05-12 14:55:56 -07:00
Cesar Blum Silveira 3186e1bd72 Make TakeStartLine more robust (#683). 2016-05-12 12:07:08 -07:00
Pranav K 5bf2ab600b Merge remote-tracking branch 'origin/release' into dev 2016-05-11 08:45:43 -07:00
Pranav K 912971120f Update to preview1 version 2016-05-11 08:41:57 -07:00
Pranav K 4565c0fb18 Merge remote-tracking branch 'origin/release' into dev 2016-05-10 16:50:36 -07:00
Ben Adams a3b0f809de Only call PrepareDateValues if not already called for tick 2016-05-10 20:38:27 +01:00
Pranav K c15e83c096 Look for dependencies in the tools node too 2016-05-09 22:48:24 -07:00
Ben Adams 0e8cbe5df6 Return SocketInput blocks out of lock 2016-05-10 01:18:24 +01:00
Stephen Halter 388841c1d8 Merge branch 'release' into dev 2016-05-09 16:37:40 -07:00
John Luo 877b1fd42c Merge branch 'release' into dev 2016-05-06 17:28:48 -07:00
John Luo 30407c2e6e React to deployer update 2016-05-06 17:28:24 -07:00
Pranav K c3dc279642 Merge branch 'release' into dev 2016-05-06 14:10:05 -07:00
Pranav K 4ac0811585 Revise the version for Microsoft.AspNetCore.Server.IISIntegration.Tools
Additionally fix project.json warnings
2016-05-06 14:07:14 -07:00
Stephen Halter 12a3816c12 Make some MemoryPoolBlock operations volatile
- Making MemoryPoolBlock.End volatile and using Volatile.Write for
  MemoryPoolBlock.Next prevents a race that could cause threads consuming
  blocks to skip produced bytes.
2016-05-05 15:13:28 -07:00
Stephen Halter 4c39374dc0 Always check if block is last in linked list before consuming it
- This prevents a race where we could read into the "Next" Block without
  completely consuming the previous one.
2016-05-05 15:13:17 -07:00
Pranav K 9834102242 Merge branch 'release' into dev 2016-05-05 07:14:59 -07:00
Pranav K 0216221e50 Revert "Fix DataProtection after build globbing changes will go in"
This reverts commit f0ddc81e07.
2016-05-05 07:14:25 -07:00
Nathan Anderson 132263e767 narrow lock scope when connections end 2016-05-04 16:50:08 -07:00
John Luo 37931a9fa5 Update AutobahnTestServer to use IISIntegration 2016-05-04 15:32:16 -07:00
Stephen Halter fed7c44829 Merge branch 'halter73/validate-header' into dev 2016-05-04 12:35:26 -07:00
Stephen Halter faf81f11f5 Add response header validation tests 2016-05-04 12:26:00 -07:00
Stephen Halter c1e5640a65 Don't allow response headers to contain control characters
- For the purposes of this commit, control characters are everything < 0x20.
- Immediately throw an InvalidOperationException when the header is added to
  the IHttpResponseFeature.Headers dictionary.
2016-05-04 12:24:31 -07:00
Pavel Krymets 255a6dec63 Merge branch 'release' into dev 2016-05-04 12:21:38 -07:00
Pavel Krymets 95d86a3070 Fix issue with build script producing empty packages 2016-05-04 12:20:59 -07:00
Mike Harder 14bbba0641 Update addresses in IServerAddressesFeature with assigned dynamic ports (#758)
- Change most tests to use dynamic ports, rather than a fixed port obtained from GetNextPort().
- Add several new cases to `AddressRegistrationTests` and `ServerAddressFacts`.
- Remove project `test\Microsoft.AspNetCore.Server.Kestrel.TestCommon`.  It's not longer needed, since only `AddressRegistrationTests` uses `GetNextPort()`.
2016-05-04 11:27:23 -07:00
Pavel Krymets aad85220df Merge branch 'release' into dev 2016-05-04 11:10:43 -07:00
Pavel Krymets f0ddc81e07 Fix DataProtection after build globbing changes will go in 2016-05-04 11:00:14 -07:00
Pranav K 0beff6f91a Merge branch 'release' into dev 2016-05-03 19:24:33 -07:00
Pranav K 039bb6e714 Fix tests for net451 2016-05-03 19:24:22 -07:00
Stephen Halter f8c2c2470f Merge branch 'benaadams/memorypool' into dev 2016-05-02 21:58:53 -07:00
Pranav K 3207918e1b Merge branch 'release' into dev 2016-05-02 18:14:29 -07:00
Pranav K fc3ab48d61 Add dotnet-test-xunit dependency 2016-05-02 18:12:30 -07:00
Pranav K a43acb2fee Merge branch 'release' into dev 2016-05-02 17:43:09 -07:00
Pranav K bba69da958 Add dotnet-test-xunit 2016-05-02 17:42:55 -07:00
Pranav K 7494e6a10a Merge branch 'release' into dev 2016-05-02 16:23:48 -07:00
Pranav K 296ca0f948 Fix build break 2016-05-02 16:22:54 -07:00
Pranav K a36f37347d Merge branch 'release' into dev 2016-05-02 16:20:59 -07:00
Pranav K 071cf1c0f4 Fix build break 2016-05-02 16:20:14 -07:00
Pranav K 63b572b52a Merge branch 'release' into dev 2016-05-02 14:57:53 -07:00