grpc-go/internal
Nick Jones eda3b7e3ed client: fix handling of GRPC_GO_REQUIRE_HANDSHAKE=on to not interpret as "hybrid" (#2603)
6cc789b34b made `envconfig.RequireHandshakeOn` the default when unspecified by environment variable, but missed a fallthrough leading to `GRPC_GO_REQUIRE_HANDSHAKE=on` specifying `envconfig.RequireHandshakeHybrid`.  This change adds the missing fallthrough.
2019-01-29 15:00:25 -08:00
..
backoff internal: move backoff to internal (#2141) 2018-06-13 16:07:37 -07:00
binarylog cleanup: more simplifications (#2574) 2019-01-16 13:07:56 -08:00
channelz channelz: Implement GetServer method for channelz (#2537) 2019-01-09 10:50:34 -08:00
envconfig client: fix handling of GRPC_GO_REQUIRE_HANDSHAKE=on to not interpret as "hybrid" (#2603) 2019-01-29 15:00:25 -08:00
grpcrand internal/grpcrand: New package for concurrency-safe randoms (#2106) 2018-05-29 09:06:35 -07:00
grpcsync client: block RPCs early until the resolver has returned addresses (#2409) 2018-11-09 13:53:47 -08:00
grpctest grpctest: defer Teardown to guarantee it is run even after t.Fatal (#2562) 2019-01-14 15:22:43 -08:00
leakcheck internal: move leakcheck to internal/ (#2129) 2018-06-07 16:57:56 -07:00
syscall client: set TCP_USER_TIMEOUT socket option for linux (#2307) 2018-11-05 15:13:34 -08:00
testutils internal: add testutils package comment (#2414) 2018-10-30 16:29:06 -07:00
transport cleanup: remove staticcheck exception (#2582) 2019-01-17 10:24:42 -08:00
internal.go health check test: prevent double close of hcEnterChan (#2441) 2018-12-13 16:44:36 -08:00