-
Notifications
You must be signed in to change notification settings - Fork 36
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
refactor readers to use type parameters and not concrete vtables #207
Closed
cosmicexplorer
wants to merge
18
commits into
zip-rs:master
from
cosmicexplorer:wrapped-reader-refactor
Closed
refactor readers to use type parameters and not concrete vtables #207
cosmicexplorer
wants to merge
18
commits into
zip-rs:master
from
cosmicexplorer:wrapped-reader-refactor
Commits on Jul 16, 2024
-
add ZipEntry API in src/unstable/read.rs
- also use git dep for zstd to pull in removal of R: BufRead bound - move new methods into unstable/read.rs - support getting aes verification info from a raw ZipEntry - flesh out other methods from ZipFile -> ZipEntry - now create a streaming abstraction - move some methods around
Configuration menu - View commit details
-
Copy full SHA for 020a61a - Browse repository at this point
Copy the full SHA 020a61aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3abac52 - Browse repository at this point
Copy the full SHA 3abac52View commit details -
Configuration menu - View commit details
-
Copy full SHA for b463f02 - Browse repository at this point
Copy the full SHA b463f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0faf24 - Browse repository at this point
Copy the full SHA f0faf24View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf63d19 - Browse repository at this point
Copy the full SHA bf63d19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3960e34 - Browse repository at this point
Copy the full SHA 3960e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ba4d9 - Browse repository at this point
Copy the full SHA 27ba4d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fee2c8 - Browse repository at this point
Copy the full SHA 9fee2c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c360b15 - Browse repository at this point
Copy the full SHA c360b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c7cae1 - Browse repository at this point
Copy the full SHA 8c7cae1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb37849 - Browse repository at this point
Copy the full SHA fb37849View commit details -
Configuration menu - View commit details
-
Copy full SHA for 872bd35 - Browse repository at this point
Copy the full SHA 872bd35View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd11f28 - Browse repository at this point
Copy the full SHA fd11f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a28a43d - Browse repository at this point
Copy the full SHA a28a43dView commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 423a263 - Browse repository at this point
Copy the full SHA 423a263View commit details -
Revert "remove the old ZipFile API entirely"
This reverts commit f0faf24.
Configuration menu - View commit details
-
Copy full SHA for c83e9b6 - Browse repository at this point
Copy the full SHA c83e9b6View commit details -
Revert "remove read_zipfile_from_stream()"
This reverts commit 3abac52.
Configuration menu - View commit details
-
Copy full SHA for 3259c5e - Browse repository at this point
Copy the full SHA 3259c5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbee45b - Browse repository at this point
Copy the full SHA bbee45bView commit details
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.