1. bfcb04c core: Allow avoiding Provider loading, for Android by Eric Anderson · 8 years ago
  2. d7bf67e examples: Provide Maven and Gradle build files by Eric Anderson · 8 years ago
  3. 3c03eb7 travis,jenkins: Fail build if javac emits warnings by Eric Anderson · 8 years ago
  4. 7fb43d2 core: Add generics to raw types in KeepAliveManagerTest by Eric Anderson · 8 years ago
  5. 0e47be1 core: Save accept encoding since Metadata is not thread-safe by Eric Anderson · 8 years ago
  6. 0d6a9de netty: deduplicate javadoc accidentially introduced in e80b136495c by Jakob Buchgraber · 8 years ago
  7. 7504b79 netty: add logging to find cause of ClosedChannelException. by Jakob Buchgraber · 8 years ago
  8. d9001ca Keepalive support by Xiao Hang · 8 years ago
  9. a86c5bf docs: Fix an issue link on ExperimentalApi. by Kun Zhang · 8 years ago
  10. 527fd67 core: Channel Idleness by Kun Zhang · 8 years ago
  11. e80b136 Fix wrong use of checkNotNull in WriteQueue. by Jakob Buchgraber · 8 years ago
  12. 7b26a32 docs: Add gradle build to steps in RELEASING by Eric Anderson · 8 years ago
  13. 554287a docs: Add missing files to sed in RELEASING by Eric Anderson · 8 years ago
  14. 16b096b Reduce default max message size to 4 MiB by Eric Anderson · 8 years ago
  15. 2d7347f netty: undo commit 6a55e29 as netty's DefaultThreadFactory has been fixed by Jakob Buchgraber · 8 years ago
  16. 1257f96 netty: reduce allocations in write queue. by Jakob Buchgraber · 8 years ago
  17. 9bbaa8f interop tests: fix race in Compression tests where MetadataEntry.getParsed was being concurrently called. by Carl Mastrangelo · 8 years ago
  18. 8d92831 core: add @GaurdedBy annotations for mutable state of ServerImpl by Carl Mastrangelo · 8 years ago
  19. 2292cbf netty: prevent race between transportCreated and transportShutdown by Carl Mastrangelo · 8 years ago
  20. 46379da Start 1.0.0 development cycle by Eric Anderson · 8 years ago
  21. 75f27ba examples: Avoid deprecated generated class by Eric Anderson · 8 years ago
  22. 32fd329 core: Rename withCredentials to withCallCredentials on CallOptions by Eric Anderson · 8 years ago
  23. 8f78b4d Fixing error-prone warnings. by nmittler · 8 years ago
  24. 3eafa5a benchmarks: fix typo in README by Jakob Buchgraber · 8 years ago
  25. 31651f3 auth: Promote OAuth2 service accounts to JWT by Eric Anderson · 8 years ago
  26. c573374 netty: fix incorrect usage of AsciString. by Jakob Buchgraber · 8 years ago
  27. f149e4c compiler: deprecate interfaces and add ImplBase in codegen by ZHANG Dapeng · 8 years ago
  28. dc027ff examples: add an example showing how to get the error details from a call by Carl Mastrangelo · 8 years ago
  29. 4b17a2e Android hello world example is now using proto lite. by David Cao · 8 years ago
  30. 8ed2dc8 testware: fix flakes caused by pickUnusedPort by ZHANG Dapeng · 8 years ago
  31. dbef1af Bump protobuf dependency to 3.0.0-beta-3 by Eric Anderson · 8 years ago
  32. fe5b7e3 core: Improve error message when lacking NameResolverProviders by Eric Anderson · 8 years ago
  33. 29776ca core: Fix onReady race by adding DelayedStreamListener by Eric Anderson · 8 years ago
  34. 88a0378 core: Add a RoundRobin LoadBalancer. by William Thurston · 8 years ago
  35. b55a2bf core: clarify StreamObserver documentation by Carl Mastrangelo · 8 years ago
  36. fc5197f netty: detect when ALPN was not used. Fixes #522 by Jakob Buchgraber · 8 years ago
  37. 46f418d core: fix race with exception in onMessage by Carl Mastrangelo · 8 years ago
  38. 6c59770 core: update issue for Contexts experimental status by Carl Mastrangelo · 8 years ago
  39. 5487ea8 Remove unused variables by Eric Anderson · 8 years ago
  40. e11917e core: add package level javadoc. by Carl Mastrangelo · 8 years ago
  41. a10712b examples: move json server and client to advanced package by Carl Mastrangelo · 8 years ago
  42. 6f2c1ea core: mark Context as not experimental by Carl Mastrangelo · 8 years ago
  43. adbc3f7 doc: add flow-control example to ClientCall javadoc. by Kun Zhang · 8 years ago
  44. 23f34be core: Move ServerMethodDefinition back into top-level class by Eric Anderson · 8 years ago
  45. cd9042b core: Harden ServiceDescriptor API by Eric Anderson · 8 years ago
  46. bf588b0 core: Add convenience builder for ServerServiceDefinition by Eric Anderson · 8 years ago
  47. 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  48. 2eaa540 doc: Status's cause is not transmitted from server to client (#1962) by ZHANG Dapeng · 8 years ago
  49. 95d44b4 core: make ServerInterceptor non experimental by Carl Mastrangelo · 8 years ago
  50. b51749b core: make BindableService no longer experimental. by Carl Mastrangelo · 8 years ago
  51. d6a090a auth: handle null value from getRequestMetadata(). by Kun Zhang · 8 years ago
  52. 920d8a1 auth: revert ClientAuthInterceptor to its original implementation. by Kun Zhang · 8 years ago
  53. 4372cee android: Add ProGuard rules for NameResolverProvider by Eric Anderson · 8 years ago
  54. b7ed883 core: Avoid loading ManagedChannelProvider from NameResolverProvider by Eric Anderson · 8 years ago
  55. ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  56. 11a314e Delete the old ClientCall.cancel(). by Kun Zhang · 8 years ago
  57. def237d auth: MoreCallCredentials.from(Credentials). by Kun Zhang · 8 years ago
  58. 63d8274 core: don't create a new context for each client call. Fixes #1926 by Jakob Buchgraber · 8 years ago
  59. 26fb347 stub: Disable flaky test in ClientCallsTest (#1938) by Eric Anderson · 8 years ago
  60. 93c34ef stub: Improve ClientCall test to fail more obviously by Eric Anderson · 8 years ago
  61. 95791b7 okhttp: fix NPE when using CLEARTEXT connectionSpec by ZHANG Dapeng · 8 years ago
  62. 38b950f core: add transportInUse() to transport listener. by Kun Zhang · 8 years ago
  63. 33cd6be core: Overwrite values for existing custom call options. by Jakob Buchgraber · 8 years ago
  64. e7c735a Make ServerCallHandler non-experimental. by Kun Zhang · 8 years ago
  65. a62e976 docs: Don't suggest using grpc-all by Eric Anderson · 8 years ago
  66. a2076f4 core: Enable per-message compression bit by default by Eric Anderson · 9 years ago
  67. 7c2f791 benchmarks: add a header encoding benchmark by Carl Mastrangelo · 8 years ago
  68. b681a07 Introduce ClientResponseObsever to capture call initiation and to allow by Louis Ryan · 8 years ago
  69. 26bace6 core: Improve fail fast status messages by Eric Anderson · 8 years ago
  70. 56a2938 core: Add NameResolverProvider by Eric Anderson · 8 years ago
  71. df346e3 examples: make JSON code more obviously advanced by Carl Mastrangelo · 8 years ago
  72. 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 8 years ago
  73. 0b55c81 core: Move ACCEPT_ENCODING_JOINER to DecompressorRegistry by Eric Anderson · 8 years ago
  74. 4b127f2 core: Fix CallOptions 'wait for ready' and toString() by Jakob Buchgraber · 8 years ago
  75. 7da48ae core: log exceptions thrown by Runnable's executed via schedule(..). Fixes #1237 by Jakob Buchgraber · 8 years ago
  76. 9d4a43f core: fail fast implementation by ZHANG Dapeng · 8 years ago
  77. 432cec7 core: CallCredentials by Kun Zhang · 8 years ago
  78. 1215496 docs: update documentation for client TLS in SECURITY.md by Doug Clark · 8 years ago
  79. a05ab57 core: emit lists of lists from NameResolver by William Thurston · 8 years ago
  80. 03d9450 netty: Use uber boringssl jar by Eric Anderson · 8 years ago
  81. 3f5a154 netty: Bump Netty dependency to 4.1.1.Final by Eric Anderson · 8 years ago
  82. 7c722e4 codegen: Specify URL for ExperimentalApi by Eric Anderson · 8 years ago
  83. 05ce545 core: A missed-out test for #1896 by Kun Zhang · 8 years ago
  84. b88ea27 core/internal: add 3-arg newStream method to ClientTransport interface (#1898) by ZHANG Dapeng · 8 years ago
  85. 53cd333 core: add test for complete() without close() exception in AbstractServerStream. Fixes #615 by Jakob Buchgraber · 8 years ago
  86. 0021e06 benchmarks: reset context in AsyncClient to avoid chaining. by Carl Mastrangelo · 8 years ago
  87. c6fd94c Implement shutdownNow by Eric Anderson · 9 years ago
  88. 631a9d5 Fix URI construction. by Kun Zhang · 8 years ago
  89. 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
  90. c6c7479 netty: add toString() to GrpcHttp2Headers by Jakob Buchgraber · 8 years ago
  91. 90323ad core: add custom CallOptions by elandau · 8 years ago
  92. 2ed39c9 core: cache decompressor registry encodings, and make it copy on write by Carl Mastrangelo · 8 years ago
  93. 9050640 Differentiate transport to LB services and to servers. by Kun Zhang · 8 years ago
  94. 676bf48 core: fix nags from linter by Carl Mastrangelo · 8 years ago
  95. 02eb24b core,netty,okhttp: move user agent removal closer to where it is set by Carl Mastrangelo · 8 years ago
  96. 028d084 core: add test for deframer closed exception. fixes #1795 by Jakob Buchgraber · 8 years ago
  97. 134451f benchmarks: use nextUp for nextDelay calculation in OpenLoopClient by Carl Mastrangelo · 8 years ago
  98. c08d74f TransportSet shutdown() also shuts down the pending transport. by Kun Zhang · 8 years ago
  99. 9f37951 benchmarks: honor transport in AsyncClient by Carl Mastrangelo · 8 years ago
  100. 3619364 core/internal: fix regex pattern by ZHANG Dapeng · 8 years ago