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 test for delete from in-memory zip. #333

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 15, 2024

  1. Added test for delete from in-memory zip.

    This required making some updates that are kind of hacky.
    The path of least edits to miniz necessitated updating miniz
    mz_zip_reader_init_mem to initialize the writer function and
    additionally zip_stream_open to handle the case where a user passes
    a stream and the mode 'r' or 'd'.
    prot0man committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0b8109e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Upgrade cmake to 3.17

    kuba-- authored and prot0man committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7c1646b View commit details
    Browse the repository at this point in the history