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: ivault/ferm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MaxKellermann/ferm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 12 files changed
  • 1 contributor

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    3bb7382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d8d866 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. recursive realize_deferred() call

    To support nested deferred evaluation.
    MaxKellermann committed May 5, 2022
    Configuration menu
    Copy the full SHA
    47569de View commit details
    Browse the repository at this point in the history
  2. test/resolve/with_cat: new unit test

    Test part 2 of MaxKellermann#86
    MaxKellermann committed May 5, 2022
    Configuration menu
    Copy the full SHA
    af37d98 View commit details
    Browse the repository at this point in the history
  3. defer the cat() call if parameters are deferred

    Fixes crash because cat() does not support deferred parameters.
    
    Closes MaxKellermann#86
    MaxKellermann committed May 5, 2022
    Configuration menu
    Copy the full SHA
    af082cd View commit details
    Browse the repository at this point in the history
  4. fix @resolve() with empty result

    If the resolver returns no address (e.g. upon NXDOMAIN), ferm should
    return an empty array instead of returning "undefined"; it should
    suppress the calling rule instead of generating a broken one.
    
    Closes MaxKellermann#85
    MaxKellermann committed May 5, 2022
    Configuration menu
    Copy the full SHA
    10edbb3 View commit details
    Browse the repository at this point in the history
  5. release v2.7

    MaxKellermann committed May 5, 2022
    Configuration menu
    Copy the full SHA
    6fcf3c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e54bb93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f351d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ecded61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e5444e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    243b832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b93d83a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6a5a10 View commit details
    Browse the repository at this point in the history
Loading