| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-09 | Move LiveTv to separate project | Patrick Barron | |
| 2023-12-05 | Make ILiveStream an IDisposable | Patrick Barron | |
| 2023-12-05 | Don't use List directly in ITunerHost method signatures | Patrick Barron | |
| 2023-12-05 | Use ConfigureAwait in SharedHttpStream | Patrick Barron | |
| 2023-12-05 | Use ConfigureAwait in M3uParser | Patrick Barron | |
| 2023-12-05 | Use ConfigureAwait in BaseTunerHost | Patrick Barron | |
| 2023-12-05 | Use string.Contains in LiveTv | Patrick Barron | |
| 2023-12-05 | Use implementation types in LiveTv | Patrick Barron | |
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-10-14 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Updates/InstallationManager.cs # tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs | |||
| 2023-10-11 | Multiple Stream changes | Bond_009 | |
| * Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible | |||
| 2023-10-08 | Remove redundant using directives | Stepan Goremykin | |
| 2023-10-07 | Remove redundant SuppressFinalize call | Stepan Goremykin | |
| 2023-10-02 | allow repeated same tv guide m3u channels , issue 6527 | Hagay Goshen | |
| 2023-08-18 | refactor: use ConcurrentDictionary when IMemoryCache isn't needed | cvium | |
| 2023-07-06 | Merge pull request #9799 from Bond-009/genregex | Bond-009 | |
| 2023-07-03 | Merge pull request #8147 from Shadowghost/network-rewrite | Joshua M. Boniface | |
| 2023-06-28 | Use RegexGenerator where possible | Bond_009 | |
| 2023-06-27 | Do HEAD request to get content type instead of checking for extension (#8823) | Bond-009 | |
| 2023-05-22 | Apply review suggestion | Shadowghost | |
| 2023-05-09 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-04-06 | Pass cancellation token | Stepan Goremykin | |
| 2023-04-06 | Inline out variable declaration | Stepan Goremykin | |
| 2023-03-16 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-03-12 | Fall back to using "logo" attrib if "tvg-logo" is mssing in M3U-tuner (#9475) | gitteric | |
| Co-authored-by: gitteric <you@example.com> | |||
| 2023-03-03 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-02-20 | Improve alternate ordering (#9336) | Bond-009 | |
| 2023-02-20 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-02-20 | StringComparison.Ordinal instead of StringComparison.OrdinalIgnoreCase | Bond_009 | |
| 2023-02-19 | Optimize tryparse | Bond_009 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 2023-02-17 | Consistently write IP in upercase | Shadowghost | |
| 2023-02-17 | Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery | Shadowghost | |
| 2023-02-01 | Improve ffprobe json parsing and don't log error for Codec Type attachment | Bond_009 | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-10 | Fix incorrect starting offset of buffer span in CheckTunerAvailability. | Michael Powers | |
| Resolves #7154 | |||
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-08-22 | Merge pull request #8267 from luzpaz/typos | Bond-009 | |
| 2022-08-18 | Make IgnoreDts configurable for M3U tuner | knackebrot | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-02-14 | Fix some warnings | Bond_009 | |
| 2022-02-06 | Merge pull request #7241 from Bond-009/async5 | Cody Robibero | |
| 2022-01-22 | Flush to disk async where possible | Bond_009 | |
| 2022-01-22 | Always create TaskCompletionSource<T> with ↵ | Bond_009 | |
| TaskCreationOptions.RunContinuationsAsynchronously | |||
| 2022-01-10 | Fix warning SA1414 and CA1849 | Bond_009 | |
| 2022-01-07 | Remove task cancellation hacks | Bond_009 | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-12-24 | Merge branch 'master' into comparisons | Cody Robibero | |
