- 42e1829 xds: Do RLS fallback policy eagar start (#12211) by Kannan J · 10 months ago main
- c4256ad xds: Align PriorityLB child selection with A56 by Eric Anderson · 10 months ago
- 6ff8eca core: Don't pre-compute DEADLINE_EXCEEDED message for delayed calls by Eric Anderson · 10 months ago
- 8021727 api: Size Sets and Maps correctly in handling of Metadata values to be exchanged during a call (#12229) by Patrick Strawderman · 10 months ago
- 2e96fbf netty: Associate netty stream eagerly to avoid client hang by Eric Anderson · 10 months ago
- a37d3eb Guarantee missing stream promise delivery by George Gensure · 10 months ago
- 1fc4ab0 LBs should avoid calling LBs after lb.shutdown() by Eric Anderson · 10 months ago
- 6935d3a Revert "xds: add "resource_timer_is_transient_failure" server feature (#12063)" (#12228) by MV Shiva · 10 months ago
- d7d70c6 xds: cncf/xds proto sync to 2025-05-02 (#12225) by MV Shiva · 10 months ago
- d352540 api: Add more Javadoc for NameResolver.Listener2 interface (#12220) by Kannan J · 10 months ago
- 5a8326f xds: add "resource_timer_is_transient_failure" server feature (#12063) by MV Shiva · 10 months ago
- a8de9f0 xds: Implement equals in RingHashConfig by Eric Anderson · 10 months ago
- 9d191b3 xds: Check isHttp11ProxyAvailable in equals() by Eric Anderson · 10 months ago
- 01bd63d Remove inactive maintainers (#12187) by Richard Belleville · 10 months ago
- 94532a6 binder: Introduce server pre-authorization (#12127) by John Cormie · 10 months ago
- 6dfa03c core: grpc-timeout should always be positive (#12201) by Eric Anderson · 10 months ago
- 9193701 census: APIs for stats and tracing (#12050) by Abhishek Agrawal · 10 months ago
- ca99a8c Fix RLS regressions from XdsDepMan conversion by Eric Anderson · 10 months ago
- 2ee4f9b AndroidComponentAddress constructor can be private. (#12188) by John Cormie · 11 months ago
- 74aee11 Clarify requirements for creating a cross-user Channel. (#12181) by John Cormie · 11 months ago
- 64322c3 11243: RLS cleanups (#12085) by vimanikag · 11 months ago
- af7efeb core: Rely on ping-pong for flow control testing by Eric Anderson · 11 months ago
- ebc6d3e Start 1.75.0 development cycle by Eric Anderson · 11 months ago
- d374b26 xds: Disable LOGICAL_DNS in XdsDepMan until used by Eric Anderson · 11 months ago
- f99b2aa release: Migrate artifacts publishing from legacy OSSRH to Central Portal (#12156) by MV Shiva · 11 months ago
- 30d40a6 binder: Cancel checkAuthorization() request if still pending upon termination (#12167) by John Cormie · 11 months ago
- 9a6bdc7 download maven using archive/permalink url (#12169) by John Cormie · 11 months ago
- e6e7bca binder: stops emulating for 21/22 Lollipop in tests by Kun Zhang · 11 months ago
- 922dc8a Mark a few test helper methods as @CanIgnoreReturnValue (#12162) by John Cormie · 11 months ago
- d2d8ed8 xds: Add logical dns cluster support to XdsDepManager by Eric Anderson · 11 months ago
- f07eb47 util: Deliver addresses in a random order in MultiChildLb by Eric Anderson · 11 months ago
- 2604ce8 xds: XdsNR should be subscribing to clusters with XdsDepManager by Eric Anderson · 11 months ago
- 1c43098 util: OutlierDetection should use Ticker, not TimeProvider (#12110) by vimanikag · 11 months ago
- d5b4fb5 xds: Support tracking non-xds resources in XdsDepManager by Eric Anderson · 11 months ago
- 8974a30 util: Mark OutlierDetectionLb classes final by Eric Anderson · 11 months ago
- d88ef97 core: Remove RetryingNR.RESOLUTION_RESULT_LISTENER_KEY by Eric Anderson · 11 months ago
- 240f731 xds: Avoid changing cache when watching children in XdsDepManager by Eric Anderson · 11 months ago
- 26bd0ee core: Use lazy message formatting in checkState (#12144) by MV Shiva · 11 months ago
- 6f69363 bazel: Migrate java_grpc_library to use DefaultInfo (#12148) by David Sanderson · 11 months ago
- 6cc2ff1 util: In OutlierDetectionLb, don't box longs if they can't be null by Eric Anderson · 11 months ago
- 13fe008 rls: Refactor estimatedSizeBytes updates (#12145) by Eric Anderson · 11 months ago
- 30f6a4d google-java-format a line that was too long (#12147) by John Cormie · 11 months ago
- 297ab05 xds: Convert CdsLb to XdsDepManager by Eric Anderson · 11 months ago
- a16d655 compiler: generate blocking v2 unary calls that throw StatusException (#12126) by MV Shiva · 11 months ago
- 6afacf5 xds: Don't cache rdsName in XdsDepManager by Eric Anderson · 11 months ago
- 4ee662f xds: cancelled=true on watch close in XdsDepManager by Eric Anderson · 11 months ago
- 1fd29bc xds: Use tracing GC in XdsDepManager by Eric Anderson · 11 months ago
- dc192f5 Create SPIFFE tests config (#12133) by eshitachandwani · 11 months ago
- c206428 binder: Rationalize @ThreadSafe-ty of BinderTransport. (#12130) by John Cormie · 11 months ago
- 4cd7881 xds: Fix XdsDepManager aggregate cluster child ordering and loop detection by Eric Anderson · 11 months ago
- 4c73999 Move all test helper classes out of AbstractTransportTest so they can be used elsewhere (#12125) by John Cormie · 11 months ago
- 482dc5c xds: Don't allow hostnames in address field (#12123) by Eric Anderson · 11 months ago
- efe9ccc xds: Non-SOTW resources need onError() callbacks, too (#12122) by Eric Anderson · 11 months ago
- 48d08e6 xds: Remove EDS maybePublishConfig() avoidance in XdsDepManager (#12121) by Eric Anderson · 11 months ago
- 6bad600 xds: Use getWatchers more often in XdsDepManager by Eric Anderson · 11 months ago
- 379fbaa Update README etc to reference 1.73.0 (#12108) by MV Shiva · 11 months ago
- 8044a56 xds: Remove timeouts from XdsDepManagerTest (#12114) by Eric Anderson · 11 months ago
- 142e378 xds: Improve shutdown handling of XdsDepManager by Eric Anderson · 11 months ago
- 22cf7cf tests: Replace usages of deprecated junit ExpectedException with assertThrows (#12103) by Alex Panchenko · 11 months ago
- 83538cd cronet: Delete TODO for User-Agent on CronetEngine by Sangamesh · 12 months ago
- d124007 kokoro: Don't run grpc codegen in android-interop (#12098) by Eric Anderson · 12 months ago
- 46485c8 Upgrade Protobuf C++ to 22.5 (#11961) by Kannan J · 12 months ago
- 9406d3b Rename PSM interop fallback test suite to light by Michael Lumish · 12 months ago
- 9d439d4 xds: Add GcpAuthenticationFilter to FilterRegistry (#12075) by MV Shiva · 12 months ago
- f8700a1 compiler: Default to @generated=omit (#12080) by Eric Anderson · 12 months ago
- 2fb0957 xds: enableSpiffe also checks the new env var per gRFC-A87 by Luwei Ge · 12 months ago
- 480640d alts: add experimental keepalive (#12076) by Gregory Cooke · 12 months ago
- b88536a kokoro: add cloud run tests config (#12065) by Abhishek Agrawal · 12 months ago
- b089761 xds: Enable least request by default (#12054) by Eric Anderson · 12 months ago
- 59adeb9 Start 1.74.0 development cycle (#12061) by MV Shiva · 12 months ago
- 6baac45 xds: Fix pretty-print of Cluster with WrrLocality and LB policies (#12037) by vinodhabib · 12 months ago
- 454f1c5 binder: Create a Robolectric version of BinderTransportTest (#12057) by John Cormie · 12 months ago
- 64fe061 Simplify RobolectricBinderSecurityTest (#12058) by John Cormie · 12 months ago
- 80cc988 xds: Use acceptResolvedAddresses() for WeightedTarget children (#12053) by Eric Anderson · 1 year ago
- 3f5fdf1 core: Remove unnecessary SuppressWarnings("deprecation") (#12052) by Eric Anderson · 1 year ago
- be0247f Bump com.google.protobuf gradle plugin to 0.9.5 by Eric Anderson · 1 year ago
- 12aaf88 Fix comment's typo (#12045) by Kim Jin Young · 1 year ago
- 25199e9 xds: XdsDepManager should ignore updates after shutdown by Eric Anderson · 1 year, 1 month ago
- 7952afd Add some documentation to StatusOr.equals regarding how underlying statuses are compared, to avoid any confusion, as suggested in issue #11949. (#12036) by Kannan J · 1 year, 1 month ago
- 6cd007d xds: add the missing xds.authority metric (#12018) by Abhishek Agrawal · 1 year, 1 month ago
- 9619453 Implement grpc.lb.backend_service optional label by Eric Anderson · 1 year, 1 month ago
- 53de8a7 Update README etc to reference 1.72.0 (#12025) by Abhishek Agrawal · 1 year, 1 month ago
- 7a08fdb xds: float LRU cache across interceptors (#11992) by MV Shiva · 1 year, 1 month ago
- 84bd014 context: Remove mention of "epoch" from Ticker.nanoTime() javadocs, plus other minor touchups by Kurt Alfred Kluever · 1 year, 1 month ago
- 65d0bb8 xds: Enable deprecation warnings by Eric Anderson · 1 year, 1 month ago
- f79ab2f api: Remove deprecated SubchannelPicker.requestConnection() by Eric Anderson · 1 year, 1 month ago
- a6aec27 auth: Use pre-existing private key in test by Eric Anderson · 1 year, 1 month ago
- 2db4852 core: Loop over interceptors when computing effective interceptors by Eric Anderson · 1 year, 1 month ago
- 54d3783 stub: trailersFromThrowable() metadata should be copied (#11979) by jiangyuan · 1 year, 1 month ago
- aae52de stub: Add RunWith(JUnit4) to support varied environments by Eric Anderson · 1 year, 1 month ago
- a13fca2 xds: ClusterResolverLoadBalancer handle update for both resolved addresses and errors via ResolutionResult (#11997) by Kannan J · 1 year, 1 month ago
- edc2bf7 stub: Utility method StreamObservers.nextAndComplete() that does both onNext and onComplete (#11778) by Alex Panchenko · 1 year, 1 month ago
- 5ca4d85 core: Avoid Set.removeAll() when passing a possibly-large List (#11994) by Eric Anderson · 1 year, 1 month ago
- d4c46a7 refactor: prevents global stats config freeze in ConfiguratorRegistry.getConfigurators() (#11991) by Abhishek Agrawal · 1 year, 1 month ago
- c8d1e6e xds: listener type validation (#11933) by MV Shiva · 1 year, 1 month ago
- 84c7713 xds: propagate audience from cluster resource in gcp auth filter (#11972) by MV Shiva · 1 year, 1 month ago
- 908f9f1 core: Delete the long-deprecated GRPC_PROXY_EXP (#11988) by Eric Anderson · 1 year, 1 month ago
- 8ca7c4e core: Delete stale SuppressWarnings("deprecated") for ATTR_LOAD_BALANCING_CONFIG (#11982) by Eric Anderson · 1 year, 1 month ago
- c28a7e3 okhttp: Per-rpc call option authority verification (#11754) by Kannan J · 1 year, 1 month ago
- 8f6a16f Start 1.73.0 development cycle (#11987) by Abhishek Agrawal · 1 year, 1 month ago