Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check all local hosts for port availability #56

Merged
merged 12 commits into from Oct 3, 2021

Commits on Aug 7, 2021

  1. run tests on windows and macos

    Mihkel Eidast committed Aug 7, 2021
    Copy the full SHA
    74f6443 View commit details
    Browse the repository at this point in the history
  2. add os to test run name

    Mihkel Eidast committed Aug 7, 2021
    Copy the full SHA
    5fda254 View commit details
    Browse the repository at this point in the history
  3. log address and family

    Mihkel Eidast committed Aug 7, 2021
    Copy the full SHA
    9569cf7 View commit details
    Browse the repository at this point in the history
  4. add test

    Mihkel Eidast committed Aug 7, 2021
    Copy the full SHA
    9d7f808 View commit details
    Browse the repository at this point in the history
  5. add fix

    Mihkel Eidast committed Aug 7, 2021
    Copy the full SHA
    b474982 View commit details
    Browse the repository at this point in the history
  6. fix comment, change port in test

    Mihkel Eidast committed Aug 7, 2021
    Copy the full SHA
    e058a5f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. rewrite loop as for-of

    Mihkel Eidast committed Sep 26, 2021
    Copy the full SHA
    b83b4c4 View commit details
    Browse the repository at this point in the history
  2. rename getHosts to getLocalHosts

    Mihkel Eidast committed Sep 26, 2021
    Copy the full SHA
    b181056 View commit details
    Browse the repository at this point in the history
  3. use set instead of array

    Mihkel Eidast committed Sep 26, 2021
    Copy the full SHA
    38299e9 View commit details
    Browse the repository at this point in the history
  4. add docs

    Mihkel Eidast committed Sep 26, 2021
    Copy the full SHA
    81dad7b View commit details
    Browse the repository at this point in the history
  5. move default host values to set initializer

    Mihkel Eidast committed Sep 26, 2021
    Copy the full SHA
    99b4355 View commit details
    Browse the repository at this point in the history
  6. improve docs

    Mihkel Eidast committed Sep 26, 2021
    Copy the full SHA
    d82147a View commit details
    Browse the repository at this point in the history