aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/TunerHosts
AgeCommit message (Expand)Author
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
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-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
2022-08-22Merge pull request #8267 from luzpaz/typosBond-009
2022-08-18Make IgnoreDts configurable for M3U tunerknackebrot
2022-08-15Fix various typos luz paz
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-25Merge pull request #6614 from Bond-009/warn36Claus Vium
2021-09-25Fix some warningsBond_009
2021-09-25Remove sync FileStream hackBond_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-10Remove the unused argcvium
2021-09-10Kill ProgressiveFileCopier and seek to end for ongoing livetvcvium
2021-09-07Ignore published server url for local accesscvium
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
2021-09-05Merge branch 'master' into TVFixcvium
2021-09-03Fix some warningsBond_009
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-31Update M3U Channel Name PrecedenceMark Titorenkov
2021-08-28Remove more and more warningsCody Robibero
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-06-19Merge branch 'master' into comparisonsBaronGreenback
2021-05-28Fix some warningsBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009