aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2024-03-21Enable windows targetHEADmastermainMatt Gilbride
2023-06-21Update grpc-java to upstream v1.56.xOleg Shaldybin
2023-05-25api: remove experimentalApi setting from proxyDetector and related classes (#...sanjaypujare
2023-05-23api: Experimental CallCredentials.thisUsesUnstableApi() (#10211)Terry Wilson
2023-05-22api: Stabilize io.grpc.CallCredentials (#10208)Terry Wilson
2023-05-16Use test fixtures instead of sourceSets.test.outputEric Anderson
2023-05-09api: Fix boundary check in Status.fromCodeValue() (#10155)Terry Wilson
2023-05-04api: Stabilize the SynchronixationContext class (#10130)Terry Wilson
2023-04-19api: Stabilize Detachable and HasByteBufferEric Anderson
2023-04-14census: add delayed name resolution tracing annotation (#10044)yifeizhuang
2023-04-11api, census: add new pendingStreamCreated on clientStreamTracer and new trace...yifeizhuang
2023-03-09api,stub:Stabilize part of compression agreed to in the stabilization meeting...Larry Safran
2023-03-06api:stabilize offloadExecutor. (#9931)Larry Safran
2023-03-01all: fix build with errorprone 2.18 (#9886)Benjamin Peterson
2023-03-01api: Forward getMethodDescriptor() in ForwardingServerCallEric Anderson
2023-02-23api: forward getSecurityLevel on PartialForwardingServerCall (#9912)Carl Mastrangelo
2023-02-17api: Target schema should be case insensitiveEric Anderson
2023-02-16Remove ExperimentalApi from ServerBuilder.intercept. (#9894)Larry Safran
2023-02-10Updating ServerInterceptors.java to support different marshallers for Request...Ivan Bahdanau
2023-02-02Fixes MethodDescriptor java documentationBenjamin Einaudi
2023-01-05api: Early-detect null bytes from Metadata.MarshallerEric Anderson
2023-01-05Upgrade to Checkstyle 8.28Eric Anderson
2022-12-20Revert "Move name resolution retry from managed channel to name resolver. (#9...Eric Anderson
2022-12-16Move name resolution retry from managed channel to name resolver. (#9758)Terry Wilson
2022-12-01api: Avoid initializing CallOptions.Builder fields that will be overwrittenEric Anderson
2022-11-17api: Fix CallOptions to be properly `@Immutable` (#9689)pandaapo
2022-11-10reduce redundant judgmentRapperCL
2022-10-05doc: name resolver start() should not throw (#9589)yifeizhuang
2022-09-13core: add getCallOptions() to CallCredentials.RequestInfo (#9538)Kun Zhang
2022-09-02[core,api,auth: Choose executor based on need for thread affinity (#9504)Larry Safran
2022-08-31core: Assure that context cancellationCause is set (#9501)Terry Wilson
2022-08-31api,core: Add LoadBalancer.acceptResolvedAddresses() (#9498)Terry Wilson
2022-08-18Outlier detection load balancer (#9447)Terry Wilson
2022-08-15rls: fix RLS policy to not propagate status from control plane RPC to data pl...Larry Safran
2022-08-15Cleanup some of the warnings across the code base (#9445)Larry Safran
2022-08-10Swap Animalsniffer to Java 8 and Android 19Eric Anderson
2022-08-10core: Remove LB refreshNameResolver checkEric Anderson
2022-07-28Revert "Add LoadBalancer.acceptResolvedAddresses() (#8742)" (#9414)Terry Wilson
2022-07-26Add LoadBalancer.acceptResolvedAddresses() (#8742)Terry Wilson
2022-07-22 xds: xdsNameResolver match channel overrideAuthority in virtualHost matching...yifeizhuang
2022-07-14api: Link to Status#asRuntimeException method in StatusRuntimeException javad...Benjamin Peterson
2022-07-14gcp-observability: Populate global interceptors from observability (#9309)DNVindhya
2022-07-08Use Gradle's task configuration avoidance APIsEric Anderson
2022-07-01okhttp: Add server implementationEric Anderson
2022-06-30api,core: change ManagedChannel and Server Builders to use GlobalInterceptors...sanjaypujare
2022-06-22api: Explain security constraints of ATTR_AUTHORITY_OVERRIDEEric Anderson
2022-06-14Use Gradle's version catalogEric Anderson
2022-06-10api: Add missing RunWith annotation to GlobalInterceptorsTest (#9258)Sergii Tkachenko
2022-06-09api: Add GlobalInterceptors API (#9235)DNVindhya
2022-06-06api: Document illegal arguments for server connection management APIsEric Anderson