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

Sync fork with upstream master. #2

Merged
merged 34 commits into from
May 14, 2019
Merged

Sync fork with upstream master. #2

merged 34 commits into from
May 14, 2019

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    4abb362 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. doc: fixing broken link in rpc-error doc (#2753)

    The link for example in the documentation for RPC errors redirects to the wrong URL.
    
    Fixes #2752
    war-turtle authored and menghanl committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    981ad1f View commit details
    Browse the repository at this point in the history
  2. doc: fixing link in keepalive docs (#2755)

    The link for enforcement policy in the keepalive docs is wrong.
    
    fixes #2754
    war-turtle authored and menghanl committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    bc316a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e330511 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    289eb50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f98697 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee9f7f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    597a4aa View commit details
    Browse the repository at this point in the history
  5. credentials/alts: Support UDS addresses in ALTS interop test server (#…

    …2763)
    
    * Support UDS addresses in ALTS interop test server
    
    * Fix flag description
    
    * Fixed comment
    
    * Fix comment
    cesarghali authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    e1d95c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Use 'go vet' and not 'go tool vet'. (#2768)

    From [release notes](https://golang.org/doc/go1.12#vet):
    
    The go vet command has been rewritten to serve as the
    base for a range of different source code analysis tools. See
    the golang.org/x/tools/go/analysis
    package for details. A side-effect is that go tool vet
    is no longer supported. External tools that use go tool vet must be
    changed to use go vet. Using go vet instead of go tool vet should work
    with all supported versions of Go.
    easwars authored and menghanl committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    a9de79b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Configuration menu
    Copy the full SHA
    776edd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d8d97a View commit details
    Browse the repository at this point in the history
  3. transport: fix a race that could lead to memory leaks (#2765)

    * When a RST_STREAM is received by the server transport, a cleanupStream
    item is placed into controlbuf no matter what.
    
    * Updates comments.
    
    * Replaces getCleanupStream with inline struct initialization.
    Can Guler authored Apr 15, 2019
    Configuration menu
    Copy the full SHA
    3fc7430 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    5b26317 View commit details
    Browse the repository at this point in the history
  2. internal: tweak ClientTransport.GracefulClose documentation (#2772)

    * internal: tweak ClientTransport.GracefulClose documentation
    
    * address menghanl@ review comment
    jeanbza authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    d7af56a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. grpc: implementation of PreparedMsg API

    grpc: implementation of PreparedMsg API
    prannayk authored and Can Guler committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    8260df7 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Mark PreparedMsg as EXPERIMENTAL (#2783)

    Can Guler authored and dfawley committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    4dfb34b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

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

Commits on Apr 26, 2019

  1. server: define ServerOption as interfaces (#2784)

    Instead of functions. So custom server options can be made by wrapping an
    EmptyServerOption.
    menghanl authored Apr 26, 2019
    Configuration menu
    Copy the full SHA
    1e6ab1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b78962e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a90198c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Configuration menu
    Copy the full SHA
    47e1ebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5973a9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    5ed5cba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a940832 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42baa8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    028242f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    4b60e3b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

  1. Configuration menu
    Copy the full SHA
    9949ee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39ed87f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    4748a04 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    a0be99a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab90977 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Configuration menu
    Copy the full SHA
    4a199db View commit details
    Browse the repository at this point in the history