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