1. 7d49990 Add RunWith annotation to AbstractStubTest. by Kun Zhang · 9 years ago
  2. 32ddf9f Make CallOptions and AbstractStub use Deadline. by buchgr · 9 years ago
  3. 65d3847 Remove references to Throwable.propagate by Carl Mastrangelo · 9 years ago
  4. fcda0bb Fix javadoc in MetadataUtils by buchgr · 9 years ago
  5. 8e3f375 Add null check for channel and calloptions when creating stub. Fixes #1438 by buchgr · 9 years ago
  6. 7902017 Add CallStreamObserver and ServerCallStreamObserver which allow for application level interaction with flow control by Louis Ryan · 9 years ago
  7. b752e76 Automated readability/efficiency tweaks by Eric Anderson · 9 years ago
  8. 898634f In blocking stubs, throw Status.CANCELLED on interruption by Eric Anderson · 9 years ago
  9. a3c79e8 Add a simple compression API by Carl Mastrangelo · 9 years ago
  10. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 9 years ago
  11. 4b18f49 Move ServerCall unary check and add tests by Carl Mastrangelo · 9 years ago
  12. 529b14c Add compressor registry, and auto negotiate compression by Carl Mastrangelo · 9 years ago
  13. 7f2678a Switch from INTERNAL to CANCELLED for InterruptedException by Louis Ryan · 9 years ago
  14. 47ad6f8 Fix the double-closure of server call for interop tests. by Xudong Ma · 9 years ago
  15. 1cfba96 Enforce sending headers before messages on server by Eric Anderson · 9 years ago
  16. 701f9cd Remove stray request() in server-sending path by Eric Anderson · 9 years ago
  17. 9cb36c6 Mark some APIs codegen uses experimental to allow for optimizations by Eric Anderson · 9 years ago
  18. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago
  19. 23e6318 Reduce API surface of AbstractStub by Eric Anderson · 9 years ago
  20. 399be9a Use stub call options for compression by Carl Mastrangelo · 9 years ago
  21. 0a51f0f Move StreamRecorder to testing package. by Xudong Ma · 9 years ago
  22. 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
  23. d5977c4 Fixing the benchmarks by nmittler · 9 years ago
  24. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  25. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  26. b141093 Make serverInterceptor use MethodDescriptor by Carl Mastrangelo · 9 years ago
  27. e76b8e7 Renamed Server payload to message by Carl Mastrangelo · 9 years ago
  28. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 9 years ago
  29. 89db769 Rename sendPayload to sendMessage by Carl Mastrangelo · 9 years ago
  30. 14e7741 Rename onPayload to onMessage by Carl Mastrangelo · 9 years ago
  31. 60cf5eb Use mutation methods for stub reconfiguration. by Kun Zhang · 9 years ago
  32. eb92967 Get rid of AbstractServiceDescriptor as it is no longer useful by Kun Zhang · 9 years ago
  33. b80abef Optimize for flow-control: only request for 2 responses in unary-response cases by Kun Zhang · 9 years ago
  34. d28535b Fail call if more than responses received while only one is expected by Kun Zhang · 9 years ago
  35. 686dcff Rename unaryFutureCall to futureUnaryCall by Kun Zhang · 9 years ago
  36. 690b26e Sanitize ClientCalls. by Kun Zhang · 9 years ago
  37. 867c76d Separate ServerCall binding utilities per method type. by Kun Zhang · 9 years ago
  38. c73b75e Change AbstractServiceDescriptor.methods() to Collection. Resolves #573 by Kun Zhang · 9 years ago
  39. 73acc73 Remove Method and switch its users to MethodDescriptor. by Kun Zhang · 9 years ago
  40. d27cbc8 Improve docs to describe close as being last method called by Eric Anderson · 9 years ago
  41. d3c5b00 Add CallOptions. by Kun Zhang · 9 years ago
  42. 68efade Set hard-coded deadline to just under 1 year by Eric Anderson · 9 years ago
  43. 74b5d29 Improve Exception backtrace for blocked streaming by Eric Anderson · 9 years ago
  44. 7233077 Fake infinite timeout; 1s is not a good hard-coded timeout by Eric Anderson · 9 years ago
  45. fd52a76 Blocking calls should error with StatusRuntimeException by Eric Anderson · 9 years ago
  46. 2ee4d02 Rename Call to ClientCalls. by Kun Zhang · 9 years ago
  47. 10fb206 Produce combined JavaDoc, add links, exclude internals by Eric Anderson · 9 years ago
  48. 64176d5 Adding outbound flow control for Netty. by nmittler · 9 years ago
  49. 7779b4f Cleaning up some warnings. by nmittler · 9 years ago
  50. 0d89d3d Fix the issue where the intecepting call fails in start(), does not by Kun Zhang · 10 years ago
  51. 2cad9e6 Add "unsed import" check. by Xudong Ma · 10 years ago
  52. c3e8dae Add checkstyle checking by Eric Anderson · 10 years ago
  53. abd4eec Implement cancellation for the Future interface. by zhangkun83 · 10 years ago
  54. c01af90 Polish javadoc for stub/* by zhangkun83 · 10 years ago
  55. 95c6f50 Udate TODOs to use Github user names by Louis Ryan · 10 years ago
  56. 746ecca Fix inbound flow control for Calls.blockingServerStreamingCall by Eric Anderson · 10 years ago
  57. f831458 Removing all references to "stubby" by nmittler · 10 years ago
  58. 1905249 Removing Maven build by nmittler · 10 years ago
  59. 02c953e Migrating run scripts to gradle. by nmittler · 10 years ago
  60. de3a131 Changing gRPC Java inbound flow control model by nmittler · 10 years ago
  61. 4de2026 Fix TODO attribution by ejona · 10 years ago
  62. 828f941 Remove dependency on guava Lists for initializing list. by simonma · 10 years ago
  63. 11c363a Disallowing message delivery after status has been delivered to the listener. by nathanmittler · 10 years ago
  64. 164b734 Adding gradle build for Java grpc by nathanmittler · 10 years ago
  65. 66ce667 Updating version of gRPC maven build to 0.1.0-SNAPSHOT. by nathanmittler · 10 years ago
  66. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  67. 776ff86 Eliminate ForwardingChannel and switch all use cases to client interceptors. by zhangkun · 10 years ago
  68. ffc18f6 Adding MOE configuration for grpc_java. by nathanmittler · 10 years ago
  69. 3c986bb Move protobuf code dependencies to net/stubby/proto by simonma · 10 years ago
  70. 0304b3d Cleaning up various compiler warnings in preparation for opensource. by nathanmittler · 10 years ago
  71. 96e6ed9 Define threading requirements of StreamObserver by ejona · 10 years ago
  72. 8b4ecad Use "/" instead of "." as the separator between service name and client name. by yangg · 10 years ago
  73. 28497e3 Add support for servers to deliver response headers by lryan · 10 years ago
  74. 125c1ce Delete Session, Operation and ALL of its associated cruft. by lryan · 10 years ago
  75. bb9699e Fixes a few issues in netty server transport: by zhangkun · 10 years ago
  76. 01c9617 GRPC server codegen: generates the bindService() method that returns a by zhangkun · 10 years ago
  77. 71e4a92 First steps in reducing dependency on proto from runtime. by lryan · 10 years ago
  78. 1369ea1 Metadata improvements. by lryan · 10 years ago
  79. 23fbc7c Adding support for manually specifying HTTP/2 :authority and :path headers. by nathanmittler · 10 years ago
  80. a7d735e Phase 2 of converting to new Headers mechanism for side-channel. by lryan · 10 years ago
  81. e4bd1c7 Phase 1 of converting to new Headers mechanism for side-channel. by lryan · 10 years ago
  82. 621706a Add basic OAuth support to gRPC. by ejona · 10 years ago
  83. 3465040 Add ability to bind HTTP style headers to stubs and have them propagate over by lryan · 10 years ago
  84. f4694f5 A couple minor fixes to Channel for bugs exposed while integration testing with Netty transport. by nathanmittler · 10 years ago
  85. 4d64220 [2/2] Swap Operation wrapping from Channel to Transport. by ejona · 10 years ago
  86. 35cabd0 [1/2] Split Channel and Stub APIs, implement Channel. by ejona · 10 years ago
  87. 2af35d9 Improve JavaDoc, including style fixes by ejona · 10 years ago
  88. 8be938e Move newstub to third_party and rename to stub. by ejona · 10 years ago