aboutsummaryrefslogtreecommitdiff
path: root/src/Jellyfin.Extensions/StreamExtensions.cs
AgeCommit message (Expand)Author
2026-05-29Improved resilience for fast-pathsMarc Brooks
2026-05-28Use ReadAtLeastAsync to handle short-reads.Marc Brooks
2026-05-27Remove IsStreamIdenticalAsync CanSeek requirementMarc Brooks
2026-05-27Use TryGetBuffer() on MemoryStreamsMarc Brooks
2026-05-26Explicitly handle MemoryStream(s)Marc Brooks
2026-05-26Moved IsFileIdenticalAsync & IsStreamIdenticalAsync to StreamExtensions.Marc Brooks
2024-06-01Backport pull request #11910 from jellyfin/release-10.9.zBond-009
2023-09-11Removed nesting levels through block-scoped `using` statement (#10025)Lehonti Ramos
2023-08-22== null -> is nullBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009