-
Notifications
You must be signed in to change notification settings - Fork 69
feat: Interpret data descriptors when reading zip file from (read, nonseek) stream #197
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
Open
0xCCF4
wants to merge
24
commits into
zip-rs:master
Choose a base branch
from
0xCCF4:feature-read-from-seekable-stream
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
93a7f69
Added the method fn read_zipfile_from_seekablestream<S: Read + Seek>(…
0xCCF4 d146ff3
Merge branch 'refs/heads/master' into feature-read-from-seekable-stream
0xCCF4 7f0d07b
Merged master to feature branch
0xCCF4 59f1327
Moved streamed zip read tests to custom test file
0xCCF4 3bef659
Added security risk documentation and untrusted value struct to encap…
0xCCF4 f6b5da9
Library does not require Take<Read> anymore but instead accepts a tem…
0xCCF4 e36ad61
Merge branch 'refs/heads/master' into feature-read-from-seekable-stream
0xCCF4 47f718b
Completed merge master -> feature branch
0xCCF4 bf7a030
CRC32 checksum is now late propagated
0xCCF4 3265477
ZipStream API supports archives with data descriptor
0xCCF4 1d3afa9
Run cargo fmt --all
0xCCF4 ad3dbc0
chore: Feature-gate ReadAndSupplyExpectedCRC32 implementations
Pr0methean fc83a70
Merge branch 'master' into feature-read-from-seekable-stream
Pr0methean 6cc20f5
refactor: applied simple review suggestions and cargo fmt & clippy
0xCCF4 c61a683
Merge remote-tracking branch 'origin/feature-read-from-seekable-strea…
0xCCF4 f0cb9f2
fix: completed merge of xz decoder into feature branch
0xCCF4 1ecad02
Merge branch 'refs/heads/master' into feature-read-from-seekable-stream
0xCCF4 549d1da
perf: use vecdequeue for look ahead buffer
0xCCF4 7cd7937
Merge branch 'master' into feature-read-from-seekable-stream
Pr0methean a530f52
Merge branch 'master' into feature-read-from-seekable-stream
Pr0methean 6022136
fix: FixedSizeBlock must extend Pod
Pr0methean a9b7bc6
Merge branch 'master' into feature-read-from-seekable-stream
Pr0methean ecf5588
Merge branch 'master' into feature-read-from-seekable-stream
Pr0methean 2ee9c18
Merge branch 'master' into feature-read-from-seekable-stream
Pr0methean 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 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.