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

netty: implement UdsNameResolver and UdsNettyChannelProvider #9113

Merged
merged 11 commits into from May 2, 2022

Commits on Apr 26, 2022

  1. netty: implement UdsNameResolver and UdsNettyChannelProvider

    When the scheme is "unix:" we get the UdsNettyChannelProvider to
    create a NettyChannelBuilder with DomainSocketAddress type and
    other related params needed for UDS sockets
    sanjaypujare committed Apr 26, 2022
    Copy the full SHA
    bce07d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. fix UdsNameResolver to return DomainSocketAddess

    and address review comments
    sanjaypujare committed Apr 29, 2022
    Copy the full SHA
    e8835c6 View commit details
    Browse the repository at this point in the history
  2. fix build issue

    sanjaypujare committed Apr 29, 2022
    Copy the full SHA
    449a7fc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ed055c3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c53ee5b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ffc58d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Copy the full SHA
    dbaa1a9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Copy the full SHA
    339d067 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0b5b71e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f87fd56 View commit details
    Browse the repository at this point in the history
  4. fix bazel build

    sanjaypujare committed May 2, 2022
    Copy the full SHA
    a835b31 View commit details
    Browse the repository at this point in the history