1. 130d381 benchmarks: use a fork-join pool to reduce executor contention by Carl Mastrangelo · 8 years ago
  2. 09d7a41 examples: Explain reason for plainText() by Eric Anderson · 8 years ago
  3. 7c44a4e docs: Clarify the relationship between Status*Exception by Eric Anderson · 8 years ago
  4. d394cef core: Avoid wrapping Errors in RuntimeException by Eric Anderson · 8 years ago
  5. f25f55a docs: Update README.md before tagging release by Eric Anderson · 8 years ago
  6. 1aadc6c benchmarks: update to using jmh 1.13 by Carl Mastrangelo · 8 years ago
  7. 7267c0f Change routeguide example to use proto 3.0.0 by Xiao Hang · 8 years ago
  8. ab85d87 Update to Gradle 2.14 by Eric Anderson · 8 years ago
  9. 239d6ea Add android route guide example and move helloworld example to its own dir by Xiao Hang · 8 years ago
  10. 7d464fc inprocess: Avoid creating unnecessary threads by Eric Anderson · 8 years ago
  11. a8700a7 Begin consuming protobuf-lite artifact by Eric Anderson · 8 years ago
  12. 21b4ce7 netty: update to 4.1.4.Final by Jakob Buchgraber · 8 years ago
  13. 5b7a21a okhttp: Remove wrong status description by Eric Anderson · 8 years ago
  14. fb8402f stub: Avoid double-wrapping status by Eric Anderson · 8 years ago
  15. 1775ab3 core: call newStream() and applyRequestMetadata() under context. by Kun Zhang · 8 years ago
  16. aa33c59 Slightly encourage more use of lite, instead of nano by Eric Anderson · 8 years ago
  17. 5e1e883 Update protobuf to 3.0.0 by Eric Anderson · 8 years ago
  18. fccc282 examples: add an example for setting and reading error details by TzeKei Lee · 8 years ago
  19. 41f166f doc: fix io.grpc package level javadoc not showing up by ZHANG Dapeng · 8 years ago
  20. 2860959 Support Thrift Messages by Naveen Reddy Chedeti · 8 years ago
  21. 563baa4 interop: Fix flake in cascading test due to sleeps by Eric Anderson · 8 years ago
  22. 2506e93 Fix examples README by Xiao Hang · 8 years ago
  23. efc5cf5 benchmarks: avoid 2 copies in favor of one by Carl Mastrangelo · 8 years ago
  24. fbd3f52 android: Remove providers from ProGuard configuration by Eric Anderson · 8 years ago
  25. 093ab06 core: Log a warning in ClientCall.cancel if no detail is provided. by Kun Zhang · 8 years ago
  26. 841c7c4 docs: update grpc version to 0.15.0 and protoc to 3.0.0-beta-3 by Sky Ao · 8 years ago
  27. d0c173b core: Remove default implementation for ClientCall.cancel. by Kun Zhang · 8 years ago
  28. 8f5adf8 compiler: flip enable_deprecated option to false (#2080) by ZHANG Dapeng · 8 years ago
  29. bfd12e4 benchmarks: improve benchmarks recording and shutdown by Carl Mastrangelo · 8 years ago
  30. e276359 Force the immediate release of reference counted resources on AppEngine by Louis Ryan · 8 years ago
  31. 3a13aa5 compiler: make Stub final class by ZHANG Dapeng · 8 years ago
  32. 4b5511e compiler: Add FALLTHROUGH_INTENDED to appropriate cases by Eric Anderson · 8 years ago
  33. e109125 compiler: add build option to enable deprecated generated code by ZHANG Dapeng · 8 years ago
  34. e23d7ec netty: Add test for AbstractHttp2Headers by Eric Anderson · 8 years ago
  35. 2cd884e core: Reduce DeadlineTest flake by Eric Anderson · 8 years ago
  36. 4289aaf core: Hard-code a list of providers for Android by Eric Anderson · 8 years ago
  37. deeb976 Revise security provider selection for androind to choose from the by Louis Ryan · 8 years ago
  38. fa86c8e benchmarks: daemonize threads to reduce the number of stacktraces by Carl Mastrangelo · 8 years ago
  39. 297af44 netty: always flush at least once, even if there were no writes by Carl Mastrangelo · 8 years ago
  40. 083ea8e core: Add missing assert in CallOptionsTest by Eric Anderson · 8 years ago
  41. 780b269 Ensure that trailers are not lost when making blocking calls. by nmittler · 8 years ago
  42. c1ef806 Fix selection of security Provider to conscruct SSLContext by Louis Ryan · 8 years ago
  43. 0099657 android-interop: Remove usage of deprecated generated interface by Eric Anderson · 8 years ago
  44. 0ad5948 netty: update to 4.1.3.Final by Jakob Buchgraber · 8 years ago
  45. 9535995 netty: reduce contention in WriteQueue by Carl Mastrangelo · 8 years ago
  46. 8f31736 docs: Avoid using bindService() by Eric Anderson · 8 years ago
  47. 2e4138a core: Fix doc to refer to ImplBase by Eric Anderson · 8 years ago
  48. e34f2cf interop: Add constant for necessary max message size by Eric Anderson · 8 years ago
  49. f52b4e5 Make the OkHTTP transport AppEngine friendly. AppEngine may support by Louis Ryan · 8 years ago
  50. d2cc576 core: Fix ErrorProne errors by Eric Anderson · 8 years ago
  51. edf2c62 netty: update to 4.1.2.Final and tcnative Fork18 by Jakob Buchgraber · 8 years ago
  52. e9643bb Start 1.1.0 development cycle by Eric Anderson · 8 years ago
  53. 0a98ff0 interop: Bump maxMessageSize for Android testing by Eric Anderson · 8 years ago
  54. bfcb04c core: Allow avoiding Provider loading, for Android by Eric Anderson · 8 years ago
  55. d7bf67e examples: Provide Maven and Gradle build files by Eric Anderson · 8 years ago
  56. 3c03eb7 travis,jenkins: Fail build if javac emits warnings by Eric Anderson · 8 years ago
  57. 7fb43d2 core: Add generics to raw types in KeepAliveManagerTest by Eric Anderson · 8 years ago
  58. 0e47be1 core: Save accept encoding since Metadata is not thread-safe by Eric Anderson · 8 years ago
  59. 0d6a9de netty: deduplicate javadoc accidentially introduced in e80b136495c by Jakob Buchgraber · 8 years ago
  60. 7504b79 netty: add logging to find cause of ClosedChannelException. by Jakob Buchgraber · 8 years ago
  61. d9001ca Keepalive support by Xiao Hang · 8 years ago
  62. a86c5bf docs: Fix an issue link on ExperimentalApi. by Kun Zhang · 8 years ago
  63. 527fd67 core: Channel Idleness by Kun Zhang · 8 years ago
  64. e80b136 Fix wrong use of checkNotNull in WriteQueue. by Jakob Buchgraber · 8 years ago
  65. 7b26a32 docs: Add gradle build to steps in RELEASING by Eric Anderson · 8 years ago
  66. 554287a docs: Add missing files to sed in RELEASING by Eric Anderson · 8 years ago
  67. 16b096b Reduce default max message size to 4 MiB by Eric Anderson · 8 years ago
  68. 2d7347f netty: undo commit 6a55e29 as netty's DefaultThreadFactory has been fixed by Jakob Buchgraber · 8 years ago
  69. 1257f96 netty: reduce allocations in write queue. by Jakob Buchgraber · 8 years ago
  70. 9bbaa8f interop tests: fix race in Compression tests where MetadataEntry.getParsed was being concurrently called. by Carl Mastrangelo · 8 years ago
  71. 8d92831 core: add @GaurdedBy annotations for mutable state of ServerImpl by Carl Mastrangelo · 8 years ago
  72. 2292cbf netty: prevent race between transportCreated and transportShutdown by Carl Mastrangelo · 8 years ago
  73. 46379da Start 1.0.0 development cycle by Eric Anderson · 8 years ago
  74. 75f27ba examples: Avoid deprecated generated class by Eric Anderson · 8 years ago
  75. 32fd329 core: Rename withCredentials to withCallCredentials on CallOptions by Eric Anderson · 8 years ago
  76. 8f78b4d Fixing error-prone warnings. by nmittler · 8 years ago
  77. 3eafa5a benchmarks: fix typo in README by Jakob Buchgraber · 8 years ago
  78. 31651f3 auth: Promote OAuth2 service accounts to JWT by Eric Anderson · 8 years ago
  79. c573374 netty: fix incorrect usage of AsciString. by Jakob Buchgraber · 8 years ago
  80. f149e4c compiler: deprecate interfaces and add ImplBase in codegen by ZHANG Dapeng · 8 years ago
  81. dc027ff examples: add an example showing how to get the error details from a call by Carl Mastrangelo · 8 years ago
  82. 4b17a2e Android hello world example is now using proto lite. by David Cao · 8 years ago
  83. 8ed2dc8 testware: fix flakes caused by pickUnusedPort by ZHANG Dapeng · 8 years ago
  84. dbef1af Bump protobuf dependency to 3.0.0-beta-3 by Eric Anderson · 8 years ago
  85. fe5b7e3 core: Improve error message when lacking NameResolverProviders by Eric Anderson · 8 years ago
  86. 29776ca core: Fix onReady race by adding DelayedStreamListener by Eric Anderson · 8 years ago
  87. 88a0378 core: Add a RoundRobin LoadBalancer. by William Thurston · 8 years ago
  88. b55a2bf core: clarify StreamObserver documentation by Carl Mastrangelo · 8 years ago
  89. fc5197f netty: detect when ALPN was not used. Fixes #522 by Jakob Buchgraber · 8 years ago
  90. 46f418d core: fix race with exception in onMessage by Carl Mastrangelo · 8 years ago
  91. 6c59770 core: update issue for Contexts experimental status by Carl Mastrangelo · 8 years ago
  92. 5487ea8 Remove unused variables by Eric Anderson · 8 years ago
  93. e11917e core: add package level javadoc. by Carl Mastrangelo · 8 years ago
  94. a10712b examples: move json server and client to advanced package by Carl Mastrangelo · 8 years ago
  95. 6f2c1ea core: mark Context as not experimental by Carl Mastrangelo · 8 years ago
  96. adbc3f7 doc: add flow-control example to ClientCall javadoc. by Kun Zhang · 8 years ago
  97. 23f34be core: Move ServerMethodDefinition back into top-level class by Eric Anderson · 8 years ago
  98. cd9042b core: Harden ServiceDescriptor API by Eric Anderson · 8 years ago
  99. bf588b0 core: Add convenience builder for ServerServiceDefinition by Eric Anderson · 8 years ago
  100. 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago