- cb42405 testing: Move some internal classes to testFixtures 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
- 046e02b okhttp: forceful close after MAX_CONNECTION_AGE_GRACE_TIME (#9968) by yifeizhuang · 1 year, 11 months ago
- ae6c506 all: fix build with errorprone 2.18 (#9886) by Benjamin Peterson · 2 years ago
- 9de989b okhttp: Avoid DNS lookup in test by Eric Anderson · 2 years, 1 month ago
- d761fc6 okhttp: Remove unnecessary client certs in TlsTest by Eric Anderson · 2 years, 2 months ago
- a40e434 okhttp: Use normal server cert when testing trust checking by Eric Anderson · 2 years, 2 months ago
- c80b587 okhttp: Add missing server support for TLS ClientAuth (#9711) by Eric Anderson · 2 years, 3 months ago
- 47ddfa4 okhttp: add maxConnectionAge and maxConnectionAgeGrace (#9649) by yifeizhuang · 2 years, 4 months ago
- dd35ae5 okhttp: Add client transport proxy socket timeout (#9586) by Terry Wilson · 2 years, 5 months ago
- a3c1d77 okhttp: add okhttpServerBuilder permitKeepAliveTime() and permitKeepAliveWithoutCalls() for server keepAlive enforcement (#9544) by yifeizhuang · 2 years, 5 months ago
- eac4178 okhttp: add max connection idle at OkHttpServer and fix test (#9533) by yifeizhuang · 2 years, 6 months ago
- 95b9d6d Revert "okhttp: add max connection idle at OkHttpServer (#9494)" (#9528) by yifeizhuang · 2 years, 6 months ago
- 7291ad4 okhttp: add max connection idle at OkHttpServer (#9494) by yifeizhuang · 2 years, 6 months ago
- 2cb2fe5 okhttp: Add support for file-based private keys by Eric Anderson · 2 years, 9 months ago
- bc50adf okhttp: Limit number of outstanding client-induced control frames by Eric Anderson · 2 years, 9 months ago
- e96d047 okhttp: Add server implementation by Eric Anderson · 2 years, 10 months ago
- fad38f4 Fix Channelz window reporting by Eric Anderson · 2 years, 8 months ago
- 054cb49 okhttp: Remove RPCs-before-ready tests by Eric Anderson · 2 years, 11 months ago
- 5351fb9 okhttp: Pass TransportFactory directly to transport constructor by Eric Anderson · 2 years, 11 months ago
- 98e4d49 Copybara cleanup. by Terry Wilson · 2 years, 11 months ago
- a978c9e okhttp: Avoid test-specific transport.start() by Eric Anderson · 2 years, 11 months ago
- 560a7fb okhttp: local-only transparent retry for okhttp 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, 1 month ago
- a74a3ad use charset from StandardCharsets instead of 'Charset.forName' (#8779) by Jintao · 3 years, 2 months ago
- 860e97d all: API refactoring in preparation to support retry stats (#8355) by ZHANG Dapeng · 3 years, 7 months ago
- 4f09073 all: remove 2-arg ClientStreamListener.closed() by ZHANG Dapeng · 3 years, 8 months ago
- e5d0e9d api, core: support zero copy into protobuf (#8102) by Chengyuan Zhang · 3 years, 10 months ago
- 4ad4926 OkHttpClientTransportTest's proxy to use localhost by Tomo Suzuki · 3 years, 11 months ago
- 2e0e238 okhttp: Consume mTLS and Trust/KeyManager Credentials API by Eric Anderson · 4 years, 1 month ago
- 45a1518 all: implement Helper.createResolvingOobChannelBuilder(target, creds) by ZHANG Dapeng · 4 years, 1 month ago
- 53da588 Move multiple-port ServerImpl to NettyServer (#7674) by Yifei Zhuang · 4 years, 2 months ago
- 90d6117 all: ChannelCredentials.withoutBearerTokens() and LoadBalancer.Helper API change (#7748) by ZHANG Dapeng · 4 years, 2 months ago
- e595779 okhttp: Add ChannelCredentials by Eric Anderson · 4 years, 7 months ago
- c8a94d1 api: Add ChannelCredentials by Eric Anderson · 4 years, 7 months ago
- 4c1bab9 Prepare for JUnit 4.13 by Eric Anderson · 4 years, 5 months ago
- cccd940 okhttp: cleanup channel in channel builder tests by Sergii Tkachenko · 4 years, 5 months ago
- af6fbf6 okhttp: make OkHttpChannelBuilder final by Sergii Tkachenko · 4 years, 6 months ago
- d5dcfa7 all: remove deprecated internal OverrideAuthorityChecker by Sergii Tkachenko · 4 years, 6 months ago
- e610637 okhttp: Keep ChannelBuilder.checkAuthority() for backward compatibility by Sergii Tkachenko · 4 years, 6 months ago
- 3493347 okhttp, testing: remove server builder accessor hacks by Sergii Tkachenko · 4 years, 6 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
- 80d62bf Upgrade to Mockito 3.3.3 by Eric Anderson · 4 years, 7 months ago
- b8bcf98 okhttp: use new APIs to configure TLS in Android (roll forward #6959) (#6960) by Chengyuan Zhang · 4 years, 10 months ago
- bf2a66c okhttp: fix incorrect connection-level flow control handling at beginning of connection by chrisschek · 5 years ago
- dba0916 netty: remove 'grpc-exp' from the list of next-protocol-versions in ALPN (#6592) by sanjaypujare · 5 years ago
- 75f6fd8 Upgrade error_prone_annotations to 2.3.4 by Tomo Suzuki · 5 years ago
- 30f8f26 okhttp: use FINE log for pure IOExceptions by Jihun Cho · 5 years ago
- ba17682 okhttp: fix header scheme does not match transport type. (#6260) by Ran · 5 years ago
- ab2aff4 netty,okhttp,cronet: add option to use get/put when methods are safe/idempotent by Carl Mastrangelo · 5 years ago
- ad08937 Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers by Tim van der Lippe · 6 years ago
- 74527dc okhttp: fix OkhttpFrameLogger mocking tests failure (#5565) by Chengyuan Zhang · 6 years ago
- 0db0c63 okhttp: add verbose logging for OkHttp HTTP/2 frame content (#5488) by Chengyuan Zhang · 6 years ago
- d35fbd7 all: Update to Mockito 2 by Tim van der Lippe · 6 years ago
- 801cc5c core,netty,okhttp: propagate the subchannel logger to the transport by Carl Mastrangelo · 6 years ago
- 59a336c core: add internal transport attribute ATTR_CLIENT_EAG_ATTRS (#5420) by Kun Zhang · 6 years ago
- a818c81 testing: Move AbstractTransportTest to core to avoid Truth dep by Eric Anderson · 6 years ago
- 6c32eaf okhttp: add socketFactory method to channel builder (#5378) by Eric Gribkoff · 6 years ago
- e875a8c core: introduce NameResolver.Helper and deprecate the params on newNameResolver() (#5345) by Kun Zhang · 6 years ago
- 138e958 core: ProxiedSocketAddress on public API (#5344) by Kun Zhang · 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
- ed0a9f3 netty: support listening on multiple ports by Carl Mastrangelo · 6 years ago
- f6689a1 all: fix lint errors by Carl Mastrangelo · 6 years ago
- 1d97b50 core: do not lose status when RST_STREAM with NO_ERROR received (#5264) by Eric Gribkoff · 6 years ago
- 3a38e59 core: Allow specifying a ProxyDetector per ManagedChannel by Ignacio del Valle Alles · 6 years ago
- 0e32152 okhttp: throws correct exception in AsyncSink when write/flush happened before by Jihun Cho · 6 years ago
- df21e40 all: fix lint by ZHANG Dapeng · 6 years ago
- 56e980c okhttp: fix MockitoAnyIncorrectPrimitiveType error in test by ZHANG Dapeng · 6 years ago
- 6bf0936 okhttp: move async mechanism from FrameWriter to sink (AsyncSink) (#4916) by Jihun Cho · 6 years ago
- cab5966 okhttp: error in frame handler closes with INTERNAL (#5049) by Eric Gribkoff · 6 years ago
- 80c973c okhttp: Optimize memory usage by mergeing buffers (#5023) by Jihun Cho · 6 years ago
- eaafb99 okhttp: Add maxInboundMetadataSize by Eric Anderson · 6 years ago
- 0fbc115 testing: Add transport tests for maxInboundMetadataSize by Eric Anderson · 7 years ago
- 7675ce2 okhttp: make flow control window size configurable (#4959) by creamsoup · 6 years ago
- c528df8 core: add internal Subchannel.asChannel() (#4950) by Kun Zhang · 6 years ago
- c0a3c4a okhttp: make AsyncFrameWriter log quietly when socket is already closed. also, default log level down to INFO(closed) which is same as NettyServerTransport. (#4927) by creamsoup · 6 years ago
- 0b7043d okhttp: remove internal mockito dep by Carl Mastrangelo · 6 years ago
- 5e4d9a5 okhttp: include better ALPN error message and fine log some exceptions by Carl Mastrangelo · 6 years ago
- b0f4232 all: use Java7 brackets by Carl Mastrangelo · 6 years ago
- 98630f1 netty,okhttp: Enable TransportTest.flowControlPushBack by Eric Anderson · 6 years ago
- 554210d okhttp: settings acks back after apply settings before sending any data (#4825) by creamsoup · 6 years ago
- 2fca42f all: prepend internal classes with Internal (#4826) by zpencer · 6 years ago
- 4d366ce all: move Channelz to io.grpc as InternalChannelz (#4797) by zpencer · 6 years ago
- 30a4bfb Implement flush coalescing in OkHttp. (#4763) by creamsoup · 7 years ago
- 9d6241e Propagate EquivalentAddressGroup attributes to transports by Eric Anderson · 7 years ago
- d227852 okhttp: deprecate OkHttpChannelBuilder#negotiationType (#4533) by Eric Gribkoff · 7 years ago
- f5f560a all: TimeProvider to use nanos rather than millis by ZHANG Dapeng · 7 years ago
- 60a0b0c all: normalize copyright header by Carl Mastrangelo · 7 years ago
- 791a29f services: socket options were erroneously ignored if socket has no stats (#4336) by zpencer · 7 years ago
- 5b802de okhttp: properly verify IPv6 address hosts (#4292) by David Brodsky · 7 years ago
- 7c37f1d core,netty,okhttp,services: expose socket options to channelz (#4228) by zpencer · 7 years ago
- 25f3576 okhttp: Convert to internal ConnectionSpec eagerly by Eric Anderson · 7 years ago
- 52fedb6 okhttp: support JDK9 ALPN (#4136) by Eric Gribkoff · 7 years ago
- a83f67a core,netty,okhttp: Transparent retry by ZHANG Dapeng · 7 years ago
- 402c174 core,okhttp,netty,alts,testing: Plumb proxy resolved addr to transports (#4137) by zpencer · 7 years ago
- f0eb6d2 core,netty,okhttp,testing: nest TransportStats inside SocketStats for channelz (#4190) by zpencer · 7 years ago