| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-02 | Use async FileStreams where it makes sense | Bond_009 | |
| 2021-08-28 | Enable nullable for more files | Bond_009 | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-05-28 | Fix some warnings | Bond_009 | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-05-16 | Add tests for Recordinghelper | Bond_009 | |
| 2021-05-06 | Use new ReadAllLines extensions | Bond_009 | |
| 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-04-30 | Reduce some allocations with the magic of spans etc. | cvium | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-04-01 | Remove useless code | Bond_009 | |
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-09 | Use FileShare.Read for log files | David | |
| 2021-03-07 | Use FileShare.None when creating files | David | |
| 2021-02-24 | Fix build | Bond_009 | |
| 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-29 | Use UTF8 encoding and async correctly | David | |
| 2020-12-27 | Code revie | David | |
| 2020-12-26 | Remove manual N/A removal and write directly to stream | David | |
| 2020-12-24 | Put json serializer options in private field | David | |
| 2020-12-24 | Use sync string instead of file | David | |
| 2020-12-23 | Use streams instead of strings | David | |
| 2020-12-23 | Remove custom Json serializer from Emby.Server.Implementations | David | |
| 2020-11-19 | Merge remote-tracking branch 'upstream/master' into no-scaling | Fernando Fernández | |
| 2020-11-18 | Fix build and thread detection logic | Fernando Fernández | |
| 2020-11-17 | Pass cancellation where possible | Bond_009 | |
| 2020-11-17 | Specify threads to ffmpeg properly | Fernando Fernández | |
| 2020-10-17 | Use nameof where possible | Bond_009 | |
| 2020-09-04 | Use proper buffer size | crobibero | |
| 2020-09-04 | Merge remote-tracking branch 'upstream/master' into http-client-migrate | crobibero | |
| 2020-09-01 | Properly migrate all HttpCompletionOption | crobibero | |
| 2020-08-31 | Fix some warnings | Bond_009 | |
| 2020-08-31 | change to using declaration | crobibero | |
| 2020-08-31 | migrate to IHttpClientFactory in EmbyTV | crobibero | |
| 2020-08-31 | migrate to IHttpClientFactory in DirectRecorder | crobibero | |
| 2020-08-24 | Merge branch 'master' into event-rewrite-1 | Patrick Barron | |
| # Conflicts: # Emby.Dlna/Emby.Dlna.csproj # Emby.Dlna/Eventing/DlnaEventManager.cs # Emby.Dlna/Service/BaseService.cs # Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs # MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs | |||
| 2020-08-20 | Make MediaBrowser.MediaEncoding warnings free | Bond_009 | |
| 2020-08-19 | Fix warnings | Bond_009 | |
| 2020-08-13 | Move GenericEventArgs to Jellyfin.Data.Events | Patrick Barron | |
| 2020-07-17 | Migrate Display Preferences to EF Core | Patrick Barron | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-15 | fix SA1510 | telans | |
| 2020-06-13 | Merge pull request #3254 from crobibero/ilogger | dkanada | |
| Use typed logger where possible | |||
| 2020-06-06 | Fix a small number of compile warnings | aled | |
