1. 7217baa Remove old Java 7/8 TLS testing workarounds by Eric Anderson · 1 year, 10 months ago
  2. cb42405 testing: Move some internal classes to testFixtures by Eric Anderson · 1 year, 10 months ago
  3. 74b515e Migrate many usages of TestUtils.loadCert() to the public TlsTesting by Eric Anderson · 1 year, 10 months ago
  4. 847ea7c Upgrade Mockito to 3.12.4 by Eric Anderson · 1 year, 10 months ago
  5. dba3c04 netty: implement GrpcHttp2InboundHeaders.iterator() by Kun Zhang · 2 years ago
  6. ae6c506 all: fix build with errorprone 2.18 (#9886) by Benjamin Peterson · 2 years ago
  7. 44847bf Upgrade JUnit to 4.13.2 by Eric Anderson · 2 years, 1 month ago
  8. 3cbd948 Restore "netty:Auto adjust BDP ping frequency" with fix (#9847) by Larry Safran · 2 years, 2 months ago
  9. a2bbe84 Revert "netty:Auto adjust BDP ping frequency (#9650)" (#9821) by Larry Safran · 2 years, 2 months ago
  10. 56a4186 Testing that Netty clients fail for mismatching TLS common names by Stefan Puhlmann · 3 years, 4 months ago
  11. d17a2db Upgrade to Checkstyle 8.28 by Eric Anderson · 2 years, 2 months ago
  12. f5e8459 netty:Auto adjust BDP ping frequency (#9650) by Larry Safran · 2 years, 2 months ago
  13. eaf8b28 netty: create adaptive cumulator (#9558) by Sergii Tkachenko · 2 years, 5 months ago
  14. a3c1d77 okhttp: add okhttpServerBuilder permitKeepAliveTime() and permitKeepAliveWithoutCalls() for server keepAlive enforcement (#9544) by yifeizhuang · 2 years, 6 months ago
  15. 221ee49 move max connection idle manager to core by yifeizhuang · 2 years, 6 months ago
  16. fad38f4 Fix Channelz window reporting by Eric Anderson · 2 years, 8 months ago
  17. a8bd0b8 netty: Simplify and increase compat of UdsNettyChannelProvider by Eric Anderson · 2 years, 10 months ago
  18. 41c027c netty: implement UdsNameResolver and UdsNettyChannelProvider (#9113) by sanjaypujare · 2 years, 10 months ago
  19. 4a0fe99 netty: Support pseudo headers in all GrpcHttp2RequestHeaders methods by Eric Anderson · 3 years ago
  20. 431fb02 core/netty: infinite local-only transparent retry for netty (#8878) by ZHANG Dapeng · 3 years, 1 month ago
  21. d5f22b7 netty: Assign the result of a @CheckReturnValue'ed constructor to an unused variable by Kurt Alfred Kluever · 3 years, 2 months ago
  22. d7f951a all: update netty to 4.1.72.Final and tcnative to 2.0.46.Final (#8780) by sanjaypujare · 3 years, 2 months ago
  23. 28f2647 core: move closed check from Stream.isReady() to Call.isReady() (#8566) by ZHANG Dapeng · 3 years, 5 months ago
  24. 192688f netty: Requests with Connection header are malformed by Eric Anderson · 3 years, 5 months ago
  25. 838438c AdvancedTls: add functions to load credentials from static files (#8525) by ZhenLian · 3 years, 6 months ago
  26. 7669656 Revert "netty: Requests with Connection header are malformed" by Eric Anderson · 3 years, 6 months ago
  27. 5307b69 netty: Allow protocol negotiators to shut down transport, with grace period by Eric Anderson · 3 years, 6 months ago
  28. 122b3b2 netty: Support Host header on server-side by Eric Anderson · 3 years, 6 months ago
  29. 6e89919 netty: Requests with Connection header are malformed by Eric Anderson · 3 years, 6 months ago
  30. fb00463 fix a flaky test in advanced TLS (#8474) by ZhenLian · 3 years, 6 months ago
  31. 3cb0696 advancedtls: change enum to use UPPER_SNAKE_CASE (#8446) by ZhenLian · 3 years, 6 months ago
  32. 48219d9 fix import warning (#8441) by yifeizhuang · 3 years, 6 months ago
  33. 2c2ebae advancedtls: adding AdvancedTlsX509TrustManager and AdvancedTlsX509KeyManager (#8175) by ZhenLian · 3 years, 7 months ago
  34. 9dd0c66 netty: removes TODO in test for NettyServer by Nick Ufer · 3 years, 8 months ago
  35. 860e97d all: API refactoring in preparation to support retry stats (#8355) by ZHANG Dapeng · 3 years, 7 months ago
  36. b276459 netty: Refine workaround for Netty header processing for transparent retries by Eric Anderson · 3 years, 7 months ago
  37. a282019 netty: Use charset=utf-8, not encoding=utf-8 for error pages by Eric Anderson · 3 years, 8 months ago
  38. 4f09073 all: remove 2-arg ClientStreamListener.closed() by ZHANG Dapeng · 3 years, 8 months ago
  39. c8cd4cb netty: Support SocketAddress with ChannelCredentials (#8194) by cfredri4 · 3 years, 10 months ago
  40. e5d0e9d api, core: support zero copy into protobuf (#8102) by Chengyuan Zhang · 3 years, 10 months ago
  41. eb67648 netty: fix status message when GOAWAY at MAX_CONCURRENT_STREAMS limit by ZHANG Dapeng · 3 years, 11 months ago
  42. 49f9380 netty: fix StreamBufferingEncoder GOAWAY bug by ZHANG Dapeng · 3 years, 11 months ago
  43. c26ee03 netty: Add Http2Headers.setLong() for inbound headers by Eric Anderson · 4 years ago
  44. 528ef63 core: Move negotiationLogger from channel attributes to GrpcHttp2ConnectionHandler (#7933) by yifeizhuang · 4 years ago
  45. 0eab1c9 netty: Consume mTLS and Trust/KeyManager Credentials API by Eric Anderson · 4 years, 1 month ago
  46. 45a1518 all: implement Helper.createResolvingOobChannelBuilder(target, creds) by ZHANG Dapeng · 4 years, 1 month ago
  47. 3217397 Revert "netty: add exporting SSL/TLS master key log feature (#7724)" (#7792) by Chengyuan Zhang · 4 years, 2 months ago
  48. 9bc05fb netty: add exporting SSL/TLS master key log feature (#7724) by huangqiangxiong · 4 years, 2 months ago
  49. 53da588 Move multiple-port ServerImpl to NettyServer (#7674) by Yifei Zhuang · 4 years, 2 months ago
  50. 8359d0b netty: Upgrade to Netty 4.1.52 and tcnative 2.0.34 by Eric Anderson · 4 years, 2 months ago
  51. 90d6117 all: ChannelCredentials.withoutBearerTokens() and LoadBalancer.Helper API change (#7748) by ZHANG Dapeng · 4 years, 2 months ago
  52. 192614b Revert "netty: create adaptive cumulator" (#7669) by Chengyuan Zhang · 4 years, 3 months ago
  53. 729175c netty: create adaptive cumulator by Sergii Tkachenko · 4 years, 4 months ago
  54. 172869e netty: Add plumbing for eagAttributes on server-side by Eric Anderson · 4 years, 4 months ago
  55. edcc685 netty: Add ServerCredentials by Eric Anderson · 4 years, 4 months ago
  56. 735b85f netty: Differentiate GOAWAY closure status descriptions by Eric Anderson · 4 years, 5 months ago
  57. 45b8b0e netty: Abrupt GOAWAY should not cause INTERNAL status by Eric Anderson · 4 years, 5 months ago
  58. 1ffde15 netty: Add ChannelCredentials by Eric Anderson · 4 years, 7 months ago
  59. c8a94d1 api: Add ChannelCredentials by Eric Anderson · 4 years, 7 months ago
  60. ec0d01d netty: TCP close during TLS handshake should be UNAVAILABLE by Eric Anderson · 4 years, 5 months ago
  61. 00e2d71 netty: BDP ping accounting should occur after flow control by Eric Anderson · 4 years, 6 months ago
  62. 4c1bab9 Prepare for JUnit 4.13 by Eric Anderson · 4 years, 5 months ago
  63. ee5b592 api,netty: Fix TruthIncompatibleType by ZHANG Dapeng · 4 years, 6 months ago
  64. d5dcfa7 all: remove deprecated internal OverrideAuthorityChecker by Sergii Tkachenko · 4 years, 6 months ago
  65. c29ad76 Explain test value for flow control window by Sergii Tkachenko · 4 years, 6 months ago
  66. c056979 netty: NettyChannelBuilder extends a public API class by Sergii Tkachenko · 4 years, 6 months ago
  67. e92b227 Update to Error Prone 2.4 by Eric Anderson · 4 years, 7 months ago
  68. 80d62bf Upgrade to Mockito 3.3.3 by Eric Anderson · 4 years, 7 months ago
  69. 8400b17 Bump Jetty ALPN to 2.0.10 for Java 8u252 by Eric Anderson · 4 years, 8 months ago
  70. 295d927 core: Add migrating deframer by Eric Anderson · 6 years ago
  71. 417d770 deps: Update guava to 29.0 (#7079) by Elliotte Rusty Harold · 4 years, 9 months ago
  72. 4081363 netty: return status code unavailable when netty channel has unresolved InetSocketAddress (#7023) by Reginald McDonald · 4 years, 10 months ago
  73. d89dd2d netty: log SocketExceptions at FINE, too by AgentK · 4 years, 10 months ago
  74. 83a3b25 netty: allow to use bandwidth delay product (#6979) by Jihun Cho · 4 years, 10 months ago
  75. 9411e97 netty: support setting options of boss in NettyServer (#6947) by Benedict Jin · 4 years, 11 months ago
  76. 9ead606 netty: Reduce race window size between GOAWAY and new streams by Eric Anderson · 5 years ago
  77. 557da62 netty: Upgrade Netty (4.1.45.Final) & tcnative (2.0.28.Final) by ZhenLian · 5 years ago
  78. 461d30a netty: fix server and client handlers to check the correct alpn list (#6603) by sanjaypujare · 5 years ago
  79. 74cde7e netty: add an internal option to disable native buffer (#6619) by Kun Zhang · 5 years ago
  80. b8474d6 netty: fix a race for channelz at server transport creation by ZHANG Dapeng · 5 years ago
  81. 18e099d netty: fix ENHANCE_YOUR_CALM debug data logging (#6596) by Aleksei Kandybaev · 5 years ago
  82. dba0916 netty: remove 'grpc-exp' from the list of next-protocol-versions in ALPN (#6592) by sanjaypujare · 5 years ago
  83. 1980523 netty: Add Executor When Creating SslContext by ZhenLian · 5 years ago
  84. ada575d netty: use singleton for the custom allocator. (#6526) by Kun Zhang · 5 years ago
  85. 9a64651 netty: NettyServer should close ProtocolNegotiator by Eric Anderson · 5 years ago
  86. 1573e0d netty: log NativeIoException as FINE level (#6477) by Jihun Cho · 5 years ago
  87. 89cd643 netty: provide an option to lower netty allocator chunk size from 16MB to 2MB (#6407) by Kun Zhang · 5 years ago
  88. a408d08 netty: unified log prompt (#6386) by Steve Rao · 5 years ago
  89. 2814994 netty: Deflake WriteBufferingAndExceptionHandlerTest by Eric Anderson · 5 years ago
  90. c166ec2 netty: use FINE log for pure IOExceptions by Jihun Cho · 5 years ago
  91. ab2aff4 netty,okhttp,cronet: add option to use get/put when methods are safe/idempotent by Carl Mastrangelo · 5 years ago
  92. 16392bc netty: converts Proxy handler into new protocol negotiation style (#6159) by Jihun Cho · 5 years ago
  93. ba0fd84 netty: Rely on ChannelFactory in NettyServer instead of dynamic classes by Anar Sultanov · 5 years ago
  94. 458f453 netty: migrate Server protocol negotiation to new style by Carl Mastrangelo · 6 years ago
  95. 65109e6 netty: Netty{Server,Channel}Builder requires all or none of ELG and ChannelType (#6014) by Jihun Cho · 6 years ago
  96. cc524f1 netty,interop-testing: increase timeouts on tests for TSAN by Carl Mastrangelo · 6 years ago
  97. 0a1805d netty: include pipeline on exceptions too by Carl Mastrangelo · 6 years ago
  98. 7895c33 netty: make unexpected reads fail negotiation, and log close failures by Carl Mastrangelo · 6 years ago
  99. 9c9ca65 netty,alts: fire initial protocol negotiation event in WBAEH by Carl Mastrangelo · 6 years ago
  100. 40854dc core,netty: use PerfMark tags with the HTTP/2 stream ids by Carl Mastrangelo · 6 years ago