| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-10-02 | Fix warnings in ScheduledTasks | Patrick Barron | |
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 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-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-05 | Code Clean up: Use Pattern Matching (#5838) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-04-10 | Use sync Serialize when writing scheduled tasks to disk | cvium | |
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-02-05 | Merge pull request #5005 from jellyfin/bytes | dkanada | |
| JsonSerializer deserialize from bytes where possible | |||
| 2021-01-12 | Open FileStream with FileMode.Create instead of FileMode.OpenOrCreate | Bond_009 | |
| > The OpenWrite method opens a file if one already exists for the file path, or creates a new file if one does not exist. For an existing file, it does not append the new text to the existing text. Instead, it overwrites the existing characters with the new characters. If you overwrite a longer string (such as "This is a test of the OpenWrite method") with a shorter string (such as "Second run"), the file will contain a mix of the strings ("Second runtest of the OpenWrite method"). Ref: https://docs.microsoft.com/en-us/dotnet/api/system.io.file.openwrite?view=net-5.0#remarks | |||
| 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-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 xml docs | David | |
| 2020-12-23 | Remove custom Json serializer from Emby.Server.Implementations | David | |
| 2020-11-14 | Replace Task.WaitAll with Task.Wait | Bond_009 | |
| 2020-10-17 | Use nameof where possible | Bond_009 | |
| 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-13 | Move GenericEventArgs to Jellyfin.Data.Events | Patrick Barron | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-03 | Merge pull request #3203 from Bond-009/warn18 | Vasily | |
| Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | |||
| 2020-05-29 | Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode | Bond_009 | |
| 2020-04-05 | Enable nullabe reference types for MediaBrowser.Model | Bond_009 | |
| 2019-11-22 | Fix some warnings | Bond-009 | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-01-30 | Merge branch 'master' into startuptasks | Bond-009 | |
| 2019-01-28 | Unwrapped CreateDirectory and DeleteDirectory | Erwin de Haan | |
| 2019-01-28 | Unwrapped GetDirectoryName and DirectorySeperatorChar | Erwin de Haan | |
| 2019-01-27 | Fix crash when trying to deserialize a non-existing scheduled task | Claus Vium | |
| 2019-01-27 | Check if file exists instead of catching exceptions | Bond_009 | |
| 2019-01-27 | Remove unused function | Bond_009 | |
| RunStartupTasks never executes because "startuptasks.txt" is never created | |||
| 2019-01-25 | Remove remnants of system events | Bond_009 | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part S-S | Erwin de Haan | |
| 2019-01-12 | Fixed removed start tag of XMLComment. | Erwin de Haan | |
| 2019-01-12 | Reformatted the files with notes. | Erwin de Haan | |
| 2019-01-10 | Mayor code cleanup | Erwin de Haan | |
| Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment. | |||
| 2019-01-05 | Remove unnecessary using statements | Bond_009 | |
| 2019-01-05 | Remove FireEventIfNotNull | Bond_009 | |
| It's a pretty useless "helper" class | |||
| 2018-12-30 | Fix exception logging | Bond_009 | |
