-
Notifications
You must be signed in to change notification settings - Fork 512
merge release to master #1174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
merge release to master #1174
Changes from all commits
Commits
Show all changes
85 commits
Select commit
Hold shift + click to select a range
0a50386
Using Constants class differently
adamhathcock d52facd
Remove change
adamhathcock 014bbc3
Initial plan
Copilot a114155
Initial plan
Copilot 6c86632
Fix grammatical errors in ArcFactory comments
Copilot 53f12d7
Add [Obsolete] attribute to ReaderOptions.DefaultBufferSize
Copilot 010a38b
Add clarifying comment about buffer size value difference
Copilot d11f6ae
Merge pull request #1166 from adamhathcock/copilot/sub-pr-1165
adamhathcock 3c88c7f
Merge pull request #1167 from adamhathcock/copilot/sub-pr-1165-again
adamhathcock d6156f0
release branch builds increment patch versions and master builds incr…
adamhathcock f0eaddc
Merge remote-tracking branch 'origin/adam/buffer-size-consolidation' …
adamhathcock c82744c
fmt
adamhathcock 4d31436
constant should be a static property
adamhathcock a9c28a7
Merge pull request #1165 from adamhathcock/adam/buffer-size-consolida…
adamhathcock 970934a
Initial plan
Copilot a706a9d
Fix ZIP parsing regression with short reads on non-seekable streams
Copilot 71655e0
Apply code formatting with CSharpier
Copilot d59e4c2
Refactor FillBuffer to use ReadFully pattern
Copilot 8a3be35
Update tests/SharpCompress.Test/Zip/ZipShortReadTests.cs
adamhathcock 72eaf66
Initial plan
Copilot af08a7c
Merge pull request #1169 from adamhathcock/copilot/fix-zip-parsing-re…
adamhathcock db2f5c9
Fix SevenZipReader to iterate entries as contiguous streams
Copilot 999124e
Remove unused _currentFolderIndex field
Copilot 3c87242
Add test to verify folder stream reuse in solid archives
Copilot 8a67d50
Don't use reflection in tests
adamhathcock 484bc74
Update src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs
adamhathcock 9a7bdd3
Merge pull request #1172 from adamhathcock/copilot/fix-sevenzip-conti…
adamhathcock c219eb4
Merge branch 'release'
adamhathcock f4369e5
fmt
adamhathcock 8d5d686
more fixes
adamhathcock 6ddcbf2
fix some tests
adamhathcock 24b4ef8
fix test
adamhathcock c770bc4
reintroduce RewindableStream stream. SharpCompressStream does too much
adamhathcock 8dfd534
making RewindableStream more proper
adamhathcock 58459bd
using a byte array instead of memory streams
adamhathcock e2cb9f3
fix up rewindable stream and use it more, add NonDisposingStream
adamhathcock b994f0a
more 7z async
adamhathcock d60abc3
fmt
adamhathcock a94e319
clean up rewindable stream
adamhathcock be88410
fixes
adamhathcock 1ca9148
more rework
adamhathcock bcaec86
save this
adamhathcock 42f6c77
rewindable with memory stream
adamhathcock 659f5d7
fix some more tests
adamhathcock c9db033
Fixed AsyncMarkingBinaryReader
adamhathcock 595a97b
more explode async
adamhathcock 6c3f7c8
lzma works with zip
adamhathcock 525bcea
ppmd create
adamhathcock 4ed1f89
more ppmd async
adamhathcock b48e938
finish PPMD?
adamhathcock d92def9
Opus 4.5 did this fix, need to understand it
adamhathcock c096164
add shrink stream async
adamhathcock b40e1a0
Merge remote-tracking branch 'origin/adam/data-descriptor-fix' into a…
adamhathcock 0767292
ReduceStream is async
adamhathcock 7112dba
some shrink fixes
adamhathcock 895dd02
another fix
adamhathcock 037b684
remove SharpCompressStream
adamhathcock 86e412c
more fixes?
adamhathcock 227e709
fmt
adamhathcock 0e2f806
async crypto
adamhathcock 6112b2d
recording isn't great here but it works better
adamhathcock cb27b11
remove IStreamStack from non specialized streams
adamhathcock 62b8fc9
not sure I like this fix
adamhathcock 46e2ea8
more async fixes
adamhathcock 0b15b60
remove some extra markdown
adamhathcock 9b8e3d8
remove some tests
adamhathcock e6ad44d
more async streams
adamhathcock ddc0152
async filtering for lzma and others
adamhathcock 8a8784a
async xz and tar completed
adamhathcock 361e695
non-async ace works
adamhathcock 6af612f
fix ace async
adamhathcock 236ee21
fix async parts of arc
adamhathcock dff17a9
new fix for RewindableStream with tests
adamhathcock 3198b32
Arc is now async
adamhathcock eedc7c7
Arj async passes with header fix
adamhathcock 08d64ee
format
adamhathcock 1b0ec24
fix deflate rewinding?
adamhathcock 8cff7cb
rewinding works more?
adamhathcock 8759cf0
tests all pass
adamhathcock 3ab4478
use ringbuffer
adamhathcock 7e54f91
fmt
adamhathcock f67168f
try to fix test
adamhathcock 94716a5
add sync over async dispose
adamhathcock b93ed79
another sync over async
adamhathcock 7e8005a
fmt
adamhathcock File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.