aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
AgeCommit message (Expand)Author
2020-12-29Use UTF8 encoding and async correctlyDavid
2020-12-27Code revieDavid
2020-12-26Remove manual N/A removal and write directly to streamDavid
2020-12-24Put json serializer options in private fieldDavid
2020-12-24Use sync string instead of fileDavid
2020-12-23Use streams instead of stringsDavid
2020-12-23Remove custom Json serializer from Emby.Server.ImplementationsDavid
2020-12-22new List(int) does not pre-allocate indicies like Arrays, it merely sets the ...Ryan Petris
2020-12-11Merge pull request #4737 from crobibero/missing-ensure-successClaus Vium
2020-12-10Don't throw exception unless neededcrobibero
2020-12-09Add tests for HdHomerunHost.TryGetTunerHostInfoBond_009
2020-12-09Add tests for HdHomerunHost.GetLineupBond_009
2020-12-08Merge pull request #4738 from jellyfin/tests8Claus Vium
2020-12-08Add tests for HdHomerunHost.GetModelInfoBond_009
2020-12-08Merge pull request #4730 from crobibero/base-item-dto-guid-nullableClaus Vium
2020-12-08Add missing EnsureSuccessStatusCodecrobibero
2020-12-08Fix JsonConverter recursioncrobibero
2020-12-07Make BaseItemDto Guids nullablecrobibero
2020-12-06Add number to bool json convertercrobibero
2020-12-02Minor improvementsBond_009
2020-11-30Merge pull request #4591 from jellyfin/schedulesdirectClaus Vium
2020-11-27Merge pull request #4588 from jellyfin/hexJoshua M. Boniface
2020-11-26Clean up SchedulesDirectBond_009
2020-11-26Schedules Direct requires the hex to be lowercaseBond_009
2020-11-25Remove Hex class as the BCL has one nowBond_009
2020-11-24Don't throw null reference if ContentType is null.crobibero
2020-11-21Merge branch 'master' into NetworkPR2Joshua M. Boniface
2020-11-21Merge pull request #4182 from ryanpetris/fix-hdhomerunJoshua M. Boniface
2020-11-21Update Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunUdpSt...BaronGreenback
2020-11-21Added more comments.Greenback
2020-11-21Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-19Merge remote-tracking branch 'upstream/master' into no-scalingFernando Fernández
2020-11-19Updated to latest Unstable.Greenback
2020-11-18Fixes spelling.Greenback
2020-11-18Fix build and thread detection logicFernando Fernández
2020-11-17Pass cancellation where possibleBond_009
2020-11-17Specify threads to ffmpeg properlyFernando Fernández
2020-11-16Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-15Merge branch 'master' into fix-hdhomerunRyan Petris
2020-11-15Return a Task object and discard it instead of using async void.Ryan Petris
2020-11-15Merge remote-tracking branch 'upstream/master' into http-exceptioncrobibero
2020-11-14remove custom HttpExceptioncrobibero
2020-11-14Access last element by index where possibleBond_009
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-11-12Convert array property to IReadOnlyListcrobibero
2020-11-08Switching to the more efficient Hex.Encode functionNeil Burrows
2020-11-08Perform hashing of Password for Schedules Direct on serverNeil Burrows
2020-11-06Merge pull request #4410 from crobibero/m3u-user-agentBond-009
2020-11-04Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-03Apply patchcrobibero