aboutsummaryrefslogtreecommitdiff
path: root/netty
AgeCommit message (Expand)Author
2017-04-06netty: Handle channel creation failureEric Anderson
2017-04-04netty: refactor NettyChannelBuilder keepalive API (#2874)ZHANG Dapeng
2017-04-04netty: Add server keepalive enforcementEric Anderson
2017-03-31netty: Fix client keepalive initialization (again)Eric Anderson
2017-03-31netty: expose server side keepalive APIZHANG Dapeng
2017-03-30core,netty: support GET verb in AbstractClientStream2Eric Anderson
2017-03-30netty: Server side keep aliveZHANG Dapeng
2017-03-23core,netty,okhttp: KeepAliveManager with PingerZHANG Dapeng
2017-03-22all: update to latest version of errorproneCarl Mastrangelo
2017-03-22Okhttp: keepAlivedManager#onTransportShutdown moved from shutdown to stopIfNe...ZHANG Dapeng
2017-03-20netty: move startWriteQueue right after channel is constructedZHANG Dapeng
2017-03-15core: Support keepalive even when transport is idleEric Anderson
2017-03-14netty: Backport SETTINGS ACK sequencing fixEric Anderson
2017-03-14netty: Copy DefaultHttp2ConnectionDecoder in prep for backportEric Anderson
2017-03-06all: fix errorpronesZHANG Dapeng
2017-03-03netty/test: be less agreesive on checking causeKun Zhang
2017-02-24netty: Use tcnative in tests instead of Jetty ALPNEric Anderson
2017-02-24all: Enable ErrorProne during compilationEric Anderson
2017-02-16netty: Fix NPE in NettyClientTransportLukasz Strzalkowski
2017-02-13netty: remove unused code in a testEric Anderson
2017-02-13netty: include SETTINGS_MAX_HEADER_LIST_SIZE in SETTINGSŁukasz Strzałkowski
2017-02-10Implement missing authority API for HandlerRegistryRyan Michela
2017-02-09netty: Fix CheckReturnValue failure in testEric Anderson
2017-02-07all: swap to newer animalsniffer pluginEric Anderson
2017-02-06netty: fix race in server channel startup and shutdownCarl Mastrangelo
2017-02-06netty: add return value errorprone annotationsCarl Mastrangelo
2017-02-03core: record server_elapsed_time on client (#2673)Kun Zhang
2017-02-01netty: call transportReady in handleProtocolNegotiationCompletedZHANG Dapeng
2017-01-30netty: work around netty bug when RPCs may be reset earlyCarl Mastrangelo
2017-01-30all: upgrade to netty 4.1.8 and tcnative Fork26Carl Mastrangelo
2017-01-27all: avoid DNS with GRPC_PROXY_EXPEric Anderson
2017-01-27Add support for http forward proxy with CONNECTEric Anderson
2017-01-26core: pass down addr to which client is connectedŁukasz Strzałkowski
2017-01-26all: update to latest import orderingCarl Mastrangelo
2017-01-23core: rename getAttr() and use standard getAttributes()Lukasz Strzalkowski
2017-01-23core: rename attributes() -> getAttributes()Łukasz Strzałkowski
2017-01-23core: change method descriptor to be builder basedCarl Mastrangelo
2017-01-19all: bump to netty 4.1.7Carl Mastrangelo
2017-01-19all: ErrorProne fixes and avoid @Beta in GuavaEric Anderson
2017-01-17core,netty: add getAttributes to ClientStream and ClientCall (#2526)ZHANG Dapeng
2017-01-09Introduce a grpc-exp ALPN protocol identifierhtuch
2016-12-16netty: no add_dep io.netty.handler.ssl.SslContext (#2529)ZHANG Dapeng
2016-12-16netty: refactor how internal netty channel worksCarl Mastrangelo
2016-12-15codehealth: errorprone, unusedZHANG Dapeng
2016-12-14Implement setListener in AbstractServerStream and remove from subclasses.Anuraag Agrawal
2016-12-13netty: move internal channel builder code to a special accessor Carl Mastrangelo
2016-12-12netty: Add support for keepaliveŁukasz Strzałkowski
2016-12-05Remove deadcodeLukasz Strzalkowski
2016-12-05core,netty: add a log id to the server and server transportsCarl Mastrangelo
2016-12-02all: use a proper log id which can reference channels, subchannels, and trans...Carl Mastrangelo