aboutsummaryrefslogtreecommitdiff
path: root/netty
AgeCommit message (Expand)Author
2018-05-24Propagate CallCredentials.ATTR_SECURITY_LEVEL from transportsEric Anderson
2018-05-23noop: resolve lint warnings found at import. (#4496)Kun Zhang
2018-05-21all: TimeProvider to use nanos rather than millisZHANG Dapeng
2018-05-17netty: Fix Javadoc reference to Channelz.SecurityEric Anderson
2018-05-15context/core/netty: Add @CheckReturnValue to ContextZHANG Dapeng
2018-05-07core,netty,okhttp: make toString more consistent for channelz (#4434)zpencer
2018-05-03 all: normalize copyright header Carl Mastrangelo
2018-04-27(low priority) core,netty,interop-testing: stabilize maxInboundMessageSize AP...zpencer
2018-04-25core,netty,okhttp,services,testing: expose security info to channelz (#4300)zpencer
2018-04-13netty: fix visibility issues with InternalNettySocketSupport (#4335)zpencer
2018-04-13all: add toString() to Server to improve debug infoZHANG Dapeng
2018-04-11netty: prepare NettySocketSupport for internal import (#4311)zpencer
2018-04-11core, netty: allow InputStream based certs (#4316)zpencer
2018-04-05core,netty: add NettySocketSupport to populate TcpInfo (#4306)zpencer
2018-04-04netty: fix getListenSockets race (#4301)zpencer
2018-04-04netty,services: fix param comment lint (#4304)zpencer
2018-04-03core,services: binary log should use real peer socket and call id (#4266)zpencer
2018-04-03core,netty,services: add server listen sockets to channelz proto service (#4220)zpencer
2018-03-30core,netty,okhttp,services: expose socket options to channelz (#4228)zpencer
2018-03-28netty: http2 server transport graceful shutdown sends 2 GOAWAYsZHANG Dapeng
2018-03-23netty,okhttp,testing: always set TRANSPORT_ATTR_REMOTE_ADDR (#4217)zpencer
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