1. 76deef7 Add rules for grpc-java by Julien Desprez · 6 years ago
  2. b0f4232 all: use Java7 brackets by Carl Mastrangelo · 6 years ago
  3. 7efbc36 netty: Initialize ProtocolNegotiators eagerly by Eric Anderson · 6 years ago
  4. c8975e9 all: fix lint warnings in import by ZHANG Dapeng · 6 years ago
  5. 98630f1 netty,okhttp: Enable TransportTest.flowControlPushBack by Eric Anderson · 6 years ago
  6. 2fca42f all: prepend internal classes with Internal (#4826) by zpencer · 6 years ago
  7. 4d366ce all: move Channelz to io.grpc as InternalChannelz (#4797) by zpencer · 6 years ago
  8. 3792242 alts: Use grpc-netty-shaded instead of grpc-netty by Eric Anderson · 6 years ago
  9. 5d4fe28 netty/internal: add InternalNettyChannelBuilder.buildTransportFactory(). (#4757) by Kun Zhang · 6 years ago
  10. dccae9d netty: fix unused variable lint by Spencer Fang · 6 years ago
  11. ed4b5f3 netty: Remove option to pass promise to WriteQueue by Eric Anderson · 6 years ago
  12. d66ba24 Upgrade Shadow and Animalsniffer plugins by Eric Anderson · 6 years ago
  13. 32d50eb netty: Fix regression in Java 9 ALPN support by Eric Anderson · 6 years ago
  14. b92ea68 netty: Propagate EAG attributes to ProtocolNegotiator by Eric Anderson · 6 years ago
  15. 9d6241e Propagate EquivalentAddressGroup attributes to transports by Eric Anderson · 6 years ago
  16. dd57b66 Fix unused variables by Eric Anderson · 6 years ago
  17. b244988 netty,okhttp: make rpc followed by racy GOAWAY transparent-retry-able by ZHANG Dapeng · 6 years ago
  18. 5ce10f0 all: add gradle format checker by ZHANG Dapeng · 6 years ago
  19. e41e054 Propagate CallCredentials.ATTR_SECURITY_LEVEL from transports by Eric Anderson · 6 years ago
  20. 68a462e noop: resolve lint warnings found at import. (#4496) by Kun Zhang · 6 years ago
  21. f5f560a all: TimeProvider to use nanos rather than millis by ZHANG Dapeng · 6 years ago
  22. 2d75686 netty: Fix Javadoc reference to Channelz.Security by Eric Anderson · 6 years ago
  23. bf4a00c context/core/netty: Add @CheckReturnValue to Context by ZHANG Dapeng · 6 years ago
  24. 247a76e core,netty,okhttp: make toString more consistent for channelz (#4434) by zpencer · 6 years ago
  25. 60a0b0c all: normalize copyright header by Carl Mastrangelo · 6 years ago
  26. 9ada30b (low priority) core,netty,interop-testing: stabilize maxInboundMessageSize API (#4399) by zpencer · 6 years ago
  27. 1a2d076 core,netty,okhttp,services,testing: expose security info to channelz (#4300) by zpencer · 6 years ago
  28. c50a57c netty: fix visibility issues with InternalNettySocketSupport (#4335) by zpencer · 6 years ago
  29. a6811d5 all: add toString() to Server to improve debug info by ZHANG Dapeng · 6 years ago
  30. 7c46bd9 netty: prepare NettySocketSupport for internal import (#4311) by zpencer · 6 years ago
  31. 137e759 core, netty: allow InputStream based certs (#4316) by zpencer · 6 years ago
  32. 62cc2b1 core,netty: add NettySocketSupport to populate TcpInfo (#4306) by zpencer · 6 years ago
  33. 49c8bdb netty: fix getListenSockets race (#4301) by zpencer · 6 years ago
  34. 276586a netty,services: fix param comment lint (#4304) by zpencer · 6 years ago
  35. b1d91b9 core,services: binary log should use real peer socket and call id (#4266) by zpencer · 6 years ago
  36. 724e32f core,netty,services: add server listen sockets to channelz proto service (#4220) by zpencer · 6 years ago
  37. 7c37f1d core,netty,okhttp,services: expose socket options to channelz (#4228) by zpencer · 6 years ago
  38. bdecdae netty: http2 server transport graceful shutdown sends 2 GOAWAYs by ZHANG Dapeng · 6 years ago
  39. a5b55bb netty,okhttp,testing: always set TRANSPORT_ATTR_REMOTE_ADDR (#4217) by zpencer · 6 years ago
  40. 7eab0d9 netty: Add support for Conscrypt by Eric Anderson · 6 years ago
  41. 0859d48 Move TlsTest from interop-testing to netty by Eric Anderson · 7 years ago
  42. 5337728 core,netty: client sends rst stream when server half-closes (#4222) by Eric Gribkoff · 6 years ago
  43. a83f67a core,netty,okhttp: Transparent retry by ZHANG Dapeng · 6 years ago
  44. 921b668 core,netty,okhttp,testing: separate local vs remote stream start times for channelz (#4194) by zpencer · 6 years ago
  45. f0eb6d2 core,netty,okhttp,testing: nest TransportStats inside SocketStats for channelz (#4190) by zpencer · 6 years ago
  46. 26719bd Partially revert "core: change serverimpl,servercallimpl's internalclose to cancel stream (#4038)" by Eric Anderson · 6 years ago
  47. 7af2373 core,netty,okhttp,alts,inprocess: deprecate usePlaintext(boolean) by Carl Mastrangelo · 6 years ago
  48. 6d51cb4 netty: bump to 4.1.22-Final by Carl Mastrangelo · 6 years ago
  49. 48ca452 core: change serverimpl,servercallimpl's internalclose to cancel stream (#4038) by Rama Chavali · 6 years ago
  50. 35665af netty: upgrade to 4.1.21 by Carl Mastrangelo · 6 years ago
  51. a888d46 netty: Include more details for closure of unknown reason by Eric Anderson · 6 years ago
  52. 6c437b2 netty: upstream unit conversion by Carl Mastrangelo · 6 years ago
  53. f8c7f96 core,netty,okhttp: use ServiceProviders for ManagedChannelProvider, ServerProvider (#4047) by zpencer · 6 years ago
  54. f1bc449 netty: Add test to verify error for TLS failure by Eric Anderson · 6 years ago
  55. c56114f netty/shaded: Bump shadow plugin version to 2.0.2 by Eric Anderson · 6 years ago
  56. 199a520 core: move ChannelStats and TransportStats to io.grpc.internal.Channelz (#4008) by zpencer · 6 years ago
  57. b109595 core: move Instrumented, LogId, WithLogId to io.grpc.internal as public (#3995) by zpencer · 6 years ago
  58. 417765b netty: only add gRPC negotiator once SSL is established by Carl Mastrangelo · 6 years ago
  59. b5ae134 netty: avoid unintentionally NullPointerException (#3932) by Shohei Kamimori · 6 years ago
  60. a3d801d netty: make GrpcHttp2ConnectionHandler able to indicate it will no longer be used by Carl Mastrangelo · 6 years ago
  61. ba8063e all: Prefer mock+delegatesTo() over Mockito.spy() by Eric Anderson · 6 years ago
  62. 4bc0c95 Update ErrorProne to 2.1.3 and fix failures by Eric Anderson · 6 years ago
  63. 35a6bf8 Enable the Guava Beta Checker by Eric Anderson · 6 years ago
  64. 3e76bf1 netty: Use Java 9 ALPN if available by Teo Jia Jiun · 6 years ago
  65. f1151f9 core: InternalInstrumented<T> for instrumented classes (#3817) by zpencer · 6 years ago
  66. 83d710b Shade Netty transport, with tcnative by Eric Anderson · 7 years ago
  67. 359e61e netty: NettyServerTest should not hard code ports (#3845) by zpencer · 6 years ago
  68. 8b716a2 netty: add test for NettyServerBuilder by Shohei Kamimori · 6 years ago
  69. c9b02db all: add Status messages to all statuses by Carl Mastrangelo · 6 years ago
  70. 9e7a4c4 core: move WithLog and LogId to io.grpc (#3813) by zpencer · 6 years ago
  71. 25cd0be core,netty,okhttp: move TransportTracer.Stats to io.grpc (#3812) by zpencer · 6 years ago
  72. cdb1f54 netty: make server sockets be configurable by Xiaoshuang LU · 7 years ago
  73. 9bdb8f0 netty: Include more stace trace information for ClosedChannelExceptions by Eric Anderson · 7 years ago
  74. 2f15560 core,netty: add ID to NettyServer (#3745) by zpencer · 7 years ago
  75. df357cb netty: Netty server poorly handles unknown content type by ramaraochavali · 7 years ago
  76. 66f9ef5 netty: fix server keepalive unexpected ping ack by ZHANG Dapeng · 7 years ago
  77. de06a94 core: add internal accessors to control stats recording of RPC upstarts. (#3736) by Kun Zhang · 7 years ago
  78. 47bee4f core,netty: plumb fake clock into transport tracer tests (#3724) by zpencer · 7 years ago
  79. d0a84ae core,netty: wire TransportTracer to netty client (#3705) by zpencer · 7 years ago
  80. b026ea5 netty: Avoid clearing SSLParameters by Eric Anderson · 7 years ago
  81. 17e1ad9 core: Add useTransportSecurity to ManagedChannelBuilder by ramaraochavali · 7 years ago
  82. 93e89ba netty: Move server transportReady after client preface receipt by Eric Anderson · 7 years ago
  83. 9ae5f11 netty: TransportTracer test for local window update (#3710) by zpencer · 7 years ago
  84. af4cd2e netty: bump correct value of outbound msg counter (#3667) by zpencer · 7 years ago
  85. bbb98fe Fix broken method names in tests that include leading '/' by Eric Anderson · 7 years ago
  86. f2968f5 core,netty: correctly count streams that ended due to client cancel (#3683) by zpencer · 7 years ago
  87. a3c44fa core,netty,okhttp: add TransportTracer param to ClientStream and Http2ClientStreamTransportState (#3668) by zpencer · 7 years ago
  88. a2e9a7f core,ntety,okhttp: Add getTransportStats method to ClientTransport (#3662) by zpencer · 7 years ago
  89. 9fac15d core,netty,okhttp: move transport tracer outbound counters to transport thread (#3661) by zpencer · 7 years ago
  90. 2162cd0 netty,core: add a TransportTracer class (#3454) by zpencer · 7 years ago
  91. 80a8c8f netty: Updated ALPN error message and added troubleshooting procedures by Ray Tsang · 7 years ago
  92. 8f88cb8 netty: include rst stream message in Status by Carl Mastrangelo · 7 years ago
  93. 5856a93 netty: separate connection log (#3591) by zpencer · 7 years ago
  94. 7df9ae9 core,netty,okhttp: detect proxy via ProxySelector (#3021) by zpencer · 7 years ago
  95. 8edead0 core: make in-process transport support StreamTracer by Kun Zhang · 7 years ago
  96. 5e36a8d all: upgrade to JUnit 4.12 by Carl Mastrangelo · 7 years ago
  97. e92b725 Promote keepalive to ManagedChannelBuilder; stabilize by Eric Anderson · 7 years ago
  98. 80334d5 netty: update to 4.1.16 by Carl Mastrangelo · 7 years ago
  99. 5ac9ad0 core: client supports inbound gzipped streams (#3403) by Eric Gribkoff · 7 years ago
  100. 8ee9fb5 core: add internal API to disable stats and/or tracing. (#3464) by Kun Zhang · 7 years ago