grpc-go/internal
Doug Fawley f591e3b82f
codec: remove option to suppress setting supported compressors in headers (#7203)
2024-05-07 13:12:19 -07:00
..
admin admin: implement admin services (#4274) 2021-03-22 15:14:11 -07:00
backoff internal/backoff: add a helper to run a function with backoff (#6661) 2023-09-26 11:10:18 -07:00
balancer *: fix typos (#7178) 2024-05-02 16:54:22 -07:00
balancergroup *: fix typos (#7178) 2024-05-02 16:54:22 -07:00
balancerload *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (#6544) 2023-08-14 09:04:46 -07:00
binarylog *: fix typos (#7178) 2024-05-02 16:54:22 -07:00
buffer buffer & grpcsync: various cleanups and improvements (#6785) 2023-11-15 09:31:57 -08:00
cache balancergroup: improve observability around balancer cache behavior (#6597) 2023-08-31 11:27:03 -07:00
channelz *: fix typos (#7178) 2024-05-02 16:54:22 -07:00
credentials internal/credentials/xds: Add exported comment for HandshakeInfo (#6823) 2023-11-30 13:47:27 -05:00
envconfig codec: remove option to suppress setting supported compressors in headers (#7203) 2024-05-07 13:12:19 -07:00
googlecloud Deprecate use of `ioutil` package (#5906) 2023-01-03 11:20:20 -08:00
grpclog *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (#6544) 2023-08-14 09:04:46 -07:00
grpcrand internal/grpcrand: use Go top-level random functions for go1.21+ (#6925) 2024-02-01 15:11:59 -08:00
grpcsync *: fix typos (#7178) 2024-05-02 16:54:22 -07:00
grpctest grpctest: use an interface instead of reflection (#6553) 2023-08-15 15:06:08 -07:00
grpcutil codec: remove option to suppress setting supported compressors in headers (#7203) 2024-05-07 13:12:19 -07:00
hierarchy *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (#6544) 2023-08-14 09:04:46 -07:00
idle Update docs and examples and tests to use NewClient instead of Dial (#7068) 2024-04-19 10:55:23 -07:00
leakcheck *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (#6544) 2023-08-14 09:04:46 -07:00
metadata *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (#6544) 2023-08-14 09:04:46 -07:00
pretty deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (#6961) 2024-02-28 09:58:48 -08:00
profiling *: update `interface{}` to `any` and `go.mod` version to `go 1.19` (#6544) 2023-08-14 09:04:46 -07:00
proto/grpc_lookup_v1 Add an optional implementation of streams using generics (#7057) 2024-05-03 10:51:39 -07:00
resolver *: fix typos (#7178) 2024-05-02 16:54:22 -07:00
serviceconfig weightedroundrobin: fix duration format in lb config (#6271) 2023-05-11 14:56:53 -04:00
stats xds: Process telemetry labels from CDS in xDS Balancers (#7116) 2024-04-15 19:01:54 -04:00
status deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto (#6919) 2024-01-30 10:59:10 -08:00
stubserver Reapply "status: fix/improve status handling (#6662)" (#6673) (#6688) 2023-10-05 08:20:01 -07:00
syscall github: fold security tests into 'tests'; update testing to 1.17-1.15 (#4708) 2021-08-26 11:21:36 -07:00
testutils *: fix typos (#7178) 2024-05-02 16:54:22 -07:00
transport *: fix typos (#7178) 2024-05-02 16:54:22 -07:00
wrr randomWRR: remove lock for accessing WRR.items (#6666) 2023-10-06 17:43:21 -07:00
xds xds: Move bootstrap config to internal/xds (#7182) 2024-05-03 16:51:11 -04:00
experimental.go experimental: add package and move recv buffer pool APIs into it (#6692) 2023-10-12 18:29:29 -07:00
internal.go chore: expose `NewClient` method to end users (#7010) 2024-03-07 13:52:41 -08:00
tcp_keepalive_others.go internal: use OS defaults for TCP keepalive params in Windows (#6863) 2023-12-19 10:42:49 -08:00
tcp_keepalive_unix.go internal: use OS defaults for TCP keepalive params only on unix (#6841) 2023-12-08 14:38:03 -08:00
tcp_keepalive_windows.go internal: use OS defaults for TCP keepalive params in Windows (#6863) 2023-12-19 10:42:49 -08:00