1. 2690e04 [LSC] Add LOCAL_LICENSE_KINDS to external/grpc-grpc-java by Bob Badour · 3 years, 4 months ago
  2. 8e51fde Add a lite OkHttp gRPC Client Library. by Karl Shaffer · 3 years, 6 months ago
  3. 4d84fe1 Fix grpc-java target by Julien Desprez · 6 years ago
  4. af14f34 Start adding Soong build files for grpc-grpc-java by Julien Desprez · 6 years ago
  5. b0f4232 all: use Java7 brackets by Carl Mastrangelo · 6 years ago
  6. a18abfb stub: stablize AbstractStub.withExecutor API by ZHANG Dapeng · 6 years ago
  7. 0d79e7a stub: disableAutoInboundFlowControl javadoc correction (#4785) by zpencer · 6 years ago
  8. 6d4841a stub: update docs about Call lifetime + minor cleanups by Carl Mastrangelo · 6 years ago
  9. 79b2470 all: update animalsniffer to Java 7 and add Android 14 (#4727) by Eric Gribkoff · 6 years ago
  10. 8544818 all: add tracking issues for all experimental APIs and make it required by Carl Mastrangelo · 6 years ago
  11. 989bc87 bazel: Remove http_file trick for neverlink by Eric Anderson · 6 years ago
  12. 8da06a8 all: remove unneeded deps on errorprone by Carl Mastrangelo · 6 years ago
  13. 15a5ba2 Remove DoNotMock annotation in favor of JavaDoc by Eric Anderson · 6 years ago
  14. 146b600 compiler,stub: update RpcMethod docs and usage by Carl Mastrangelo · 6 years ago
  15. ffcb3b9 compiler, stub: Rename inputType and outputType in @RpcMethod by jbingham-google · 6 years ago
  16. 9229e30 compiler, stub: Add @RpcMethod annotation by jbingham-google · 6 years ago
  17. 7edb41a stub: clarify StreamObservers interaction by Carl Mastrangelo · 6 years ago
  18. 5ce10f0 all: add gradle format checker by ZHANG Dapeng · 6 years ago
  19. dbf9bd2 stub: add @CheckReturnValue to AbstractStub by Grant Oakley · 6 years ago
  20. 60a0b0c all: normalize copyright header by Carl Mastrangelo · 6 years ago
  21. d50c191 core/stub: fix lint warnings by ZHANG Dapeng · 6 years ago
  22. fcb48ff core,stub: Add toString() to ClientCallImpl and GrpcFuture by Grant Oakley · 6 years ago
  23. 23fcedf Bazel: Fix compilation in Java 9 by David Ostrovsky · 6 years ago
  24. 4bc0c95 Update ErrorProne to 2.1.3 and fix failures by Eric Anderson · 6 years ago
  25. c9b02db all: add Status messages to all statuses by Carl Mastrangelo · 6 years ago
  26. 5a87a6f stub: Improve threading expectation docs by Eric Anderson · 7 years ago
  27. de408e0 stub: update ServerCalls to include status messages by Carl Mastrangelo · 7 years ago
  28. 37a67bf stub: clean up call cancellation by Carl Mastrangelo · 7 years ago
  29. c90f27f stub: add withExecutor API by ZHANG Dapeng · 7 years ago
  30. ab0aadf stub: add missing bazel dep @com_google_errorprone_error_prone_annotations//jar (#3584) by zpencer · 7 years ago
  31. 765a40c stub: avoid mocking stub classes by Carl Mastrangelo · 7 years ago
  32. 72b9ee2 all: Fix mismatch in naming Bazel Maven jars by Paul Gross · 7 years ago
  33. 9be41ba core,auth: Stabilize auth flow using CallCredentials by Eric Anderson · 7 years ago
  34. 3731a5d Implemented ClientCallStreamObserver.cancel() by Ryan Michela · 7 years ago
  35. f735fc1 stub: name more anonymous classes by Carl Mastrangelo · 7 years ago
  36. 193fd05 stub: clean up client calls to avoid synthetic class by Carl Mastrangelo · 7 years ago
  37. d387bfe stub: Use named classes rather than anonymous in ServerCalls by Carl Mastrangelo · 7 years ago
  38. 29befc1 doc: update external link by ZHANG Dapeng · 7 years ago
  39. 68d73fa doc: Uppercase Java by Mehrdad Afshari · 7 years ago
  40. 8ce0bc2 Canonicalize URL prefixes to https://grpc.io by Mehrdad Afshari · 7 years ago
  41. c436561 all: Use fixed version number for java 6/7 signatures by Eric Anderson · 7 years ago
  42. b7e50dd testing: move NoopClientCall & NoopServerCall to internal by ZHANG Dapeng · 7 years ago
  43. 6d9e149 build: Add Bazel java_grpc_library rule by Simon Horlick · 7 years ago
  44. 5324509 core: detect invalid states on server side (eg zero responses for unary) (#3068) by zpencer · 7 years ago
  45. 166108a all: fix licence whitespace by Carl Mastrangelo · 7 years ago
  46. 3bfd630 all: update to Apache 2 licence by Carl Mastrangelo · 7 years ago
  47. eb6acfe Javadoc improvements, especially to Context by Eric Anderson · 7 years ago
  48. bb978ba doc: initiate some package javadoc by ZHANG Dapeng · 7 years ago
  49. b2b6745 stub: rm redundant call field in StreamObserverToCallListenerAdapter by ZHANG Dapeng · 7 years ago
  50. 6d44f2f stub: document withChannel and document method history by Carl Mastrangelo · 7 years ago
  51. 42aa64c all: swap to newer animalsniffer plugin by Eric Anderson · 7 years ago
  52. 89bc2cd all: update to latest import ordering by Carl Mastrangelo · 7 years ago
  53. efbcd1f core: change method descriptor to be builder based by Carl Mastrangelo · 7 years ago
  54. 018e2d5 all: make some api non-experimental for 1.1 by ZHANG Dapeng · 7 years ago
  55. 8e463ce core,stub: remove deprecated deadline methods by Carl Mastrangelo · 7 years ago
  56. 8d49df2 all: add max message size to client calls by Carl Mastrangelo · 7 years ago
  57. f15ed05 stub: remove a reference to internal by Carl Mastrangelo · 7 years ago
  58. 6dc4633 stub: add withWaitForReady by ZHANG Dapeng · 8 years ago
  59. 893ef44 all/tests: add a ClientCall and ServerCall suitable for use in tests by Carl Mastrangelo · 8 years ago
  60. 48c6b3d all/tests: unmock ClientCall and ServerCall by Carl Mastrangelo · 8 years ago
  61. 8894769 stub: make more classes final by Carl Mastrangelo · 8 years ago
  62. 1285477 all: add parameter name to checkNotNull by Carl Mastrangelo · 8 years ago
  63. fb8402f stub: Avoid double-wrapping status by Eric Anderson · 8 years ago
  64. 297af44 netty: always flush at least once, even if there were no writes by Carl Mastrangelo · 8 years ago
  65. 780b269 Ensure that trailers are not lost when making blocking calls. by nmittler · 8 years ago
  66. 32fd329 core: Rename withCredentials to withCallCredentials on CallOptions by Eric Anderson · 8 years ago
  67. 29776ca core: Fix onReady race by adding DelayedStreamListener by Eric Anderson · 8 years ago
  68. b55a2bf core: clarify StreamObserver documentation by Carl Mastrangelo · 8 years ago
  69. 5487ea8 Remove unused variables by Eric Anderson · 8 years ago
  70. 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  71. ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  72. 26fb347 stub: Disable flaky test in ClientCallsTest (#1938) by Eric Anderson · 8 years ago
  73. 93c34ef stub: Improve ClientCall test to fail more obviously by Eric Anderson · 8 years ago
  74. b681a07 Introduce ClientResponseObsever to capture call initiation and to allow by Louis Ryan · 8 years ago
  75. 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 8 years ago
  76. 432cec7 core: CallCredentials by Kun Zhang · 8 years ago
  77. 90323ad core: add custom CallOptions by elandau · 8 years ago
  78. 7052d8b core: Promote Deadline API to stable by Eric Anderson · 8 years ago
  79. c102dd4 Add trailers to Status for BlockingResponseStream by nmittler · 8 years ago
  80. 6e40edb Add trailers to Status for BlockingResponseStream by nmittler · 8 years ago
  81. e198480 core, interop-testing: always set message encoding, and use it in interop tests by Carl Mastrangelo · 8 years ago
  82. 2825361 stub: use correct javadoc link for Guava by Carl Mastrangelo · 8 years ago
  83. 951b5a4 Adding metadata to Status exceptions. by nmittler · 8 years ago
  84. d9d4d8b Updating status codes to match the spec. by nmittler · 8 years ago
  85. bc661e7 all: Finish adding tracking issues for ExperimentalApi by Carl Mastrangelo · 8 years ago
  86. 0f9e3fa all: Add issues for many of the experimental API annotations by Carl Mastrangelo · 8 years ago
  87. b0ed77a Specify Status*Exception is to be used in StreamObserver.onError by Eric Anderson · 8 years ago
  88. 16e1689 Allow application to pass cancellation details. by Kun Zhang · 8 years ago
  89. 2fbf142 Provide base methods for Abstract stub by Lukasz Strzalkowski · 8 years ago
  90. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 8 years ago
  91. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 8 years ago
  92. 385d61a add a little detail about thread safety / fix typo (#1643) by Steven Parkes · 8 years ago
  93. 7d49990 Add RunWith annotation to AbstractStubTest. by Kun Zhang · 8 years ago
  94. 32ddf9f Make CallOptions and AbstractStub use Deadline. by buchgr · 8 years ago
  95. 65d3847 Remove references to Throwable.propagate by Carl Mastrangelo · 8 years ago
  96. fcda0bb Fix javadoc in MetadataUtils by buchgr · 8 years ago
  97. 8e3f375 Add null check for channel and calloptions when creating stub. Fixes #1438 by buchgr · 8 years ago
  98. 7902017 Add CallStreamObserver and ServerCallStreamObserver which allow for application level interaction with flow control by Louis Ryan · 8 years ago
  99. b752e76 Automated readability/efficiency tweaks by Eric Anderson · 8 years ago
  100. 898634f In blocking stubs, throw Status.CANCELLED on interruption by Eric Anderson · 8 years ago