aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
AgeCommit message (Collapse)Author
2020-01-02Merge pull request #2150 from Bond-009/releaseerrordkanada
Enable TreatWarningsAsErrors for some projects
2019-12-14Move Emby.XmlTv to a NuGet package (#2042)Bond-009
* Move Emby.XmlTv to a NuGet package * Update Emby.Server.Implementations/Emby.Server.Implementations.csproj Co-Authored-By: Anthony Lavado <anthonylavado@me.com>
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-12-12Add improved error error for #2141Bond-009
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-11-24Merge pull request #1991 from Bond-009/transtempJoshua M. Boniface
Don't append transcodes to transcoding temp path
2019-11-22Fix some warningsBond-009
2019-11-21Don't append transcodes to transcoding temp pathBond-009
2019-11-21minor changes to transcode cleanup scheduled taskdkanada
2019-11-01Rewrite hex encoder/decoderBond_009
2019-10-29Fix more warningsBond_009
2019-10-20Don't shuffle some types by defaultBond_009
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