aboutsummaryrefslogtreecommitdiff
path: root/okhttp
AgeCommit message (Expand)Author
2016-07-20core: Hard-code a list of providers for AndroidEric Anderson
2016-07-19Revise security provider selection for androind to choose from theLouis Ryan
2016-07-18Fix selection of security Provider to conscruct SSLContextLouis Ryan
2016-07-13Make the OkHTTP transport AppEngine friendly. AppEngine may supportLouis Ryan
2016-07-08Keepalive supportXiao Hang
2016-07-07Reduce default max message size to 4 MiBEric Anderson
2016-06-28testware: fix flakes caused by pickUnusedPortZHANG Dapeng
2016-06-24Remove unused variablesEric Anderson
2016-06-15okhttp: fix NPE when using CLEARTEXT connectionSpecZHANG Dapeng
2016-06-15core: add transportInUse() to transport listener.Kun Zhang
2016-06-09core: CallCredentialsKun Zhang
2016-06-06core/internal: add 3-arg newStream method to ClientTransport interface (#1898)ZHANG Dapeng
2016-06-02Implement shutdownNowEric Anderson
2016-06-01core: fix nags from linterCarl Mastrangelo
2016-06-01core,netty,okhttp: move user agent removal closer to where it is setCarl Mastrangelo
2016-05-25okhttp: generate user agent once for whole transportCarl Mastrangelo
2016-05-25core,netty,okhttp: move user agent out of client call and into the transportCarl Mastrangelo
2016-05-16okhttp: Enable transport testEric Anderson
2016-05-03all: Finish adding tracking issues for ExperimentalApiCarl Mastrangelo
2016-05-01Use return value of Status.augmentDescriptionEric Anderson
2016-04-21Don't allocate extra byte for each MessageFramerCarl Mastrangelo
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