aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/ContentDirectory/ControlHandler.cs
AgeCommit message (Collapse)Author
2020-01-27Try againBond_009
2020-01-26Address commentsBond-009
2020-01-22Improvements to dlna serverBond_009
* Improve response writer * Add analyzers * Error on warnings in release mode * Disable doc warnings
2020-01-23Merge pull request #2297 from Bond-009/asynciodkanada
Kestrel doesn't like sync IO operations
2020-01-21Use async methodsBond-009
2020-01-19Fix pagination for DLNA root folder listCarey Metcalfe
Previously, when responding to a DLNA "Browse" request, the `StartingIndex` was not respected and all of the root items were returned each time. This caused infinite loops with in DLNA clients that ignored the `TotalMatches` data in the response and just continued asking for the next page until they got an empty response. This fix makes the root folder list respect the `StartingIndex` and `RequestedCount` parameters like all other responses. Fixes issue #2303
2019-12-06Add elseBond-009
2019-10-20Don't shuffle some types by defaultBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* 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-03-07Remove useless abstraction around XmlReaderSettingsBond_009
This removes the amount of stuff that needs to be passed around Also removes some unneeded `ManagedFileSystem` usage
2019-03-01Don't mix LINQ and roreach loops for readabilityBond-009
2019-02-05Some small changes in Device.cs and DidlBuilder.csBond_009
Device.cs: * Improve dispose function * Style fixes * Remove unused field DidlBuilder.cs: * Remove unused field * Replace giant if chain with a switch statement
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-26Minor improvements to db codeBond_009
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.DlnaErwin de Haan
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-203.2.40.0Luke Pulverenti
2017-10-01update home screen sectionsLuke Pulverenti
2017-09-04update query objectsLuke Pulverenti
2017-08-23removed dead codeLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-12rework episode queriesLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-02Enable hardware acceleration for image extractionLuke Pulverenti
2017-07-22update dlna music foldersLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-21update data queriesLuke Pulverenti
2017-01-05update music artistsLuke Pulverenti
2016-12-26support samsung dlna bookmarksLuke Pulverenti
2016-12-20update dlna genre viewsLuke Pulverenti
2016-12-20update dlna music genresLuke Pulverenti
2016-12-14remove tvos dts hack no longer neededLuke Pulverenti
2016-12-04add request loggingLuke Pulverenti
2016-11-20update sqlite dependenciesLuke Pulverenti
2016-11-06update didl xmlLuke Pulverenti
2016-11-04make dlna project portableLuke Pulverenti
2016-10-29rework dlna projectLuke Pulverenti
2016-10-29rework dlna projectLuke Pulverenti