1. c3e8dae Add checkstyle checking by Eric Anderson · 10 years ago
  2. 54c31b0 Fix compile error introduced by previous commit by Jakob Buchgraber · 9 years ago
  3. 3f7325e Allow switching between Netty 4 & 5 by restricting to intersection of interfaces by Louis Ryan · 9 years ago
  4. 0076243 Add WritableBuffer interface for zero copy data writes. Fixes #8 by Jakob Buchgraber · 9 years ago
  5. 1216de6 Add support to Netty builders for other channel types. Demonstrate and test use of this with local channels by Louis Ryan · 9 years ago
  6. d4d66a5 Better error description onGoAwayRead by nmittler · 9 years ago
  7. f822416 Use DEFAULT_WORKER_EVENT_LOOP_GROUP for both client and server. Fixes #82 by Jakob Buchgraber · 9 years ago
  8. 2a42509 Migrating to Netty 4.1 by nmittler · 9 years ago
  9. 54be11e Updating to the latest Netty version. by nmittler · 9 years ago
  10. f1b6f62 Merge pull request #166 from nmittler/doclint by Nathan Mittler · 9 years ago
  11. dfcfb7b Tightening up error message for GO_AWAY. by nmittler · 9 years ago
  12. 4deff02 Proper buffer closure when receiving DATA with EOS by nmittler · 9 years ago
  13. 4a2c0a5 Have SendGrpcFrameCommand constructor take an AbstractStream object instead of a stream id. by Jakob Buchgraber · 9 years ago
  14. 1961402 Revert "Have SendGrpcFrameCommand constructor take an AbstractStream object instead of a stream id." by Jakob Buchgraber · 9 years ago
  15. 7ef1781 Cleanup and Nitpicking by Jakob Buchgraber · 9 years ago
  16. 0d78268 Have SendGrpcFrameCommand constructor take an AbstractStream object instead of a stream id. by Jakob Buchgraber · 9 years ago
  17. 488f8a9 Merge pull request #117 from nmittler/stream_removal_fix by Nathan Mittler · 9 years ago
  18. 23f513c Some comment cleanup in the Netty builders. by nmittler · 9 years ago
  19. cc17041 Fixing memory leak in stream removal policy by nmittler · 9 years ago
  20. 425e3c0 Remove dead GrpcFramingUtil class by Louis Ryan · 9 years ago
  21. 95c6f50 Udate TODOs to use Github user names by Louis Ryan · 10 years ago
  22. c6c0a3b Remove user prefix from NettyServerBuilder.userBossEventLoopGroup(). Fixes #73 by Jakob Buchgraber · 10 years ago
  23. 07d0917 Add ServerImpl#awaitTerminated() method. Fixes #80 by Jakob Buchgraber · 10 years ago
  24. 74f231a Remove Guava Service from ClientTransport by Eric Anderson · 10 years ago
  25. 127270b Fix shutdown race with negotiation by Eric Anderson · 10 years ago
  26. 8aa79b3 Improve thread safety of newStream() by Eric Anderson · 10 years ago
  27. c84ef83 Simplify connection callback handling in Netty by Eric Anderson · 10 years ago
  28. e6a7b6c netty: Don't throw exception on double close by Eric Anderson · 10 years ago
  29. f3a90cd netty: Cancel stream if interrupted during create by Eric Anderson · 10 years ago
  30. 89b8d7f Moving decompression to the channel thread. by nmittler · 10 years ago
  31. f831458 Removing all references to "stubby" by nmittler · 10 years ago
  32. aeeebb7 Remove Service API from ServerImpl by Eric Anderson · 10 years ago
  33. 1905249 Removing Maven build by nmittler · 10 years ago
  34. 0077e67 Remove unused imports by Eric Anderson · 10 years ago
  35. c4a43e6 Fixes api drift, addressing inbound flow control. by Adrian Cole · 10 years ago
  36. de3a131 Changing gRPC Java inbound flow control model by nmittler · 10 years ago
  37. 4de2026 Fix TODO attribution by ejona · 10 years ago
  38. f589a4a Remove traces of gRPC v1 protocol vs gRPC v2 protocol. by simonma · 10 years ago
  39. 7235a39 Remove Service API from ChannelImpl by ejona · 10 years ago
  40. 11c363a Disallowing message delivery after status has been delivered to the listener. by nathanmittler · 10 years ago
  41. c0f4192 Remove gRPC v1 support. by ejona · 10 years ago
  42. b09c26b Correctly handle disconnect notifications from Netty. by lryan · 10 years ago
  43. 164b734 Adding gradle build for Java grpc by nathanmittler · 10 years ago
  44. 66ce667 Updating version of gRPC maven build to 0.1.0-SNAPSHOT. by nathanmittler · 10 years ago
  45. fc30031 Change default gRPC protocol to v2. by ejona · 10 years ago
  46. 70341df Fixing Maven build for gRPC Java. by nathanmittler · 10 years ago
  47. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  48. 7f55e81 Allow use of a LocalChannel with Netty & HTTP2 by lryan · 10 years ago
  49. 2b116ef Encode binary headers with Base64 on the wire, and requires all binary headers by zhangkun · 10 years ago
  50. 8375cd0 GRPC Java clients will send the "te: trailers" header, and the server will by zhangkun · 10 years ago
  51. c5e70c2 Remove StreamState and use inboundPhase/outboundPhase instead by lryan · 10 years ago
  52. be29ba5 Upgrading to latest Netty. by nathanmittler · 10 years ago
  53. f96e7e8 Use real TLS security by default. by ejona · 10 years ago
  54. d7f7877 Allow stream state HALF_CLOSED_REMOTE in the gRPC Java client. by nathanmittler · 10 years ago
  55. 054f595 Separate the default event loop groups for client and server, to prevent by zhangkun · 10 years ago
  56. 5d953e8 Updating gRPC code to use the latest Netty with application-level flow control support. by nathanmittler · 10 years ago
  57. 669724a Rationalize the XXXStream classes to reduce code smear and make Netty/OkHTTP behave more consistently. by lryan · 10 years ago
  58. 1553aab Advertise h2-15 in ALPN negotiation. by ejona · 10 years ago
  59. a71d887 Make all transport factories package-private in favor of channel builders. by zhangkun · 10 years ago
  60. ffc18f6 Adding MOE configuration for grpc_java. by nathanmittler · 10 years ago
  61. 7dc48e2 SharedResourceHolder is a utility that manages expensive resources (thread by zhangkun · 10 years ago
  62. 29cbef1 Renaming gRPC-java "newtransport" package to just "transport". by nathanmittler · 10 years ago