1. abffc76 addressing reviewer comments by Eric Gribkoff · 8 years ago
  2. aff1cac Compiler/core changes to support the proto reflection API by Eric Gribkoff · 8 years ago
  3. 9eb8f15 interop-testing: fix lint errors found on import by Carl Mastrangelo · 8 years ago
  4. d019eea android-interop-testing: use new channel builder size limit by Carl Mastrangelo · 8 years ago
  5. fdd062c core: make max message size part of the public API by Carl Mastrangelo · 8 years ago
  6. 98f4e41 benchmarks: Avoid sending a message after half close by Eric Anderson · 8 years ago
  7. 2417660 netty: fix static data race on handler settings by Carl Mastrangelo · 8 years ago
  8. 862157a Changes to add support of Power8 little endian by Nishidha · 8 years ago
  9. 496a621 core: Use grace period to avoid exitIdleMode in fast path by Eric Anderson · 8 years ago
  10. 33d99ce Add UNIMPLEMENTED_METHOD interop test case. by Eric Gribkoff · 8 years ago
  11. 8702185 netty: use memory efficient slice in Buffer by Carl Mastrangelo · 8 years ago
  12. 894802e compiler: lazily generate ServiceDescriptors by Carl Mastrangelo · 8 years ago
  13. 6fa63a6 netty: Upgrade to 4.1.6 and tcnative Fork23. Fixes #2224 (#2349) by Jakob Buchgraber · 8 years ago
  14. 10f4c90 core: Call onSentBytes only if future is successfull. (#2339) by Jakob Buchgraber · 8 years ago
  15. 46e46eb benchmarks: Reduce histogram precision. (#2343) by Jakob Buchgraber · 8 years ago
  16. 1e1c71d netty: Add toString() to GrpcHttp2InboundHeaders. Fixes #2341. (#2342) by Jakob Buchgraber · 8 years ago
  17. abb4a2a core: Fix a bug for exception handling at messageRead by ZHANG Dapeng · 8 years ago
  18. 9606995 netty: Remove RequestMessagesCommand (#2333) by Jakob Buchgraber · 8 years ago
  19. 14cc0db netty: Special case Http2ChannelClosedException. Fixes #2279 (#2334) by Jakob Buchgraber · 8 years ago
  20. e7ce41d all: Style, unused, and errorprone fixes by Eric Anderson · 8 years ago
  21. d760a5a interop-testing: No census asserts for standalone client by Eric Anderson · 8 years ago
  22. 132f7a9 core: Census integration for stats (#2262) by Kun Zhang · 8 years ago
  23. 4e5765a all: fix minor JavaStyle errors found in code sync by dapengzhang0 · 8 years ago
  24. cad7124 core,netty: split stream state on client-side; AbstractStream2 by Eric Anderson · 8 years ago
  25. 93dd02c core/test: sanitize FakeClock by ZHANG Dapeng · 8 years ago
  26. e46cb81 Update OAuth section in SECURITY.md (#2319) by ZHANG Dapeng · 8 years ago
  27. 7aa0e1a netty: server support extension content types (#2306) by Jakob Buchgraber · 8 years ago
  28. 28ba599 Update README to reference 1.0.1 by Eric Anderson · 8 years ago
  29. 60715a5 docs: Suggest using Fork19 of tcnative by Eric Anderson · 8 years ago
  30. b1d72e5 all: Bump protobuf to 3.0.2, to fix protoc in CI by Eric Anderson · 8 years ago
  31. 3481283 interop-testing: limit the amount of noise from failing tests by Carl Mastrangelo · 8 years ago
  32. 3fb3af4 android-interop-testing: skip integration tests if there is not enough memory by Carl Mastrangelo · 8 years ago
  33. f5f9ca5 all: fix minor bugs discovered on import by Carl Mastrangelo · 8 years ago
  34. ce78224 netty: Refactor passing down SSL Session (#2295) by Łukasz Strzałkowski · 8 years ago
  35. 017f5f8 protobuf: make buffer cache even weaker by Carl Mastrangelo · 8 years ago
  36. ef4e0f4 protobuf: cache temp buffers by Carl Mastrangelo · 8 years ago
  37. d74091f core: fix a discrepency in state transition. by Kun Zhang · 8 years ago
  38. 107fa8e core: Channel connectivity state API. by Kun Zhang · 8 years ago
  39. 40c5700 core: fix race condition for TransportSet scheduleBackoff by ZHANG Dapeng · 8 years ago
  40. 141eed5 core: change Metadata internals to avoid garbage creation by Carl Mastrangelo · 8 years ago
  41. 16c07ba examples: fix bound method not same as in service descriptor for HelloJsonServer by ZHANG Dapeng · 8 years ago
  42. 48b6c19 interop-testing: skip large memory tests on constrained JVMs by Carl Mastrangelo · 8 years ago
  43. 0860746 Fix an NPE in Status. by Kun Zhang · 8 years ago
  44. f24cf2a Remove nonsense checkNotNull(). by Kun Zhang · 8 years ago
  45. bb73846 core: Remove com.google.common.collect usages, again by Eric Anderson · 8 years ago
  46. 1623063 core: speed up Status code and message parsing by Carl Mastrangelo · 8 years ago
  47. af24343 netty: complete promise when RequestMessagesCommand by Jakob Buchgraber · 8 years ago
  48. a702102 Mark Thrift experimental by Eric Anderson · 8 years ago
  49. 6907d81 core: Make getTransport's fast path lock-free by Eric Anderson · 8 years ago
  50. 3d4ae36 Fix a deadlock in TransportSet. by Kun Zhang · 8 years ago
  51. 8b745d9 core: Make PickFirst.pick's fast path lock-free by Eric Anderson · 8 years ago
  52. 4aadf55 netty: Fix receipt of ClosedChannelException instead of actual error. Fixes #1330. by Jakob Buchgraber · 8 years ago
  53. 8c18a0d netty: use custom http2 headers for decoding. by Jakob Buchgraber · 8 years ago
  54. de9c320 benchmarks: upgrade to jmh 1.14 by Carl Mastrangelo · 8 years ago
  55. e79a27d core: fix a javadoc bug in ClientCall by Carl Mastrangelo · 8 years ago
  56. 24de243 protobuf: fast path zero sized messages by Carl Mastrangelo · 8 years ago
  57. 35c3f81 core/internal: replace make Stream id a primitive by Carl Mastrangelo · 8 years ago
  58. c69a4b8 core: add a new option to MethodDescriptor for caching support by Xiao Hang · 8 years ago
  59. bdf8b01 core,protobuf: Add simple argument introspection for methods by Eric Anderson · 8 years ago
  60. f78644d core: add Metadata.discardAll() by Carl Mastrangelo · 8 years ago
  61. 5379de7 core: fix indentation in MethodDescriptor by Carl Mastrangelo · 8 years ago
  62. ca5a402 netty: cache method path conversion by Carl Mastrangelo · 8 years ago
  63. 893ef44 all/tests: add a ClientCall and ServerCall suitable for use in tests by Carl Mastrangelo · 8 years ago
  64. ea3f506 core: avoid allocating Iterators in EquivalentAddressGroup, which is called for each new RPC by Carl Mastrangelo · 8 years ago
  65. c4f7f5c core: split Context into a separate grpc-context artifact. by Kun Zhang · 8 years ago
  66. 58d78dd core: add ServerTransportFilter by Kun Zhang · 8 years ago
  67. 48c6b3d all/tests: unmock ClientCall and ServerCall by Carl Mastrangelo · 8 years ago
  68. 3bf8d94 core/tests: add missing RunWith annotation by Carl Mastrangelo · 8 years ago
  69. 6d28a93 core: simplify timeout header processing by Carl Mastrangelo · 8 years ago
  70. 8894769 stub: make more classes final by Carl Mastrangelo · 8 years ago
  71. 656e8ce core: Remove com.google.common.collect usages for Android by Eric Anderson · 9 years ago
  72. f254fad Add RunWith annotation to AutoWindowSizingOnTest by nmittler · 8 years ago
  73. 7c847ac core: clarify EOS dataframe error came from server by Carl Mastrangelo · 8 years ago
  74. 864158b core: add tests for ResolvedServerInfo by Lukasz Strzalkowski · 8 years ago
  75. 26a08cd core: add DoNotMock annotations by Carl Mastrangelo · 8 years ago
  76. 7909abf core: remove unused code path. by Kun Zhang · 8 years ago
  77. 23652c5 core: change API of NameResolver#onUpdate by Lukasz Strzalkowski · 8 years ago
  78. 577164c Rename Dummy load balancer to PickFirst by Lukasz Strzalkowski · 8 years ago
  79. 5345be2 core: Add equals/hashCode by Lukasz Strzalkowski · 8 years ago
  80. 63d5473 Sync load_balancer.proto to latest version. by Kun Zhang · 8 years ago
  81. 8a0c89a integration-tests: add integration tests for auto window sizing by mfcripps · 8 years ago
  82. 092496b interop-testing: Remove hard-coded ports in ProxyTest by Eric Anderson · 8 years ago
  83. d854da6 interop-tests: reduce flakiness of proxy tests by mfcripps · 8 years ago
  84. 1f7fb04 docs: Android examples moved for sed in RELEASING.md by Eric Anderson · 8 years ago
  85. 57b9dd4 Update README to reference 1.0.0 by Eric Anderson · 8 years ago
  86. 9d747bb build: upgrade to protobuf-gradle-plugin 0.8.0 by Kun Zhang · 8 years ago
  87. 9ef13a4 netty: add window resizing to netty handlers and unit tests by mfcripps · 8 years ago
  88. c47d948 protobuf: copy input data before decoding by Carl Mastrangelo · 8 years ago
  89. 09d663f integration test: add a flowcontrolling proxy and integration tests by mfcripps · 8 years ago
  90. 0d89bb4 Update android example. by Xiao Hang · 8 years ago
  91. bcf6cc5 Simplify commands in Android README by Eric Anderson · 8 years ago
  92. 1285477 all: add parameter name to checkNotNull by Carl Mastrangelo · 8 years ago
  93. 55942fb auth: Tests should end in Test, not Tests by Eric Anderson · 8 years ago
  94. 7a33fae core: fix a deadlock in TransportSet. by Kun Zhang · 8 years ago
  95. 3879c6a Update README.md by Xiao Hang · 8 years ago
  96. c8648dc core: Remove usage of LogExceptionRunnable from Deadline by Eric Anderson · 8 years ago
  97. 5384f97 core: propagate name resolution errors by Carl Mastrangelo · 8 years ago
  98. ff7fb5f jenkins: Fix Windows build to specify Studio version by Eric Anderson · 8 years ago
  99. 54f5c4b benchmarks: add fork join pool executor to load server too by Carl Mastrangelo · 8 years ago
  100. 130d381 benchmarks: use a fork-join pool to reduce executor contention by Carl Mastrangelo · 8 years ago