67 Commits (0ceeba4461702636559b735eb07962b2cb106925)

Author SHA1 Message Date
Stefan Nikolei 5de26525fe Convert CodeBase to collection Expressions 11 months ago
Stefan Nikolei 18b8b662e9 Use Target Type new only when apparent 11 months ago
Stefan Nikolei 57f5966fe7 use Explicit Types and Target Type new 11 months ago
James Jackson-South c4fd666018
Update tests/ImageSharp.Tests/IO/ChunkedMemoryStreamTests.cs 2 years ago
James Jackson-South 630166211c Feedback updates and massively expand write tests 2 years ago
James Jackson-South 48645f8b47 Rewrite ChunkedMemoryStream 2 years ago
James Jackson-South c418bb0def Revert "Remove ChunkedMemoryStream" 2 years ago
James Jackson-South 1e58db2205 Remove ChunkedMemoryStream 2 years ago
Simona Koníčková 7a2631bdf0 Add assertions for `FileStream` properties 3 years ago
Simona Koníčková c81e639842 Use `await using` where available 3 years ago
Simona Koníčková 5b1873ee9a Use `FileOptions.Asynchronous` when doing async IO 3 years ago
Brian Popow 81c3ad3da5 Revert "Fill read buffer in constructor and when IsInReadBuffer() is false" 4 years ago
Brian Popow da92a42d34 Remove invalid comment 4 years ago
James Jackson-South b0ba58c07f Fix position handling 4 years ago
Brian Popow 67b1693814 Add test for issue when setting the stream position twice 4 years ago
James Jackson-South 0e9a066195 FS Namespaces and Implicit Global Usings 4 years ago
James Jackson-South 97baeaf438 Update all files 4 years ago
James Jackson-South 1ad9e56137 Use graduated buffers 4 years ago
James Jackson-South fd4e3a5108 Scale allocated chunk sizes to match allocations 4 years ago
Ynse Hoornenborg 559edde971 Don't throw when Position is out of range for BufferedReadStream 4 years ago
James Jackson-South 38bf216e09 Fix newline endings 5 years ago
James Jackson-South 300273fd11 Use TestProvider to load images 6 years ago
James Jackson-South 0ff69248ec Fix read count. 6 years ago
Anton Firszov 0d28a38f72 heavyweight integration test 6 years ago
James Jackson-South da6ba1d5a3 Increase chunk size, add benchmarks and write span tests 6 years ago
James Jackson-South 94613d68b3 Add optimized Read(Span) API 6 years ago
James Jackson-South e9b460efce Add WriteByteTests 6 years ago
James Jackson-South ceab655ce5 More tests and remove old stream 6 years ago
James Jackson-South 5f58bbcba5 Fix non-seekable stream reading. 6 years ago
Brian Popow 9e83f4af00 Change position guard from MustBeLessThanTo to MustBeLessThanOrEqualTo 6 years ago
James Jackson-South 77c05eb6b5 Add sanitation and make tests parametric. 6 years ago
James Jackson-South 95d054068f Make stream buffer size configurable. Fixes #1276 6 years ago
James Jackson-South 5537435bb0 Use explicit stream instance in core decoders. 6 years ago
James Jackson-South 91a4676316 Handle slow streams. Fix #1268 6 years ago
Anton Firszov 43dbbbcde8 FixedCapacityPooledMemoryStreamTests 6 years ago
James Jackson-South 874115bd0a Update license 6 years ago
James Jackson-South 6183dd8c13 Update source license info. 6 years ago
James Jackson-South 32f8cf0f14 Cleanup and refactor 6 years ago
James Jackson-South a820e8f16d BufferedReadStream WIP - MagickImage not working. 6 years ago
James Jackson-South 8cd722cfc5 Revert `using` declaration changes for until we establish guidelines. 6 years ago
Brian Popow f60bc937de Use using declarations to reduce nesting 6 years ago
Brian Popow 7b052c8076 Fix stylecop warnings in the test project 6 years ago
James Jackson-South c24b364be1 Merge namespaces 6 years ago
Simon Cropp bcbd4726a6 use var where apparent (#972) 7 years ago
James Jackson-South 0e06b6b466 Improve coverage. 8 years ago
Jason Nelson 55d0e8c62a Format tests 8 years ago
Jason Nelson 6d8bc96304 Remove EndianBinaryReader & Writer 8 years ago
Jason Nelson b1228659c0 Revert "Create specialized BigEndianBinaryWriter & LittleEndianBinaryWriter classes" 8 years ago
Jason Nelson 5dacf84c5b Create specialized BigEndianBinaryWriter & LittleEndianBinaryWriter classes 8 years ago
Jason Nelson 32bd209cfc Remove string encoding concerns from BinaryReader&Writer 8 years ago