aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
AgeCommit message (Collapse)Author
2024-01-09Move LiveTv to separate projectPatrick Barron
2023-12-05Use ConfigureAwait in SharedHttpStreamPatrick Barron
2023-06-27Do HEAD request to get content type instead of checking for extension (#8823)Bond-009
2022-01-22Always create TaskCompletionSource<T> with ↵Bond_009
TaskCreationOptions.RunContinuationsAsynchronously
2022-01-10Fix warning SA1414 and CA1849Bond_009
2021-11-08Merge branch 'master' into TVFixcvium
2021-09-25Remove sync FileStream hackBond_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-02Use async FileStreams where it makes senseBond_009
2021-05-28Fix some warningsBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-03RenamedBaronGreenback
2021-05-03Changed selection methodBaronGreenback
2021-03-09Use FileShare.Read to fix HdHomeRunDavid
2021-03-07Use FileShare.None when creating filesDavid
2021-02-15Properly forward cancellationTokensBond_009
2020-11-24Don't throw null reference if ContentType is null.crobibero
2020-11-17Pass cancellation where possibleBond_009
2020-11-03Apply patchcrobibero
2020-10-29Add stream disposal comment.crobibero
2020-10-29Fix early filestream closecrobibero
2020-09-01Fix stylingcrobibero
2020-09-01Remove HttpRequestOptionscrobibero
2020-09-01Properly migrate all HttpCompletionOptioncrobibero
2020-08-31migrate to IHttpClientFactory in SharedHttpStreamcrobibero
2020-06-15fix SA1005telans
2020-05-18Merge pull request #3072 from JustAMan/fix-dead-livetvdkanada
Re-raise the exception that caused LiveTV stream to not open
2020-05-18Apply suggestions from code reviewVasily
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-05-10Add GetLoopbackHttpApiUrl() helper method to replace forceHttps functionalityMark Monteiro
Also refactor to use return a Uri instead of a string and use UriBuilder under the hood
2020-05-08Fixed yet another case of hanging on a bad streamVasily
2020-05-08Re-raise the exception that caused LiveTV stream to not openVasily
2020-04-07Make localhost LiveTV restreams always use plain HTTP portVasily
2020-04-02Enable Microsoft.CodeAnalysis.FxCopAnalyzers for Jellyfin.CommonBond_009
2020-04-01Address commentsBond_009
2020-02-06Fix some warnings in Emby.Server.ImplementationsBond_009
2020-01-22Remove FileSystem.GetStreamBond-009
2019-12-13Enable TreatWarningsAsErrors for some projectsBond_009
Analyzers are only run in debug build, so setting TreatWarningsAsErrors for release build will catch the compiler warnings until we resolve all analyzer warnings.
2019-11-21Don't append transcodes to transcoding temp pathBond-009
2019-08-16Update SharedHttpStream.csBond-009
2019-08-16Clean up livestreaming codeBond_009
2019-07-06Merge branch 'master' into release-10.3.zBond-009
2019-07-06Fixes issues with HttpClientManagerBond_009
2019-06-18Remove more unused stuffBond-009
2019-03-08Remove more unused stuffBond-009
2019-02-16Change discardsBond-009
2019-02-01Fix more warningsBond_009
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan