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