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

Improve dynamic port selection #1494

Closed
wants to merge 13 commits into from
Closed

Improve dynamic port selection #1494

wants to merge 13 commits into from

Commits on Aug 1, 2016

  1. better random port selection

    ncohensm committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    e3d2939 View commit details
    Browse the repository at this point in the history
  2. whoops, Port is a struct

    ncohensm committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    391dabb View commit details
    Browse the repository at this point in the history
  3. add sort interface to Port

    ncohensm committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    7c645b6 View commit details
    Browse the repository at this point in the history
  4. wrap maxPort in array

    ncohensm committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    a48e88c View commit details
    Browse the repository at this point in the history
  5. add sort interface to Port

    ncohensm committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    0086f91 View commit details
    Browse the repository at this point in the history
  6. move port sort interface into network.go

    ncohensm committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    6dc7ef0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99401a2 View commit details
    Browse the repository at this point in the history
  8. make port selection error messages more specific

    ncohensm committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    3beb830 View commit details
    Browse the repository at this point in the history
  9. remove intellij project files

    ncohensm committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    9487de3 View commit details
    Browse the repository at this point in the history
  10. correct unintended indent

    ncohensm committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    6f74c4c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. re-introduce isPortReserved method used by tests

    ncohensm committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    0e2e526 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    24fdec2 View commit details
    Browse the repository at this point in the history
  2. fix linter errors

    ncohensm committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    6f1dbe6 View commit details
    Browse the repository at this point in the history