aboutsummaryrefslogtreecommitdiff
path: root/netty
AgeCommit message (Expand)Author
2018-03-23netty: Add support for ConscryptEric Anderson
2018-03-23Move TlsTest from interop-testing to nettyEric Anderson
2018-03-22core,netty: client sends rst stream when server half-closes (#4222)Eric Gribkoff
2018-03-12core,netty,okhttp: Transparent retryZHANG Dapeng
2018-03-08core,netty,okhttp,testing: separate local vs remote stream start times for ch...zpencer
2018-03-08core,netty,okhttp,testing: nest TransportStats inside SocketStats for channel...zpencer
2018-03-02Partially revert "core: change serverimpl,servercallimpl's internalclose to c...Eric Anderson
2018-02-28core,netty,okhttp,alts,inprocess: deprecate usePlaintext(boolean)Carl Mastrangelo
2018-02-22 netty: bump to 4.1.22-FinalCarl Mastrangelo
2018-02-22core: change serverimpl,servercallimpl's internalclose to cancel stream (#4038)Rama Chavali
2018-02-12netty: upgrade to 4.1.21Carl Mastrangelo
2018-02-12netty: Include more details for closure of unknown reasonEric Anderson
2018-02-12netty: upstream unit conversionCarl Mastrangelo
2018-02-08core,netty,okhttp: use ServiceProviders for ManagedChannelProvider, ServerPro...zpencer
2018-02-01netty: Add test to verify error for TLS failureEric Anderson
2018-02-01netty/shaded: Bump shadow plugin version to 2.0.2Eric Anderson
2018-01-25core: move ChannelStats and TransportStats to io.grpc.internal.Channelz (#4008)zpencer
2018-01-25core: move Instrumented, LogId, WithLogId to io.grpc.internal as public (#3995)zpencer
2018-01-25 netty: only add gRPC negotiator once SSL is establishedCarl Mastrangelo
2018-01-17netty: avoid unintentionally NullPointerException (#3932)Shohei Kamimori
2018-01-11netty: make GrpcHttp2ConnectionHandler able to indicate it will no longer be ...Carl Mastrangelo
2018-01-11all: Prefer mock+delegatesTo() over Mockito.spy()Eric Anderson
2018-01-09Update ErrorProne to 2.1.3 and fix failuresEric Anderson
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