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

Rewrite gzip component to support trailing bytes without external tool and compress with PIGZ. Addresses #476 #485

Merged
merged 20 commits into from
Aug 15, 2024

Commits on Jul 17, 2024

  1. Rewrite gzip component to support trailing bytes without external too…

    …l (using zlib library instead of gzip)
    alchzh committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0a8c069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3331f71 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Update docstring in test_gzip_component.py

    Co-authored-by: Jacob Strieb <99368685+rbs-jacob@users.noreply.github.com>
    alchzh and rbs-jacob committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    eecfcbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ba179 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed9005f View commit details
    Browse the repository at this point in the history
  4. Comprehensive gzip test cases

    alchzh committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e9fbdb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b5315a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    c0640ad View commit details
    Browse the repository at this point in the history
  2. Update previous gzip related changelog message

    Last change was still in unreleased section
    alchzh committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7144874 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    5e2c620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad6469a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    595e5e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    595b9af View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    f996194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9753ca5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d954073 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bec8fa1 View commit details
    Browse the repository at this point in the history
  5. Move wbits comment line

    alchzh committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    88f230b View commit details
    Browse the repository at this point in the history