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

15 can you please add support to decompress to zipoutputstream #18

Open
wants to merge 26 commits into
base: release-5.0.1
Choose a base branch
from

Commits on Mar 26, 2024

  1. Update README.md

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 26, 2024
    Copy the full SHA
    994d300 View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 26, 2024
    Copy the full SHA
    4b22ad3 View commit details
    Browse the repository at this point in the history
  3. Handle gzip output files

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 26, 2024
    Copy the full SHA
    5708147 View commit details
    Browse the repository at this point in the history
  4. Handle gzip output files

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 26, 2024
    Copy the full SHA
    abcb9c6 View commit details
    Browse the repository at this point in the history
  5. Handle gzip output files

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 26, 2024
    Copy the full SHA
    23cdcdc View commit details
    Browse the repository at this point in the history
  6. Handle gzip output files

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 26, 2024
    Copy the full SHA
    9ab9bc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Update README.md

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 27, 2024
    Copy the full SHA
    2ebc0ce View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 27, 2024
    Copy the full SHA
    fc0333c View commit details
    Browse the repository at this point in the history
  3. Update TerseDecompress.java

    Restored try clause.
    Increased GZIP buffer size for effciency and for CryptoCards that only get used if buffer > = 8192 bytes
    Set GZIP flush option to prevent corruption of file on last write
    
    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 27, 2024
    Copy the full SHA
    01a884c View commit details
    Browse the repository at this point in the history
  4. Update TerseDecompress.java

    Rebased upon existing 5.0.1 branch
    
    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 27, 2024
    Copy the full SHA
    e0d6cd4 View commit details
    Browse the repository at this point in the history
  5. Update pom.xml

    Rebased upon existing 5.0.1 branch
    
    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 27, 2024
    Copy the full SHA
    1b4f1eb View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Rebased change using existing 5.0.1 branch
    
    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 27, 2024
    Copy the full SHA
    521c136 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Rebased upon existing 5.0.1 branch
    
    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 27, 2024
    Copy the full SHA
    65c942b View commit details
    Browse the repository at this point in the history
  8. Update .gitignore

    Rebased using existing 5.0.1 branch
    
    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 27, 2024
    Copy the full SHA
    e390069 View commit details
    Browse the repository at this point in the history
  9. Update pom.xml

    Rebased using existing 5.0.1 branch.
    Note this change bumps java to Java 17, and uses Shade to reduce output size
    
    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 27, 2024
    Copy the full SHA
    2065481 View commit details
    Browse the repository at this point in the history
  10. Update TerseDecompress.java

    trivial indentation  fix
    
    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 27, 2024
    Copy the full SHA
    39b0095 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update pom.xml

    Restored maven jar plug-in
    
    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 28, 2024
    Copy the full SHA
    0bf3a24 View commit details
    Browse the repository at this point in the history
  2. Create .editorconfig

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 28, 2024
    Copy the full SHA
    d45495b View commit details
    Browse the repository at this point in the history
  3. Update .editorconfig

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed Mar 28, 2024
    Copy the full SHA
    a647500 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Update .gitignore

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed May 6, 2024
    Copy the full SHA
    6d1f194 View commit details
    Browse the repository at this point in the history
  2. Update TerseDecompress.java

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed May 6, 2024
    Copy the full SHA
    a9b96c3 View commit details
    Browse the repository at this point in the history
  3. Update TerseDecompress.java

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed May 6, 2024
    Copy the full SHA
    414657d View commit details
    Browse the repository at this point in the history
  4. Update TerseDecompress.java

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed May 6, 2024
    Copy the full SHA
    a07cdbf View commit details
    Browse the repository at this point in the history
  5. Update TerseDecompress.java

    Simplied, and actually still works
    
    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed May 6, 2024
    Copy the full SHA
    04a155d View commit details
    Browse the repository at this point in the history
  6. Update TerseDecompress.java

    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed May 6, 2024
    Copy the full SHA
    5b3761f View commit details
    Browse the repository at this point in the history
  7. Update TerseDecompress.java

    Improved outfilename suffix defaults
    
    Signed-off-by: Russell Shaw <69813534+kiwi1969@users.noreply.github.com>
    kiwi1969 committed May 6, 2024
    Copy the full SHA
    6a04989 View commit details
    Browse the repository at this point in the history