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

Improving Handling of Unix Domain Socket Addresses #11904

Merged
merged 11 commits into from
Jun 21, 2022

Commits on Jun 18, 2022

  1. Removed redundant checks for same env var in ReadEnvironment, extract…

    …ed Unix domain socket logic to function, and made use of this logic in SetAddress. Adjusted unit tests to verify proper Unix domain socket handling.
    marcboudreau committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    8aeb3b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd45a7d View commit details
    Browse the repository at this point in the history
  3. Adding changelog file

    marcboudreau committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    4da0ee6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    682f85c View commit details
    Browse the repository at this point in the history
  5. Switching from read lock to normal lock

    marcboudreau committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    c437a66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2f3347 View commit details
    Browse the repository at this point in the history
  7. made ParseAddress a method on Config

    marcboudreau committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    a2848c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f24470a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97dad83 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. make release note more end-user focused

    marcboudreau committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    0aa8613 View commit details
    Browse the repository at this point in the history
  2. adopt review feedback to add comment about holding a lock

    marcboudreau committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    8d51741 View commit details
    Browse the repository at this point in the history