aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
AgeCommit message (Collapse)Author
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-12Rewrite `ItemDataProvider` to be more robustBond_009
* Stop locking 2+ times per operation * Don't clone the list multiple times * Keep the lock for the duration of the operation
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs
2019-09-02Merge pull request #1686 from Bond-009/warn7Anthony Lavado
More warning fixes
2019-08-29More warning fixesBond_009
2019-08-29Fix invalid arg forBond_009
2019-08-28Remove unused argsBond_009
2019-08-28Attempt to fix #1391Bond_009
2019-08-16More fixesBond_009
2019-08-16Update SharedHttpStream.csBond-009
2019-08-16Clean up livestreaming codeBond_009
2019-08-13Merge pull request #1581 from Bond-009/socket1dkanada
Use System.Net abstractions instead of raw socket
2019-08-10Merge pull request #1612 from Bond-009/warn4dkanada
Fix warnings
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-08-09Fix more warningsBond_009
2019-08-09Update HdHomerunManager.csBond-009
2019-08-09Use System.Net abstractions instead of raw socketBond_009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
2019-07-24Merge pull request #1560 from jellyfin/release-10.3.zBond-009
Backmerge for 10.3.7
2019-07-13CleanupBond_009
2019-07-13Try to fix XmlTvListingsProviderBond_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-27Merge branch 'master' into httpclientBond-009
2019-03-25Simplify/remove/clean codeBond-009
* Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;)
2019-03-13Improvements around streamsBond-009
* Use ArrayPool instead of allocating new buffers each time * Remove NetworkStream copy * Remove some dead code
2019-03-12Merge pull request #1060 from Bond-009/assinfoVasily
Remove redundant class AssemblyInfo
2019-03-08Remove more unused stuffBond-009
2019-03-07Reduce the amount of exceptions thrownBond_009
2019-03-07Remove redundent class AssemblyInfoBond-009
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-02-20Avoid exceptions due to folder and file not foundPloughPuff
1) Use function to return path to temp transcode path which has benefit of creating temp folder if not exists, thereby avoiding the exception when GetFilePaths is used. 2) Check json files exists before attempting to read from it. Avoids having to mask FileNotFound exceptions when debugging.
2019-02-19Merge pull request #848 from Bond-009/perfJoshua M. Boniface
Minor changes to reduce allocations
2019-02-16Merge branch 'master' into perfBond-009
2019-02-16Merge branch 'master' into fieldsBond-009
2019-02-16Change discardsBond-009
2019-02-12Less string allocationsBond_009
2019-02-11combining some of the if's and adressing #820Felix Ruhnow
2019-02-10Adding support for "tvg-chno"-Tag in M3U Channel ListsFelix Ruhnow
2019-02-09Removed some unused fieldsBond_009
2019-02-09Fix namespacing so it lines up properly with file names and paths (#715)Erwin de Haan
* Fix stupid namespacing so it lines up properly with file names and paths.
2019-02-05Remove custom ThreadingClaus Vium
2019-02-04Merge pull request #797 from Bond-009/warningsVasily
Fix all warnings
2019-02-03Merge pull request #736 from Bond-009/startasyncJoshua M. Boniface
Start startup tasks async
2019-02-02Fix all warningsBond-009
2019-02-02Merge pull request #788 from Bond-009/warningsAndrew Rabert
Fix more warnings
2019-02-02Remove MoreLINQBond_009
2019-02-02Remove unused fieldBond_009
2019-02-01Fix more warningsBond_009