| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-11-15 | Fix some warnings | Bond_009 | |
| 2021-11-09 | Merge pull request #5905 from BaronGreenback/TVFix | Claus Vium | |
| Fix for Livetv and DLNA when bind interfaces specified. | |||
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-11-08 | Merge branch 'master' into TVFix | cvium | |
| 2021-10-08 | Merge pull request #6678 from Bond-009/random | Claus Vium | |
| Use new Random.Shared instead of creating new instances | |||
| 2021-10-08 | Use new Random.Shared instead of creating new instances | Bond_009 | |
| 2021-10-06 | Fix the last few warnings | Bond_009 | |
| Enables TreatWarningsAsErrors for all projects | |||
| 2021-09-25 | Merge pull request #6614 from Bond-009/warn36 | Claus Vium | |
| 2021-09-25 | Fix some warnings | Bond_009 | |
| 2021-09-25 | Remove sync FileStream hack | Bond_009 | |
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-09-20 | Merge pull request #6538 from cvium/livetv_oh_no | Bond-009 | |
| 2021-09-19 | Reduce allocations | Bond_009 | |
| 2021-09-10 | Remove the unused arg | cvium | |
| 2021-09-10 | Kill ProgressiveFileCopier and seek to end for ongoing livetv | cvium | |
| 2021-09-07 | Ignore published server url for local access | cvium | |
| 2021-09-06 | Merge pull request #6177 from Bond-009/async | Claus Vium | |
| Use async FileStreams where it makes sense | |||
| 2021-09-05 | Merge branch 'master' into TVFix | cvium | |
| 2021-09-03 | Fix some warnings | Bond_009 | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into warn-259810 | Cody Robibero | |
| 2021-09-02 | Use async FileStreams where it makes sense | Bond_009 | |
| 2021-08-31 | Update M3U Channel Name Precedence | Mark Titorenkov | |
| Sets the ExtInf display name to have a higher precedence than the `tvg-name` attribute for channel names. Usually `namInExtInf` is a more descriptive and human readable name if both it and `tvg-name` are available. `tvg-name` is more likely to be an internal identifier such as just the channel number with a prefix in my provider's case. | |||
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-08-16 | Update Emby.Server.Implementations/LiveTv/TunerHosts/BaseTunerHost.cs | Claus Vium | |
| 2021-08-11 | Apply suggestions from code review | Claus Vium | |
| 2021-08-06 | Add comment | MrChip53 | |
| 2021-08-06 | Update Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs | Chris Simoni | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-08-04 | Properly stream M3U file over http | MrChip53 | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-06-19 | Merge branch 'master' into comparisons | BaronGreenback | |
| 2021-05-28 | Fix some warnings | Bond_009 | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
