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

Added support for the legacy compressions (shrink/reduce/implode). #120

Open
wants to merge 67 commits into
base: master
Choose a base branch
from

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    b368df4 View commit details
    Browse the repository at this point in the history
  2. Update src/legacy/bitstream.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7568f40 View commit details
    Browse the repository at this point in the history
  3. Update src/legacy/reduce.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean committed May 14, 2024
    Configuration menu
    Copy the full SHA
    77e247d View commit details
    Browse the repository at this point in the history
  4. Formatted some comments.

    mkrueger committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ad8efb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    334b110 View commit details
    Browse the repository at this point in the history
  6. Update src/legacy/shrink.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean committed May 14, 2024
    Configuration menu
    Copy the full SHA
    bb8d030 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    905eeea View commit details
    Browse the repository at this point in the history
  8. Removed comments.

    mkrueger committed May 14, 2024
    Configuration menu
    Copy the full SHA
    45d79f6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db40e5b View commit details
    Browse the repository at this point in the history
  10. Removed legacy-zip feature.

    mkrueger committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4189412 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fafdaf1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    45f0f66 View commit details
    Browse the repository at this point in the history
  13. Some minor cleanups.

    mkrueger committed May 14, 2024
    Configuration menu
    Copy the full SHA
    68f3142 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d8067eb View commit details
    Browse the repository at this point in the history
  15. Update src/legacy/huffman.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d1b7efd View commit details
    Browse the repository at this point in the history
  16. Revert "Refactored huffman implementation a bit."

    This reverts commit fafdaf1.
    mkrueger committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6f57340 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cdc08b9 View commit details
    Browse the repository at this point in the history
  18. Added PR changes.

    mkrueger committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9f96b07 View commit details
    Browse the repository at this point in the history
  19. Update src/legacy/huffman.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 14, 2024
    Configuration menu
    Copy the full SHA
    45e8116 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    a403adc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c27ce16 View commit details
    Browse the repository at this point in the history
  3. Revert "Removed legacy-zip feature."

    This reverts commit 4189412.
    mkrueger committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9f88d25 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

Commits on May 18, 2024

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

Commits on May 19, 2024

  1. Switched to bitstream-io.

    mkrueger committed May 19, 2024
    Configuration menu
    Copy the full SHA
    282b551 View commit details
    Browse the repository at this point in the history
  2. Some minor code cleanups.

    mkrueger committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9fb99ad View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    33975b4 View commit details
    Browse the repository at this point in the history
  2. Update src/legacy/huffman.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    561c80f View commit details
    Browse the repository at this point in the history
  3. Update src/legacy/shrink.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    7d99b89 View commit details
    Browse the repository at this point in the history
  4. Update src/read.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    52263ba View commit details
    Browse the repository at this point in the history
  5. Update src/legacy/shrink.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    2a3af2e View commit details
    Browse the repository at this point in the history
  6. Fix version.

    mkrueger committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d6783ad View commit details
    Browse the repository at this point in the history
  7. Fix build.

    mkrueger committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f6c648b View commit details
    Browse the repository at this point in the history
  8. Revert "Update src/read.rs"

    This reverts commit 52263ba.
    
    Doesn't work - type differs.
    mkrueger committed May 20, 2024
    Configuration menu
    Copy the full SHA
    cbda192 View commit details
    Browse the repository at this point in the history
  9. Update src/legacy/reduce.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    c36d480 View commit details
    Browse the repository at this point in the history
  10. Update src/legacy/implode.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    585cc65 View commit details
    Browse the repository at this point in the history
  11. Update src/legacy/shrink.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    d5032a0 View commit details
    Browse the repository at this point in the history
  12. Update src/legacy/shrink.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    f69d2ae View commit details
    Browse the repository at this point in the history
  13. Update src/legacy/shrink.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    91b9e16 View commit details
    Browse the repository at this point in the history
  14. Update src/legacy/shrink.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    232fbb2 View commit details
    Browse the repository at this point in the history
  15. Some code cleanups.

    mkrueger committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b5ea557 View commit details
    Browse the repository at this point in the history
  16. Fixed failing unit test.

    mkrueger committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b86fd93 View commit details
    Browse the repository at this point in the history
  17. Fix reuse of name n in src/legacy/huffman.rs

    Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    3698198 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9d60e97 View commit details
    Browse the repository at this point in the history
  19. style: Fix cargo-fmt complaints in huffman.rs

    Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    1936dd6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3c60457 View commit details
    Browse the repository at this point in the history
  21. Update src/legacy/reduce.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    415d7de View commit details
    Browse the repository at this point in the history
  22. Update src/legacy/shrink.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 20, 2024
    Configuration menu
    Copy the full SHA
    2dbfc99 View commit details
    Browse the repository at this point in the history
  23. Code cleanups.

    mkrueger committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9aa2f1e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Update src/legacy/shrink.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 21, 2024
    Configuration menu
    Copy the full SHA
    5d3654e View commit details
    Browse the repository at this point in the history
  2. Update src/legacy/implode.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 21, 2024
    Configuration menu
    Copy the full SHA
    4377176 View commit details
    Browse the repository at this point in the history
  3. Revert "Update src/legacy/shrink.rs"

    This reverts commit 5d3654e.
    mkrueger committed May 21, 2024
    Configuration menu
    Copy the full SHA
    885d17c View commit details
    Browse the repository at this point in the history
  4. Fix build.

    mkrueger committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fb948ee View commit details
    Browse the repository at this point in the history
  5. Use Vec in CodeQueue.

    mkrueger committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a2f73e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9703a77 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c986a73 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into legacy-zip

    Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Pr0methean authored May 21, 2024
    Configuration menu
    Copy the full SHA
    06b4a4b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    e36f600 View commit details
    Browse the repository at this point in the history
  2. Update src/legacy/shrink.rs

    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Signed-off-by: Mike Krüger <mikkrg@microsoft.com>
    mkrueger and Pr0methean authored May 22, 2024
    Configuration menu
    Copy the full SHA
    ab2a9b1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on May 28, 2024

  1. Merge branch 'master' into legacy-zip

    Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Pr0methean authored May 28, 2024
    Configuration menu
    Copy the full SHA
    dcb4c98 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Merge branch 'master' into legacy-zip

    Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Pr0methean authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d5e44bb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Jul 20, 2024

  1. Merge branch 'master' into legacy-zip

    Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Pr0methean authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    abbb5ec View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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