aboutsummaryrefslogtreecommitdiff
path: root/netty
AgeCommit message (Expand)Author
2016-03-17Move server call keys to ServerCall classLukasz Strzalkowski
2016-03-17Use Netty's DefaultThreadFactory instead of Guava's ThreadFactoryBuilder.buchgr
2016-03-17Remove ReferenceCounted and add close() to ClientTransportFactory. Fixes #927buchgr
2016-03-16Add attributes to ServerCallLukasz Strzalkowski
2016-03-09Add log ID.Kun Zhang
2016-03-07netty: GOAWAY should trigger transportShutdownEric Anderson
2016-03-03Treat ClosedChannelException as UNAVAILABLE to squelch test failuresEric Anderson
2016-03-01Add transport test for NettyEric Anderson
2016-02-25Merge DelayedStream's setError() into cancel()Kun Zhang
2016-02-20Update to latest netty and tcnative.nmittler
2016-02-19Use Netty's StreamBufferingEncodernmittler
2016-02-18Fix sporadic NullPointerExceptionTrask Stalnaker
2016-02-16hpack is no longer a direct dependencyEric Anderson
2016-02-16Automated readability/efficiency tweaksEric Anderson
2016-02-16Delete unused CancelStreamCommandEric Anderson
2016-02-16d'oh, really raise the visibilityCarl Mastrangelo
2016-02-16Raise visibility of netty Channel Builder, and provide a way to pass in a cus...Carl Mastrangelo
2016-02-12DelayedClientTransport and fix TransportSet.shutdown() semantics.Kun Zhang
2016-02-10Replace AUTHORITY_KEY with ClientStream.setAuthorityEric Anderson
2016-02-10Raise visibility of Netty Channel Builder CtorCarl Mastrangelo
2016-02-10netty: release buffered objects when failedEric Anderson
2016-02-04Negotiation Handlers should implement ChannelHandlerEric Anderson
2016-02-04Remove deprecated call and TODO in Protocol negotiatorsCarl Mastrangelo
2016-02-01Mark ChannelHandler.exceptionCaught implementation deprecated to fix warningEric Anderson
2016-02-01Add a simple compression APICarl Mastrangelo
2016-01-29Update to netty 4.1.0.CR1Carl Mastrangelo
2016-01-26Make handling of GoAwayClosedStreamException more consistent.nmittler
2016-01-14Raise method visibility in Channel ProvidersCarl Mastrangelo
2016-01-13Propagate headers/trailers if response isn't gRPCEric Anderson
2016-01-12Add toString to transports for debugging.Eric Anderson
2016-01-11Revert "More information for debugging."Eric Anderson
2016-01-06Split newStream from startCarl Mastrangelo
2016-01-05More information for debugging.Kun Zhang
2015-12-17Allow support for nanosecond timeouts, and use nanoseconds consistently throu...Carl Mastrangelo
2015-12-14update testsCarl Mastrangelo
2015-12-08Expose compression on ClientCall and Server CallCarl Mastrangelo
2015-12-07Close active streams on channelInactiveEric Anderson
2015-12-02Initial basic implementation of context binding for clients with some limited...Louis Ryan
2015-11-25Reduce advertised Netty APIEric Anderson
2015-11-25Map IOException during connecting to UNAVAILABLEEric Anderson
2015-11-24Auto-refill connection windownmittler
2015-11-20Move decompressor setting to the AbstractServerStreamCarl Mastrangelo
2015-11-19Fix build failure due to unused import.Jakob Buchgraber
2015-11-18Upgrading to Netty 4.1.0.Beta8nmittler
2015-11-13Enable LB and Naming for Netty.forAddress(String,int)Eric Anderson
2015-11-10Add Header name character restrictionsCarl Mastrangelo
2015-11-02Allow Netty server override for ProtocolNegotiatornmittler
2015-11-02Allow client to specify ProtocolNegotiator in NettyChannelBuilder.nmittler
2015-10-30Set connectionWindow to MAX_INT.nmittler
2015-10-30Make the header list size limit configurable on both client and server side.Xudong Ma