1. 804991e validate sslContext in Netty channel/server builder #1699 (#1724) by ZHANG Dapeng · 8 years ago
  2. 38a91f8 Fix lint warnings found on internal import by Carl Mastrangelo · 8 years ago
  3. 00f8f34 Don't allocate extra byte for each MessageFramer by Carl Mastrangelo · 8 years ago
  4. d0d946e new name by Carl Mastrangelo · 8 years ago
  5. c4e8b1f Rename internal.Server to internal.TransportServer by Carl Mastrangelo · 8 years ago
  6. 6ab27ab Update checkstyle version and sync style updates by Eric Anderson · 8 years ago
  7. 51fd870 Add getting the port out of a Server by Carl Mastrangelo · 8 years ago
  8. 22e719a Convert Netty IOExceptions to UNAVAILABLE. by nmittler · 8 years ago
  9. 0ed059a Add rst error detail in OkHttp by Carl Mastrangelo · 8 years ago
  10. 7d889b6 Reuse metadata array when making http2 headers, and reduce some array copies by Carl Mastrangelo · 8 years ago
  11. 6a55e29 Force thread group on threads created by Netty's DefaultThreadFactory. by Kun Zhang · 8 years ago
  12. 2a5a41b Fix UNAVAILABLE codes missing descriptions by Eric Anderson · 8 years ago
  13. 49b4627 Raise visibility of NettyTransportFactory to protected. by Kun Zhang · 8 years ago
  14. 65d3847 Remove references to Throwable.propagate by Carl Mastrangelo · 8 years ago
  15. c3011b0 Move server call keys to ServerCall class by Lukasz Strzalkowski · 8 years ago
  16. d927180 Use Netty's DefaultThreadFactory instead of Guava's ThreadFactoryBuilder. by buchgr · 8 years ago
  17. 3c68c05 Remove ReferenceCounted and add close() to ClientTransportFactory. Fixes #927 by buchgr · 8 years ago
  18. 6a67a97 Add attributes to ServerCall by Lukasz Strzalkowski · 8 years ago
  19. b9c1232 Add log ID. by Kun Zhang · 8 years ago
  20. d192f1a netty: GOAWAY should trigger transportShutdown by Eric Anderson · 8 years ago
  21. 3528467 Treat ClosedChannelException as UNAVAILABLE to squelch test failures by Eric Anderson · 8 years ago
  22. 1170afd Add transport test for Netty by Eric Anderson · 9 years ago
  23. d86dfc9 Merge DelayedStream's setError() into cancel() by Kun Zhang · 9 years ago
  24. 86fd252 Update to latest netty and tcnative. by nmittler · 9 years ago
  25. 5cef321 Use Netty's StreamBufferingEncoder by nmittler · 9 years ago
  26. c10f578 Fix sporadic NullPointerException by Trask Stalnaker · 9 years ago
  27. 8d43880 hpack is no longer a direct dependency by Eric Anderson · 9 years ago
  28. b752e76 Automated readability/efficiency tweaks by Eric Anderson · 9 years ago
  29. a3303b5 Delete unused CancelStreamCommand by Eric Anderson · 9 years ago
  30. 2d2398c d'oh, really raise the visibility by Carl Mastrangelo · 9 years ago
  31. acdcd5b Raise visibility of netty Channel Builder, and provide a way to pass in a custom protocol negotiator per transport by Carl Mastrangelo · 9 years ago
  32. cf787bd DelayedClientTransport and fix TransportSet.shutdown() semantics. by Kun Zhang · 9 years ago
  33. 964963a Replace AUTHORITY_KEY with ClientStream.setAuthority by Eric Anderson · 9 years ago
  34. 3f9e486 Raise visibility of Netty Channel Builder Ctor by Carl Mastrangelo · 9 years ago
  35. 5b9726e netty: release buffered objects when failed by Eric Anderson · 9 years ago
  36. 3d3fd11 Negotiation Handlers should implement ChannelHandler by Eric Anderson · 9 years ago
  37. 04a6c83 Remove deprecated call and TODO in Protocol negotiators by Carl Mastrangelo · 9 years ago
  38. 7e3d0fe Mark ChannelHandler.exceptionCaught implementation deprecated to fix warning by Eric Anderson · 9 years ago
  39. a3c79e8 Add a simple compression API by Carl Mastrangelo · 9 years ago
  40. ba4a6ca Update to netty 4.1.0.CR1 by Carl Mastrangelo · 9 years ago
  41. 70ef5b1 Make handling of GoAwayClosedStreamException more consistent. by nmittler · 9 years ago
  42. 0486af6 Raise method visibility in Channel Providers by Carl Mastrangelo · 9 years ago
  43. bcb5fcd Propagate headers/trailers if response isn't gRPC by Eric Anderson · 9 years ago
  44. 9cb7929 Add toString to transports for debugging. by Eric Anderson · 9 years ago
  45. 218865a Revert "More information for debugging." by Eric Anderson · 9 years ago
  46. 3276442 Split newStream from start by Carl Mastrangelo · 9 years ago
  47. eca1f7c More information for debugging. by Kun Zhang · 9 years ago
  48. d3d8adb Allow support for nanosecond timeouts, and use nanoseconds consistently throughout our code by Carl Mastrangelo · 9 years ago
  49. b9cacc1 update tests by Carl Mastrangelo · 9 years ago
  50. 82a79d8 Expose compression on ClientCall and Server Call by Carl Mastrangelo · 9 years ago
  51. 96f9cef Close active streams on channelInactive by Eric Anderson · 9 years ago
  52. be60086 Initial basic implementation of context binding for clients with some limited testing by Louis Ryan · 9 years ago
  53. 2db02b5 Reduce advertised Netty API by Eric Anderson · 9 years ago
  54. 7ba9ca4 Map IOException during connecting to UNAVAILABLE by Eric Anderson · 9 years ago
  55. 61a0d82 Auto-refill connection window by nmittler · 9 years ago
  56. 7de6c04 Move decompressor setting to the AbstractServerStream by Carl Mastrangelo · 9 years ago
  57. e8afcb4 Fix build failure due to unused import. by Jakob Buchgraber · 9 years ago
  58. ebed5a6 Upgrading to Netty 4.1.0.Beta8 by nmittler · 9 years ago
  59. 76eaae2 Enable LB and Naming for Netty.forAddress(String,int) by Eric Anderson · 9 years ago
  60. 2ad35b8 Add Header name character restrictions by Carl Mastrangelo · 9 years ago
  61. 8c7e251 Allow Netty server override for ProtocolNegotiator by nmittler · 9 years ago
  62. e775885 Allow client to specify ProtocolNegotiator in NettyChannelBuilder. by nmittler · 9 years ago
  63. b9195fb Set connectionWindow to MAX_INT. by nmittler · 9 years ago
  64. 750b197 Make the header list size limit configurable on both client and server side. by Xudong Ma · 9 years ago
  65. 23e2df9 Allowing AbstractBufferingHandler to be extended. by nmittler · 9 years ago
  66. c53b517 Downgrade mockito, and fix tests by Carl Mastrangelo · 9 years ago
  67. 3efc61b Guard against NPE in Netty handlers by nmittler · 9 years ago
  68. edd57c9 Support default port in NameResolver. by Kun Zhang · 9 years ago
  69. db56c24 Add followup ProtocolNegotiators.tls tests by Carl Mastrangelo · 9 years ago
  70. dd815bc Add initial Protocol Negotiation tests by Carl Mastrangelo · 9 years ago
  71. 6f64999 Addressing concurrency issue in MessageFramer. by nmittler · 9 years ago
  72. efac679 NameResolverRegistry and better-defined target string. by Kun Zhang · 9 years ago
  73. 74088c4 Allow authority override to be propagated to Protocol Negotiators by Carl Mastrangelo · 9 years ago
  74. 942f4c9 Load-balancing ManagedChannelImpl. by Kun Zhang · 9 years ago
  75. 6e04c31 Adding consistent exception handling for Netty by nmittler · 9 years ago
  76. 2d067ed Allow host authority override. by Carl Mastrangelo · 9 years ago
  77. 70cdf76 adjust other usages in protocol negotiators by Carl Mastrangelo · 9 years ago
  78. 75e291f docs by Carl Mastrangelo · 9 years ago
  79. cb317c7 Update to share versions by Carl Mastrangelo · 9 years ago
  80. ff19d90 Force http2 connection when using tls by Carl Mastrangelo · 9 years ago
  81. 46c18ea Move decompressor setting down into the AbstractStream by Carl Mastrangelo · 9 years ago
  82. f15f672 Correct the order of arguments. by Xudong Ma · 9 years ago
  83. f0d9579 Updating Netty to send a single SETTINGS frame. by nmittler · 9 years ago
  84. 70fbd67 Remove unused function in netty test by Carl Mastrangelo · 9 years ago
  85. bfd7450 Remove Netty test that fails with upstream by Carl Mastrangelo · 9 years ago
  86. 1e1d53b Fix test checking for invalid content type by Eric Anderson · 9 years ago
  87. 1cfba96 Enforce sending headers before messages on server by Eric Anderson · 9 years ago
  88. f6582d8 Add a hook to set TLS by Carl Mastrangelo · 9 years ago
  89. 538cf21 Add usePlaintext to ManagedChannelBuilder by Eric Anderson · 9 years ago
  90. 41d93cf Use Providers in examples by Carl Mastrangelo · 9 years ago
  91. 5b2a03a Add overrideAuthority to ManagedChannelBuilder by Eric Anderson · 9 years ago
  92. 3ae18ea Add overrideAuthority to NettyChannelBuilder by Eric Anderson · 9 years ago
  93. 416b745 Add a Server Provider by Carl Mastrangelo · 9 years ago
  94. df7bf44 Enable license header checking in checkstyle by Eric Anderson · 9 years ago
  95. f80ca40 Add client-side logging for TLS negotiation. by nmittler · 9 years ago
  96. ccf328f Fixing erroneous server log when TLS nego fails by nmittler · 9 years ago
  97. 31394aa Let transports be channel service providers for generic usage by Eric Anderson · 9 years ago
  98. 9466eb5 Adding tc_native to interop test scripts by nmittler · 9 years ago
  99. 3cf7632 Move decompressor setting to Server Impl by Carl Mastrangelo · 9 years ago
  100. 2a3ae36 Only release event loops when unused by Eric Anderson · 9 years ago