Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: klauspost/compress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.7
Choose a base ref
...
head repository: klauspost/compress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.8
Choose a head ref
  • 9 commits
  • 12 files changed
  • 4 contributors

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    46c00ca View commit details
    Browse the repository at this point in the history
  2. Remove sed for internal/fuzz/helpers.go (#933)

    No idea if this is supposed to go before or after.
    klauspost authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4d78e54 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. build(deps): bump the github-actions group with 1 update (#934)

    Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `github/codeql-action` from 3.23.2 to 3.24.6
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@b7bf0a3...8a470fd)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3976394 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. ci: Add testing replacement (#935)

    Replace until AdamKorcz/go-118-fuzz-build#24 is merged.
    klauspost authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    4f3f95b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

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

Commits on Mar 8, 2024

  1. zstd: Add RLE detection+encoding (#938)

    * zstd: Add RLE detection+encoding
    
    Add full block RLE encoding.
    
    Fastest+Default: The first block in RLE will be detected automatically, but following will likely be backreferences.
    
    Better+Best: Explicit RLE block detection. Will always be encoded as RLE blocks.
    
    Full block RLE are very uncommon and the gains are small, but can happen in very sparse data, so makes sense for "stronger" settings.
    
    Add feature #937
    klauspost authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    de4073a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. build(deps): bump the github-actions group with 1 update (#944)

    Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `github/codeql-action` from 3.24.6 to 3.24.9
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@8a470fd...1b1aada)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3f77d8c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. chore: remove repetitive words (#946)

    Signed-off-by: kindhuge <huangpengfei@outlook.com>
    kindhuge authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    657dc16 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    klauspost authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c0ff47e View commit details
    Browse the repository at this point in the history
Loading