aboutsummaryrefslogtreecommitdiff
path: root/netty
AgeCommit message (Expand)Author
2015-10-23Addressing concurrency issue in MessageFramer.nmittler
2015-10-23NameResolverRegistry and better-defined target string.Kun Zhang
2015-10-22Allow authority override to be propagated to Protocol NegotiatorsCarl Mastrangelo
2015-10-20Load-balancing ManagedChannelImpl.Kun Zhang
2015-10-05Adding consistent exception handling for Nettynmittler
2015-10-02Allow host authority override.Carl Mastrangelo
2015-09-29adjust other usages in protocol negotiatorsCarl Mastrangelo
2015-09-29docsCarl Mastrangelo
2015-09-29Update to share versionsCarl Mastrangelo
2015-09-29Force http2 connection when using tlsCarl Mastrangelo
2015-09-28Move decompressor setting down into the AbstractStreamCarl Mastrangelo
2015-09-25Correct the order of arguments.Xudong Ma
2015-09-24Updating Netty to send a single SETTINGS frame.nmittler
2015-09-23Remove unused function in netty testCarl Mastrangelo
2015-09-23Remove Netty test that fails with upstreamCarl Mastrangelo
2015-09-16Fix test checking for invalid content typeEric Anderson
2015-09-11Enforce sending headers before messages on serverEric Anderson
2015-09-11Add a hook to set TLSCarl Mastrangelo
2015-09-11Add usePlaintext to ManagedChannelBuilderEric Anderson
2015-09-11Use Providers in examplesCarl Mastrangelo
2015-09-11Add overrideAuthority to ManagedChannelBuilderEric Anderson
2015-09-11Add overrideAuthority to NettyChannelBuilderEric Anderson
2015-09-10Add a Server ProviderCarl Mastrangelo
2015-09-10Enable license header checking in checkstyleEric Anderson
2015-09-09Add client-side logging for TLS negotiation.nmittler
2015-09-09Fixing erroneous server log when TLS nego failsnmittler
2015-09-09Let transports be channel service providers for generic usageEric Anderson
2015-09-09Adding tc_native to interop test scriptsnmittler
2015-09-08Move decompressor setting to Server ImplCarl Mastrangelo
2015-09-03Only release event loops when unusedEric Anderson
2015-09-03Daemonize OkHttp and NettyCarl Mastrangelo
2015-09-03Supporting OpenSSLnmittler
2015-09-03Refactoring channel API.nmittler
2015-09-01Ease use of JWT by passing URI to auth libraryEric Anderson
2015-09-01Enforce content-type on client and server.nmittler
2015-08-31Add test to prove RST closes stream, and remove hack from transport to force ...Carl Mastrangelo
2015-08-26Adding maxMessageSize config optionnmittler
2015-08-25Removing transport shutdown hooks from channel buildernmittler
2015-08-24Quick work around for Rst bugCarl Mastrangelo
2015-08-24Remove HeadersCarl Mastrangelo
2015-08-24Netty: Call ClientTransport.Listener.transportReady() after receiving SETTING...Xudong Ma
2015-08-24Moving a few common utilities to GrpcUtil.nmittler
2015-08-21Rename HttpUtil to GrpcUtil.nmittler
2015-08-21Adding handling for stream exhaustion in Netty.nmittler
2015-08-20Remove the first MethodDescriptor constructor.Kun Zhang
2015-08-20Skip io.grpc.internal in javadoc.Kun Zhang
2015-08-19Netty: Use status INTERNAL instead of UNKNOWN for underlying Http2Exception.Xudong Ma
2015-08-17Add Part 1 of compressionCarl Mastrangelo
2015-08-14Add missing Generic param to AnswersEric Anderson
2015-08-14Remove unused variablesEric Anderson