aboutsummaryrefslogtreecommitdiff
path: root/netty
AgeCommit message (Expand)Author
2015-05-07Only complete graceful shutdown after buffered streams complete.nmittler
2015-05-07Fixing build issue.nmittler
2015-05-06Adding logging to NettyClientHandler.nmittler
2015-05-06Properly removing buffered streams after receiving goAwaynmittler
2015-05-05Always checking MAX_CONCURRENT_STREAMS innmittler
2015-05-05Cleaning up closing for Netty client/server.nmittler
2015-05-05Updating to the latest Netty version.nmittler
2015-05-05Produce combined JavaDoc, add links, exclude internalsEric Anderson
2015-05-05netty: Remove goAwayStatus when client closingEric Anderson
2015-05-04Do not fail pending streams when sending GOAWAY.nmittler
2015-05-04Adding outbound flow control for Netty.nmittler
2015-05-04Remove all blocking from the NettyClientTransport. Fixes #116Jakob Buchgraber
2015-05-01Don't close streams when sending GOAWAYEric Anderson
2015-05-01Update Netty to 9d70cf3 to pick up https://github.com/netty/netty/commit/8271...Louis Ryan
2015-05-01Swap to Netty's SslContextBuilderEric Anderson
2015-04-30Cleaning up some warnings.nmittler
2015-04-29Avoid flushing CreateStreamCommand for calls where the client is known to sen...Louis Ryan
2015-04-28Upgrading to the latest Netty version.nmittler
2015-04-28Fix memeory leak in MessageFramer caused by allocation of 'empty' buffers nev...Louis Ryan
2015-04-24Add support for setting the connection and stream flow control window to Nett...Jakob Buchgraber
2015-04-24Use Status "UNKNOWN" instead of "INTERNAL" when Status.fromThrowable can not ...Xudong Ma
2015-04-23Use message size as a hint to the allocator for buffer capacity.Louis Ryan
2015-04-22Upgrading to latest Netty version.nmittler
2015-04-21Propagate explicit flushes through MessageFramerEric Anderson
2015-04-16Fix netty closure checkEric Anderson
2015-04-16Remove Guava's Service from server transportEric Anderson
2015-04-16Upgrading to the latest Netty version.nmittler
2015-04-16OkHttp: Temporally support multiple h2-xx protocol on client side.Xudong Ma
2015-04-13netty: Add option to set MAX_CONCURRENT_STREAMSEric Anderson
2015-04-10Remove unused local variableEric Anderson
2015-04-09Fix bug where the stream id would not get incremented for buffered streams.Jakob Buchgraber
2015-04-09Temporally support Http protocol name "h2-16" for OkHttp client.Xudong Ma
2015-04-08netty: Use the bootstrap ClassLoader for ALPN/NPNEric Anderson
2015-04-08Replace 'internal' import with correct one.Jakob Buchgraber
2015-04-08Fixes Travis breakageXudong Ma
2015-04-07Remove blocking on client stream creation and buffer RPC Calls for when the M...Jakob Buchgraber
2015-04-07fix compile error introduced by previous commitJakob Buchgraber
2015-04-07Fix memory leak by adding the Http2StreamRemovalPolicy to the channel pipeline.Jakob Buchgraber
2015-04-07checkstyle change:Xudong Ma
2015-04-03Fix JavaDoc references to non-imported classEric Anderson
2015-04-03Add "unsed import" check.Xudong Ma
2015-03-31Upgrading to the latest Netty 4.1 branch.nmittler
2015-03-26Wait for handler registrationEric Anderson
2015-03-25netty: Status should be based on GOAWAY codeEric Anderson
2015-03-24Default client connection window to 1MiB.nmittler
2015-03-24Making connection and stream windows configurable for Netty.nmittler
2015-03-16Add checkstyle checkingEric Anderson
2015-03-13Fix compile error introduced by previous commitJakob Buchgraber
2015-03-13Allow switching between Netty 4 & 5 by restricting to intersection of interfacesLouis Ryan
2015-03-13Add WritableBuffer interface for zero copy data writes. Fixes #8Jakob Buchgraber