| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Add mediabrowser route back for now
|
|
|
|
|
|
|
|
This removes some spam when a DLNA renderer uses byte seeking.
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Backmerge for 10.3.2 release
|
|
Backmerge 10.3.1
|
|
|
|
* Re-add content length, semi revert of changes in #1010
|
|
Backmerge release 10.3.0
|
|
|
|
Reduce complexity http routes
|
|
|
|
* Remove useless runtime check (we only support one)
* Remove unused args
* Remove a global constant
And ofc fix some warnings ;)
|
|
|
|
|
|
* Use ArrayPool instead of allocating new buffers each time
* Remove NetworkStream copy
* Remove some dead code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|