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

feat: Allow the archive offset behavior of the reader to be configured. #109

Merged
merged 3 commits into from
May 30, 2024

Commits on May 29, 2024

  1. feat: Allow the archive offset behavior of the reader to be configured.

    Aside from supporting the current behavior which allows archives to be
    preceded by arbitrary data (added in fc749a09), this also allows
    detection of the offset to use by checking whether a central directory
    header is at the expected location. This is configurable because if the
    behavior were based only on detection, there could be false positives if
    archive data happened to contain a central directory header at the right
    spot.
    afranchuk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a8875b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a65d182 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17c2d86 View commit details
    Browse the repository at this point in the history