1. 5eb816b services: fix channelz javadoc lint for reference not found (#4920) by zpencer · 6 years ago
  2. f10676c services: allow config str to be passed into binlog object (#4919) by zpencer · 6 years ago
  3. fc908e2 netty: expose setting a local socket address by Carl Mastrangelo · 6 years ago
  4. cc5e3c1 core: ForwardingLoadBalancerHelper (#4911) by Kun Zhang · 6 years ago
  5. 0b7043d okhttp: remove internal mockito dep by Carl Mastrangelo · 6 years ago
  6. fbfc3a4 core: add Grpc.TRANSPORT_ATTR_LOCAL_ADDR (#4906) by Kun Zhang · 6 years ago
  7. 3132865 services: sync health.proto from grpc-proto repo (#4904) by Kun Zhang · 6 years ago
  8. 6b7fa40 core: name anonymous classes in ManagedChannel for clear stacktraces by Carl Mastrangelo · 6 years ago
  9. 2c9bdd1 Update README to reference 1.15.1 by Eric Anderson · 6 years ago
  10. 99a2cac netty: Add ProtocolNegotiator.close by Eric Anderson · 6 years ago
  11. 09737fe netty: Remove TransportCreationParamsFilterFactory by Eric Anderson · 6 years ago
  12. ebbf800 doc: organize Attributes with annotations. (#4892) by Kun Zhang · 6 years ago
  13. 93ead9d protobuf: make extension registry method experimental by Carl Mastrangelo · 6 years ago
  14. 2fae9a3 core: permanently store authority at channel creation (#4886) by zpencer · 6 years ago
  15. 8b16899 Upgrade to Guava 26.0-android and jsr305 3.0.2 by Jesse Wilson · 6 years ago
  16. 1f00695 github/lock.yml: Lock GitHub issues after 90 days by Eric Anderson · 6 years ago
  17. 8e72351 alts: plumb authority to ALTS protocol negotiator (#4880) by Jiangtao Li · 6 years ago
  18. da87ffb core,services: v1 binlog (#4846) by zpencer · 6 years ago
  19. 69bb8a3 RELEASING.md: Add missing TestDeprecatedService replacements by Eric Anderson · 6 years ago
  20. 32bb5ba protobuf: expose ExtensionRegistry setter by Carl Mastrangelo · 6 years ago
  21. 5e4d9a5 okhttp: include better ALPN error message and fine log some exceptions by Carl Mastrangelo · 6 years ago
  22. 693779d alts: Remove usage of TransportCreationParamsFilterFactory by Eric Anderson · 6 years ago
  23. acf80d6 netty: Allow specifying ProtocolNegotatiorFactory directly to Channels by Eric Anderson · 6 years ago
  24. 70b1b16 android-interop-testing: fix Java7 compilation failure by Carl Mastrangelo · 6 years ago
  25. 2653cf4 github/lock: Use reason "resolved", which is the default by Eric Anderson · 6 years ago
  26. ed70594 services: disallow duplicate rules for a binlogging services or methods (#4868) by zpencer · 6 years ago
  27. be04325 github/lock: Override some of the defaults before enabling by Eric Anderson · 6 years ago
  28. 80883f0 buildscripts: Reduce verbosity of protobuf builds by Eric Anderson · 6 years ago
  29. cc09eab core: fix channelz import on AutoConfiguredLoadBalancerFactory by Spencer Fang · 6 years ago
  30. 0afc10c core: channel tracing to log lb policy changes by ZHANG Dapeng · 6 years ago
  31. 6f71472 alts: Initialize ProtocolNegotiators eagerly by Eric Anderson · 6 years ago
  32. b0f4232 all: use Java7 brackets by Carl Mastrangelo · 6 years ago
  33. 6cf849a services: fix duration in Binlog test by Carl Mastrangelo · 6 years ago
  34. ed709ff core: remove redundant SubchannelPicker refreshes in RoundRobinLoadBalancer by Nick Hill · 6 years ago
  35. 7270938 export CL: Fix misspelling. by ZHANG Dapeng · 6 years ago
  36. 7efbc36 netty: Initialize ProtocolNegotiators eagerly by Eric Anderson · 6 years ago
  37. c8975e9 all: fix lint warnings in import by ZHANG Dapeng · 6 years ago
  38. 337b78c Update README to reference 1.15.0 (#4847) by Kun Zhang · 6 years ago
  39. 8fc84da services: remove RequireDoubleSubmitCookieInterceptor (#4833) by zpencer · 6 years ago
  40. 98630f1 netty,okhttp: Enable TransportTest.flowControlPushBack by Eric Anderson · 6 years ago
  41. 1da3133 testing: Fix flake in AbstractTransportTest.flowControlPushBack by Eric Anderson · 6 years ago
  42. 95fd47d core, services: remove census from binary logs (#4845) by zpencer · 6 years ago
  43. e1c6cad grpclb: more useful debug logs. (#4831) by Kun Zhang · 6 years ago
  44. 1899910 core: DnsNameResolver caches refresh (#4812) by creamsoup · 6 years ago
  45. d2c0653 interop-testing: add very_large_request case to test client (#4816) by Eric Gribkoff · 6 years ago
  46. 554210d okhttp: settings acks back after apply settings before sending any data (#4825) by creamsoup · 6 years ago
  47. 2fca42f all: prepend internal classes with Internal (#4826) by zpencer · 6 years ago
  48. 1b6adaf Revert "examples: Add google mirrored maven central to examples pom.xml to deflake kokoro." (#4821) by creamsoup · 6 years ago
  49. 4d366ce all: move Channelz to io.grpc as InternalChannelz (#4797) by zpencer · 6 years ago
  50. f8274c4 doc: update README because we have been requiring Java 7. (#4819) by Kun Zhang · 6 years ago
  51. bbacd16 skip populating trace header if no census impl is available. (#4805) by creamsoup · 6 years ago
  52. d7ce74f benchmarks: fix nano time comparison by ZHANG Dapeng · 6 years ago
  53. 54f76df examples: Add google mirrored maven central to examples pom.xml to deflake kokoro. (#4813) by creamsoup · 6 years ago
  54. f93695a android-interop-testing: correct order in assertEquals (#4810) by Eric Gribkoff · 6 years ago
  55. a18abfb stub: stablize AbstractStub.withExecutor API by ZHANG Dapeng · 6 years ago
  56. 433ac00 alts: convert handshaker service channel to SharedResourceHolder (#4802) by Jiangtao Li · 6 years ago
  57. 87513d8 alts: if ALTS is not running on GCP, fails call (#4807) by Jiangtao Li · 6 years ago
  58. fd73209 cronet: report statsTraceCtx.clientOutboundHeaders() (#4768) by Eric Gribkoff · 6 years ago
  59. 6037659 core: make HedgingPolicy final by ZHANG Dapeng · 6 years ago
  60. 03dab29 buildscripts: run Android interop tests on Firebase (#4314) by Eric Gribkoff · 6 years ago
  61. d3cdfd0 okhttp: use java 7, avoid compiler varargs warning (#4806) by Eric Gribkoff · 6 years ago
  62. 67ee4b6 core: switch to Java 7 source and bytecode (#4801) by Eric Gribkoff · 6 years ago
  63. a80159f doc: new file to be sed'ed during the release. (#4804) by Kun Zhang · 6 years ago
  64. 28d44ae Start 1.16.0 development cycle (#4803) by Kun Zhang · 6 years ago
  65. 7b126b0 all: Swap to Java 7 source and bytecode by Eric Anderson · 6 years ago
  66. 8d6ba23 alts: add Google Default Channel implementation (#4742) by Jiangtao Li · 6 years ago
  67. b2f419c examples: Fix bad copy/paste for tests with Android Studio by Eric Anderson · 6 years ago
  68. bc05b54 README.md: Link to Alpine's protoc-gen-grpc-java by Eric Anderson · 6 years ago
  69. b8f4c7a buildscripts: disable gae jdk7 test (#4787) by zpencer · 6 years ago
  70. 0d79e7a stub: disableAutoInboundFlowControl javadoc correction (#4785) by zpencer · 6 years ago
  71. e9b6568 core: plumb hedging policy by ZHANG Dapeng · 6 years ago
  72. 3f05a6e core: minor cleanup of NameResolverProvider by Carl Mastrangelo · 6 years ago
  73. c318b4e gae-interop-testing: Make gradlew properly relative by Eric Anderson · 6 years ago
  74. 54c4cc1 gae-interop-testing: Always test the version just deployed by Eric Anderson · 6 years ago
  75. 3b578ab travis: Use default Maven settings by Eric Anderson · 6 years ago
  76. 71e9841 travis.yml: Fix protobuf compilation caching by Eric Anderson · 6 years ago
  77. f8d30af Handle exceptions in after by Eric Anderson · 6 years ago
  78. 778804f gae-interop-testing/jdk7: Cleanup after Assert/Assume by Eric Anderson · 6 years ago
  79. 7374b78 log exception to FINE by Eric Anderson · 6 years ago
  80. 38af7eb interop-testing: Clean up even if interrupted by Eric Anderson · 6 years ago
  81. 60461d3 gae-interop-testing: disable timeoutOnSleepingServer by Spencer Fang · 6 years ago
  82. 142851d buildscripts: Use full SHA for protobuf download by Eric Anderson · 6 years ago
  83. 7fe49f9 core: add ability to create stackless status exceptions by Carl Mastrangelo · 6 years ago
  84. 30a4bfb Implement flush coalescing in OkHttp. (#4763) by creamsoup · 6 years ago
  85. 3bc6e31 gae-interop-testing: increase response verbosity (#4765) by zpencer · 6 years ago
  86. 73b0987 services: Fix binarylog's java_package to include version by Eric Anderson · 6 years ago
  87. 366792f android: Robolectric shadows shouldn't be stored (#4746) by zpencer · 6 years ago
  88. a48b090 core: Handle null ProxySelector (#4762) by zpencer · 6 years ago
  89. d1146e2 interop-testing: timeoutOnSleepingServer should check that RPC finished (#4766) by zpencer · 6 years ago
  90. c3c810f buildscripts: Make kokoro script runnable from workstation by Spencer Fang · 6 years ago
  91. 19f4491 buildscripts: Clean up dummy default version check cmd by Spencer Fang · 6 years ago
  92. 9aa53b5 buildscripts,gae-interop-testing: do not promote versions by default by Spencer Fang · 6 years ago
  93. b821cf1 buildscripts,gae-interop-testing: Hardcode service name by Spencer Fang · 6 years ago
  94. 3792242 alts: Use grpc-netty-shaded instead of grpc-netty by Eric Anderson · 6 years ago
  95. 0d4051c Include Java's @Deprecated annotation on RPC services or methods with `option deprecated = true;` by elandau · 6 years ago
  96. 3067263 all: point readme to new jar URL by Carl Mastrangelo · 6 years ago
  97. 13aa028 Correctly determine --use_alts default (#4538) by Arnout Engelen · 6 years ago
  98. 5d4fe28 netty/internal: add InternalNettyChannelBuilder.buildTransportFactory(). (#4757) by Kun Zhang · 6 years ago
  99. 631e46c README.md: Reorganize and trim by Eric Anderson · 6 years ago
  100. ba4db45 Fix errror message when DNS name is invalid. (#4751) by creamsoup · 6 years ago