1. dcff315 Add nano support to Java codegen. Now the user can specify a flag nano=true by Xiao Hang · 9 years ago
  2. 46dd47f Cleanup Javadoc for Channel, ServerCall and their related classes. by Louis Ryan · 9 years ago
  3. 1961402 Revert "Have SendGrpcFrameCommand constructor take an AbstractStream object instead of a stream id." by Jakob Buchgraber · 9 years ago
  4. 7ef1781 Cleanup and Nitpicking by Jakob Buchgraber · 9 years ago
  5. 0d78268 Have SendGrpcFrameCommand constructor take an AbstractStream object instead of a stream id. by Jakob Buchgraber · 9 years ago
  6. 1a39f7b Merge pull request #128 from jpinner/bump_hpack by Nathan Mittler · 9 years ago
  7. 194cad3 Merge pull request #127 from nmittler/helloworld by Nathan Mittler · 9 years ago
  8. 87daf0e Adding HelloWorld example to grpc-java repo. by nmittler · 9 years ago
  9. b1cc7cc Upgrade com.twitter.hpack to v0.10.1 by Jeff Pinner · 9 years ago
  10. 488f8a9 Merge pull request #117 from nmittler/stream_removal_fix by Nathan Mittler · 9 years ago
  11. 61179ab Set encoding for Java source to UTF-8 by Eric Anderson · 9 years ago
  12. 360a84f Merge pull request #108 from nmittler/route_guide by Nathan Mittler · 9 years ago
  13. b897a89 Adding RouteGuide example and deleting others. by nmittler · 9 years ago
  14. 494d273 Merge pull request #112 from nmittler/comments by Nathan Mittler · 9 years ago
  15. 23f513c Some comment cleanup in the Netty builders. by nmittler · 9 years ago
  16. cc17041 Fixing memory leak in stream removal policy by nmittler · 9 years ago
  17. 425e3c0 Remove dead GrpcFramingUtil class by Louis Ryan · 9 years ago
  18. 95c6f50 Udate TODOs to use Github user names by Louis Ryan · 9 years ago
  19. 7b25aaf Remove target from .gitignore by Eric Anderson · 9 years ago
  20. 3af5add Add java_package proto option for portability by Eric Anderson · 9 years ago
  21. c6c0a3b Remove user prefix from NettyServerBuilder.userBossEventLoopGroup(). Fixes #73 by Jakob Buchgraber · 9 years ago
  22. bd81a58 Add duration paramter to QPS Client and remove "server_threads" parameter. by Jakob Buchgraber · 9 years ago
  23. ee6c9d7 Add scary JavaDoc to Metadata.setAuthority() by Eric Anderson · 9 years ago
  24. dbf7d52 Make sure to close InputStream even if cancelled by Eric Anderson · 9 years ago
  25. f2f1209 Fix race for stream id in OkHttpClientTransport. by Jakob Buchgraber · 9 years ago
  26. b10aaf8 Inform users they need Maven 3.2 to build our deps by Eric Anderson · 9 years ago
  27. 746ecca Fix inbound flow control for Calls.blockingServerStreamingCall by Eric Anderson · 9 years ago
  28. 161ac95 Allow IntelliJ to refer to generated sources for benchmark protos by Louis Ryan · 9 years ago
  29. 07d0917 Add ServerImpl#awaitTerminated() method. Fixes #80 by Jakob Buchgraber · 9 years ago
  30. 246e8b5 Add build file and instructions to examples directory. Fixes #43 by Jakob Buchgraber · 9 years ago
  31. 62f4399 Add 10s timeouts to integration tests by Jakob Buchgraber · 9 years ago
  32. 65d64cd Add more detailed instructions for enabling protoc when built from repo by Louis Ryan · 9 years ago
  33. 31179ec Allow running test scripts from any directory by Eric Anderson · 9 years ago
  34. 5d37b29 Use ./gradlew instead of gradle in run scripts by Eric Anderson · 9 years ago
  35. 7ddcdfd Define ALPN package as an extra variable, to be reused by subprojects. by Jakob Buchgraber · 9 years ago
  36. 6ceb37a Add QPS Server and TLS support to QPS Client. by Jakob Buchgraber · 9 years ago
  37. e26608f Avoid MoreObjects for "old guava" compatibility by Eric Anderson · 9 years ago
  38. 4457494 Move TLS certificates. by Jakob Buchgraber · 9 years ago
  39. 303482a Fix race in OkHttp test by Eric Anderson · 9 years ago
  40. b55b200 Add missing dependency to benchmarks project by Eric Anderson · 9 years ago
  41. 74f231a Remove Guava Service from ClientTransport by Eric Anderson · 10 years ago
  42. db0d8ad Only run terminationRunnable once by Eric Anderson · 9 years ago
  43. 3fd7d06 Add QPS Client to perform throughput and latency tests. by Jakob Buchgraber · 9 years ago
  44. 127270b Fix shutdown race with negotiation by Eric Anderson · 9 years ago
  45. d2e35b0 Added utility class, ForwardingServerListener, that forwards calls to by nabeelmian · 9 years ago
  46. 8aa79b3 Improve thread safety of newStream() by Eric Anderson · 9 years ago
  47. c84ef83 Simplify connection callback handling in Netty by Eric Anderson · 10 years ago
  48. e6a7b6c netty: Don't throw exception on double close by Eric Anderson · 10 years ago
  49. f3a90cd netty: Cancel stream if interrupted during create by Eric Anderson · 10 years ago
  50. f129960 Fixing compiler build on OS X (Clang) by nmittler · 10 years ago
  51. e526989 Have test server print info about test client by Eric Anderson · 10 years ago
  52. fb28ad2 Improve Gradle build of protoc grpc plugin by Eric Anderson · 10 years ago
  53. d0e883a Fixing integration tests by nmittler · 10 years ago
  54. 89b8d7f Moving decompression to the channel thread. by nmittler · 10 years ago
  55. 2049e0d Have Gradle observe LDFLAGS/CXXFLAGS/CPPFLAGS by Eric Anderson · 10 years ago
  56. 0f1e24a Merge pull request #49 from nmittler/example_updates by Nathan Mittler · 10 years ago
  57. 8bc72b8 Updating examples based on recent changes. by nmittler · 10 years ago
  58. 6a93de9 Remove explicit Okio dependency. by Jake Wharton · 10 years ago
  59. b5291c9 Add Gradle wrapper for building. by Jake Wharton · 10 years ago
  60. 46d6729 Remove OkHttp submodule as we now depend on a release version. by Jake Wharton · 10 years ago
  61. f831458 Removing all references to "stubby" by nmittler · 10 years ago
  62. aeeebb7 Remove Service API from ServerImpl by Eric Anderson · 10 years ago
  63. 1905249 Removing Maven build by nmittler · 10 years ago
  64. 03f3f5c Reorder the fields of LogHelper to be consistent with initialization order because blaze would complain about it by zhangkun83 · 10 years ago
  65. 0ca6584 Move to a non-snapshot version of OkHttp by Manik Surtani · 10 years ago
  66. 02c953e Migrating run scripts to gradle. by nmittler · 10 years ago
  67. d54a463 Add README.md in the compiler directory by zhangkun83 · 10 years ago
  68. 0077e67 Remove unused imports by Eric Anderson · 10 years ago
  69. d0adadb Use proto interface instead of concrete class by Eric Anderson · 10 years ago
  70. c4a43e6 Fixes api drift, addressing inbound flow control. by Adrian Cole · 10 years ago
  71. ada32b0 Optimize number of DATA frames for unary requests by Eric Anderson · 10 years ago
  72. 5e60785 Add test target for codegen. by zhangkun83 · 10 years ago
  73. 02cc521 Fixing @GuardedBy annotation to use the correct lock name. by nmittler · 10 years ago
  74. de3a131 Changing gRPC Java inbound flow control model by nmittler · 10 years ago
  75. 52f4220 Adding .gitignore for eclipse files. by nmittler · 10 years ago
  76. 11026b6 Fix IntelliJ dependency on generated protobufs by Louis Ryan · 10 years ago
  77. 4de2026 Fix TODO attribution by ejona · 10 years ago
  78. 080e33e Align server flags with other languages by Eric Anderson · 10 years ago
  79. 6239965 Improve test client for real cert by Eric Anderson · 10 years ago
  80. f681eff Update .gitignore for Gradle by Eric Anderson · 10 years ago
  81. f589a4a Remove traces of gRPC v1 protocol vs gRPC v2 protocol. by simonma · 10 years ago
  82. 3df1c33 Reimplement test "readStatus" since v2 is here. by simonma · 10 years ago
  83. 9de8e4b Make Java codegen ready for open-source. It can be built with the Github HEAD by zhangkun · 10 years ago
  84. 7235a39 Remove Service API from ChannelImpl by ejona · 10 years ago
  85. 198a756 Add toString to Headers and Trailers by ejona · 10 years ago
  86. 828f941 Remove dependency on guava Lists for initializing list. by simonma · 10 years ago
  87. 3a29c98 Don't overwrite transportError in DATA processing by ejona · 10 years ago
  88. 11c363a Disallowing message delivery after status has been delivered to the listener. by nathanmittler · 10 years ago
  89. f8524a1 Add package name to the method string. by yangg · 10 years ago
  90. ee86ee4 Nano proto and Proto3 do no include fields that have their default values in the wire format. by rocking · 10 years ago
  91. c0f4192 Remove gRPC v1 support. by ejona · 10 years ago
  92. 1c20eb6 Implement cancel_after_* integration tests by ejona · 10 years ago
  93. 42fcc50 Implement empty_stream integration test by ejona · 10 years ago
  94. b09c26b Correctly handle disconnect notifications from Netty. by lryan · 10 years ago
  95. ca749c3 Export test_service codegen source instead of binary lib by ejona · 10 years ago
  96. d4531da Add README by ejona · 10 years ago
  97. 164b734 Adding gradle build for Java grpc by nathanmittler · 10 years ago
  98. 66ce667 Updating version of gRPC maven build to 0.1.0-SNAPSHOT. by nathanmittler · 10 years ago
  99. 4523059 Upgrade OkHttp for Android SNI / NPN fix by ejona · 10 years ago
  100. 601b56e Update grpc opensource build to depend on okhttp-2.1 by lryan · 10 years ago