aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/Listings
AgeCommit message (Expand)Author
2021-12-27Remove more warningsCody Robibero
2021-12-27More cleanupBond_009
2021-12-20Use our own Contains extensioncvium
2021-12-01Use JsonContent where possibleBond_009
2021-11-16Remove unused dependenciescvium
2021-11-10Replace PBKDF2-SHA1 with PBKDF2-SHA512Bond_009
2021-10-26Merge pull request #6551 from MrChip53/xmltv-improveClaus Vium
2021-10-09Fix indentation and build errorsCody Robibero
2021-10-08Merge remote-tracking branch 'upstream/master' into schedules-directCody Robibero
2021-10-06Fix the last few warningsBond_009
2021-09-25Remove sync FileStream hackBond_009
2021-09-19Reduce allocationsBond_009
2021-09-12Fix types and property namesCody Robibero
2021-09-12Fix #6171Mr. Chip53
2021-09-06Remove Linq to index searchCody Robibero
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
2021-09-03Suggestions from reviewCody Robibero
2021-09-03Add SchedulesDirect json testsCody Robibero
2021-09-03Enable nullable for SchedulesDirectCody Robibero
2021-09-03Fix typosCody Robibero
2021-09-03Fix issues from mergeCody Robibero
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-28Add missing xmldocCody Robibero
2021-08-28Remove more and more warningsCody Robibero
2021-08-28Enable nullable for more filesBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-04-17Remove unused using directivesBaronGreenback
2021-03-13FxCop -> Net Analyzers (part 2)Bond_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
2020-12-30Merge pull request #4853 from Ullmie02/servicestack-jsonBond-009
2020-12-24Put json serializer options in private fieldDavid
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-10Don't throw exception unless neededcrobibero
2020-12-08Add missing EnsureSuccessStatusCodecrobibero
2020-11-30Merge pull request #4591 from jellyfin/schedulesdirectClaus Vium
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-18Fixes spelling.Greenback
2020-11-17Pass cancellation where possibleBond_009
2020-11-14remove custom HttpExceptioncrobibero
2020-11-08Switching to the more efficient Hex.Encode functionNeil Burrows
2020-11-08Perform hashing of Password for Schedules Direct on serverNeil Burrows
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery