aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
AgeCommit message (Expand)Author
2021-09-03Fix typosCody Robibero
2021-09-03Fix issues from mergeCody Robibero
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-09-02Merge pull request #6485 from markshark05/patch-1Claus Vium
2021-08-31Update M3U Channel Name PrecedenceMark Titorenkov
2021-08-28Add missing xmldocCody Robibero
2021-08-28Remove more and more warningsCody Robibero
2021-08-28Enable nullable for more filesBond_009
2021-08-16Update Emby.Server.Implementations/LiveTv/TunerHosts/BaseTunerHost.csClaus Vium
2021-08-11Apply suggestions from code reviewClaus Vium
2021-08-06Add commentMrChip53
2021-08-06Update Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.csChris Simoni
2021-08-04Properly stream M3U file over httpMrChip53
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-28Fix some warningsBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-18Merge pull request #6051 from Bond-009/tests7Bond-009
2021-05-16Merge pull request #5999 from Bond-009/legacyhdhomerunBond-009
2021-05-16Add tests for RecordinghelperBond_009
2021-05-06Add support for legacy HDhomerun DUAlBond_009
2021-05-06Use new ReadAllLines extensionsBond_009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-04-30prevent cancellationtoken leakagecvium
2021-04-30Reduce some allocations with the magic of spans etc.cvium
2021-04-17Remove unused using directivesBaronGreenback
2021-04-08Merge pull request #5520 from Bond-009/hdhomerun2Bond-009
2021-04-01Remove useless codeBond_009
2021-03-20Add 'group-title' channel parsingLIAUD
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-13Rewrite HdHomerunManager.ParseReturnMessageBond_009
2021-03-13Add test for HdHomerunManager.ParseReturnMessageBond_009
2021-03-13Add test for HdHomerunManager.WriteSetMessageBond_009
2021-03-13Merge pull request #5220 from Bond-009/hdhomerunBond-009
2021-03-09Use FileShare.Read for log filesDavid
2021-03-09Use FileShare.Read to fix HdHomeRunDavid
2021-03-07Use FileShare.None when creating filesDavid
2021-02-24Fix buildBond_009
2021-02-21Use GetEncodingOptions where possibleBond_009
2021-02-21Minor improvementsBond_009
2021-02-20Merge pull request #5223 from Bond-009/minor10dkanada
2021-02-15Properly forward cancellationTokensBond_009
2021-02-13Minor improvementsBond_009
2021-02-12Add test for WriteGetMessageBond_009
2021-02-12Rewrite packet writing code for HdHomerunBond_009
2021-02-08Merge pull request #5142 from M0ssTee/updateRegexdkanada
2021-02-05Merge pull request #5005 from jellyfin/bytesdkanada
2021-02-03Update Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunManag...M0ssTee
2021-02-01Replaced /d with [0-9], see issue #2923Troy
2021-01-12Use JsonSerializer.SerializeToUtf8Bytes when doing a round tripBond_009
2021-01-12JsonSerializer deserialize from bytes where possibleBond_009