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: projectdiscovery/utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.13
Choose a base ref
...
head repository: projectdiscovery/utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.14
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 26, 2023

  1. Remove impossible unix buildconstraint

    Given the filename with the _GOOS suffix this file can be build only on
    linux (most other Unix-es should be already handled via
    permission_{darwin,linux}.go).
    
    NFCI.
    iamleot committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    aa669b6 View commit details
    Browse the repository at this point in the history
  2. Merge permission_darwin.go in permission_other.go

    Except the buildconstraint the implementation is completely the same.
    
    NFCI.
    iamleot committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    4f9c31f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #95 from iamleot/permission_linux_only_linux

    Remove impossible unix buildconstraint
    Mzack9999 authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    1088141 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #96 from iamleot/permission_other_also_darwin

    Merge `permission_darwin.go` in `permission_other.go`
    Mzack9999 authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    24aa1ef View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    8b924a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Merge pull request #98 from projectdiscovery/issue-97-two-ways-map

    Adding key lookup with value helper
    Mzack9999 authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f2f23d3 View commit details
    Browse the repository at this point in the history
Loading