aspnetcore/test/Microsoft.AspNetCore.Server...
Stephen Halter 2351c1b558 Create a direct way to configure Kestrel endpoints
- Replace endpoint configuration via .UseUrls() or --server.urls with Listen*
  methods on KestrelSerrverOptions.
- Replace IConnectionFilter with IConnectionAdapter which no longer exposes
  ServerAddress via a context.
- Simplify libuv Listener classes
- Support systemd socket activation
- Add docker-based test for systemd socket activation to be run on Travis
2017-01-06 17:37:58 -08:00
..
SystemdActivation Create a direct way to configure Kestrel endpoints 2017-01-06 17:37:58 -08:00
TestResources
AddressRegistrationTests.cs Create a direct way to configure Kestrel endpoints 2017-01-06 17:37:58 -08:00
HttpClientSlimTests.cs Create a direct way to configure Kestrel endpoints 2017-01-06 17:37:58 -08:00
HttpsTests.cs Create a direct way to configure Kestrel endpoints 2017-01-06 17:37:58 -08:00
IPv6SupportedConditionAttribute.cs
IWebHostPortExtensions.cs Create a direct way to configure Kestrel endpoints 2017-01-06 17:37:58 -08:00
KeepAliveTimeoutTests.cs Revert "Add MaxRequestBodySize limit (#478)." 2016-12-09 16:30:12 -08:00
LoggingConnectionAdapterTests.cs Create a direct way to configure Kestrel endpoints 2017-01-06 17:37:58 -08:00
MaxRequestBufferSizeTests.cs Create a direct way to configure Kestrel endpoints 2017-01-06 17:37:58 -08:00
MaxRequestLineSizeTests.cs Abort request on client FIN (#1139). 2016-12-13 12:03:33 -08:00
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.xproj One build to rule them all 2016-07-07 12:07:14 -07:00
PathBaseTests.cs
RequestHeaderLimitsTests.cs Abort request on client FIN (#1139). 2016-12-13 12:03:33 -08:00
RequestHeadersTimeoutTests.cs Add request headers timeout (#1110). 2016-09-27 17:08:02 -07:00
RequestTests.cs Abort request on client FIN (#1139). 2016-12-13 12:03:33 -08:00
ResponseTests.cs Create a direct way to configure Kestrel endpoints 2017-01-06 17:37:58 -08:00
ThreadCountTests.cs Change SkipReason for ThreadCountTests on OS X. 2016-09-16 09:09:26 -07:00
project.json Fix NuGet downgrade warning 2016-12-28 09:44:21 -08:00