aboutsummaryrefslogtreecommitdiff
path: root/netty
AgeCommit message (Expand)Author
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
2015-03-12Add support to Netty builders for other channel types. Demonstrate and test u...Louis Ryan
2015-03-12Better error description onGoAwayReadnmittler
2015-03-11Use DEFAULT_WORKER_EVENT_LOOP_GROUP for both client and server. Fixes #82Jakob Buchgraber
2015-03-11Migrating to Netty 4.1nmittler
2015-03-10Updating to the latest Netty version.nmittler
2015-03-09Merge pull request #166 from nmittler/doclintNathan Mittler
2015-03-09Tightening up error message for GO_AWAY.nmittler
2015-03-09Proper buffer closure when receiving DATA with EOSnmittler
2015-03-02Have SendGrpcFrameCommand constructor take an AbstractStream object instead o...Jakob Buchgraber
2015-02-25Revert "Have SendGrpcFrameCommand constructor take an AbstractStream object i...Jakob Buchgraber
2015-02-25Cleanup and NitpickingJakob Buchgraber
2015-02-25Have SendGrpcFrameCommand constructor take an AbstractStream object instead o...Jakob Buchgraber
2015-02-25Merge pull request #117 from nmittler/stream_removal_fixNathan Mittler
2015-02-24Some comment cleanup in the Netty builders.nmittler
2015-02-24Fixing memory leak in stream removal policynmittler
2015-02-23Remove dead GrpcFramingUtil classLouis Ryan
2015-02-23Udate TODOs to use Github user namesLouis Ryan
2015-02-20Remove user prefix from NettyServerBuilder.userBossEventLoopGroup(). Fixes #73Jakob Buchgraber
2015-02-18Add ServerImpl#awaitTerminated() method. Fixes #80Jakob Buchgraber
2015-02-12Remove Guava Service from ClientTransportEric Anderson
2015-02-10Fix shutdown race with negotiationEric Anderson
2015-02-06Improve thread safety of newStream()Eric Anderson
2015-02-05Simplify connection callback handling in NettyEric Anderson
2015-02-04netty: Don't throw exception on double closeEric Anderson
2015-02-04netty: Cancel stream if interrupted during createEric Anderson
2015-01-29Moving decompression to the channel thread.nmittler
2015-01-27Removing all references to "stubby"nmittler
2015-01-27Remove Service API from ServerImplEric Anderson
2015-01-27Removing Maven buildnmittler