| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 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 | ``` | |||
| 2020-12-24 | Put json serializer options in private field | David | |
| 2020-12-23 | Use streams instead of strings | David | |
| 2020-12-23 | Remove custom Json serializer from Emby.Server.Implementations | David | |
| 2020-11-14 | Use string.Split(char) where possible instead of string.Split(char[]) | Bond_009 | |
| 2020-09-23 | Don't take a lock if there's no intention to manipulate the list of open ↵ | Ryan Petris | |
| streams. Instead, use a ConcurrentDictionary so that, in those situations, thread-safe access to the dictionary is ensured. | |||
| 2020-07-24 | Fix warnings | Bond_009 | |
| 2020-07-20 | Fix warnings | Bond_009 | |
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-15 | fix SA1510 | telans | |
| 2020-06-13 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-06-04 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs | |||
| 2020-05-27 | Merge branch 'master' into nullable3 | Bond_009 | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-05 | Enable nullabe reference types for MediaBrowser.Model | Bond_009 | |
| 2020-04-04 | Register and construct IMediaSourceManager correctly | Mark Monteiro | |
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2020-01-13 | Merge pull request #2096 from Bond-009/embytv | dkanada | |
| Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs | |||
| 2020-01-10 | Merge branch 'master' into warn12 | Bond_009 | |
| 2020-01-10 | Merge branch 'master' into embytv | Bond_009 | |
| 2020-01-08 | Fix build and address comments | Bond_009 | |
| 2020-01-08 | merge branch master into media-attachments | dkanada | |
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 2019-12-04 | Clean up Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs | Bond_009 | |
| 2019-11-27 | Fix more warnings | Bond_009 | |
| 2019-11-07 | Update Emby.Server.Implementations/Library/MediaSourceManager.cs | Andrew Mahone | |
| docs Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update Emby.Server.Implementations/Library/MediaSourceManager.cs | Andrew Mahone | |
| docs Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Update Emby.Server.Implementations/Library/MediaSourceManager.cs | Andrew Mahone | |
| docs Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-04 | Return list result directly for MediaAttachments. | Andrew Mahone | |
| 2019-11-04 | Merge remote-tracking branch 'origin/master' into media-attachments-clean | Andrew Mahone | |
| 2019-10-29 | Fix more warnings | Bond_009 | |
| 2019-10-22 | Support MediaAttachment retrieval in MediaSourceManager. | Andrew Mahone | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-02-05 | Remove custom Threading | Claus Vium | |
| 2019-01-31 | Merge branch 'master' into locale | 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 | Reworked LocalizationManager to load data async | Bond_009 | |
| 2019-01-22 | Remove conditions that are always true/false | Bond_009 | |
| 2019-01-20 | Replaced injections of ILogger with ILoggerFactory | William Taylor | |
| This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies. | |||
| 2019-01-17 | Reformat JustAMan review pt1 changes | Erwin de Haan | |
| Refs #575 | |||
| 2019-01-13 | ReSharper format: conform inline 'out' parameters. | Erwin de Haan | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part I-Lib | 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. | |||
