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

Support decompressor plugins #427

Merged
merged 21 commits into from Feb 1, 2020

Commits on Jan 5, 2020

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

Commits on Jan 26, 2020

  1. Copy the full SHA
    0b7b78d View commit details
    Browse the repository at this point in the history
  2. Add Entry#encrypted?

    jspanjers committed Jan 26, 2020
    Copy the full SHA
    c897bbd View commit details
    Browse the repository at this point in the history
  3. Add Entry#incomplete?

    jspanjers committed Jan 26, 2020
    Copy the full SHA
    e072c57 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4a4c553 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1b6aeb2 View commit details
    Browse the repository at this point in the history
  6. Rework Inflater#produce_input to use sysread

    This aligns Inflater#produce_input with
    PassThruDecompresser#produce_input.
    jspanjers committed Jan 26, 2020
    Copy the full SHA
    d20a683 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8f7c5ca View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4e28f72 View commit details
    Browse the repository at this point in the history
  9. Make decryption generic for all compression methods

    Now, STORED files can be decrypted, just like DEFLATED files.
    jspanjers committed Jan 26, 2020
    Copy the full SHA
    b80ce3c View commit details
    Browse the repository at this point in the history
  10. Cleanup NullDecompressor

    jspanjers committed Jan 26, 2020
    Copy the full SHA
    dd74bc0 View commit details
    Browse the repository at this point in the history
  11. Cleanup Inflater

    jspanjers committed Jan 26, 2020
    Copy the full SHA
    4ac8373 View commit details
    Browse the repository at this point in the history
  12. Cleanup PassTruDecompressor

    jspanjers committed Jan 26, 2020
    Copy the full SHA
    2bbcec0 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    5707c52 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    cda7127 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    00b525d View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    c66277d View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    456bd4d View commit details
    Browse the repository at this point in the history
  18. Define compression methods

    jspanjers committed Jan 26, 2020
    Copy the full SHA
    2b72683 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    a5d068d View commit details
    Browse the repository at this point in the history
  20. 7
    Copy the full SHA
    0b9433c View commit details
    Browse the repository at this point in the history