-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Support for splitting archive #428
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
base: main
Are you sure you want to change the base?
Conversation
|
Nice feature. |
|
You're completely right, I should have kept previous signatures. I've made a new commit to restore them. |
|
I'll take a look at this after the holidays. Just want to let you know you were not forgotten. Thanks for the PR. |
|
Working on updating the included upstream minizip library to version 2, then I'll visit this one some more. |
你好,请问为什么不能暴露这个方法呢?是有其他的影响吗?如果要使用split的话,需要如何使用呢?直接在zip.c文件中修改ziinit.disk_size值吗?谢谢! [edit: Google Translate]
|
|
Wondering if you have any plan on merging this one... |
|
Thanks for the PR. If you can add some testcases we will merge in v3.0 |
As
minizipis supporting splitting zip archive, I've added a way to create archive with user-defined disk size. A disk size of 0 means we're using oldopenfunction. I've also added a size check to avoid creating parts of less than 1 KB (useful ?).