Skip to content

Improve archive handling #66

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 4 commits into from
Jul 19, 2021

Conversation

shwnchpl
Copy link
Contributor

This patchset simplifies and expands existing zip file opening capabilities by removing unnecessary platform specific code, adding the ability to open archives containing more than one trace file, and performing cleanup of generated temporary files once they are no longer needed.

shwnchpl added 4 commits July 16, 2021 16:19
Modifies the existing zip file extraction implementation to behave the
same way on both WIN32 and POSIX platforms.

Signed-off-by: Shawn M. Chapla <[email protected]>
Extract all files contained a zip archive as temporary files and attempt
to open all those files when opening that archive.

Signed-off-by: Shawn M. Chapla <[email protected]>
@mikesart mikesart merged commit 692030a into mikesart:master Jul 19, 2021
@mikesart
Copy link
Owner

Thanks Shawn!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants