- 7217baa Remove old Java 7/8 TLS testing workarounds by Eric Anderson · 1 year, 10 months ago
- 74b515e Migrate many usages of TestUtils.loadCert() to the public TlsTesting by Eric Anderson · 1 year, 10 months ago
- 847ea7c Upgrade Mockito to 3.12.4 by Eric Anderson · 1 year, 10 months ago
- a702397 Revert "testing: RpcBehaviorLoadBalancingProvider to use acceptResolvedAddresses() (#10030)" by Terry Wilson · 1 year, 11 months ago
- 17e1fcb testing: RpcBehaviorLoadBalancingProvider to use acceptResolvedAddresses() (#10030) by Terry Wilson · 1 year, 11 months ago
- ae6c506 all: fix build with errorprone 2.18 (#9886) by Benjamin Peterson · 2 years ago
- 5983be1 rls:Fix throttling in route lookup (b/262779100) (#9874) by Larry Safran · 2 years, 1 month ago
- c0de130 Change ArgumentCaptor.forClass(null) to ArgumentCaptor.forClass(Foo.class) by Chris Povirk · 2 years, 2 months ago
- b593871 core: fix RejectedExecutionException in Retriable Stream (#9626) by yifeizhuang · 2 years, 3 months ago
- bacf18d census: Avoid deprecated measure constants by Eric Anderson · 2 years, 6 months ago
- 7665d38 Revert "Add LoadBalancer.acceptResolvedAddresses() (#8742)" (#9414) by Terry Wilson · 2 years, 7 months ago
- 70a29fb Add LoadBalancer.acceptResolvedAddresses() (#8742) by Terry Wilson · 2 years, 7 months ago
- 2fc7ac4 interop-testing: Add cartesian product HTTP/2 interop test by Eric Anderson · 2 years, 9 months ago
- 957d4e8 Revert "interop-testing: add echo-server for proxyless gRPC testing in Istio (#9261)" (#9318) by sanjaypujare · 2 years, 8 months ago
- c2d33f1 interop-testing: add echo-server for proxyless gRPC testing in Istio (#9261) by sanjaypujare · 2 years, 9 months ago
- 7b80954 core,interop-testing: avoid flushing after writing a message in case the server returns a single response by amirhadadi · 2 years, 9 months ago
- fc406e8 xds: Properly assign picker. (#9201) by Terry Wilson · 2 years, 10 months ago
- 01ab821 interop-test: add orca test case (#9079) by yifeizhuang · 2 years, 10 months ago
- 4a5f6ad interop-testing: LB that adds the rpc-behavior to calls (#9186) by Terry Wilson · 2 years, 10 months ago
- e258fc7 Use `ImmutableMap.Builder.buildOrThrow()` instead of deprecated `build()`. (#9132) by Ran · 2 years, 10 months ago
- 812264e interop-testing: Improve ConcurrencyTest error reporting by Eric Anderson · 2 years, 10 months ago
- 431fb02 core/netty: infinite local-only transparent retry for netty (#8878) by ZHANG Dapeng · 3 years, 1 month ago
- 3179bc3 Revert "use charset from StandardCharsets instead of 'Charset.forName' (#8779)" by Penn (Dapeng) Zhang · 3 years, 2 months ago
- 58a7ace Bump ErrorProne to 2.10.0 by Eric Anderson · 3 years, 2 months ago
- a74a3ad use charset from StandardCharsets instead of 'Charset.forName' (#8779) by Jintao · 3 years, 2 months ago
- 042f987 all: remove deprecated StreamInfo.transportAttrs (#8768) by ZHANG Dapeng · 3 years, 3 months ago
- 7c6f53a all: add internal API to disable retry stats (#8510) by ZHANG Dapeng · 3 years, 6 months ago
- 2faa748 census: Fix retry stats data race (#8459) by ZHANG Dapeng · 3 years, 6 months ago
- 137bdaa interop-testing: add soak test cases to test service client by apolcyn · 3 years, 6 months ago
- fd2a58a all: implement retry stats (#8362) by ZHANG Dapeng · 3 years, 7 months ago
- d836f38 core: add real transport test for retry buffer limit (#8354) by ZHANG Dapeng · 3 years, 7 months ago
- 6201db2 Fix aarch64 emulation-triggered flakes by Eric Anderson · 3 years, 9 months ago
- c26ee03 netty: Add Http2Headers.setLong() for inbound headers by Eric Anderson · 4 years ago
- 972fda2 Add a flag to interop clients to allow statically configuring grpclb (#7957) by apolcyn · 4 years ago
- 2e0e238 okhttp: Consume mTLS and Trust/KeyManager Credentials API by Eric Anderson · 4 years, 1 month ago
- 0eab1c9 netty: Consume mTLS and Trust/KeyManager Credentials API by Eric Anderson · 4 years, 1 month ago
- 7f7821c interop-testing: add fake altsHandshakerService for test (#7847) by yifeizhuang · 4 years, 1 month ago
- ddd5dea Migrate callers to ServerCredentials by Eric Anderson · 4 years, 4 months ago
- a547e23 Migrate users of ManagedChannelBuilder.{forTarget,forAddress} to ChannelCredentials by Eric Anderson · 4 years, 7 months ago
- b03f148 core, netty: server builders extend a public API class by Sergii Tkachenko · 4 years, 6 months ago
- c29ad76 Explain test value for flow control window by Sergii Tkachenko · 4 years, 6 months ago
- 5d1304c okhttp: OkHttpChannelBuilder extends a public API class by Sergii Tkachenko · 4 years, 6 months ago
- c056979 netty: NettyChannelBuilder extends a public API class by Sergii Tkachenko · 4 years, 6 months ago
- b0f0ed0 core: InProcessChannelBuilder extends a public API class by Sergii Tkachenko · 4 years, 6 months ago
- cb5ceaa interop-testing: Add integration test for RetriableStream by Eric Anderson · 4 years, 8 months ago
- 83a3b25 netty: allow to use bandwidth delay product (#6979) by Jihun Cho · 4 years, 10 months ago
- 7be75a0 all: let interop test use shaded dependency correctly take 2 by ZHANG Dapeng · 5 years ago
- 1df7d7e Revert "all: let interop test use shaded dependency correctly (#6780)" by ZHANG Dapeng · 5 years ago
- c5f48b8 all: let interop test use shaded dependency correctly (#6780) by ZHANG Dapeng · 5 years ago
- 557da62 netty: Upgrade Netty (4.1.45.Final) & tcnative (2.0.28.Final) by ZhenLian · 5 years ago
- b7ccc0d core, census, testing, interop-testing, android-interop-testing: move census dependency out of grpc-core (#6577) by Chengyuan Zhang · 5 years ago
- 8062406 interop-testing,core: interop test to get remote address attributes by ZHANG Dapeng · 5 years ago
- 65109e6 netty: Netty{Server,Channel}Builder requires all or none of ELG and ChannelType (#6014) by Jihun Cho · 6 years ago
- cc524f1 netty,interop-testing: increase timeouts on tests for TSAN by Carl Mastrangelo · 6 years ago
- c3d7d74 interop-testing: fix race in CascadingTest by Carl Mastrangelo · 6 years ago
- ad08937 Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers by Tim van der Lippe · 6 years ago
- ba335f5 interop-test: add test case for "pick_first" picking behavior (#5554) by Kun Zhang · 6 years ago
- 1eb6fc5 interop-testing: implement compute engine channel creds test case in Java by apolcyn · 6 years ago
- d35fbd7 all: Update to Mockito 2 by Tim van der Lippe · 6 years ago
- f6ec07d core,netty: expose listening on multiple ports by Carl Mastrangelo · 6 years ago
- 3a39b81 all: remove java6 type args by Carl Mastrangelo · 6 years ago
- 0dbab26 all: fix lint by ZHANG Dapeng · 6 years ago
- 574c053 interop-testing: Add GoogleDefaultCreds test case for java by apolcyn · 6 years ago
- 473a7d1 interop-testing: Simply ProxyTest and shutdown handling by Eric Anderson · 6 years ago
- d765941 interop-testing: deflake MoreInProcessTest by Carl Mastrangelo · 6 years ago
- 330f45a interop-testing: Disable flaky ProxyTest.smallLatency by Eric Anderson · 6 years ago
- 219c486 interop-testing: Sample to reduce ProxyTest flakiness by Eric Anderson · 6 years ago
- 51ab5b9 interop-testing: update test proto to match grpc-proto. (#5003) by Jihun Cho · 6 years ago
- 183e1f6 all: update Error Prone to 2.3.2 by Thomas Broyer · 6 years ago
- fbfc3a4 core: add Grpc.TRANSPORT_ATTR_LOCAL_ADDR (#4906) by Kun Zhang · 6 years ago
- d2c0653 interop-testing: add very_large_request case to test client (#4816) by Eric Gribkoff · 7 years ago
- 75b48b4 interop-testing: Add special_status_message test by Eric Anderson · 7 years ago
- 60a0b0c all: normalize copyright header by Carl Mastrangelo · 7 years ago
- 9ada30b (low priority) core,netty,interop-testing: stabilize maxInboundMessageSize API (#4399) by zpencer · 7 years ago
- 156cc44 interop-testing: fix empty proto package name by Shohei Kamimori · 7 years ago
- 03a00aa interop-testing: client compressed tests without probing (#4279) by Arnout Engelen · 7 years ago
- 25f3576 okhttp: Convert to internal ConnectionSpec eagerly by Eric Anderson · 7 years ago
- 7eab0d9 netty: Add support for Conscrypt by Eric Anderson · 7 years ago
- 0859d48 Move TlsTest from interop-testing to netty by Eric Anderson · 8 years ago
- 52fedb6 okhttp: support JDK9 ALPN (#4136) by Eric Gribkoff · 7 years ago
- 26719bd Partially revert "core: change serverimpl,servercallimpl's internalclose to cancel stream (#4038)" by Eric Anderson · 7 years ago
- 7af2373 core,netty,okhttp,alts,inprocess: deprecate usePlaintext(boolean) by Carl Mastrangelo · 7 years ago
- 48ca452 core: change serverimpl,servercallimpl's internalclose to cancel stream (#4038) by Rama Chavali · 7 years ago
- efcd134 interop-testing: start a new server for each test method. (#3816) by Kun Zhang · 7 years ago
- ef2ec94 core: use new OpenCensus stats/tagging API. (#3647) by sebright · 7 years ago
- f9f6035 Allow tests to run on IPv6-less machines by Eric Anderson · 7 years ago
- d6ff4c2 testing: move io.grpc.testing.StreamRecorder to internal by ZHANG Dapeng · 7 years ago
- 30b5988 compiler: add methods for accessing method descriptors by Carl Mastrangelo · 7 years ago
- 8edead0 core: make in-process transport support StreamTracer by Kun Zhang · 7 years ago
- 80ac407 interop-testing: fix ErrorProne and Unused by ZHANG Dapeng · 7 years ago
- 5e36a8d all: upgrade to JUnit 4.12 by Carl Mastrangelo · 7 years ago
- 53f56a3 inprocess,core: add ManagedChannelBuilder and ServerBuilder factory hiders by Carl Mastrangelo · 8 years ago
- f46280a core: Java Refactor by myPrecious · 8 years ago
- 8585cd5 interop-testing: fix NPE on empty args to test service client by Eric Gribkoff · 8 years ago
- c0e010a interop-testing: implement compression interop tests by Eric Gribkoff · 8 years ago
- 677c84e okhttp: Add support for specifying a custom hostname verifier when using on OkHttpChannelBuilder. by Ian Haken · 8 years ago
- ff0ad5f testing: refactor part of TestUtils to internal by ZHANG Dapeng · 8 years ago
- 361f038 interop-testing: Support conscrypt at runtime with OkHttp by Eric Anderson · 8 years ago
- 9052d42 interop-testing: Skip Netty Jetty ALPN tests if it is unavailable by Eric Anderson · 8 years ago
- b7e50dd testing: move NoopClientCall & NoopServerCall to internal by ZHANG Dapeng · 8 years ago