Adam Hathcock
|
895dd02830
|
another fix
|
2026-01-31 14:20:01 +00:00 |
|
Adam Hathcock
|
7112dba345
|
some shrink fixes
|
2026-01-31 13:56:58 +00:00 |
|
Adam Hathcock
|
0767292bb0
|
ReduceStream is async
|
2026-01-31 13:19:10 +00:00 |
|
Adam Hathcock
|
b40e1a002a
|
Merge remote-tracking branch 'origin/adam/data-descriptor-fix' into adam/more-explode-async
|
2026-01-31 11:18:42 +00:00 |
|
Adam Hathcock
|
c096164486
|
add shrink stream async
|
2026-01-31 11:18:16 +00:00 |
|
Adam Hathcock
|
d92def91b0
|
Opus 4.5 did this fix, need to understand it
|
2026-01-31 10:59:30 +00:00 |
|
Adam Hathcock
|
b48e938c98
|
finish PPMD?
|
2026-01-30 13:46:30 +00:00 |
|
Adam Hathcock
|
4ed1f89866
|
more ppmd async
|
2026-01-30 13:19:24 +00:00 |
|
Adam Hathcock
|
525bcea989
|
ppmd create
|
2026-01-30 12:37:21 +00:00 |
|
Adam Hathcock
|
6c3f7c86da
|
lzma works with zip
|
2026-01-30 12:28:01 +00:00 |
|
Adam Hathcock
|
595a97bd62
|
more explode async
|
2026-01-30 07:25:49 +00:00 |
|
Adam Hathcock
|
c9db03335b
|
Fixed AsyncMarkingBinaryReader
|
2026-01-29 16:23:37 +00:00 |
|
Adam Hathcock
|
659f5d7834
|
fix some more tests
|
2026-01-29 15:47:22 +00:00 |
|
Adam Hathcock
|
42f6c77419
|
rewindable with memory stream
|
2026-01-29 15:23:53 +00:00 |
|
Adam Hathcock
|
bcaec86514
|
save this
|
2026-01-29 14:43:05 +00:00 |
|
Adam Hathcock
|
1ca914823f
|
more rework
|
2026-01-29 14:42:29 +00:00 |
|
Adam Hathcock
|
be8841075a
|
fixes
|
2026-01-29 11:08:38 +00:00 |
|
Adam Hathcock
|
a94e319935
|
clean up rewindable stream
|
2026-01-29 11:01:59 +00:00 |
|
Adam Hathcock
|
d60abc3f45
|
fmt
|
2026-01-29 10:16:37 +00:00 |
|
Adam Hathcock
|
b994f0ab55
|
more 7z async
|
2026-01-29 10:13:55 +00:00 |
|
Adam Hathcock
|
e2cb9f39ab
|
fix up rewindable stream and use it more, add NonDisposingStream
|
2026-01-29 09:08:40 +00:00 |
|
Adam Hathcock
|
58459bda12
|
using a byte array instead of memory streams
|
2026-01-28 19:15:34 +00:00 |
|
Adam Hathcock
|
8dfd5349f0
|
making RewindableStream more proper
|
2026-01-28 16:50:35 +00:00 |
|
Adam Hathcock
|
c770bc4788
|
reintroduce RewindableStream stream. SharpCompressStream does too much
|
2026-01-28 16:33:19 +00:00 |
|
Adam Hathcock
|
24b4ef8780
|
fix test
|
2026-01-28 11:48:11 +00:00 |
|
Adam Hathcock
|
6ddcbf2bc9
|
fix some tests
|
2026-01-28 11:37:24 +00:00 |
|
Adam Hathcock
|
8d5d686b79
|
more fixes
|
2026-01-28 11:23:41 +00:00 |
|
Adam Hathcock
|
f4369e540a
|
fmt
|
2026-01-28 11:13:29 +00:00 |
|
Adam Hathcock
|
c219eb4abb
|
Merge branch 'release'
# Conflicts:
# src/SharpCompress/Archives/ArchiveFactory.cs
# src/SharpCompress/Archives/AutoArchiveFactory.cs
# src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs
# src/SharpCompress/Archives/Zip/ZipArchive.cs
# src/SharpCompress/Factories/AceFactory.cs
# src/SharpCompress/Factories/ArcFactory.cs
# src/SharpCompress/Factories/ArjFactory.cs
# src/SharpCompress/Factories/Factory.cs
# src/SharpCompress/Factories/GZipFactory.cs
# src/SharpCompress/Factories/IFactory.cs
# src/SharpCompress/Factories/RarFactory.cs
# src/SharpCompress/Factories/SevenZipFactory.cs
# src/SharpCompress/Factories/TarFactory.cs
# src/SharpCompress/Factories/ZStandardFactory.cs
# src/SharpCompress/Factories/ZipFactory.cs
# src/SharpCompress/IO/SharpCompressStream.cs
# src/SharpCompress/Readers/AbstractReader.cs
# src/SharpCompress/Utility.cs
|
2026-01-28 11:12:49 +00:00 |
|
Adam Hathcock
|
9a7bdd39e8
|
Merge pull request #1172 from adamhathcock/copilot/fix-sevenzip-contiguous-streams
Fix SevenZipReader to maintain contiguous stream state for solid archives
|
2026-01-28 08:35:28 +00:00 |
|
Adam Hathcock
|
484bc740d7
|
Update src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-28 08:26:28 +00:00 |
|
Adam Hathcock
|
8a67d501a8
|
Don't use reflection in tests
|
2026-01-28 08:10:06 +00:00 |
|
copilot-swe-agent[bot]
|
999124e68e
|
Remove unused _currentFolderIndex field
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-27 17:03:20 +00:00 |
|
copilot-swe-agent[bot]
|
db2f5c9cb9
|
Fix SevenZipReader to iterate entries as contiguous streams
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-27 17:01:18 +00:00 |
|
copilot-swe-agent[bot]
|
d59e4c2a0d
|
Refactor FillBuffer to use ReadFully pattern
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-27 16:25:24 +00:00 |
|
copilot-swe-agent[bot]
|
71655e04c4
|
Apply code formatting with CSharpier
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-27 16:02:26 +00:00 |
|
copilot-swe-agent[bot]
|
a706a9d725
|
Fix ZIP parsing regression with short reads on non-seekable streams
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-27 16:00:44 +00:00 |
|
Adam Hathcock
|
4d31436740
|
constant should be a static property
|
2026-01-27 12:39:01 +00:00 |
|
Adam Hathcock
|
3c88c7fdd5
|
Merge pull request #1167 from adamhathcock/copilot/sub-pr-1165-again
Fix grammatical errors in ArcFactory comment documentation
|
2026-01-27 11:58:25 +00:00 |
|
copilot-swe-agent[bot]
|
010a38bb73
|
Add clarifying comment about buffer size value difference
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-27 11:54:50 +00:00 |
|
copilot-swe-agent[bot]
|
53f12d75db
|
Add [Obsolete] attribute to ReaderOptions.DefaultBufferSize
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-27 11:53:37 +00:00 |
|
copilot-swe-agent[bot]
|
6c866324b2
|
Fix grammatical errors in ArcFactory comments
Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
|
2026-01-27 11:49:29 +00:00 |
|
Adam Hathcock
|
d52facd4ab
|
Remove change
|
2026-01-27 10:48:32 +00:00 |
|
Adam Hathcock
|
0a50386ada
|
Using Constants class differently
|
2026-01-27 10:46:54 +00:00 |
|
Adam Hathcock
|
335db1eb9e
|
fix ValueTask struct copying
|
2026-01-26 18:10:59 +00:00 |
|
Adam Hathcock
|
27fe2d807e
|
more lzma porting
|
2026-01-26 18:09:44 +00:00 |
|
Adam Hathcock
|
27cf2795ef
|
More LZMA fixes?
|
2026-01-26 15:50:50 +00:00 |
|
Adam Hathcock
|
979c8d9234
|
Merge fixes
|
2026-01-26 14:20:42 +00:00 |
|
Adam Hathcock
|
04eabb7866
|
Merge remote-tracking branch 'origin/master' into adam/async-creation
# Conflicts:
# src/SharpCompress/Common/EntryStream.cs
# src/SharpCompress/IO/BufferedSubStream.cs
# src/SharpCompress/packages.lock.json
|
2026-01-26 14:16:14 +00:00 |
|
Adam Hathcock
|
fc63217dd0
|
Merge remote-tracking branch 'origin/release' into adam/release-to-master
# Conflicts:
# src/SharpCompress/IO/BufferedSubStream.cs
# tests/SharpCompress.Test/Zip/ZipReaderAsyncTests.cs
# tests/SharpCompress.Test/Zip/ZipReaderTests.cs
|
2026-01-26 13:24:25 +00:00 |
|