aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/ConnectionManager
AgeCommit message (Collapse)Author
2023-11-15Remove Emby.DlnaPatrick Barron
2023-03-01Allocate less ListsBond_009
2021-04-01Remove useless codeBond_009
2020-09-13ConnectionManager - static implementationJim Cartlidge
2020-08-31migrate to IHttpClientFactory in Emby.Dlnacrobibero
2020-08-20Fix all warnings in Emby.DlnaBond_009
2020-08-20Reduce warnings in Emby.DlnaDavid
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-01-26FixBond-009
2020-01-22Improvements to dlna serverBond_009
* Improve response writer * Add analyzers * Error on warnings in release mode * Disable doc warnings
2020-01-21Use async methodsBond-009
2019-03-12Merge branch 'master' into xmlBond-009
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-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.DlnaErwin de Haan
2019-01-12Reformatted the files with notes.Erwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2016-12-04add request loggingLuke Pulverenti
2016-11-04make dlna project portableLuke Pulverenti
2016-10-29rework dlna projectLuke Pulverenti
2016-10-29rework dlna projectLuke Pulverenti