aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
AgeCommit message (Collapse)Author
2021-05-05More improvementsBond_009
2021-05-05Remove dead codeBond_009
2021-05-05Code 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-05Code 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-05-03Merge branch 'master' into allocationzClaus Vium
2021-04-30Merge pull request #5890 from Bond-009/filesystemBond-009
Reduce string allocations/fs lookups in resolve code
2021-04-30Reduce some allocations with the magic of spans etc.cvium
2021-04-29Merge pull request #5842 from BaronGreenback/optimizationBond-009
Code Clean up: Group Methods
2021-04-22Reduce string allocations/fs lookups in resolve codeBond_009
2021-04-21Improve perf of db save and queryBond_009
2021-04-21Merge pull request #5876 from Bond-009/nullref5Bond-009
DeepCopy: Throw ArgumentNullException if one of the args is null
2021-04-21Merge pull request #5808 from cvium/semi-fix-collection-perfBond-009
2021-04-20DeepCopy: Throw ArgumentNullException if one of the args is nullBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-04-17Group MethodsBaronGreenback
2021-04-13fixescvium
2021-04-13Optimize the way items are grouped into collectionscvium
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-10Use distinct for artists to avoid double refreshingcvium
2021-02-13Minor improvementsBond_009
2021-02-10Create BaseItemKind enumcrobibero
2021-01-12Use JsonSerializer.SerializeToUtf8Bytes when doing a round tripBond_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-24Put json serializer options in private fieldDavid
2020-12-23Remove custom Json serializer from MediaBrowser.ControllerDavid
2020-12-13Use a more descriptive function namecrobibero
2020-12-11Use typed UserManager GetPreferencecrobibero
2020-12-11Use typed UserManager GetPreferencecrobibero
2020-12-10Forgot to revert some other changes, dunno if neededcvium
2020-12-04Merge pull request #4242 from Spacetech/library_scan_speedClaus Vium
Increase library scan and metadata refresh speed
2020-12-02Move MetadataRefreshThrottler to BaseItemManagerGary Wilber
2020-12-01Merge pull request #4169 from stanionascu/bdiso-playbackJoshua M. Boniface
Playback (direct-stream/transcode) of BDISO/BDAV containers
2020-11-21Merge branch 'master' into library_scan_speedBaronGreenback
2020-11-21Merge branch 'master' into defer_image_fetchingJoshua M. Boniface
2020-11-20Merge pull request #4499 from crobibero/more-paramJoshua M. Boniface
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
2020-11-19Merge remote-tracking branch 'upstream/master' into library_scan_speedGary Wilber
2020-11-19Merge pull request #4507 from BaronGreenback/SpellingJoshua M. Boniface
Corrects spelling in comments
2020-11-19Merge pull request #4342 from crobibero/base-item-managerClaus Vium
Add BaseItemManager
2020-11-18More spelling corrections.Greenback
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-11Fixes #4465 by adding the missing extras folders.Kayila
2020-11-08Merge remote-tracking branch 'upstream/master' into library_scan_speedGary Wilber
2020-11-05Fix Persons, Genres and Studios endpointscvium
2020-11-02Merge pull request #4341 from Bond-009/minor6Anthony Lavado
Minor improvements
2020-10-28Merge branch 'master' into bdiso-playbackStan
2020-10-27Use BaseItemManagercrobibero
2020-10-17Fix buildBond_009
2020-10-17Use nameof where possibleBond_009
2020-10-12Fix SA 1116 warningsJan-Pieter Baert
2020-10-03Defer image pre-fetching until the end of a refresh/scancvium
2020-10-02fix parallelism when set to 0Gary Wilber