aspnetcore/test/Microsoft.AspNetCore.Server...
Pavel Krymets 07cbf7faa9 Use pipelines for SocketOutput
- Changed socket output to be based on pipelines
- Changed connection filter glue to be based on pipelines
- Codegen that used `MemoryPoolIterator` for output now uses `WritableBuffer`
- Made `UvWriteReq` async/await friendly with `LibuvAwaitable<T>`
- Deleted MemoryPool and friends
2017-03-18 00:26:00 -07:00
..
Properties
SystemdActivation Fix systemd activation tests (#1429) 2017-03-02 17:26:41 -08:00
AddressRegistrationTests.cs Add IPv6 loopback address by default #1434 2017-03-06 18:02:28 -08:00
BadHttpRequestTests.cs Log rejected request targets. 2017-03-12 18:37:08 -07:00
EventSourceTests.cs Fix race conditions in test event listener 2017-03-15 10:26:09 -07:00
GeneratedCodeTests.cs Add functional test to verify generated code is up to date (#1369). 2017-02-27 14:19:56 -08:00
HttpClientSlimTests.cs
HttpsTests.cs
IPv6ScopeIdPresentConditionAttribute.cs Fix AddressRegistrationTests.RegisterAddresses_IPv6ScopeId_Success (#1363). 2017-02-17 10:35:00 -08:00
IPv6SupportedConditionAttribute.cs Fix AddressRegistrationTests.RegisterAddresses_IPv6ScopeId_Success (#1363). 2017-02-17 10:35:00 -08:00
IWebHostPortExtensions.cs
KeepAliveTimeoutTests.cs
LoggingConnectionAdapterTests.cs
MaxRequestBufferSizeTests.cs Use pass through connection adapter instead of ssl for max buffer size tests (#1391) 2017-02-23 08:04:43 -08:00
MaxRequestLineSizeTests.cs
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj Re-add .NET Framework to tests and other cleanup (#1494) 2017-03-14 11:02:49 -07:00
RequestHeaderLimitsTests.cs InitializeHeaders only at start of parsing/Fix remaining (#1488) 2017-03-13 15:32:28 -07:00
RequestHeadersTimeoutTests.cs
RequestTests.cs Remove splitting of path and path base (#1050). 2017-03-15 09:57:33 -07:00
ResponseTests.cs Use pipelines for SocketOutput 2017-03-18 00:26:00 -07:00
ThreadCountTests.cs Input Pipeline migration (#1277) 2017-02-17 15:38:13 -08:00