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