aspnetcore/test/Microsoft.AspNetCore.Server...
Cesar Blum Silveira 7ceea5323a Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582).
- Put everything in the libuv transport package under `Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.*` namespaces.
- Move stuff in Transport.Libuv/Internal/Http and Transport.Libuv/Internal/Infrastructure to Transport.Libuv/Internal (keep the Networking directory for the libuv wrappers).
- Add `Libuv` prefix to most libuv internal classes.
- Rename `KestrelEngine` to `LibuvTransport`.
- Rename `SocketOutputConsumer` to `LibuvOutputConsumer`.
- Rename `SocketOutputProducer` to `OutputProducer`.
- Fix namespaces in `Microsoft.AspNetCore.Server.Kestrel.Core.`
2017-04-04 13:45:02 -07:00
..
Properties
SystemdActivation Update libuv package (#1577) 2017-03-31 10:19:27 -07:00
AddressRegistrationTests.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
BadHttpRequestTests.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
EventSourceTests.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
GeneratedCodeTests.cs Converted test projects to run on netcoreapp2.0 2017-03-31 02:58:18 -07:00
HttpClientSlimTests.cs
HttpsTests.cs
IPv6ScopeIdPresentConditionAttribute.cs
IPv6SupportedConditionAttribute.cs
IWebHostPortExtensions.cs
KeepAliveTimeoutTests.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
LoggingConnectionAdapterTests.cs
MaxRequestBufferSizeTests.cs
MaxRequestLineSizeTests.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj Converted test projects to run on netcoreapp2.0 2017-03-31 02:58:18 -07:00
RequestHeaderLimitsTests.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
RequestHeadersTimeoutTests.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
RequestTests.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
ResponseTests.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
ThreadCountTests.cs
xunit.runner.json Add tests for WritableBuffer extensions and rename WriteAscii => WriteAsciiNoValidation 2017-03-29 16:10:31 -07:00