-
Notifications
You must be signed in to change notification settings - Fork 338
Comparing changes
Open a pull request
base repository: klauspost/compress
base: v1.17.7
head repository: klauspost/compress
compare: v1.17.8
- 9 commits
- 12 files changed
- 4 contributors
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46c00ca - Browse repository at this point
Copy the full SHA 46c00caView commit details -
Remove sed for internal/fuzz/helpers.go (#933)
No idea if this is supposed to go before or after.
Configuration menu - View commit details
-
Copy full SHA for 4d78e54 - Browse repository at this point
Copy the full SHA 4d78e54View commit details
Commits on Mar 2, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3976394 - Browse repository at this point
Copy the full SHA 3976394View commit details
Commits on Mar 3, 2024
-
ci: Add testing replacement (#935)
Replace until AdamKorcz/go-118-fuzz-build#24 is merged.
Configuration menu - View commit details
-
Copy full SHA for 4f3f95b - Browse repository at this point
Copy the full SHA 4f3f95bView commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 165be36 - Browse repository at this point
Copy the full SHA 165be36View commit details
Commits on Mar 8, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for de4073a - Browse repository at this point
Copy the full SHA de4073aView commit details
Commits on Apr 2, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3f77d8c - Browse repository at this point
Copy the full SHA 3f77d8cView commit details
Commits on Apr 4, 2024
-
chore: remove repetitive words (#946)
Signed-off-by: kindhuge <huangpengfei@outlook.com>
kindhuge authoredApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 657dc16 - Browse repository at this point
Copy the full SHA 657dc16View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ff47e - Browse repository at this point
Copy the full SHA c0ff47eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.17.7...v1.17.8