1. 7c6b627 Close frame reader and notify the listener in reader thread, to avoid reading after reader is closed. by Xudong Ma · 9 years ago
  2. 23972a2 Adding outbound flow control API for the transport API by nmittler · 9 years ago
  3. c3e8dae Add checkstyle checking by Eric Anderson · 9 years ago
  4. 0076243 Add WritableBuffer interface for zero copy data writes. Fixes #8 by Jakob Buchgraber · 9 years ago
  5. fad21aa Test receiving invalid stream IDs in okhttp by nmittler · 9 years ago
  6. 62fb1d2 Bug fix. frameWriter and frameReader are not initialized when an Exception is thrown in socket creation. by Xiao Hang · 9 years ago
  7. 95c6f50 Udate TODOs to use Github user names by Louis Ryan · 9 years ago
  8. f2f1209 Fix race for stream id in OkHttpClientTransport. by Jakob Buchgraber · 9 years ago
  9. 303482a Fix race in OkHttp test by Eric Anderson · 9 years ago
  10. 74f231a Remove Guava Service from ClientTransport by Eric Anderson · 9 years ago
  11. 8aa79b3 Improve thread safety of newStream() by Eric Anderson · 9 years ago
  12. 89b8d7f Moving decompression to the channel thread. by nmittler · 9 years ago
  13. 6a93de9 Remove explicit Okio dependency. by Jake Wharton · 9 years ago
  14. f831458 Removing all references to "stubby" by nmittler · 9 years ago
  15. 1905249 Removing Maven build by nmittler · 9 years ago
  16. 0ca6584 Move to a non-snapshot version of OkHttp by Manik Surtani · 9 years ago
  17. 02c953e Migrating run scripts to gradle. by nmittler · 9 years ago
  18. 0077e67 Remove unused imports by Eric Anderson · 9 years ago
  19. 02cc521 Fixing @GuardedBy annotation to use the correct lock name. by nmittler · 9 years ago
  20. de3a131 Changing gRPC Java inbound flow control model by nmittler · 9 years ago
  21. 4de2026 Fix TODO attribution by ejona · 9 years ago
  22. 3df1c33 Reimplement test "readStatus" since v2 is here. by simonma · 9 years ago
  23. 7235a39 Remove Service API from ChannelImpl by ejona · 9 years ago
  24. 828f941 Remove dependency on guava Lists for initializing list. by simonma · 9 years ago
  25. 11c363a Disallowing message delivery after status has been delivered to the listener. by nathanmittler · 9 years ago
  26. c0f4192 Remove gRPC v1 support. by ejona · 10 years ago
  27. 164b734 Adding gradle build for Java grpc by nathanmittler · 10 years ago
  28. 66ce667 Updating version of gRPC maven build to 0.1.0-SNAPSHOT. by nathanmittler · 10 years ago
  29. 4523059 Upgrade OkHttp for Android SNI / NPN fix by ejona · 10 years ago
  30. fc30031 Change default gRPC protocol to v2. by ejona · 10 years ago
  31. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  32. 9dd0c94 Add SslSocketFactory support to OkHttpTransportFactory. by rocking · 10 years ago
  33. 2b116ef Encode binary headers with Base64 on the wire, and requires all binary headers by zhangkun · 10 years ago
  34. 751a4df Remove JDK1.7 method InetSocketAddress#getHostString since JDK1.7 is only supported by Android after 4.4 KitKat. by simonma · 10 years ago
  35. 8375cd0 GRPC Java clients will send the "te: trailers" header, and the server will by zhangkun · 10 years ago
  36. c5e70c2 Remove StreamState and use inboundPhase/outboundPhase instead by lryan · 10 years ago
  37. 0d8477c Adding crude outbound flow control to OkHttp transport. by nathanmittler · 10 years ago
  38. 5d953e8 Updating gRPC code to use the latest Netty with application-level flow control support. by nathanmittler · 10 years ago
  39. 669724a Rationalize the XXXStream classes to reduce code smear and make Netty/OkHTTP behave more consistently. by lryan · 10 years ago
  40. a71d887 Make all transport factories package-private in favor of channel builders. by zhangkun · 10 years ago
  41. 9a5a8de [1/3] Move AbstractTransportTest to third_party. by ejona · 10 years ago
  42. ffc18f6 Adding MOE configuration for grpc_java. by nathanmittler · 10 years ago
  43. 29cbef1 Renaming gRPC-java "newtransport" package to just "transport". by nathanmittler · 10 years ago