jellyfin/Emby.Server.Implementations/HttpServer
Bond-009 ee637e8fec Fix warnings, improve performance (#1665)
* Fix warnings, improve performance

`QueryResult.Items` is now a `IReadOnlyList` so we don't need to
allocate a new `Array` when we have a `List` (and `Items` shouldn't need to
be mutable anyway)

* Update Providers .csproj to latest C#

* Remove extra newline from DtoService.cs

* Remove extra newline from UserLibraryService.cs
2019-09-02 02:19:29 -04:00
..
Security Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
FileWriter.cs Replace custom code with Asp.Net Core code 2019-08-09 22:36:20 +02:00
HttpListenerHost.cs keep old base url for now 2019-08-11 00:35:18 -07:00
HttpResultFactory.cs Fix #1234 2019-04-24 19:56:57 +02:00
IHttpListener.cs Add ProcessWebSocketRequest to IHttpListener 2019-03-05 20:35:07 +01:00
RangeRequestWriter.cs Re-add content length, semi revert of changes in #1010 (#1287) 2019-04-24 14:06:54 +02:00
ResponseFilter.cs Replace custom code with Asp.Net Core code 2019-08-09 22:36:20 +02:00
StreamWriter.cs Re-add content length, semi revert of changes in #1010 (#1287) 2019-04-24 14:06:54 +02:00
WebSocketConnection.cs Remove more cruft and add the beginnings of a socket middleware 2019-02-27 23:22:55 +01:00