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