aboutsummaryrefslogtreecommitdiff
path: root/netty
AgeCommit message (Expand)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/grpc-grpc-javaandroid-s-preview-1Bob Badour
2020-07-27Merge "Add a build module for the Netty Shaded library"Hadrien Zalek
2020-07-24Add a build module for the Netty Shaded libraryHadrien Zalek
2020-06-29Remove gRPC Netty shaded static libraryHadrien Zalek
2018-10-19Add rules for grpc-javaJulien Desprez
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-15alts: Use grpc-netty-shaded instead of grpc-nettyEric Anderson
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-26Upgrade Shadow and Animalsniffer pluginsEric 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-06-11all: add gradle format checkerZHANG 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