aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IO
AgeCommit message (Expand)Author
2022-12-19Merge pull request #8922 from Bond-009/distinctbyClaus Vium
2022-12-19Use Order() introduced in .NET 7 (#8923)Bond-009
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-25Remove unnecessary IsPathLocked functionjgriff6
2022-10-25Remove unnecessary ToList usageignacio laborde
2022-05-20Merge pull request #7724 from jtcasper/permsJoshua M. Boniface
2022-03-02Split DirectoryExists and FileExistsCody Robibero
2022-02-28Use IFileSystemCody Robibero
2022-02-14Fix some warningsBond_009
2021-12-27Remove more warningsCody Robibero
2021-12-27More cleanupBond_009
2021-11-15Fix some warningsBond_009
2021-11-09Fix some warningsBond_009
2021-11-09Fix some warningsBond_009
2021-11-07Add some docs and testsBond_009
2021-11-07Fix UnauthorizedAccessException in GetDrivesBond_009
2021-10-03Fix warnings in IOPatrick Barron
2021-09-25Use RandomAccess instead of a FileStream where it makes senseBond_009
2021-09-06Remove all unused usingsFernando Fernández
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
2021-09-03Fix some warningsBond_009
2021-09-02Use async FileStreams where it makes senseBond_009
2021-07-12Improve platform checksBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-24Remove some unnecessary allocationscvium
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-01Fix scanningBond_009
2021-04-22Improve fast path of ManagedFileSystem.GetValidFilenameBond_009
2021-04-22ManagedFileSystem: Rewrite GetValidFilename and more improvementsBond_009
2021-04-10Update Emby.Server.Implementations/IO/ManagedFileSystem.csClaus Vium
2021-04-09don't die on dangling symlinkscvium
2021-04-01Remove ManagedFileSystem.IsRootPathBond_009
2021-02-02Don't skip hidden filescrobibero
2020-12-31Ignore inaccessible files during library scansGary Wilber
2020-12-03Remove IIsoMounter and IsoMountercrobibero
2020-08-31Fix some warningsBond_009
2020-08-20Make MediaBrowser.MediaEncoding warnings freeBond_009
2020-07-24Fix warningsBond_009
2020-07-18FullName property instead of ToString in Emby.Server.Implementations/IO/Manag...Ken
2020-07-18Spacing standard on Emby.Server.Implementations/IO/ManagedFileSystem.csKen
2020-07-18Merge 'master' updates into 2354-soft-link-sizesKen Brazier
2020-06-16fix SA1513/SA1516telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-05Use typed logger where possiblecrobibero
2020-05-312354 open soft-links to read sizeKen Brazier
2020-05-15Use glob patterns to ignore filesErik Rigtorp