1. 8c18a0d netty: use custom http2 headers for decoding. by Jakob Buchgraber · 8 years ago
  2. de9c320 benchmarks: upgrade to jmh 1.14 by Carl Mastrangelo · 8 years ago
  3. e79a27d core: fix a javadoc bug in ClientCall by Carl Mastrangelo · 8 years ago
  4. 24de243 protobuf: fast path zero sized messages by Carl Mastrangelo · 8 years ago
  5. 35c3f81 core/internal: replace make Stream id a primitive by Carl Mastrangelo · 8 years ago
  6. c69a4b8 core: add a new option to MethodDescriptor for caching support by Xiao Hang · 8 years ago
  7. bdf8b01 core,protobuf: Add simple argument introspection for methods by Eric Anderson · 8 years ago
  8. f78644d core: add Metadata.discardAll() by Carl Mastrangelo · 8 years ago
  9. 5379de7 core: fix indentation in MethodDescriptor by Carl Mastrangelo · 8 years ago
  10. ca5a402 netty: cache method path conversion by Carl Mastrangelo · 8 years ago
  11. 893ef44 all/tests: add a ClientCall and ServerCall suitable for use in tests by Carl Mastrangelo · 8 years ago
  12. ea3f506 core: avoid allocating Iterators in EquivalentAddressGroup, which is called for each new RPC by Carl Mastrangelo · 8 years ago
  13. c4f7f5c core: split Context into a separate grpc-context artifact. by Kun Zhang · 8 years ago
  14. 58d78dd core: add ServerTransportFilter by Kun Zhang · 8 years ago
  15. 48c6b3d all/tests: unmock ClientCall and ServerCall by Carl Mastrangelo · 8 years ago
  16. 3bf8d94 core/tests: add missing RunWith annotation by Carl Mastrangelo · 8 years ago
  17. 6d28a93 core: simplify timeout header processing by Carl Mastrangelo · 8 years ago
  18. 8894769 stub: make more classes final by Carl Mastrangelo · 8 years ago
  19. 656e8ce core: Remove com.google.common.collect usages for Android by Eric Anderson · 8 years ago
  20. f254fad Add RunWith annotation to AutoWindowSizingOnTest by nmittler · 8 years ago
  21. 7c847ac core: clarify EOS dataframe error came from server by Carl Mastrangelo · 8 years ago
  22. 864158b core: add tests for ResolvedServerInfo by Lukasz Strzalkowski · 8 years ago
  23. 26a08cd core: add DoNotMock annotations by Carl Mastrangelo · 8 years ago
  24. 7909abf core: remove unused code path. by Kun Zhang · 8 years ago
  25. 23652c5 core: change API of NameResolver#onUpdate by Lukasz Strzalkowski · 8 years ago
  26. 577164c Rename Dummy load balancer to PickFirst by Lukasz Strzalkowski · 8 years ago
  27. 5345be2 core: Add equals/hashCode by Lukasz Strzalkowski · 8 years ago
  28. 63d5473 Sync load_balancer.proto to latest version. by Kun Zhang · 8 years ago
  29. 8a0c89a integration-tests: add integration tests for auto window sizing by mfcripps · 8 years ago
  30. 092496b interop-testing: Remove hard-coded ports in ProxyTest by Eric Anderson · 8 years ago
  31. d854da6 interop-tests: reduce flakiness of proxy tests by mfcripps · 8 years ago
  32. 1f7fb04 docs: Android examples moved for sed in RELEASING.md by Eric Anderson · 8 years ago
  33. 57b9dd4 Update README to reference 1.0.0 by Eric Anderson · 8 years ago
  34. 9d747bb build: upgrade to protobuf-gradle-plugin 0.8.0 by Kun Zhang · 8 years ago
  35. 9ef13a4 netty: add window resizing to netty handlers and unit tests by mfcripps · 8 years ago
  36. c47d948 protobuf: copy input data before decoding by Carl Mastrangelo · 8 years ago
  37. 09d663f integration test: add a flowcontrolling proxy and integration tests by mfcripps · 8 years ago
  38. 0d89bb4 Update android example. by Xiao Hang · 8 years ago
  39. bcf6cc5 Simplify commands in Android README by Eric Anderson · 8 years ago
  40. 1285477 all: add parameter name to checkNotNull by Carl Mastrangelo · 8 years ago
  41. 55942fb auth: Tests should end in Test, not Tests by Eric Anderson · 8 years ago
  42. 7a33fae core: fix a deadlock in TransportSet. by Kun Zhang · 8 years ago
  43. 3879c6a Update README.md by Xiao Hang · 8 years ago
  44. c8648dc core: Remove usage of LogExceptionRunnable from Deadline by Eric Anderson · 8 years ago
  45. 5384f97 core: propagate name resolution errors by Carl Mastrangelo · 8 years ago
  46. ff7fb5f jenkins: Fix Windows build to specify Studio version by Eric Anderson · 8 years ago
  47. 54f5c4b benchmarks: add fork join pool executor to load server too by Carl Mastrangelo · 8 years ago
  48. 130d381 benchmarks: use a fork-join pool to reduce executor contention by Carl Mastrangelo · 8 years ago
  49. 09d7a41 examples: Explain reason for plainText() by Eric Anderson · 8 years ago
  50. 7c44a4e docs: Clarify the relationship between Status*Exception by Eric Anderson · 8 years ago
  51. d394cef core: Avoid wrapping Errors in RuntimeException by Eric Anderson · 8 years ago
  52. f25f55a docs: Update README.md before tagging release by Eric Anderson · 8 years ago
  53. 1aadc6c benchmarks: update to using jmh 1.13 by Carl Mastrangelo · 8 years ago
  54. 7267c0f Change routeguide example to use proto 3.0.0 by Xiao Hang · 8 years ago
  55. ab85d87 Update to Gradle 2.14 by Eric Anderson · 8 years ago
  56. 239d6ea Add android route guide example and move helloworld example to its own dir by Xiao Hang · 8 years ago
  57. 7d464fc inprocess: Avoid creating unnecessary threads by Eric Anderson · 8 years ago
  58. a8700a7 Begin consuming protobuf-lite artifact by Eric Anderson · 8 years ago
  59. 21b4ce7 netty: update to 4.1.4.Final by Jakob Buchgraber · 8 years ago
  60. 5b7a21a okhttp: Remove wrong status description by Eric Anderson · 8 years ago
  61. fb8402f stub: Avoid double-wrapping status by Eric Anderson · 8 years ago
  62. 1775ab3 core: call newStream() and applyRequestMetadata() under context. by Kun Zhang · 8 years ago
  63. aa33c59 Slightly encourage more use of lite, instead of nano by Eric Anderson · 8 years ago
  64. 5e1e883 Update protobuf to 3.0.0 by Eric Anderson · 8 years ago
  65. fccc282 examples: add an example for setting and reading error details by TzeKei Lee · 8 years ago
  66. 41f166f doc: fix io.grpc package level javadoc not showing up by ZHANG Dapeng · 8 years ago
  67. 2860959 Support Thrift Messages by Naveen Reddy Chedeti · 8 years ago
  68. 563baa4 interop: Fix flake in cascading test due to sleeps by Eric Anderson · 8 years ago
  69. 2506e93 Fix examples README by Xiao Hang · 8 years ago
  70. efc5cf5 benchmarks: avoid 2 copies in favor of one by Carl Mastrangelo · 8 years ago
  71. fbd3f52 android: Remove providers from ProGuard configuration by Eric Anderson · 8 years ago
  72. 093ab06 core: Log a warning in ClientCall.cancel if no detail is provided. by Kun Zhang · 8 years ago
  73. 841c7c4 docs: update grpc version to 0.15.0 and protoc to 3.0.0-beta-3 by Sky Ao · 8 years ago
  74. d0c173b core: Remove default implementation for ClientCall.cancel. by Kun Zhang · 8 years ago
  75. 8f5adf8 compiler: flip enable_deprecated option to false (#2080) by ZHANG Dapeng · 8 years ago
  76. bfd12e4 benchmarks: improve benchmarks recording and shutdown by Carl Mastrangelo · 8 years ago
  77. e276359 Force the immediate release of reference counted resources on AppEngine by Louis Ryan · 8 years ago
  78. 3a13aa5 compiler: make Stub final class by ZHANG Dapeng · 8 years ago
  79. 4b5511e compiler: Add FALLTHROUGH_INTENDED to appropriate cases by Eric Anderson · 8 years ago
  80. e109125 compiler: add build option to enable deprecated generated code by ZHANG Dapeng · 8 years ago
  81. e23d7ec netty: Add test for AbstractHttp2Headers by Eric Anderson · 8 years ago
  82. 2cd884e core: Reduce DeadlineTest flake by Eric Anderson · 8 years ago
  83. 4289aaf core: Hard-code a list of providers for Android by Eric Anderson · 8 years ago
  84. deeb976 Revise security provider selection for androind to choose from the by Louis Ryan · 8 years ago
  85. fa86c8e benchmarks: daemonize threads to reduce the number of stacktraces by Carl Mastrangelo · 8 years ago
  86. 297af44 netty: always flush at least once, even if there were no writes by Carl Mastrangelo · 8 years ago
  87. 083ea8e core: Add missing assert in CallOptionsTest by Eric Anderson · 8 years ago
  88. 780b269 Ensure that trailers are not lost when making blocking calls. by nmittler · 8 years ago
  89. c1ef806 Fix selection of security Provider to conscruct SSLContext by Louis Ryan · 8 years ago
  90. 0099657 android-interop: Remove usage of deprecated generated interface by Eric Anderson · 8 years ago
  91. 0ad5948 netty: update to 4.1.3.Final by Jakob Buchgraber · 8 years ago
  92. 9535995 netty: reduce contention in WriteQueue by Carl Mastrangelo · 8 years ago
  93. 8f31736 docs: Avoid using bindService() by Eric Anderson · 8 years ago
  94. 2e4138a core: Fix doc to refer to ImplBase by Eric Anderson · 8 years ago
  95. e34f2cf interop: Add constant for necessary max message size by Eric Anderson · 8 years ago
  96. f52b4e5 Make the OkHTTP transport AppEngine friendly. AppEngine may support by Louis Ryan · 8 years ago
  97. d2cc576 core: Fix ErrorProne errors by Eric Anderson · 8 years ago
  98. edf2c62 netty: update to 4.1.2.Final and tcnative Fork18 by Jakob Buchgraber · 8 years ago
  99. e9643bb Start 1.1.0 development cycle by Eric Anderson · 8 years ago
  100. 0a98ff0 interop: Bump maxMessageSize for Android testing by Eric Anderson · 8 years ago