1. f15ed05 stub: remove a reference to internal by Carl Mastrangelo · 8 years ago
  2. 6dc4633 stub: add withWaitForReady by ZHANG Dapeng · 8 years ago
  3. 893ef44 all/tests: add a ClientCall and ServerCall suitable for use in tests by Carl Mastrangelo · 8 years ago
  4. 48c6b3d all/tests: unmock ClientCall and ServerCall by Carl Mastrangelo · 8 years ago
  5. 8894769 stub: make more classes final by Carl Mastrangelo · 8 years ago
  6. 1285477 all: add parameter name to checkNotNull by Carl Mastrangelo · 8 years ago
  7. fb8402f stub: Avoid double-wrapping status by Eric Anderson · 8 years ago
  8. 297af44 netty: always flush at least once, even if there were no writes by Carl Mastrangelo · 8 years ago
  9. 780b269 Ensure that trailers are not lost when making blocking calls. by nmittler · 8 years ago
  10. 32fd329 core: Rename withCredentials to withCallCredentials on CallOptions by Eric Anderson · 8 years ago
  11. 29776ca core: Fix onReady race by adding DelayedStreamListener by Eric Anderson · 8 years ago
  12. b55a2bf core: clarify StreamObserver documentation by Carl Mastrangelo · 8 years ago
  13. 5487ea8 Remove unused variables by Eric Anderson · 8 years ago
  14. 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  15. ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  16. 26fb347 stub: Disable flaky test in ClientCallsTest (#1938) by Eric Anderson · 8 years ago
  17. 93c34ef stub: Improve ClientCall test to fail more obviously by Eric Anderson · 8 years ago
  18. b681a07 Introduce ClientResponseObsever to capture call initiation and to allow by Louis Ryan · 8 years ago
  19. 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 8 years ago
  20. 432cec7 core: CallCredentials by Kun Zhang · 8 years ago
  21. 90323ad core: add custom CallOptions by elandau · 8 years ago
  22. 7052d8b core: Promote Deadline API to stable by Eric Anderson · 8 years ago
  23. c102dd4 Add trailers to Status for BlockingResponseStream by nmittler · 8 years ago
  24. 6e40edb Add trailers to Status for BlockingResponseStream by nmittler · 8 years ago
  25. e198480 core, interop-testing: always set message encoding, and use it in interop tests by Carl Mastrangelo · 8 years ago
  26. 2825361 stub: use correct javadoc link for Guava by Carl Mastrangelo · 8 years ago
  27. 951b5a4 Adding metadata to Status exceptions. by nmittler · 8 years ago
  28. d9d4d8b Updating status codes to match the spec. by nmittler · 8 years ago
  29. bc661e7 all: Finish adding tracking issues for ExperimentalApi by Carl Mastrangelo · 8 years ago
  30. 0f9e3fa all: Add issues for many of the experimental API annotations by Carl Mastrangelo · 8 years ago
  31. b0ed77a Specify Status*Exception is to be used in StreamObserver.onError by Eric Anderson · 8 years ago
  32. 16e1689 Allow application to pass cancellation details. by Kun Zhang · 8 years ago
  33. 2fbf142 Provide base methods for Abstract stub by Lukasz Strzalkowski · 9 years ago
  34. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 9 years ago
  35. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 9 years ago
  36. 385d61a add a little detail about thread safety / fix typo (#1643) by Steven Parkes · 9 years ago
  37. 7d49990 Add RunWith annotation to AbstractStubTest. by Kun Zhang · 9 years ago
  38. 32ddf9f Make CallOptions and AbstractStub use Deadline. by buchgr · 9 years ago
  39. 65d3847 Remove references to Throwable.propagate by Carl Mastrangelo · 9 years ago
  40. fcda0bb Fix javadoc in MetadataUtils by buchgr · 9 years ago
  41. 8e3f375 Add null check for channel and calloptions when creating stub. Fixes #1438 by buchgr · 9 years ago
  42. 7902017 Add CallStreamObserver and ServerCallStreamObserver which allow for application level interaction with flow control by Louis Ryan · 9 years ago
  43. b752e76 Automated readability/efficiency tweaks by Eric Anderson · 9 years ago
  44. 898634f In blocking stubs, throw Status.CANCELLED on interruption by Eric Anderson · 9 years ago
  45. a3c79e8 Add a simple compression API by Carl Mastrangelo · 9 years ago
  46. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 9 years ago
  47. 4b18f49 Move ServerCall unary check and add tests by Carl Mastrangelo · 9 years ago
  48. 529b14c Add compressor registry, and auto negotiate compression by Carl Mastrangelo · 9 years ago
  49. 7f2678a Switch from INTERNAL to CANCELLED for InterruptedException by Louis Ryan · 9 years ago
  50. 47ad6f8 Fix the double-closure of server call for interop tests. by Xudong Ma · 9 years ago
  51. 1cfba96 Enforce sending headers before messages on server by Eric Anderson · 9 years ago
  52. 701f9cd Remove stray request() in server-sending path by Eric Anderson · 9 years ago
  53. 9cb36c6 Mark some APIs codegen uses experimental to allow for optimizations by Eric Anderson · 9 years ago
  54. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago
  55. 23e6318 Reduce API surface of AbstractStub by Eric Anderson · 9 years ago
  56. 399be9a Use stub call options for compression by Carl Mastrangelo · 9 years ago
  57. 0a51f0f Move StreamRecorder to testing package. by Xudong Ma · 9 years ago
  58. a4c821d Rename onValue to onNext in StreamObserver to align with the naming in Rx & the proposed Flow API in by Louis Ryan · 9 years ago
  59. d5977c4 Fixing the benchmarks by nmittler · 9 years ago
  60. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  61. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  62. b141093 Make serverInterceptor use MethodDescriptor by Carl Mastrangelo · 9 years ago
  63. e76b8e7 Renamed Server payload to message by Carl Mastrangelo · 9 years ago
  64. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 9 years ago
  65. 89db769 Rename sendPayload to sendMessage by Carl Mastrangelo · 9 years ago
  66. 14e7741 Rename onPayload to onMessage by Carl Mastrangelo · 9 years ago
  67. 60cf5eb Use mutation methods for stub reconfiguration. by Kun Zhang · 9 years ago
  68. eb92967 Get rid of AbstractServiceDescriptor as it is no longer useful by Kun Zhang · 9 years ago
  69. b80abef Optimize for flow-control: only request for 2 responses in unary-response cases by Kun Zhang · 9 years ago
  70. d28535b Fail call if more than responses received while only one is expected by Kun Zhang · 9 years ago
  71. 686dcff Rename unaryFutureCall to futureUnaryCall by Kun Zhang · 9 years ago
  72. 690b26e Sanitize ClientCalls. by Kun Zhang · 9 years ago
  73. 867c76d Separate ServerCall binding utilities per method type. by Kun Zhang · 9 years ago
  74. c73b75e Change AbstractServiceDescriptor.methods() to Collection. Resolves #573 by Kun Zhang · 9 years ago
  75. 73acc73 Remove Method and switch its users to MethodDescriptor. by Kun Zhang · 9 years ago
  76. d27cbc8 Improve docs to describe close as being last method called by Eric Anderson · 9 years ago
  77. d3c5b00 Add CallOptions. by Kun Zhang · 9 years ago
  78. 68efade Set hard-coded deadline to just under 1 year by Eric Anderson · 9 years ago
  79. 74b5d29 Improve Exception backtrace for blocked streaming by Eric Anderson · 9 years ago
  80. 7233077 Fake infinite timeout; 1s is not a good hard-coded timeout by Eric Anderson · 9 years ago
  81. fd52a76 Blocking calls should error with StatusRuntimeException by Eric Anderson · 9 years ago
  82. 2ee4d02 Rename Call to ClientCalls. by Kun Zhang · 9 years ago
  83. 10fb206 Produce combined JavaDoc, add links, exclude internals by Eric Anderson · 9 years ago
  84. 64176d5 Adding outbound flow control for Netty. by nmittler · 9 years ago
  85. 7779b4f Cleaning up some warnings. by nmittler · 9 years ago
  86. 0d89d3d Fix the issue where the intecepting call fails in start(), does not by Kun Zhang · 10 years ago
  87. 2cad9e6 Add "unsed import" check. by Xudong Ma · 10 years ago
  88. c3e8dae Add checkstyle checking by Eric Anderson · 10 years ago
  89. abd4eec Implement cancellation for the Future interface. by zhangkun83 · 10 years ago
  90. c01af90 Polish javadoc for stub/* by zhangkun83 · 10 years ago
  91. 95c6f50 Udate TODOs to use Github user names by Louis Ryan · 10 years ago
  92. 746ecca Fix inbound flow control for Calls.blockingServerStreamingCall by Eric Anderson · 10 years ago
  93. f831458 Removing all references to "stubby" by nmittler · 10 years ago
  94. 1905249 Removing Maven build by nmittler · 10 years ago
  95. 02c953e Migrating run scripts to gradle. by nmittler · 10 years ago
  96. de3a131 Changing gRPC Java inbound flow control model by nmittler · 10 years ago
  97. 4de2026 Fix TODO attribution by ejona · 10 years ago
  98. 828f941 Remove dependency on guava Lists for initializing list. by simonma · 10 years ago
  99. 11c363a Disallowing message delivery after status has been delivered to the listener. by nathanmittler · 10 years ago
  100. 164b734 Adding gradle build for Java grpc by nathanmittler · 10 years ago