aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun
AgeCommit message (Expand)Author
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-10Fix incorrect starting offset of buffer span in CheckTunerAvailability.Michael Powers
2022-02-14Fix some warningsBond_009
2022-02-06Merge pull request #7241 from Bond-009/async5Cody Robibero
2022-01-22Flush to disk async where possibleBond_009
2022-01-22Always create TaskCompletionSource<T> with TaskCreationOptions.RunContinuatio...Bond_009
2022-01-10Fix warning SA1414 and CA1849Bond_009
2022-01-07Remove task cancellation hacksBond_009
2021-12-27Remove more warningsCody Robibero
2021-12-27More cleanupBond_009
2021-12-24Merge branch 'master' into comparisonsCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-11-15Fix some warningsBond_009
2021-11-09Merge pull request #5905 from BaronGreenback/TVFixClaus Vium
2021-11-09Fix some warningsBond_009
2021-11-08Merge branch 'master' into TVFixcvium
2021-10-08Merge pull request #6678 from Bond-009/randomClaus Vium
2021-10-08Use new Random.Shared instead of creating new instancesBond_009
2021-10-06Fix the last few warningsBond_009
2021-09-25Fix some warningsBond_009
2021-09-24Target net6.0Bond_009
2021-09-20Merge pull request #6538 from cvium/livetv_oh_noBond-009
2021-09-19Reduce allocationsBond_009
2021-09-10Kill ProgressiveFileCopier and seek to end for ongoing livetvcvium
2021-09-07Ignore published server url for local accesscvium
2021-09-05Merge branch 'master' into TVFixcvium
2021-09-03Fix some warningsBond_009
2021-08-28Remove more and more warningsCody Robibero
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-19Merge branch 'master' into comparisonsBaronGreenback
2021-05-28Fix some warningsBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-16Merge pull request #5999 from Bond-009/legacyhdhomerunBond-009
2021-05-08Merge branch 'master' into comparisonsBaronGreenback
2021-05-06Add support for legacy HDhomerun DUAlBond_009
2021-05-06Use new ReadAllLines extensionsBond_009
2021-05-05Merge branch 'master' into comparisonsBaronGreenback
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-05-03RenamedBaronGreenback
2021-05-03Changed selection methodBaronGreenback
2021-04-30prevent cancellationtoken leakagecvium
2021-04-17Remove unused using directivesBaronGreenback
2021-04-17Cleaned up "value assigned is not used in any execution path"BaronGreenback
2021-04-08Merge pull request #5520 from Bond-009/hdhomerun2Bond-009
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