| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2021-05-18 | Merge pull request #6051 from Bond-009/tests7 | Bond-009 | |
| Add tests for Recordinghelper | |||
| 2021-05-16 | Merge pull request #5999 from Bond-009/legacyhdhomerun | Bond-009 | |
| Add support for legacy HDhomerun DUAl | |||
| 2021-05-16 | Add tests for Recordinghelper | Bond_009 | |
| 2021-05-08 | Merge branch 'master' into comparisons | BaronGreenback | |
| 2021-05-06 | Add support for legacy HDhomerun DUAl | Bond_009 | |
| 2021-05-06 | Use new ReadAllLines extensions | Bond_009 | |
| 2021-05-05 | Merge branch 'master' into comparisons | BaronGreenback | |
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-05-03 | Renamed | BaronGreenback | |
| 2021-05-03 | Changed selection method | BaronGreenback | |
| 2021-05-01 | Update LiveTvMediaSourceProvider.cs | BaronGreenback | |
| 2021-04-30 | prevent cancellationtoken leakage | cvium | |
| 2021-04-30 | Reduce some allocations with the magic of spans etc. | cvium | |
| 2021-04-26 | Changed other method to match for consistency. | BaronGreenback | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-04-17 | Cleaned up "value assigned is not used in any execution path" | BaronGreenback | |
| 2021-04-08 | Merge pull request #5520 from Bond-009/hdhomerun2 | Bond-009 | |
| 2021-04-01 | Remove useless code | Bond_009 | |
| 2021-03-20 | Add 'group-title' channel parsing | LIAUD | |
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-13 | Rewrite HdHomerunManager.ParseReturnMessage | Bond_009 | |
| 2021-03-13 | Add test for HdHomerunManager.ParseReturnMessage | Bond_009 | |
| 2021-03-13 | Add test for HdHomerunManager.WriteSetMessage | Bond_009 | |
| 2021-03-13 | Merge pull request #5220 from Bond-009/hdhomerun | Bond-009 | |
| 2021-03-09 | Use FileShare.Read for log files | David | |
| 2021-03-09 | Use FileShare.Read to fix HdHomeRun | David | |
| 2021-03-07 | Use FileShare.None when creating files | David | |
| 2021-02-24 | Fix build | Bond_009 | |
| 2021-02-21 | Use GetEncodingOptions where possible | Bond_009 | |
| 2021-02-21 | Minor improvements | Bond_009 | |
| 2021-02-20 | Merge pull request #5223 from Bond-009/minor10 | dkanada | |
| Minor improvements | |||
| 2021-02-15 | Properly forward cancellationTokens | Bond_009 | |
| 2021-02-13 | Minor improvements | Bond_009 | |
| 2021-02-12 | Add test for WriteGetMessage | Bond_009 | |
| 2021-02-12 | Rewrite packet writing code for HdHomerun | Bond_009 | |
| 2021-02-08 | Merge pull request #5142 from M0ssTee/updateRegex | dkanada | |
| Replaced /d with [0-9], see issue #2923 | |||
| 2021-02-05 | Merge pull request #5005 from jellyfin/bytes | dkanada | |
| JsonSerializer deserialize from bytes where possible | |||
| 2021-02-03 | Update ↵ | M0ssTee | |
| Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunManager.cs Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-02-01 | Replaced /d with [0-9], see issue #2923 | Troy | |
| 2021-01-12 | Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip | Bond_009 | |
| This test uses a very small object (CountryInfo), using a bigger object would increase the difference in allocated memory. ``` BenchmarkDotNet=v0.12.1, OS=fedora 32 Intel Core i7-6700HQ CPU 2.60GHz (Skylake), 1 CPU, 8 logical and 4 physical cores .NET Core SDK=5.0.100 [Host] : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT DefaultJob : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT | Method | Mean | Error | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated | |---------------- |-----------:|---------:|---------:|-------:|------:|------:|----------:| | RoundTripBytes | 932.0 ns | 5.09 ns | 4.25 ns | 0.1173 | - | - | 368 B | | RoundTripString | 1,114.8 ns | 22.19 ns | 23.74 ns | 0.1469 | - | - | 464 B | ``` | |||
| 2021-01-12 | JsonSerializer deserialize from bytes where possible | Bond_009 | |
| This is faster and uses way less memory ``` BenchmarkDotNet=v0.12.1, OS=fedora 32 Intel Core i7-6700HQ CPU 2.60GHz (Skylake), 1 CPU, 8 logical and 4 physical cores .NET Core SDK=5.0.100 [Host] : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT DefaultJob : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT | Method | Mean | Error | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated | |------- |---------:|--------:|--------:|--------:|------:|------:|----------:| | Bytes | 158.4 us | 2.56 us | 2.14 us | 16.8457 | - | - | 52.08 KB | | String | 172.8 us | 0.78 us | 0.70 us | 41.5039 | - | - | 127.82 KB | | Custom | 155.5 us | 2.95 us | 2.76 us | 10.0098 | - | - | 31.27 KB | ``` | |||
| 2020-12-30 | Merge pull request #4853 from Ullmie02/servicestack-json | Bond-009 | |
