aboutsummaryrefslogtreecommitdiff
path: root/netty/src
AgeCommit message (Expand)Author
2018-10-18netty: fix local socket bindCarl Mastrangelo
2018-10-10core: add CallCredentials2 and deprecate CallCredentials' old interface (#4902)Kun Zhang
2018-10-08netty: expose setting a local socket addressCarl Mastrangelo
2018-10-03core: add Grpc.TRANSPORT_ATTR_LOCAL_ADDR (#4906)Kun Zhang
2018-10-03netty: Add ProtocolNegotiator.closeEric Anderson
2018-10-03netty: Remove TransportCreationParamsFilterFactoryEric Anderson
2018-09-24netty: Allow specifying ProtocolNegotatiorFactory directly to ChannelsEric Anderson
2018-09-14all: use Java7 bracketsCarl Mastrangelo
2018-09-12netty: Initialize ProtocolNegotiators eagerlyEric Anderson
2018-09-11all: fix lint warnings in importZHANG Dapeng
2018-09-10netty,okhttp: Enable TransportTest.flowControlPushBackEric Anderson
2018-09-05all: prepend internal classes with Internal (#4826)zpencer
2018-09-04all: move Channelz to io.grpc as InternalChannelz (#4797)zpencer
2018-08-14netty/internal: add InternalNettyChannelBuilder.buildTransportFactory(). (#4757)Kun Zhang
2018-08-09netty: fix unused variable lintSpencer Fang
2018-07-30netty: Remove option to pass promise to WriteQueueEric Anderson
2018-07-10netty: Fix regression in Java 9 ALPN supportEric Anderson
2018-07-09netty: Propagate EAG attributes to ProtocolNegotiatorEric Anderson
2018-07-09Propagate EquivalentAddressGroup attributes to transportsEric Anderson
2018-07-04Fix unused variablesEric Anderson
2018-06-28netty,okhttp: make rpc followed by racy GOAWAY transparent-retry-ableZHANG Dapeng
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