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

grpc: better RFC 3986 compliant target parsing #4817

Merged
merged 24 commits into from Oct 14, 2021

Commits on Sep 24, 2021

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

Commits on Sep 27, 2021

  1. Copy the full SHA
    cee1b44 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d19cd9b View commit details
    Browse the repository at this point in the history
  3. fix typo

    easwars committed Sep 27, 2021
    Copy the full SHA
    0d0c1a5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c98608a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Copy the full SHA
    fb4b9c0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2750421 View commit details
    Browse the repository at this point in the history
  3. some comments

    easwars committed Sep 29, 2021
    Copy the full SHA
    c522792 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4f56e2e View commit details
    Browse the repository at this point in the history
  5. resolver builder

    easwars committed Sep 29, 2021
    Copy the full SHA
    ae490d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Copy the full SHA
    99fdc43 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f578ae5 View commit details
    Browse the repository at this point in the history
  3. revert unwanted import change

    easwars committed Sep 30, 2021
    Copy the full SHA
    1fa26dc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7936989 View commit details
    Browse the repository at this point in the history
  5. update comment for ParsedURL

    easwars committed Sep 30, 2021
    Copy the full SHA
    499f603 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c5c4383 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5cff707 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

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

Commits on Oct 7, 2021

  1. review comments

    easwars committed Oct 7, 2021
    Copy the full SHA
    8546581 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. review comments

    - make determineAuthority() a func instead of a method on ClientConn
    - return error from Dial() if authority from creds and dialOption do not
      match
    - simplify
    easwars committed Oct 11, 2021
    Copy the full SHA
    78fcb25 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4fb05c3 View commit details
    Browse the repository at this point in the history
  3. ClientHandshake comments

    easwars committed Oct 11, 2021
    Copy the full SHA
    c6057e5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f230c53 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5f96946 View commit details
    Browse the repository at this point in the history