1. 920d8a1 auth: revert ClientAuthInterceptor to its original implementation. by Kun Zhang · 8 years ago
  2. 4372cee android: Add ProGuard rules for NameResolverProvider by Eric Anderson · 8 years ago
  3. b7ed883 core: Avoid loading ManagedChannelProvider from NameResolverProvider by Eric Anderson · 8 years ago
  4. ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  5. 11a314e Delete the old ClientCall.cancel(). by Kun Zhang · 8 years ago
  6. def237d auth: MoreCallCredentials.from(Credentials). by Kun Zhang · 8 years ago
  7. 63d8274 core: don't create a new context for each client call. Fixes #1926 by Jakob Buchgraber · 8 years ago
  8. 26fb347 stub: Disable flaky test in ClientCallsTest (#1938) by Eric Anderson · 8 years ago
  9. 93c34ef stub: Improve ClientCall test to fail more obviously by Eric Anderson · 8 years ago
  10. 95791b7 okhttp: fix NPE when using CLEARTEXT connectionSpec by ZHANG Dapeng · 8 years ago
  11. 38b950f core: add transportInUse() to transport listener. by Kun Zhang · 8 years ago
  12. 33cd6be core: Overwrite values for existing custom call options. by Jakob Buchgraber · 8 years ago
  13. e7c735a Make ServerCallHandler non-experimental. by Kun Zhang · 8 years ago
  14. a62e976 docs: Don't suggest using grpc-all by Eric Anderson · 8 years ago
  15. a2076f4 core: Enable per-message compression bit by default by Eric Anderson · 9 years ago
  16. 7c2f791 benchmarks: add a header encoding benchmark by Carl Mastrangelo · 8 years ago
  17. b681a07 Introduce ClientResponseObsever to capture call initiation and to allow by Louis Ryan · 8 years ago
  18. 26bace6 core: Improve fail fast status messages by Eric Anderson · 8 years ago
  19. 56a2938 core: Add NameResolverProvider by Eric Anderson · 8 years ago
  20. df346e3 examples: make JSON code more obviously advanced by Carl Mastrangelo · 8 years ago
  21. 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 8 years ago
  22. 0b55c81 core: Move ACCEPT_ENCODING_JOINER to DecompressorRegistry by Eric Anderson · 8 years ago
  23. 4b127f2 core: Fix CallOptions 'wait for ready' and toString() by Jakob Buchgraber · 8 years ago
  24. 7da48ae core: log exceptions thrown by Runnable's executed via schedule(..). Fixes #1237 by Jakob Buchgraber · 8 years ago
  25. 9d4a43f core: fail fast implementation by ZHANG Dapeng · 8 years ago
  26. 432cec7 core: CallCredentials by Kun Zhang · 8 years ago
  27. 1215496 docs: update documentation for client TLS in SECURITY.md by Doug Clark · 8 years ago
  28. a05ab57 core: emit lists of lists from NameResolver by William Thurston · 8 years ago
  29. 03d9450 netty: Use uber boringssl jar by Eric Anderson · 8 years ago
  30. 3f5a154 netty: Bump Netty dependency to 4.1.1.Final by Eric Anderson · 8 years ago
  31. 7c722e4 codegen: Specify URL for ExperimentalApi by Eric Anderson · 8 years ago
  32. 05ce545 core: A missed-out test for #1896 by Kun Zhang · 8 years ago
  33. b88ea27 core/internal: add 3-arg newStream method to ClientTransport interface (#1898) by ZHANG Dapeng · 8 years ago
  34. 53cd333 core: add test for complete() without close() exception in AbstractServerStream. Fixes #615 by Jakob Buchgraber · 8 years ago
  35. 0021e06 benchmarks: reset context in AsyncClient to avoid chaining. by Carl Mastrangelo · 8 years ago
  36. c6fd94c Implement shutdownNow by Eric Anderson · 9 years ago
  37. 631a9d5 Fix URI construction. by Kun Zhang · 8 years ago
  38. d25b65b testing: add tests for Netty bug where a channel would break after a RST_STREAM frame. Fixes #1682 by Jakob Buchgraber · 8 years ago
  39. c6c7479 netty: add toString() to GrpcHttp2Headers by Jakob Buchgraber · 8 years ago
  40. 90323ad core: add custom CallOptions by elandau · 8 years ago
  41. 2ed39c9 core: cache decompressor registry encodings, and make it copy on write by Carl Mastrangelo · 8 years ago
  42. 9050640 Differentiate transport to LB services and to servers. by Kun Zhang · 8 years ago
  43. 676bf48 core: fix nags from linter by Carl Mastrangelo · 8 years ago
  44. 02eb24b core,netty,okhttp: move user agent removal closer to where it is set by Carl Mastrangelo · 8 years ago
  45. 028d084 core: add test for deframer closed exception. fixes #1795 by Jakob Buchgraber · 8 years ago
  46. 134451f benchmarks: use nextUp for nextDelay calculation in OpenLoopClient by Carl Mastrangelo · 8 years ago
  47. c08d74f TransportSet shutdown() also shuts down the pending transport. by Kun Zhang · 8 years ago
  48. 9f37951 benchmarks: honor transport in AsyncClient by Carl Mastrangelo · 8 years ago
  49. 3619364 core/internal: fix regex pattern by ZHANG Dapeng · 8 years ago
  50. 7052d8b core: Promote Deadline API to stable by Eric Anderson · 8 years ago
  51. fa22259 netty: use custom Http2Headers class for encoding Metadata by Carl Mastrangelo · 8 years ago
  52. 149ce20 netty: Bump netty dep to 4.1.0.Final by Eric Anderson · 8 years ago
  53. ca8e166 okhttp: generate user agent once for whole transport by Carl Mastrangelo · 8 years ago
  54. f172170 benchmarks: use more realistic header counts in benchmark by Carl Mastrangelo · 8 years ago
  55. 4204eb8 core: allocate less garbage iterators in Metadata.serialize by Carl Mastrangelo · 8 years ago
  56. 1cc76d8 core,netty,okhttp: move user agent out of client call and into the transport by Carl Mastrangelo · 8 years ago
  57. c102dd4 Add trailers to Status for BlockingResponseStream by nmittler · 8 years ago
  58. 6e40edb Add trailers to Status for BlockingResponseStream by nmittler · 8 years ago
  59. 641cb35 Tweak -Xlint warnings by Eric Anderson · 8 years ago
  60. e4ea237 core: Refactor TransportSet in prep for fail fast by Eric Anderson · 8 years ago
  61. cca473d benchmarks: add client/server header benchmarks by Carl Mastrangelo · 8 years ago
  62. 5e30b2f netty: speed up header conversion by caching user agent string by Carl Mastrangelo · 8 years ago
  63. ac9a5a5 Make Code.status() public, add Status#fromCode() by Łukasz Strzałkowski · 8 years ago
  64. 8033cdd core: Add unit test for Contexts.interceptCall by Eric Anderson · 8 years ago
  65. 39d1e31 netty: Fix test to support netty 4.1.0.Final by Eric Anderson · 8 years ago
  66. 6382015 internal: Split-state AbstractStream; sending and receiving by Eric Anderson · 8 years ago
  67. 8090eff netty: don't revalidate when converting between Metadata and Http2Headers by Carl Mastrangelo · 8 years ago
  68. b7eea7c implements health check service by ZHANG Dapeng · 8 years ago
  69. 65dd5db protolite: Use 'unused' variable to avoid CheckReturnValue by Eric Anderson · 8 years ago
  70. aa92d6c build: Update jetty for JDK 8u92 by Eric Anderson · 8 years ago
  71. 8c7440e benchmarks: add NETTY_EPOLL as an option for transport testing by Carl Mastrangelo · 8 years ago
  72. e198480 core, interop-testing: always set message encoding, and use it in interop tests by Carl Mastrangelo · 8 years ago
  73. 6a802a2 benchmarks: revert use of CMS GC by Carl Mastrangelo · 8 years ago
  74. d08c167 benchmarks: use Concurrent Mark and Sweep GC for benchmark worker by Carl Mastrangelo · 8 years ago
  75. 5a2e5e1 android-interop-test: Enable checkstyle; fix violations by Eric Anderson · 8 years ago
  76. 2825361 stub: use correct javadoc link for Guava by Carl Mastrangelo · 8 years ago
  77. a70e1a4 interop: Don't catch AssertionError as it makes test failure confusing by Eric Anderson · 9 years ago
  78. 13fe13b okhttp: Enable transport test by Eric Anderson · 9 years ago
  79. 188840b benchmarks: update to JMH 1.12 by Carl Mastrangelo · 8 years ago
  80. 4e268da core: Don't lose server call exception when message fails to close by Carl Mastrangelo · 8 years ago
  81. 951b5a4 Adding metadata to Status exceptions. by nmittler · 8 years ago
  82. 27dffdf netty: call transportShutdown immediately on ID exhaustion by Eric Anderson · 8 years ago
  83. ce002bd core: allow ClientCall.cancel before start. Fixes #1536 (#1822) by Jakob Buchgraber · 8 years ago
  84. f13fbaa interop-testing: update testing protos to include compression fields by Carl Mastrangelo · 8 years ago
  85. 46edcad Don't enforce a timeout in stress test client. Fixes #1812 (#1823) by Jakob Buchgraber · 8 years ago
  86. 4e8cf92 docs: Don't suggest downloading grpc-all by Eric Anderson · 8 years ago
  87. f85ecdf interop-testing: Print JVM Flags by default for Stress tests by Carl Mastrangelo · 8 years ago
  88. d9d4d8b Updating status codes to match the spec. by nmittler · 8 years ago
  89. 446f0cb Upgrade to Gradle 2.13 by Eric Anderson · 8 years ago
  90. 83bf5e6 Fix flakiness of testConfigureDeadlineNanoTime with warmup by Eric Anderson · 8 years ago
  91. 91b087e Remove an obsolete comment on ServerServiceDefinition. by Kun Zhang · 8 years ago
  92. 9597382 Refactor HandlerRegistry. by Kun Zhang · 8 years ago
  93. dc80b52 context: Remove tests for Key Equality. by Carl Mastrangelo · 8 years ago
  94. bc661e7 all: Finish adding tracking issues for ExperimentalApi by Carl Mastrangelo · 8 years ago
  95. 1d7a11c travis: Avoid $HOME in cache, since it varies by Eric Anderson · 8 years ago
  96. 0f9e3fa all: Add issues for many of the experimental API annotations by Carl Mastrangelo · 8 years ago
  97. b5e6d42 Return Context from fork instead of CancellableContext by Eric Anderson · 8 years ago
  98. b4fc929 all: Update Readme to reflect latest release (0.14.0) by Carl Mastrangelo · 8 years ago
  99. c6faf35 Add a log message for unknown client streams by Carl Mastrangelo · 8 years ago
  100. aed886d use Jetty ALPN agent instead of Jetty ALPN by ZHANG Dapeng · 8 years ago