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: DXist/httpsig-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: junkurihara/httpsig-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 19 files changed
  • 3 contributors

Commits on May 20, 2026

  1. Update contributing guidelines for pull requests

    Clarify guidelines on formatting changes in pull requests.
    junkurihara authored May 20, 2026
    Configuration menu
    Copy the full SHA
    aa42450 View commit details
    Browse the repository at this point in the history
  2. Add contributing section to README

    Added contributing guidelines to the README.
    junkurihara authored May 20, 2026
    Configuration menu
    Copy the full SHA
    cbe607e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    465e105 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b5da9b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2026

  1. fix: avoid panic on invalid signature input

    Nick Cardin
    Nick Cardin committed Jun 11, 2026
    Configuration menu
    Copy the full SHA
    a6d3692 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2026

  1. chore(deps)

    junkurihara committed Jul 22, 2026
    Configuration menu
    Copy the full SHA
    b0347bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request junkurihara#29 from nacardin/fix/panic

    fix: avoid panic on invalid signature input
    junkurihara authored Jul 22, 2026
    Configuration menu
    Copy the full SHA
    4a1005b View commit details
    Browse the repository at this point in the history
  3. chore(deps): nits

    junkurihara committed Jul 22, 2026
    Configuration menu
    Copy the full SHA
    1bde5e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82fa1e9 View commit details
    Browse the repository at this point in the history
  5. bump

    junkurihara committed Jul 22, 2026
    Configuration menu
    Copy the full SHA
    002c430 View commit details
    Browse the repository at this point in the history
  6. feat: make tracing dependency optional (default: enabled)

    Supersedes junkurihara#30. The `tracing` dependency of the `httpsig` crate is now
    gated behind a new `tracing` feature, enabled by default so that existing
    users keep their log output.
    
    Unlike junkurihara#30, log call sites are left untouched: the `trace` facade module
    now provides no-op macros when the feature is disabled, so a missing cfg
    guard can never break a feature combination (junkurihara#30 failed to compile with
    `--features rsa-signature` alone). The dependency is also declared with
    `default-features = false`, which drops `tracing-attributes` from the
    dependency graph since only the bang-style macros are used.
    
    Verified: cargo check/test across default, --no-default-features,
    rsa-signature with and without tracing, --all-features, and the whole
    workspace.
    
    Co-authored-by: keskalukasfri <[email protected]>
    junkurihara and keskalukasfri committed Jul 22, 2026
    Configuration menu
    Copy the full SHA
    025452e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46663ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8ab161 View commit details
    Browse the repository at this point in the history
Loading