aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Services/ServicePath.cs
AgeCommit message (Collapse)Author
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-08-20Make MediaBrowser.MediaEncoding warnings freeBond_009
2020-07-24Merge branch 'master' into readonlyspanBond-009
2020-07-22Optimize StringBuilder.Append callsBond_009
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-06-20brace multiline if statementstelans
2020-06-20fix SA1503 for one line if statementstelans
2020-06-20fix SA1119telans
2020-06-16fix SA1513/SA1516telans
2020-06-15fix SA1005telans
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2019-11-22Fix some warningsBond-009
2019-10-15Fix Json serialization errorBond_009
2019-02-20Reduce string allocations at startupBond_009
2019-01-27Fix more analyzer warningsBond_009
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part S-SErwin de Haan
2019-01-12Reformatted the files with notes.Erwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Mayor code cleanupErwin 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-07remove trailing whitespacehawken
2018-12-30Remove the need for NullLoggerBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-113.2.30.17Luke Pulverenti
2017-08-30update skiasharp to 1.58.1Luke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-02-13implement chrome media session apiLuke Pulverenti