aboutsummaryrefslogtreecommitdiff
path: root/okhttp
AgeCommit message (Expand)Author
2016-04-08Add rst error detail in OkHttpCarl Mastrangelo
2016-04-08Reuse metadata array when making http2 headers, and reduce some array copiesCarl Mastrangelo
2016-03-31Fix UNAVAILABLE codes missing descriptionsEric Anderson
2016-03-17Remove ReferenceCounted and add close() to ClientTransportFactory. Fixes #927buchgr
2016-03-09Add log ID.Kun Zhang
2016-03-03Remove static initializer blocksCarl Mastrangelo
2016-02-29Use impossible port for unreachability testCarl Mastrangelo
2016-02-16Automated readability/efficiency tweaksEric Anderson
2016-02-12DelayedClientTransport and fix TransportSet.shutdown() semantics.Kun Zhang
2016-02-10Replace AUTHORITY_KEY with ClientStream.setAuthorityEric Anderson
2016-01-14Raise method visibility in Channel ProvidersCarl Mastrangelo
2016-01-13Fix OkHttp bug where streams could be started after they had been cancelledCarl Mastrangelo
2016-01-13Propagate headers/trailers if response isn't gRPCEric Anderson
2016-01-12Add toString to transports for debugging.Eric Anderson
2016-01-11Revert "More information for debugging."Eric Anderson
2016-01-06Split newStream from startCarl Mastrangelo
2016-01-05More information for debugging.Kun Zhang
2015-12-21[OkHttp]Add hostname verification.Xudong Ma
2015-12-17Allow support for nanosecond timeouts, and use nanoseconds consistently throu...Carl Mastrangelo
2015-12-10Use getClassLoader() instead of Thread.currentThread().getContextClassLoader(...Xudong Ma
2015-11-25[okhttp] Use upper layer passed-in resolved address instead of resolving the ...Xudong Ma
2015-11-25coalesce pending flushes in OkHttpClientStream.start().Xudong Ma
2015-11-09Add even more coverageCarl Mastrangelo
2015-11-06Add simple tests for OkHttpProtocolNegotiator coverageCarl Mastrangelo
2015-10-29[OkHtpp] Correct windowUpdateWithInboundFlowControl test.Xudong Ma
2015-10-27Deflake OkHttpClientTransportTest.Xudong Ma
2015-10-27Support default port in NameResolver.Kun Zhang
2015-10-27Update okhttp javadocCarl Mastrangelo
2015-10-23NameResolverRegistry and better-defined target string.Kun Zhang
2015-10-20Load-balancing ManagedChannelImpl.Kun Zhang
2015-10-15Reduce OkHttp dependency, copy all the needed files into our repository.Xudong Ma
2015-10-15Upgrade OkHttp to 2.5Xudong Ma
2015-10-12[okhttp] Make sure transportShutdown() always be called before calling transp...Xudong Ma
2015-10-08Allow non-host based authorities in OkHttp transportCarl Mastrangelo
2015-10-07Add authority work around for OkHttp channelsCarl Mastrangelo
2015-09-11Deprecate OkHttpChannelBuilder#overrideHostForAuthorityKun Zhang
2015-09-11Add usePlaintext to ManagedChannelBuilderEric Anderson
2015-09-11Add overrideAuthority to ManagedChannelBuilderEric Anderson
2015-09-11Add overrideAuthority to OkHttpChannelBuilderEric Anderson
2015-09-10Fixing okhttp hang when tls nego fails.nmittler
2015-09-10Enable license header checking in checkstyleEric Anderson
2015-09-09Let transports be channel service providers for generic usageEric Anderson
2015-09-03okhttp: Skip trash data for finished stream.Xudong Ma
2015-09-03Use Executor in stable builder APIs instead of ExecutorServiceLouis Ryan
2015-09-03Daemonize OkHttp and NettyCarl Mastrangelo
2015-09-03Refactoring channel API.nmittler
2015-09-01Ease use of JWT by passing URI to auth libraryEric Anderson
2015-09-01Enforce content-type on client and server.nmittler
2015-08-27OkHttp: Fix race condition between sendCancel and sendFrameXudong Ma
2015-08-26Adding maxMessageSize config optionnmittler