1. 544cd3a pause by Carl Mastrangelo · 9 years ago
  2. bccaf07 Use real authority parsing in ClientAuthInterceptor by Eric Anderson · 9 years ago
  3. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago
  4. 86b10fd Remove uncessary javaee_api dependency as it causes trouble on android build. by Xiao Hang · 9 years ago
  5. 210114d Ease use of JWT by passing URI to auth library by Eric Anderson · 9 years ago
  6. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  7. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  8. ca7587f Change some error status usages to be consistent with other gRPC implementations. by Xudong Ma · 9 years ago
  9. d3c5b00 Add CallOptions. by Kun Zhang · 9 years ago
  10. 131ba5d Make the code clearer, fixes #531. by Xudong Ma · 9 years ago
  11. 2ee4d02 Rename Call to ClientCalls. by Kun Zhang · 9 years ago
  12. 7779b4f Cleaning up some warnings. by nmittler · 9 years ago
  13. 2f4aa5a Use Status "UNKNOWN" instead of "INTERNAL" when Status.fromThrowable can not find a cause with a status. by Xudong Ma · 9 years ago
  14. 0d89d3d Fix the issue where the intecepting call fails in start(), does not by Kun Zhang · 9 years ago
  15. b48b4db Fix synchronization in client auth by Eric Anderson · 9 years ago
  16. f38c2a0 Add missing copyright headers by Eric Anderson · 10 years ago
  17. c3e8dae Add checkstyle checking by Eric Anderson · 10 years ago
  18. 76d0955 Clean up warnings by Eric Anderson · 10 years ago
  19. 767a12c Switch to use new leaner auth library for OAuth interceptor by Louis Ryan · 10 years ago
  20. 95c6f50 Udate TODOs to use Github user names by Louis Ryan · 10 years ago
  21. f831458 Removing all references to "stubby" by nmittler · 10 years ago
  22. 1905249 Removing Maven build by nmittler · 10 years ago
  23. 02c953e Migrating run scripts to gradle. by nmittler · 10 years ago
  24. 4de2026 Fix TODO attribution by ejona · 10 years ago
  25. 164b734 Adding gradle build for Java grpc by nathanmittler · 10 years ago
  26. 66ce667 Updating version of gRPC maven build to 0.1.0-SNAPSHOT. by nathanmittler · 10 years ago
  27. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  28. 2b116ef Encode binary headers with Base64 on the wire, and requires all binary headers by zhangkun · 10 years ago
  29. 776ff86 Eliminate ForwardingChannel and switch all use cases to client interceptors. by zhangkun · 10 years ago
  30. ffc18f6 Adding MOE configuration for grpc_java. by nathanmittler · 10 years ago
  31. 9d50299 Plumb trailer passing through transport streams. by ejona · 10 years ago
  32. e4bd1c7 Phase 1 of converting to new Headers mechanism for side-channel. by lryan · 10 years ago
  33. 7a2d8df Move OAuth integration to third_party. by ejona · 10 years ago