1. 2690e04 [LSC] Add LOCAL_LICENSE_KINDS to external/grpc-grpc-java by Bob Badour · 3 years, 4 months ago
  2. 8e51fde Add a lite OkHttp gRPC Client Library. by Karl Shaffer · 3 years, 6 months ago
  3. 9b4675b Merge tag 'upstream/v1.16.1' into HEAD by Hadrien Zalek · 3 years, 10 months ago
  4. 2d04a32 Build the gRPC Java library from source by Hadrien Zalek · 4 years ago
  5. 5704323 Bump version to 1.16.1 by Eric Anderson · 6 years ago
  6. 4cc0734 core: Make MetadataApplier an interface again by Eric Anderson · 6 years ago
  7. 63a24507 Bump version to 1.16.1-SNAPSHOT by Eric Anderson · 6 years ago
  8. 2bc27bb Bump version to 1.16.0 by Eric Anderson · 6 years ago
  9. 0981ba6 Revert "core: DnsNameResolver caches refresh (#4812)" by Jihun Cho · 6 years ago
  10. 4d84fe1 Fix grpc-java target by Julien Desprez · 6 years ago
  11. 092bf2e core: ignore localhost and IP addresses for JNDI (1.16.x backport) by Carl Mastrangelo · 6 years ago
  12. a61ac5a core: annotate Attributes key annotations as experimental API. (#4974) (#4977) by Kun Zhang · 6 years ago
  13. e8cf3fa core: throw exception on resolution failure and no jndi resolver by Carl Mastrangelo · 6 years ago
  14. 861f914 core: add CallCredentials2 and deprecate CallCredentials' old interface (#4902) by Kun Zhang · 6 years ago
  15. cc5e3c1 core: ForwardingLoadBalancerHelper (#4911) by Kun Zhang · 6 years ago
  16. fbfc3a4 core: add Grpc.TRANSPORT_ATTR_LOCAL_ADDR (#4906) by Kun Zhang · 6 years ago
  17. 6b7fa40 core: name anonymous classes in ManagedChannel for clear stacktraces by Carl Mastrangelo · 6 years ago
  18. af14f34 Start adding Soong build files for grpc-grpc-java by Julien Desprez · 6 years ago
  19. ebbf800 doc: organize Attributes with annotations. (#4892) by Kun Zhang · 6 years ago
  20. 2fae9a3 core: permanently store authority at channel creation (#4886) by zpencer · 6 years ago
  21. 8b16899 Upgrade to Guava 26.0-android and jsr305 3.0.2 by Jesse Wilson · 6 years ago
  22. da87ffb core,services: v1 binlog (#4846) by zpencer · 6 years ago
  23. cc09eab core: fix channelz import on AutoConfiguredLoadBalancerFactory by Spencer Fang · 6 years ago
  24. 0afc10c core: channel tracing to log lb policy changes by ZHANG Dapeng · 6 years ago
  25. b0f4232 all: use Java7 brackets by Carl Mastrangelo · 6 years ago
  26. ed709ff core: remove redundant SubchannelPicker refreshes in RoundRobinLoadBalancer by Nick Hill · 6 years ago
  27. c8975e9 all: fix lint warnings in import by ZHANG Dapeng · 6 years ago
  28. 95fd47d core, services: remove census from binary logs (#4845) by zpencer · 6 years ago
  29. 1899910 core: DnsNameResolver caches refresh (#4812) by creamsoup · 6 years ago
  30. 2fca42f all: prepend internal classes with Internal (#4826) by zpencer · 6 years ago
  31. 4d366ce all: move Channelz to io.grpc as InternalChannelz (#4797) by zpencer · 6 years ago
  32. bbacd16 skip populating trace header if no census impl is available. (#4805) by creamsoup · 6 years ago
  33. 6037659 core: make HedgingPolicy final by ZHANG Dapeng · 6 years ago
  34. 67ee4b6 core: switch to Java 7 source and bytecode (#4801) by Eric Gribkoff · 6 years ago
  35. 28d44ae Start 1.16.0 development cycle (#4803) by Kun Zhang · 6 years ago
  36. 7b126b0 all: Swap to Java 7 source and bytecode by Eric Anderson · 6 years ago
  37. e9b6568 core: plumb hedging policy by ZHANG Dapeng · 6 years ago
  38. 3f05a6e core: minor cleanup of NameResolverProvider by Carl Mastrangelo · 6 years ago
  39. 7fe49f9 core: add ability to create stackless status exceptions by Carl Mastrangelo · 6 years ago
  40. a48b090 core: Handle null ProxySelector (#4762) by zpencer · 6 years ago
  41. ba4db45 Fix errror message when DNS name is invalid. (#4751) by creamsoup · 6 years ago
  42. 3cfc5af core: Avoid implicit requestConnection in PickFirst by Eric Anderson · 7 years ago
  43. 9f477b2 core: fix unused variable lint by Spencer Fang · 6 years ago
  44. 79b2470 all: update animalsniffer to Java 7 and add Android 14 (#4727) by Eric Gribkoff · 6 years ago
  45. 6735208 core: revert warning about `Status.asException(null)` by Carl Mastrangelo · 6 years ago
  46. 2aa02fd core: remove unused fullMethodName field from CensusStatsModule. (#4731) by Kun Zhang · 6 years ago
  47. 9895e24 inprocess: prevent null names, and define socket address equality by Carl Mastrangelo · 6 years ago
  48. b64cde1 Encourage using grpc-netty-shaded instead of grpc-netty by Eric Anderson · 6 years ago
  49. b9d1bb8 core: initialize round robin load balancer picker to random index (#4462) by Tom Leach · 6 years ago
  50. 8544818 all: add tracking issues for all experimental APIs and make it required by Carl Mastrangelo · 6 years ago
  51. bcbc6ae core: stabilize Status Exceptions API, and warn on null trailers in Status by Carl Mastrangelo · 6 years ago
  52. 9b200eb core: add flags for selectively enabling grpclb by Carl Mastrangelo · 6 years ago
  53. 658e73a core: let channel tracing log service config changes by ZHANG Dapeng · 6 years ago
  54. 03d85ee doc: clarify channel state API unimplemented until v1.6.1 by ZHANG Dapeng · 6 years ago
  55. 8da06a8 all: remove unneeded deps on errorprone by Carl Mastrangelo · 6 years ago
  56. 67073c9 core: turn PairSocketAddress into ProxySocketAddress (#4649) by zpencer · 6 years ago
  57. 19b2a17 core: Don't close in TSREI in cancelled contexts (#4596) by George Gensure · 6 years ago
  58. e1865b5 core: channel tracing log only when number of backends changed between zeor and nonzero by ZHANG Dapeng · 6 years ago
  59. 877b1a1 core: enterIdleMode() exits idle if still in use (#4630) by Eric Gribkoff · 6 years ago
  60. 64d272a core: make service config errors recoverable by Carl Mastrangelo · 6 years ago
  61. 15a5ba2 Remove DoNotMock annotation in favor of JavaDoc by Eric Anderson · 6 years ago
  62. 4335445 Start 1.15.0 development cycle (#4650) by zpencer · 6 years ago
  63. 146b600 compiler,stub: update RpcMethod docs and usage by Carl Mastrangelo · 6 years ago
  64. 9222dc5 core: Add missing @Nullable annotations to ClientTransportOptions by Eric Anderson · 6 years ago
  65. 9d6241e Propagate EquivalentAddressGroup attributes to transports by Eric Anderson · 6 years ago
  66. 2b48210 grpclb: Plumb attributes for OOB and backend channels by Eric Anderson · 6 years ago
  67. dd57b66 Fix unused variables by Eric Anderson · 6 years ago
  68. 02ad99e core: Avoid compare default TagContext in thread local with empty. (#4613) by Yang Song · 6 years ago
  69. 6dad047 core: add jndi timeout and dirContext.close by ZHANG Dapeng · 6 years ago
  70. e3ff1ad core: Add support for List<EAG> in Subchannels by Eric Anderson · 6 years ago
  71. 39d2dd0 core: make InternalHandlerRegistry a HandlerRegistry by Carl Mastrangelo · 6 years ago
  72. b2dd6ae util: Improve RoundRobinLoadBalancer scalability with stickiness by Nick Hill · 6 years ago
  73. ac55604 fixed typo in round robin factory name const by Marco Ferrer · 6 years ago
  74. 3e67a5b core: Avoid unnecessary unchecked cast in DnsNameResolver by Eric Anderson · 6 years ago
  75. a74bb35 core: always do SRV record lookup in DnsNameResolver by Carl Mastrangelo · 6 years ago
  76. 81da3eb core: make Auto config load balancer not depend on service config by Carl Mastrangelo · 6 years ago
  77. ffd0f9f inprocess: add a toString for InProcessSocketAddress by Doug Lawrie · 6 years ago
  78. 1578652 grpclb: use exponential back-off for retries of balancer RPCs (#4525) by Kun Zhang · 6 years ago
  79. defb955 core: add clarification to ClientCall javadoc by Grant Oakley · 6 years ago
  80. 5ce10f0 all: add gradle format checker by ZHANG Dapeng · 6 years ago
  81. 8f51c27 core: fix lint by Carl Mastrangelo · 6 years ago
  82. 6dbe392 core: fix SRV record parsing by apolcyn · 6 years ago
  83. c796901 core: channel tracing to log events for channel state change by ZHANG Dapeng · 6 years ago
  84. 8a3e623 Start 1.14.0 development cycle by ZHANG Dapeng · 6 years ago
  85. 2a127ce core: update opencensus to 0.12.3. (#4530) by Bogdan Drutu · 6 years ago
  86. a0794d5 core: Implement channel tracing for some events by ZHANG Dapeng · 6 years ago
  87. 25a2ec1 core: fix ServerBuilder.setBinaryLog javadoc (#4514) by zpencer · 6 years ago
  88. 608ce3d core: unit test for channel shutdown during retry backoff by ZHANG Dapeng · 6 years ago
  89. ff9aa39 core,services: fix lints (#4504) by zpencer · 6 years ago
  90. e41e054 Propagate CallCredentials.ATTR_SECURITY_LEVEL from transports by Eric Anderson · 6 years ago
  91. 2743987 services,core: make BinaryLogSink visible, add setter (#4503) by zpencer · 6 years ago
  92. 1f99fcd move io.grpc.BinaryLogProvider to io.grpc.services (#4501) by zpencer · 6 years ago
  93. 1aec994 io.grpc.BinaryLog is now the fully functional API (#4498) by zpencer · 6 years ago
  94. 6f2980e core: fix Attributes hashCode by ZHANG Dapeng · 6 years ago
  95. 68a462e noop: resolve lint warnings found at import. (#4496) by Kun Zhang · 6 years ago
  96. 451c412 core: fix client does not detect truncated message by ZHANG Dapeng · 6 years ago
  97. 10291d5 core: fix missing comment for headers param by Jianwei Mao · 6 years ago
  98. f5f560a all: TimeProvider to use nanos rather than millis by ZHANG Dapeng · 6 years ago
  99. faffb09 core: remove io.grpc core dependency on census (#4461) by zpencer · 6 years ago
  100. 850249f core: fix lints from import (#4472) by zpencer · 6 years ago