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(zip): enable ZipOuputStream to write precompressed files #683

Merged
merged 7 commits into from
Nov 17, 2021

Commits on Nov 2, 2021

  1. Fix icsharpcode#682

    Temtaime committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    bc49979 View commit details
    Browse the repository at this point in the history
  2. Add test

    Temtaime committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    1204e30 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Fixes

    Temtaime committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2e4a62b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    af7187d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. change the exception for non-supported methods

    allowing other compression methods that are not implemented inside sharpziplib itself could be a good future use case for this. "not implemented" better conveys that it might be supported in the future.
    piksel committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    9f19c8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89f925d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Merge pull request #1 from icsharpcode/pr/683-suggestions

    Pr/683 suggestions
    Temtaime committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    2e05458 View commit details
    Browse the repository at this point in the history