1. 64176d5 Adding outbound flow control for Netty. by nmittler · 9 years ago
  2. 7779b4f Cleaning up some warnings. by nmittler · 9 years ago
  3. 0d89d3d Fix the issue where the intecepting call fails in start(), does not by Kun Zhang · 9 years ago
  4. 2cad9e6 Add "unsed import" check. by Xudong Ma · 9 years ago
  5. c3e8dae Add checkstyle checking by Eric Anderson · 10 years ago
  6. abd4eec Implement cancellation for the Future interface. by zhangkun83 · 9 years ago
  7. c01af90 Polish javadoc for stub/* by zhangkun83 · 9 years ago
  8. 95c6f50 Udate TODOs to use Github user names by Louis Ryan · 9 years ago
  9. 746ecca Fix inbound flow control for Calls.blockingServerStreamingCall by Eric Anderson · 9 years ago
  10. f831458 Removing all references to "stubby" by nmittler · 10 years ago
  11. de3a131 Changing gRPC Java inbound flow control model by nmittler · 10 years ago
  12. 4de2026 Fix TODO attribution by ejona · 10 years ago
  13. 828f941 Remove dependency on guava Lists for initializing list. by simonma · 10 years ago
  14. 11c363a Disallowing message delivery after status has been delivered to the listener. by nathanmittler · 10 years ago
  15. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  16. 776ff86 Eliminate ForwardingChannel and switch all use cases to client interceptors. by zhangkun · 10 years ago
  17. 3c986bb Move protobuf code dependencies to net/stubby/proto by simonma · 10 years ago
  18. 0304b3d Cleaning up various compiler warnings in preparation for opensource. by nathanmittler · 10 years ago
  19. 96e6ed9 Define threading requirements of StreamObserver by ejona · 10 years ago
  20. 8b4ecad Use "/" instead of "." as the separator between service name and client name. by yangg · 10 years ago
  21. 28497e3 Add support for servers to deliver response headers by lryan · 10 years ago
  22. 125c1ce Delete Session, Operation and ALL of its associated cruft. by lryan · 10 years ago
  23. bb9699e Fixes a few issues in netty server transport: by zhangkun · 10 years ago
  24. 01c9617 GRPC server codegen: generates the bindService() method that returns a by zhangkun · 10 years ago
  25. 71e4a92 First steps in reducing dependency on proto from runtime. by lryan · 10 years ago
  26. 1369ea1 Metadata improvements. by lryan · 10 years ago
  27. 23fbc7c Adding support for manually specifying HTTP/2 :authority and :path headers. by nathanmittler · 10 years ago
  28. a7d735e Phase 2 of converting to new Headers mechanism for side-channel. by lryan · 10 years ago
  29. e4bd1c7 Phase 1 of converting to new Headers mechanism for side-channel. by lryan · 10 years ago
  30. 621706a Add basic OAuth support to gRPC. by ejona · 10 years ago
  31. 3465040 Add ability to bind HTTP style headers to stubs and have them propagate over by lryan · 10 years ago
  32. f4694f5 A couple minor fixes to Channel for bugs exposed while integration testing with Netty transport. by nathanmittler · 10 years ago
  33. 4d64220 [2/2] Swap Operation wrapping from Channel to Transport. by ejona · 10 years ago
  34. 35cabd0 [1/2] Split Channel and Stub APIs, implement Channel. by ejona · 10 years ago
  35. 2af35d9 Improve JavaDoc, including style fixes by ejona · 10 years ago
  36. 8be938e Move newstub to third_party and rename to stub. by ejona · 10 years ago