Sign in
chromium
/
external
/
github.com
/
grpc
/
grpc-go
/
HEAD
4ac8a45
grpc: use enum instead of integer in return statements in compress() (#9089)
by Easwar Swaminathan
· 2 days ago
master
d9d87bd
xds/resolver: change int32 to atomic.int32 (#9080)
by eshitachandwani
· 3 days ago
ac4aa01
cleanup: replace net.IP with netip.Addr in tests (#9075)
by Bala Nallamilli
· 4 days ago
29665f4
transport: Pool read buffers used by the HTTP/2 framer (#9032)
by Arjan Singh Bal
· 4 days ago
f6304e9
internal/transport: defer calls to mu.Unlock in the stream inbound flow control implementation (#9077)
by Easwar Swaminathan
· 6 days ago
ab7a2aa
clusterimpl: fix test logic waiting for calls to ResolveNow (#9071)
by Easwar Swaminathan
· 6 days ago
22adc9e
clustermanager: fix test logic waiting for picker during graceful switch (#9072)
by Easwar Swaminathan
· 6 days ago
06fc26a
xds: support disabling HTTP filters (#9054)
by eshitachandwani
· 9 days ago
c01f4f1
grpc: deprecate WithSharedWriteBuffer and SharedWriteBuffer (#9060)
by Ali Asghar
· 10 days ago
6cd0d0c
grpc: add link to CVE in log messages (#9069)
by Easwar Swaminathan
· 10 days ago
b3f2df4
internal/resolver: improve the docstring of ClientInterceptor.NewStream (#9070)
by Easwar Swaminathan
· 10 days ago
bac4588
readyreader: add buffered reader (#9055)
by Arjan Singh Bal
· 10 days ago
39a15f6
xds: implement cluster metadata parsing for GCP Authentication filter (gRFC A83) (#9044)
by Pranjali-2501
· 10 days ago
e80524d
transport: set default header list size to 8KB and guard behind an env variable. (#9019)
by Pranjali-2501
· 11 days ago
6b32840
deps: update dependencies for all modules (#9068)
by Pranjali-2501
· 11 days ago
c5b160e
balancer: enable `GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES` by default (#9017)
by Pranjali-2501
· 11 days ago
412cfbd
Change version to 1.82.0-dev (#9064)
by Pranjali-2501
· 11 days ago
v1.82.0-dev
cdc60df
transport: optimize heap allocations in ready reader and update syscall connection handling (#9035)
by Arjan Singh Bal
· 12 days ago
208d053
xds/resolver: pass complete XDSConfig in RPC context for HTTP filters (gRFC A83) (#9046)
by Pranjali-2501
· 13 days ago
50fe1cc
test: Fix flaky test `TestServerStreaming_ClientCallRecvMsgTwice` in `end2end_test.go`. (#9058)
by Pranjali-2501
· 13 days ago
d574bad
build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 (#9050)
by dependabot[bot]
· 2 weeks ago
b8bf4d0
build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 in /interop/xds (#9051)
by dependabot[bot]
· 2 weeks ago
19d23bf
build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 in /examples (#9052)
by dependabot[bot]
· 2 weeks ago
74b3acd
xds: remove TODO to replace Endpoint with resolver.Endpoint struct (#9049)
by Easwar Swaminathan
· 3 weeks ago
1c132b9
tests: avoid relying on socket reads/writes for synchronization (#9033)
by Arjan Singh Bal
· 3 weeks ago
280b81b
build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (#9042)
by dependabot[bot]
· 3 weeks ago
ce2bdef
transport: fixes non-linux environment failures (#9048)
by eshitachandwani
· 3 weeks ago
71849e8
xds: change clusterimpl to add SNI to handshake info (#9016)
by eshitachandwani
· 3 weeks ago
5fdb6d0
mem: add `Buffer.Slice()` (#8977)
by Mikhail Mazurskiy
· 3 weeks ago
aa4d281
xds/internal/client: Add async gauge metrics for Connected and Resources (A78) (#8807)
by Madhav Bissa
· 3 weeks ago
a21508e
transport: move readyreader to its own package (#9037)
by Arjan Singh Bal
· 3 weeks ago
99312fe
stats: Use service import for gRPC code (#9034)
by Arjan Singh Bal
· 3 weeks ago
2143802
xds: LRS custom metrics changes (a85) (#9005)
by Madhav Bissa
· 3 weeks ago
2b8b708
interop: regenerate proto (#9028)
by Easwar Swaminathan
· 3 weeks ago
c754bf9
transport: Fix handling of closed connections in ReadyReader (#9031)
by Arjan Singh Bal
· 4 weeks ago
c33aa45
alts: Release read buffer when blocked on socket read (#8964)
by Arjan Singh Bal
· 4 weeks ago
34da8d0
transport: Add values to the grpc.disconnect_error label for grpc.subchannel.disconnections metric (A94) (#8973)
by Madhav Bissa
· 4 weeks ago
2de5b1c
grpclb: replace testServer with StubServer in grpclb_test.go (#8979)
by Yuki Ito
· 4 weeks ago
0fe467a
binarylog: replace testServer with StubServer in binarylog_end2end_test.go (#8978)
by Yuki Ito
· 4 weeks ago
8de729c
xds: fix typo in `xdsresource.Metadata` (#9026)
by Chengxi Luo
· 4 weeks ago
b71c262
grpc/stats: Add support for custom labels in per call metrics (A108) (#9008)
by Madhav Bissa
· 4 weeks ago
f1d1ce5
xds/rbac: add additional handling for addresses with ports (#8990)
by Madhav Bissa
· 4 weeks ago
c20fba0
xds: Exported `buildXDSClientConfig` to use in external packages and update `xds_fake_transport.go`. (#9014)
by Pranjali-2501
· 5 weeks ago
6477252
test: Fix flaky test `TestServerStreaming_ClientCallSendMsgTwice` in `end2end_test.go`. (#9004)
by Pranjali-2501
· 5 weeks ago
2eade05
Fix flaky test `TestAggregatedClusterSuccess_SwitchBetweenLeafAndAggregate` in aggregate_cluster_test.go. (#9009)
by Pranjali-2501
· 5 weeks ago
89af32f
xds: Add SNI related field in handshake info (#8965)
by eshitachandwani
· 5 weeks ago
45a3304
stats: replace testServer with StubServer in stats_test.go (#8980)
by Yuki Ito
· 5 weeks ago
52bf4d9
build(deps): bump google.golang.org/grpc from 1.70.0 to 1.79.3 in /cmd/protoc-gen-go-grpc (#8988)
by dependabot[bot]
· 5 weeks ago
4b786ff
xds: replace net with netip in `xds/xdsclient` and `xds/server` (#8909)
by Chengxi Luo
· 5 weeks ago
ccc8d7b
priority: implement changes to child policy caching specified in A115 (#8997)
by Easwar Swaminathan
· 5 weeks ago
99d6291
test/xds: wait for server to enter SERVING mode before sending the first RPC (#9003)
by Easwar Swaminathan
· 5 weeks ago
12e91dd
xds: add support for HTTP filter state retention, as specified in A83 (#8924)
by Easwar Swaminathan
· 6 weeks ago
58bbf8a
grpc: enforce strict path checking for incoming requests on the server (#8985)
by Easwar Swaminathan
· 6 weeks ago
d0d7cab
github: set testing CI names to be stable (#8982)
by Doug Fawley
· 6 weeks ago
36e13de
grpclb: replace net.IP with netip.Addr (#8918)
by Varun Chawla
· 6 weeks ago
7f78342
xdsclient: fix panic on empty resource in ADS response (#8970)
by Pranjali-2501
· 6 weeks ago
e5563c6
change directory name `fakeTransport` to `faketransport`. (#8976)
by Pranjali-2501
· 6 weeks ago
7daee26
grpc: introduce ErrRetriesExhausted to wrap retry failures (#8894)
by Arjan Singh Bal
· 6 weeks ago
f967422
transport: make the client send a RST_STREAM when it receives an END_STREAM from the server (#8832)
by Easwar Swaminathan
· 6 weeks ago
99f36d4
xds/testutils: add fakeTransport for testing. (#8890)
by Pranjali-2501
· 6 weeks ago
98573cb
rls: update rls cache metrics to use async gauge framework (#8808)
by Madhav Bissa
· 7 weeks ago
fd53961
xds: leaf clusters provide the handshake info instead of top level cluster (#8956)
by eshitachandwani
· 7 weeks ago
ad2d82e
xdsresource: add SNI related fields in security config of CDS update for A101 (#8941)
by eshitachandwani
· 7 weeks ago
d0ea4f3
cds: use a grpcsync.Event instead of a channel to communicate resource names being requested (#8960)
by Easwar Swaminathan
· 7 weeks ago
0e2c0ea
deps: update dependencies for all modules (#8969)
by Arjan Singh Bal
· 7 weeks ago
81c7924
xds/clusterresolver: improve configbuilder tests by removing globals (#8939)
by ulas
· 7 weeks ago
71a4abb
xds: regenrate expired SPIFFE certs (#8963)
by eshitachandwani
· 7 weeks ago
1acfea8
grpc: Enable shared write buffers by default (#8957)
by Arjan Singh Bal
· 7 weeks ago
8360b4c
xds/resolver: make service config human readable in the log (#8958)
by Easwar Swaminathan
· 7 weeks ago
223662f
cds: increase defaultTestTimeout to 10s for e2e tests (#8959)
by Easwar Swaminathan
· 7 weeks ago
b9f7967
xds/resolver: remove unnecessary error check in test (#8955)
by eshitachandwani
· 7 weeks ago
549306a
Update gRPC-Go's dependency versions on master (#8953)
by Madhav Bissa
· 7 weeks ago
5c4e754
Change version to 1.81.0-dev (#8950)
by Madhav Bissa
· 7 weeks ago
v1.81.0-dev
7e2686f
cdsbalancer: Update comment about usage of BalancerAttributes (#8951)
by Arjan Singh Bal
· 7 weeks ago
b6597b3
xds/clusterimpl: use xdsConfig for updates and remove redundant fields from LB config (#8945)
by eshitachandwani
· 7 weeks ago
1d4fa8a
xds: change cdsbalancer to use update from dependency manager (#8907)
by eshitachandwani
· 8 weeks ago
8f47d36
attributes: Replace internal map with linked list (#8933)
by Arjan Singh Bal
· 8 weeks ago
22e1ee8
xds: add panic recovery in xdsclient resource unmarshalling. (#8895)
by Pranjali-2501
· 8 weeks ago
7136e99
credentials/alts: Pool write buffers (#8919)
by Arjan Singh Bal
· 9 weeks ago
46a31de
security/advancedtls: fix macOS compatibility in CRL script (#8932)
by eshitachandwani
· 9 weeks ago
38eb2de
protoc-gen-go-grpc: remove use_generic_streams_experimental flag (defaults to true) (#8936)
by eshitachandwani
· 9 weeks ago
7bc5785
xds: fix copy-paste bug in WeightExpirationPeriod config (#8915)
by Greg Barasch
· 9 weeks ago
d2eab68
balancer/rls: fix goroutine leak in control_channel_test (#8898)
by Shivam Kumar
· 9 weeks ago
c9d52ee
xds/xdsclient: add EDS sum of endpoint weights does not exceed MaxUint32 (#8899)
by Debayan
· 9 weeks ago
4a83bf9
ringhash: enable behaviors of A76 by default (#8922)
by Antoine Tollenaere
· 9 weeks ago
ace972d
orca: fix goroutine leak in fakeORCAService.StreamCoreMetrics (#8911)
by Bala Nallamilli
· 9 weeks ago
19e4128
xds: decouple A76 and A86 EDS metadata parsing (#8875)
by Antoine Tollenaere
· 9 weeks ago
b6f89f7
mem: Move buffer pool implementations to internal (#8910)
by Arjan Singh Bal
· 9 weeks ago
c1a9239
xds/rbac: replace legacy net to netip (#8908)
by Elric
· 10 weeks ago
3be7e2d
mem: Add faster tiered buffer pool (#8775)
by Arjan Singh Bal
· 10 weeks ago
13e2455
correctly check nil stream (#8905)
by eshitachandwani
· 2 months ago
944f058
client: process RPC stats/tracing only when a handler is configured (#8874)
by Madhav Bissa
· 2 months ago
2c113ab
advancedtls: re-generate test certs and increase expiry (#8900)
by Arjan Singh Bal
· 2 months ago
779b792
xds: refactor server-side HTTP filter processing (#8878)
by Easwar Swaminathan
· 2 months ago
e08fc36
resolver: Add resolver.EndpointMap.All() to iterate over keys and values (#8867)
by Jille Timmermans
· 2 months ago
d7b3f93
cdsbalancer: Increase timeout for test (#8889)
by Arjan Singh Bal
· 3 months ago
7860144
mem: ensure `Reader` buffers are reused on early return (#8886)
by Mikhail Mazurskiy
· 3 months ago
0f69b6e
credentials: add end-to-end tests for JWT call credentials behavior (#8818)
by Rajiv Singh
· 3 months ago
9d8ede9
xds: split service and message codegen import (#8881)
by Arjan Singh Bal
· 3 months ago
12fc393
xdsdepmgr: add functionality for cluster subscription (#8792)
by eshitachandwani
· 3 months ago
Next »