aboutsummaryrefslogtreecommitdiff
path: root/netty
AgeCommit message (Expand)Author
2018-01-08Enable the Guava Beta CheckerEric Anderson
2017-12-21netty: Use Java 9 ALPN if availableTeo Jia Jiun
2017-12-13core: InternalInstrumented<T> for instrumented classes (#3817)zpencer
2017-12-08Shade Netty transport, with tcnativeEric Anderson
2017-12-07netty: NettyServerTest should not hard code ports (#3845)zpencer
2017-12-07netty: add test for NettyServerBuilderShohei Kamimori
2017-12-04all: add Status messages to all statusesCarl Mastrangelo
2017-11-30core: move WithLog and LogId to io.grpc (#3813)zpencer
2017-11-30core,netty,okhttp: move TransportTracer.Stats to io.grpc (#3812)zpencer
2017-11-22netty: make server sockets be configurableXiaoshuang LU
2017-11-17netty: Include more stace trace information for ClosedChannelExceptionsEric Anderson
2017-11-15core,netty: add ID to NettyServer (#3745)zpencer
2017-11-15netty: Netty server poorly handles unknown content typeramaraochavali
2017-11-14netty: fix server keepalive unexpected ping ackZHANG Dapeng
2017-11-14core: add internal accessors to control stats recording of RPC upstarts. (#3736)Kun Zhang
2017-11-13core,netty: plumb fake clock into transport tracer tests (#3724)zpencer
2017-11-10core,netty: wire TransportTracer to netty client (#3705)zpencer
2017-11-10netty: Avoid clearing SSLParametersEric Anderson
2017-11-10core: Add useTransportSecurity to ManagedChannelBuilderramaraochavali
2017-11-10netty: Move server transportReady after client preface receiptEric Anderson
2017-11-09netty: TransportTracer test for local window update (#3710)zpencer
2017-11-09netty: bump correct value of outbound msg counter (#3667)zpencer
2017-11-08Fix broken method names in tests that include leading '/'Eric Anderson
2017-11-08core,netty: correctly count streams that ended due to client cancel (#3683)zpencer
2017-11-07core,netty,okhttp: add TransportTracer param to ClientStream and Http2ClientS...zpencer
2017-11-06core,ntety,okhttp: Add getTransportStats method to ClientTransport (#3662)zpencer
2017-11-06core,netty,okhttp: move transport tracer outbound counters to transport threa...zpencer
2017-11-02netty,core: add a TransportTracer class (#3454)zpencer
2017-11-01netty: Updated ALPN error message and added troubleshooting proceduresRay Tsang
2017-10-31netty: include rst stream message in StatusCarl Mastrangelo
2017-10-27netty: separate connection log (#3591)zpencer
2017-10-17core,netty,okhttp: detect proxy via ProxySelector (#3021)zpencer
2017-10-09core: make in-process transport support StreamTracerKun Zhang
2017-10-05all: upgrade to JUnit 4.12Carl Mastrangelo
2017-09-27Promote keepalive to ManagedChannelBuilder; stabilizeEric Anderson
2017-09-25netty: update to 4.1.16Carl Mastrangelo
2017-09-25core: client supports inbound gzipped streams (#3403)Eric Gribkoff
2017-09-15core: add internal API to disable stats and/or tracing. (#3464)Kun Zhang
2017-09-14core: add finalizer checks for ManagedChannels (#3452)Carl Mastrangelo
2017-09-14core,netty,okhttp,protobuf-lite: avoid @Beta guava classes (#3463)zpencer
2017-09-14core,netty,okhttp: strip outbound headers with reserved names (#3098)zpencer
2017-09-14Revert "netty: hide ProtocolNegotiator, and expose initial ChannelHandler"Eric Anderson
2017-09-12netty: hide ProtocolNegotiator, and expose initial ChannelHandlerCarl Mastrangelo
2017-09-11okhttp: set GET method in headers (#3316)Eric Gribkoff
2017-08-28netty: NOOP_MESSAGE must be staged before connect() (#3411)zpencer
2017-08-28Move jmh benchmarks to their respective modulesEric Anderson
2017-08-28netty: Update to Netty 4.1.15Eric Anderson
2017-08-24netty,okhttp: include more detail about ALPN missingCarl Mastrangelo
2017-08-24netty: graceful shutdowns should for streams to close (#3386)zpencer
2017-08-23Also fix bazel name of io.netty:netty-transportJohn Hume