| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-30 | More efficient array creation (#11468) | Bond-009 | |
| 2023-10-03 | Use DI for IFileSystem | Patrick Barron | |
| 2023-02-14 | Enable nullable for more files (#9310) | Bond-009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 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-18 | Minor cleanup | Bond_009 | |
| 2022-04-17 | Merge pull request #7561 from DMouse10462/named-config-api-fix | Cody Robibero | |
| Fix NamedConfiguration API Generation (cherry picked from commit d7c548f3dbb74c03903cd9bb86ab3af33e295d15) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-12-19 | Use static lambdas | cvium | |
| 2021-06-12 | Merge pull request #6096 from cvium/saving_private_ram | Bond-009 | |
| 2021-05-28 | Fix some warnings | Bond_009 | |
| 2021-05-24 | Remove some unnecessary allocations | cvium | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2020-11-11 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2020-11-09 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-10-14 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-10-14 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-10-14 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-10-11 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-10-11 | Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-10-11 | Added extra functionality to support registrar. | Greenback | |
| 2020-08-31 | Fix some warnings | Bond_009 | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2019-12-11 | Merge pull request #2041 from Bond-009/warn11 | dkanada | |
| Fix more warnings | |||
| 2019-12-10 | Apply suggestions from code review | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2019-12-04 | Fix GetTranscodePath function and cache path update logline | Bond_009 | |
| * GetTranscodePath returned an empty string after the option was left blank in the web UI * Unified the log style for all paths | |||
| 2019-11-27 | Fix more warnings | Bond_009 | |
| 2019-11-24 | Merge pull request #1991 from Bond-009/transtemp | Joshua M. Boniface | |
| Don't append transcodes to transcoding temp path | |||
| 2019-11-22 | Fix some warnings | Bond-009 | |
| 2019-11-21 | Don't append transcodes to transcoding temp path | Bond-009 | |
| 2019-11-01 | Update deps and add MultiThreading analyzer | Bond_009 | |
| 2019-08-09 | Fix doc releated warnings | Bond_009 | |
| 2019-02-16 | Merge branch 'master' into fields | Bond-009 | |
| 2019-02-09 | Use Path.Combine | Joshua Boniface | |
| 2019-02-09 | Fix poor handling of cache directories | Joshua Boniface | |
| 2019-02-09 | Removed some unused fields | Bond_009 | |
| 2019-01-30 | Merge branch 'master' into culture | Bond-009 | |
| 2019-01-28 | Removed loose whitespace and one .ToArray() call. | Erwin de Haan | |
| 2019-01-28 | Fixed inlining local-variable artifact. | Erwin de Haan | |
| 2019-01-28 | Unwrapped all /(Write|Read)All(Text|Bytes)/ functions. | Erwin de Haan | |
| 2019-01-28 | Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile` | Erwin de Haan | |
| 2019-01-28 | Unwrapped CreateDirectory and DeleteDirectory | Erwin de Haan | |
| 2019-01-28 | Unwrapped GetDirectoryName and DirectorySeperatorChar | Erwin de Haan | |
| 2019-01-27 | Check if file exists instead of catching exceptions | Bond_009 | |
| 2019-01-27 | Fix more analyzer warnings | Bond_009 | |
| 2019-01-13 | ReSharper conform to 'var' settings | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: Emby.Server.Implementations Part A-Da | 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 FireEventIfNotNull | Bond_009 | |
| It's a pretty useless "helper" class | |||
