Skip to content
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

added cancellation to createZipFileAtPath #624

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

fritzt0
Copy link
Contributor

@fritzt0 fritzt0 commented Aug 21, 2021

createZipFileAtPath does not provide a way to cancel a long running archive creation process. This patch adds a 'shouldStop' handler to some of the createZipFileAtPath* methods. If the handler returns YES, the creation process is stopped and a failure is returned.

@fritzt0
Copy link
Contributor Author

fritzt0 commented Aug 21, 2021

The changes are purely additive, no former API has been changed.

@jhudsonWA jhudsonWA self-assigned this Feb 15, 2022
@jhudsonWA jhudsonWA self-requested a review February 15, 2022 21:34
@Coeur Coeur changed the base branch from master to main July 22, 2023 16:58
@Coeur
Copy link
Member

Coeur commented Dec 29, 2023

@ZipArchive/collaborators I guess none of us is actively maintaining this repo anymore, since this PR is more than 2 years old. If anyone is seeing this message and is interested in maintaining ziparchive, kindly offer a review to this PR, thanks.

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.

None yet

3 participants