François Degros
François Degros
`mount-zip` does not support multipart ZIPs. The reason is that the underlying `libzip` library does not support them. I asked the `libzip`'s authors about it a while ago. My understanding...
> The Google Takeout zip's aren't multipart, so its just a matter of overlaying multiple zips onto the same mount point. I see. How would that be specified on the...
Ok. It might be possible to implement this feature efficiently and neatly in `mount-zip`. Let's think about it. But it is not a high priority, especially since there are workarounds...
If we want to implement this feature, then we probably need to think about file name collisions. At the moment, [`mount-zip` deduplicates colliding file names](https://github.com/google/mount-zip#name-deduplication). But this might not be...
I implemented the requested feature. Please try with the latest sources and see if it is working as you expect. Let me know how it is going.
> If you pass `NULL` as password, the default password for the archive is used. If you pass the empty string, that is used as password. This might be worth...
Strange, indeed. But sorry, I cannot help you there. I don't maintain this [package](https://packages.gentoo.org/packages/sys-fs/rar2fs) anymore. You might have to find a new maintainer for this package.
I don't maintain this [package](https://packages.gentoo.org/packages/sys-fs/rar2fs) anymore.
> Please what is the purpose of this pull request? The purpose of this pull request is to provide an easy and simple reproduction of bug #2514 to `libarchive`'s maintainers....
> In addition, you mix the contents of #2525 to this PR. I've separated them. Now this pull request only adds `test_read_append_compress_filter` in order to reproduce bug #2514. ``` $...