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

Changes to allow output to be a gzip file #16 #17

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