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: zip-rs/zip2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.5.0
Choose a base ref
...
head repository: zip-rs/zip2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.5.1
Choose a head ref
  • 4 commits
  • 11 files changed
  • 3 contributors

Commits on Apr 6, 2026

  1. refactor: simplify extra field parsing (#764)

    * refactor: simplify extra field parsing
    
    * cargo clippy
    
    * fix: variable name
    
    * cargo fmt
    
    * feat: change to mem::size_of
    
    * use a sink
    
    * feat: add tests
    
    * Update src/extra_fields/aex_encryption.rs
    
    Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Co-authored-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
    Its-Just-Nans and Pr0methean authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    f6c64ff View commit details
    Browse the repository at this point in the history
  2. refactor: change magic finder to stack buffer (#763)

    * feat: use stack for magic finder
    
    * fix buffer size
    
    * cargo fmt
    
    * symplify
    
    * cargo fmt
    
    * revert: use new empty
    
    * add comment and reduce buffer size
    
    * cargo fmt
    
    * fix: nits
    Its-Just-Nans authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    ef6392d View commit details
    Browse the repository at this point in the history
  3. ci(deps): bump github/codeql-action from 4.32.6 to 4.35.1 (#769)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.6 to 4.35.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@0d579ff...c10b806)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.35.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    e1fc904 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

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