1. 7c847ac core: clarify EOS dataframe error came from server by Carl Mastrangelo · 8 years ago
  2. 864158b core: add tests for ResolvedServerInfo by Lukasz Strzalkowski · 8 years ago
  3. 26a08cd core: add DoNotMock annotations by Carl Mastrangelo · 8 years ago
  4. 7909abf core: remove unused code path. by Kun Zhang · 8 years ago
  5. 23652c5 core: change API of NameResolver#onUpdate by Lukasz Strzalkowski · 8 years ago
  6. 577164c Rename Dummy load balancer to PickFirst by Lukasz Strzalkowski · 8 years ago
  7. 5345be2 core: Add equals/hashCode by Lukasz Strzalkowski · 8 years ago
  8. 63d5473 Sync load_balancer.proto to latest version. by Kun Zhang · 8 years ago
  9. 8a0c89a integration-tests: add integration tests for auto window sizing by mfcripps · 8 years ago
  10. 092496b interop-testing: Remove hard-coded ports in ProxyTest by Eric Anderson · 8 years ago
  11. d854da6 interop-tests: reduce flakiness of proxy tests by mfcripps · 8 years ago
  12. 1f7fb04 docs: Android examples moved for sed in RELEASING.md by Eric Anderson · 8 years ago
  13. 57b9dd4 Update README to reference 1.0.0 by Eric Anderson · 8 years ago
  14. 9d747bb build: upgrade to protobuf-gradle-plugin 0.8.0 by Kun Zhang · 8 years ago
  15. 9ef13a4 netty: add window resizing to netty handlers and unit tests by mfcripps · 8 years ago
  16. c47d948 protobuf: copy input data before decoding by Carl Mastrangelo · 8 years ago
  17. 09d663f integration test: add a flowcontrolling proxy and integration tests by mfcripps · 8 years ago
  18. 0d89bb4 Update android example. by Xiao Hang · 8 years ago
  19. bcf6cc5 Simplify commands in Android README by Eric Anderson · 8 years ago
  20. 1285477 all: add parameter name to checkNotNull by Carl Mastrangelo · 8 years ago
  21. 55942fb auth: Tests should end in Test, not Tests by Eric Anderson · 8 years ago
  22. 7a33fae core: fix a deadlock in TransportSet. by Kun Zhang · 8 years ago
  23. 3879c6a Update README.md by Xiao Hang · 8 years ago
  24. c8648dc core: Remove usage of LogExceptionRunnable from Deadline by Eric Anderson · 8 years ago
  25. 5384f97 core: propagate name resolution errors by Carl Mastrangelo · 8 years ago
  26. ff7fb5f jenkins: Fix Windows build to specify Studio version by Eric Anderson · 8 years ago
  27. 54f5c4b benchmarks: add fork join pool executor to load server too by Carl Mastrangelo · 8 years ago
  28. 130d381 benchmarks: use a fork-join pool to reduce executor contention by Carl Mastrangelo · 8 years ago
  29. 09d7a41 examples: Explain reason for plainText() by Eric Anderson · 8 years ago
  30. 7c44a4e docs: Clarify the relationship between Status*Exception by Eric Anderson · 8 years ago
  31. d394cef core: Avoid wrapping Errors in RuntimeException by Eric Anderson · 8 years ago
  32. f25f55a docs: Update README.md before tagging release by Eric Anderson · 8 years ago
  33. 1aadc6c benchmarks: update to using jmh 1.13 by Carl Mastrangelo · 8 years ago
  34. 7267c0f Change routeguide example to use proto 3.0.0 by Xiao Hang · 8 years ago
  35. ab85d87 Update to Gradle 2.14 by Eric Anderson · 8 years ago
  36. 239d6ea Add android route guide example and move helloworld example to its own dir by Xiao Hang · 8 years ago
  37. 7d464fc inprocess: Avoid creating unnecessary threads by Eric Anderson · 8 years ago
  38. a8700a7 Begin consuming protobuf-lite artifact by Eric Anderson · 8 years ago
  39. 21b4ce7 netty: update to 4.1.4.Final by Jakob Buchgraber · 8 years ago
  40. 5b7a21a okhttp: Remove wrong status description by Eric Anderson · 8 years ago
  41. fb8402f stub: Avoid double-wrapping status by Eric Anderson · 8 years ago
  42. 1775ab3 core: call newStream() and applyRequestMetadata() under context. by Kun Zhang · 8 years ago
  43. aa33c59 Slightly encourage more use of lite, instead of nano by Eric Anderson · 8 years ago
  44. 5e1e883 Update protobuf to 3.0.0 by Eric Anderson · 8 years ago
  45. fccc282 examples: add an example for setting and reading error details by TzeKei Lee · 8 years ago
  46. 41f166f doc: fix io.grpc package level javadoc not showing up by ZHANG Dapeng · 8 years ago
  47. 2860959 Support Thrift Messages by Naveen Reddy Chedeti · 8 years ago
  48. 563baa4 interop: Fix flake in cascading test due to sleeps by Eric Anderson · 8 years ago
  49. 2506e93 Fix examples README by Xiao Hang · 8 years ago
  50. efc5cf5 benchmarks: avoid 2 copies in favor of one by Carl Mastrangelo · 8 years ago
  51. fbd3f52 android: Remove providers from ProGuard configuration by Eric Anderson · 8 years ago
  52. 093ab06 core: Log a warning in ClientCall.cancel if no detail is provided. by Kun Zhang · 8 years ago
  53. 841c7c4 docs: update grpc version to 0.15.0 and protoc to 3.0.0-beta-3 by Sky Ao · 8 years ago
  54. d0c173b core: Remove default implementation for ClientCall.cancel. by Kun Zhang · 8 years ago
  55. 8f5adf8 compiler: flip enable_deprecated option to false (#2080) by ZHANG Dapeng · 8 years ago
  56. bfd12e4 benchmarks: improve benchmarks recording and shutdown by Carl Mastrangelo · 8 years ago
  57. e276359 Force the immediate release of reference counted resources on AppEngine by Louis Ryan · 8 years ago
  58. 3a13aa5 compiler: make Stub final class by ZHANG Dapeng · 8 years ago
  59. 4b5511e compiler: Add FALLTHROUGH_INTENDED to appropriate cases by Eric Anderson · 8 years ago
  60. e109125 compiler: add build option to enable deprecated generated code by ZHANG Dapeng · 8 years ago
  61. e23d7ec netty: Add test for AbstractHttp2Headers by Eric Anderson · 8 years ago
  62. 2cd884e core: Reduce DeadlineTest flake by Eric Anderson · 8 years ago
  63. 4289aaf core: Hard-code a list of providers for Android by Eric Anderson · 8 years ago
  64. deeb976 Revise security provider selection for androind to choose from the by Louis Ryan · 8 years ago
  65. fa86c8e benchmarks: daemonize threads to reduce the number of stacktraces by Carl Mastrangelo · 8 years ago
  66. 297af44 netty: always flush at least once, even if there were no writes by Carl Mastrangelo · 8 years ago
  67. 083ea8e core: Add missing assert in CallOptionsTest by Eric Anderson · 8 years ago
  68. 780b269 Ensure that trailers are not lost when making blocking calls. by nmittler · 8 years ago
  69. c1ef806 Fix selection of security Provider to conscruct SSLContext by Louis Ryan · 8 years ago
  70. 0099657 android-interop: Remove usage of deprecated generated interface by Eric Anderson · 8 years ago
  71. 0ad5948 netty: update to 4.1.3.Final by Jakob Buchgraber · 8 years ago
  72. 9535995 netty: reduce contention in WriteQueue by Carl Mastrangelo · 8 years ago
  73. 8f31736 docs: Avoid using bindService() by Eric Anderson · 8 years ago
  74. 2e4138a core: Fix doc to refer to ImplBase by Eric Anderson · 8 years ago
  75. e34f2cf interop: Add constant for necessary max message size by Eric Anderson · 8 years ago
  76. f52b4e5 Make the OkHTTP transport AppEngine friendly. AppEngine may support by Louis Ryan · 8 years ago
  77. d2cc576 core: Fix ErrorProne errors by Eric Anderson · 8 years ago
  78. edf2c62 netty: update to 4.1.2.Final and tcnative Fork18 by Jakob Buchgraber · 8 years ago
  79. e9643bb Start 1.1.0 development cycle by Eric Anderson · 8 years ago
  80. 0a98ff0 interop: Bump maxMessageSize for Android testing by Eric Anderson · 8 years ago
  81. bfcb04c core: Allow avoiding Provider loading, for Android by Eric Anderson · 8 years ago
  82. d7bf67e examples: Provide Maven and Gradle build files by Eric Anderson · 8 years ago
  83. 3c03eb7 travis,jenkins: Fail build if javac emits warnings by Eric Anderson · 8 years ago
  84. 7fb43d2 core: Add generics to raw types in KeepAliveManagerTest by Eric Anderson · 8 years ago
  85. 0e47be1 core: Save accept encoding since Metadata is not thread-safe by Eric Anderson · 8 years ago
  86. 0d6a9de netty: deduplicate javadoc accidentially introduced in e80b136495c by Jakob Buchgraber · 8 years ago
  87. 7504b79 netty: add logging to find cause of ClosedChannelException. by Jakob Buchgraber · 8 years ago
  88. d9001ca Keepalive support by Xiao Hang · 8 years ago
  89. a86c5bf docs: Fix an issue link on ExperimentalApi. by Kun Zhang · 8 years ago
  90. 527fd67 core: Channel Idleness by Kun Zhang · 8 years ago
  91. e80b136 Fix wrong use of checkNotNull in WriteQueue. by Jakob Buchgraber · 8 years ago
  92. 7b26a32 docs: Add gradle build to steps in RELEASING by Eric Anderson · 8 years ago
  93. 554287a docs: Add missing files to sed in RELEASING by Eric Anderson · 8 years ago
  94. 16b096b Reduce default max message size to 4 MiB by Eric Anderson · 8 years ago
  95. 2d7347f netty: undo commit 6a55e29 as netty's DefaultThreadFactory has been fixed by Jakob Buchgraber · 8 years ago
  96. 1257f96 netty: reduce allocations in write queue. by Jakob Buchgraber · 8 years ago
  97. 9bbaa8f interop tests: fix race in Compression tests where MetadataEntry.getParsed was being concurrently called. by Carl Mastrangelo · 8 years ago
  98. 8d92831 core: add @GaurdedBy annotations for mutable state of ServerImpl by Carl Mastrangelo · 8 years ago
  99. 2292cbf netty: prevent race between transportCreated and transportShutdown by Carl Mastrangelo · 8 years ago
  100. 46379da Start 1.0.0 development cycle by Eric Anderson · 8 years ago