aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs
AgeCommit message (Expand)Author
2024-01-09Move LiveTv to separate projectPatrick Barron
2023-12-05Use ConfigureAwait in XmlTvListingsProviderPatrick Barron
2023-02-11LiveTV fixesCody Robibero
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-05Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis (#8...Bond-009
2022-11-05Add regression test for #8696Bond_009
2022-11-04Don't throw exception if program.Title is nullCody Robibero
2022-10-12Switch branches if statementBond_009
2022-10-11Fix some things that slipped through the cracksBond_009
2022-10-11Merge branch 'jellyfin:master' into gzipadrez99
2022-06-19Use System.IO.Compression instead of SharpCompress for gzipsadrez99
2022-04-28Merge pull request #7625 from crobibero/xml-cache-deleteCody Robibero
2022-04-17Merge pull request #7592 from 1337joe/live-tv-fixesCody Robibero
2022-04-17Merge pull request #7567 from cvium/fix_xmltv_cachingCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-10-26Merge pull request #6551 from MrChip53/xmltv-improveClaus Vium
2021-09-25Remove sync FileStream hackBond_009
2021-09-19Reduce allocationsBond_009
2021-09-12Fix #6171Mr. Chip53
2021-09-02Use async FileStreams where it makes senseBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-04-17Remove unused using directivesBaronGreenback
2020-11-17Pass cancellation where possibleBond_009
2020-08-31migrate to IHttpClientFactory in XmlTvListingsProvidercrobibero
2020-08-19Fix warningsBond_009
2020-06-16fix SA1513/SA1516telans
2020-06-05Use typed logger where possiblecrobibero
2020-04-02Enable Microsoft.CodeAnalysis.FxCopAnalyzers for Jellyfin.CommonBond_009
2020-04-01Address commentsBond_009
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
2020-02-06Fix some warnings in Emby.Server.ImplementationsBond_009
2019-12-14Move Emby.XmlTv to a NuGet package (#2042)Bond-009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-07-13CleanupBond_009
2019-07-13Try to fix XmlTvListingsProviderBond_009
2019-07-06Fixes issues with HttpClientManagerBond_009
2019-02-09Fix namespacing so it lines up properly with file names and paths (#715)Erwin de Haan
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-28Unwrapped `OpenRead` and `CopyFile`Erwin de Haan
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-19Reformat JustAMan review second pass changes.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
2018-12-30Fix logging in XmlTvListingsProviderBond_009
2018-12-30Final cleanupBond_009
2018-12-30Clean up XmlTvListeningProviderBond_009
2018-12-30Restore latest versionBond_009
2018-12-30Add missing XmlTvListingsProviderBond_009