aboutsummaryrefslogtreecommitdiff
path: root/okhttp
AgeCommit message (Expand)Author
2017-06-30all: Use fixed version number for java 6/7 signaturesEric Anderson
2017-06-22build: Add Bazel java_grpc_library ruleSimon Horlick
2017-06-08core: hide access to Status code and message keysCarl Mastrangelo
2017-06-01all: fix licence whitespaceCarl Mastrangelo
2017-05-31all: update to Apache 2 licenceCarl Mastrangelo
2017-05-30okhttp: ignore unknown HTTP/2 settingsEric Gribkoff
2017-05-26core: remove 2 suffix from streamsCarl Mastrangelo
2017-05-16interop-testing,okhttp,testing: update tests to pass with ipv6Eric Gribkoff
2017-05-15core: don't expose internal Metadata.headerCountCarl Mastrangelo
2017-05-15okhttp: Make implicit cast explicit to declare it safeEric Anderson
2017-05-04Add/Fix some docs (#2970)Muxi Yan
2017-05-02javadoc: fix broken links in javadocZHANG Dapeng
2017-04-27Channel.authority() should return the value of overrideAuthority (#2956)zpencer
2017-04-26okhttp: Support GET in okhttp transportXiao Hang
2017-04-17core: clamp keepAliveTime/Timeout in a way easier for testZHANG Dapeng
2017-04-17netty,okhttp: handle ENHANCE_YOUR_CALM and too_many_pingsEric Anderson
2017-04-17core: add inboundHeaders() to ClientStreamTracer. (#2921)Kun Zhang
2017-04-13core: Delete AbstractStream (replaced by AbstractStream2)Eric Anderson
2017-04-13Move okhttp to AbstractStream2Xiao Hang
2017-04-13core: use RESOURCE_EXHAUSTED for max message size failuresCarl Mastrangelo
2017-04-11okhttp: Add OptionalMethod support for private classes (#2895)kpayson64
2017-04-10all: Use "keepalive time" instead of "keepalive delay"Eric Anderson
2017-04-10netty,okhttp: Allow keepalive without callsEric Anderson
2017-04-10okhttp,netty: Normalize client-side keepalive APIsEric Anderson
2017-04-07core: StreamTracer (#2863)Kun Zhang
2017-03-23core,netty,okhttp: KeepAliveManager with PingerZHANG Dapeng
2017-03-22Okhttp: keepAlivedManager#onTransportShutdown moved from shutdown to stopIfNe...ZHANG Dapeng
2017-03-21okhttp: Add restricted AppEngine SSL setup (#2845)kpayson64
2017-03-15core: Support keepalive even when transport is idleEric Anderson
2017-03-06all: fix errorpronesZHANG Dapeng
2017-02-24all: Enable ErrorProne during compilationEric Anderson
2017-02-10Implement missing authority API for HandlerRegistryRyan Michela
2017-02-07all: swap to newer animalsniffer pluginEric Anderson
2017-02-03core: record server_elapsed_time on client (#2673)Kun Zhang
2017-01-27testing: change names of noopMarshaller to void marshallerCarl Mastrangelo
2017-01-27Add support for http forward proxy with CONNECTEric Anderson
2017-01-26all: update to latest import orderingCarl Mastrangelo
2017-01-23core: rename getAttr() and use standard getAttributes()Lukasz Strzalkowski
2017-01-23core: change method descriptor to be builder basedCarl Mastrangelo
2017-01-17core,netty: add getAttributes to ClientStream and ClientCall (#2526)ZHANG Dapeng
2017-01-11core,testing: make MethodDescriptor final and add Test helperCarl Mastrangelo
2017-01-09Introduce a grpc-exp ALPN protocol identifierhtuch
2016-12-29style: fix styles and error-prones (#2560)Kun Zhang
2016-12-19okhttp: catch Throwable to avoid breaking preconditions. (#2536)Kun Zhang
2016-12-02all: use a proper log id which can reference channels, subchannels, and trans...Carl Mastrangelo
2016-11-01core: Do not rely on HTTP 200Eric Anderson
2016-10-27core: make max message size part of the public APICarl Mastrangelo
2016-10-06core: Census integration for stats (#2262)Kun Zhang
2016-09-19core: change Metadata internals to avoid garbage creationCarl Mastrangelo
2016-09-14Remove nonsense checkNotNull().Kun Zhang