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: baoyachi/shadow-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.35.2
Choose a base ref
...
head repository: baoyachi/shadow-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.36.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 13, 2024

  1. feat(HookExt): Add extended hook functionality with custom deny lists

    - Added `HookExt` trait to provide extended hook functionality.
    - Implemented `HookExt` for functions, tuples, and `ShadowHook` struct.
    - Each implementation provides methods to return the default deny list and the inner hook function.
    
    This change allows more flexible handling of hooks and deny lists, enabling better customization and control over the hook behavior.
    baoyachi committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    84096a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Update Cargo.toml

    baoyachi authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bad046d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #190 from baoyachi/hook_ext

    feat(HookExt): Add extended hook functionality with custom deny lists
    baoyachi authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    909510e View commit details
    Browse the repository at this point in the history
Loading