1. 2a127ce core: update opencensus to 0.12.3. (#4530) by Bogdan Drutu · 6 years ago
  2. 29dba1e services: allow binlog to blacklist methods (#4523) by zpencer · 6 years ago
  3. a0794d5 core: Implement channel tracing for some events by ZHANG Dapeng · 6 years ago
  4. 25a2ec1 core: fix ServerBuilder.setBinaryLog javadoc (#4514) by zpencer · 6 years ago
  5. 43831bc services: update the binlog message truncation flag (#4508) by zpencer · 6 years ago
  6. de95152 Revert "auth: Require PRIVACY_AND_INTEGRITY for GoogleCredentials" (#4521) by Kun Zhang · 6 years ago
  7. 8db8497 services: use RE2/J by Nathan Herring · 6 years ago
  8. f3ef285 buildscripts: fix Android apk/dex comparison (#4511) by Eric Gribkoff · 6 years ago
  9. 608ce3d core: unit test for channel shutdown during retry backoff by ZHANG Dapeng · 6 years ago
  10. 81f98af alts: add grpclb runtime by jiangtaoli2016 · 6 years ago
  11. ff9aa39 core,services: fix lints (#4504) by zpencer · 6 years ago
  12. 8e9d4cb auth: Require PRIVACY_AND_INTEGRITY for GoogleCredentials by Eric Anderson · 6 years ago
  13. e41e054 Propagate CallCredentials.ATTR_SECURITY_LEVEL from transports by Eric Anderson · 7 years ago
  14. 2743987 services,core: make BinaryLogSink visible, add setter (#4503) by zpencer · 6 years ago
  15. 4388d90 netty: update to 4.1.25 by Carl Mastrangelo · 6 years ago
  16. 1f99fcd move io.grpc.BinaryLogProvider to io.grpc.services (#4501) by zpencer · 6 years ago
  17. c60580c services: use Peer.address proto (#4502) by zpencer · 6 years ago
  18. 869363c services: sync binarylog.proto (#4500) by zpencer · 6 years ago
  19. 1aec994 io.grpc.BinaryLog is now the fully functional API (#4498) by zpencer · 6 years ago
  20. 6f2980e core: fix Attributes hashCode by ZHANG Dapeng · 6 years ago
  21. 68a462e noop: resolve lint warnings found at import. (#4496) by Kun Zhang · 6 years ago
  22. 5c4f2c7 README.md: update grpc 1.11.0 to 1.12.0 (#4488) by Théo Gaillard · 6 years ago
  23. d965561 protobuf: add @since for new API by ZHANG Dapeng · 6 years ago
  24. 6eb8aba RELEASING.md: check availability on JCenter (#4490) by Eric Gribkoff · 6 years ago
  25. 0906937 protobuf: add import dropped on merge by Carl Mastrangelo · 6 years ago
  26. 8635de3 protobuf: add metadataMarshaller to ProtoUtils by Carl Mastrangelo · 6 years ago
  27. 451c412 core: fix client does not detect truncated message by ZHANG Dapeng · 6 years ago
  28. 10291d5 core: fix missing comment for headers param by Jianwei Mao · 6 years ago
  29. f5f560a all: TimeProvider to use nanos rather than millis by ZHANG Dapeng · 6 years ago
  30. 30478d8 services: add temp file based binary log sink (#4404) by zpencer · 6 years ago
  31. faffb09 core: remove io.grpc core dependency on census (#4461) by zpencer · 6 years ago
  32. ad370d8 services: fix lint on toString (#4481) by zpencer · 6 years ago
  33. 850249f core: fix lints from import (#4472) by zpencer · 6 years ago
  34. e3f8891 protobuf,examples: move json encoding to examples by Carl Mastrangelo · 6 years ago
  35. e085a0e Bump to Gradle 4.7 by Eric Anderson · 6 years ago
  36. 2d75686 netty: Fix Javadoc reference to Channelz.Security by Eric Anderson · 6 years ago
  37. 5509fd3 services: differentiate between tcpi_retransmits and tcpi_retrans (#4470) by zpencer · 6 years ago
  38. 4d94163 core: Add ChannelTracer by ZHANG Dapeng · 6 years ago
  39. e806e38 core: put @ExperimentalApi on CallOptions.of() (#4466) by zpencer · 6 years ago
  40. 6a96656 core: make channel stats' channel state consistent with subchannels by ZHANG Dapeng · 6 years ago
  41. bf4a00c context/core/netty: Add @CheckReturnValue to Context by ZHANG Dapeng · 6 years ago
  42. 561583b core,services: Add ChannelTracing data object by ZHANG Dapeng · 6 years ago
  43. 04a90bc core: stabilize custom CallOptions API (#4457) by zpencer · 6 years ago
  44. 73fdb87 services: allow binlog env str to be empty or null (#4447) by zpencer · 6 years ago
  45. 701c127 examples: use GrpcCleanupRule for test examples by ZHANG Dapeng · 7 years ago
  46. 21b73bb core: partially stabilize Attributes API (#4458) by zpencer · 7 years ago
  47. 277c33c SECURITY.md: updated netty from 2.0.6 to 2.0.7 by Stephane Maarek · 7 years ago
  48. 902baa0 core: do not use internal accessors in BinaryLogProvider (#4454) by zpencer · 7 years ago
  49. 8a0ee97 RELEASING.md: add links to auto release documentation (#4444) by zpencer · 7 years ago
  50. b9df27b buildscripts: add basic sanity check for android aar (#4448) by zpencer · 7 years ago
  51. 247a76e core,netty,okhttp: make toString more consistent for channelz (#4434) by zpencer · 7 years ago
  52. b83312f buildscripts: generate android artifact by Eric Gribkoff · 7 years ago
  53. 59c2223 android: including signing configuration by Eric Gribkoff · 7 years ago
  54. c51a774 buildscripts: assume artifacts are coalesced in upload_artifacts (#4439) by zpencer · 7 years ago
  55. 6f29b60 core, services: make BinaryLog an explicit object that is passed into channels/servers (#4431) by zpencer · 7 years ago
  56. 46079ff services: complete ChannelTrace in channelz.proto by ZHANG Dapeng · 7 years ago
  57. dbf9bd2 stub: add @CheckReturnValue to AbstractStub by Grant Oakley · 7 years ago
  58. 2404b25 buildscripts: automate the release process (#4406) by zpencer · 7 years ago
  59. 275ebc4 android: add artifact build (#4433) by Eric Gribkoff · 7 years ago
  60. 60a0b0c all: normalize copyright header by Carl Mastrangelo · 7 years ago
  61. 894c815 core: Document Metadata ownership passes to the Call{,Listener} by Eric Anderson · 7 years ago
  62. 722acb1 services: BinaryLog is an overused term, rename to BinlogHelper (#4429) by zpencer · 7 years ago
  63. 9817281 service: include go package in channelz.proto by Carl Mastrangelo · 7 years ago
  64. 6bf8e0c core: add @CheckReturnValue to CallOptions by Grant Oakley · 7 years ago
  65. aeb61db services: update channelz proto package by Carl Mastrangelo · 7 years ago
  66. e19e8f7 core: populate effective deadline to ClientStream by ZHANG Dapeng · 7 years ago
  67. d50c191 core/stub: fix lint warnings by ZHANG Dapeng · 7 years ago
  68. 3a11a1f services: BinaryLogProviderImpl is experimental (#4420) by Eric Anderson · 7 years ago
  69. fcb48ff core,stub: Add toString() to ClientCallImpl and GrpcFuture by Grant Oakley · 7 years ago
  70. f8424f7 examples: add kotlin and kotlin android examples (#4037) by zpencer · 7 years ago
  71. 3e43757 protobuf-nano: use specific package in test proto by Carl Mastrangelo · 7 years ago
  72. 8be87de compiler: make testing service used by compiler not conflict with interop-testing proto by Carl Mastrangelo · 7 years ago
  73. d35e778 services: move health.proto to correct directory by Carl Mastrangelo · 7 years ago
  74. 02c4fa0 testing: GrpcCleanupRule by ZHANG Dapeng · 7 years ago
  75. 045c566 netty: bump to 4.1.24-Final by Carl Mastrangelo · 7 years ago
  76. b58e0f4 core: stickiness for RoundRobinLoadBalancer by ZHANG Dapeng · 7 years ago
  77. 2b6edfc grpclb: move load balancer proto to package-matching directory by Carl Mastrangelo · 7 years ago
  78. 48f103c examples: remove deprecated usage of usePlainText(boolean) (#4396) by Jorg Heymans · 7 years ago
  79. 6bd5582 services: update channelz with docs from upstream by Carl Mastrangelo · 7 years ago
  80. b0333c6 benchmarks: move proto to matching package structure by Carl Mastrangelo · 7 years ago
  81. 0173990 android-interop-testing: normalize integration proto directories by Carl Mastrangelo · 7 years ago
  82. 2658156 interop-testing: normalize integration proto directories by Carl Mastrangelo · 7 years ago
  83. 785ac47 README.md: clarify that Android is for client-side use (#4408) by Eric Gribkoff · 7 years ago
  84. 1ad11c1 android: avoid static init of robolectric shadows (#4402) by Eric Gribkoff · 7 years ago
  85. f4f4302 services: remove monitoring file by Carl Mastrangelo · 7 years ago
  86. acfb3b9 services,core: simplify CallId generation (#4365) by zpencer · 7 years ago
  87. 9ada30b (low priority) core,netty,interop-testing: stabilize maxInboundMessageSize API (#4399) by zpencer · 7 years ago
  88. 1d80feb buildscripts: make unix.sh and make_dependencies.sh arch aware (#4384) by zpencer · 7 years ago
  89. 6046831 alts: make imported files have imports below package, and set licence by Carl Mastrangelo · 7 years ago
  90. 23fcedf Bazel: Fix compilation in Java 9 by David Ostrovsky · 7 years ago
  91. 44c79fb services: fix channelz linter warnings (#4395) by zpencer · 7 years ago
  92. 2027f6f services: update to remote channelz.proto def by Carl Mastrangelo · 7 years ago
  93. c6c20e9 buildscripts: add linux job that release_artifacts can dep on (#4392) by zpencer · 7 years ago
  94. 720d4fa all: print out diff of methods in android APK by Carl Mastrangelo · 7 years ago
  95. ef2a085 android-interop-testing: re-add min sdk version (#4393) by Eric Gribkoff · 7 years ago
  96. 1a2d076 core,netty,okhttp,services,testing: expose security info to channelz (#4300) by zpencer · 7 years ago
  97. 218e944 buildscripts: initial kokoro config for auto releasing artifacts (#4391) by zpencer · 7 years ago
  98. 7cd2f5c buildscripts: sonatype uploader ussing CONF before it is set (#4388) by zpencer · 7 years ago
  99. 6bdf5de alts: move alts protos to match proto package by Carl Mastrangelo · 7 years ago
  100. 3beb73e android-interop-testing: update app dependencies (#4313) by Eric Gribkoff · 7 years ago