1. b687bdc Refactoring channel API. by nmittler · 9 years ago
  2. c68f9ff Implement jwt_token_creds interop test by Eric Anderson · 9 years ago
  3. d5bd33c Fix generated code reference for intellij projects. by Xudong Ma · 9 years ago
  4. 66b984c Extract the fully-qualified service name into a public static final field on the service container type. by David P. Baker · 9 years ago
  5. 0a51f0f Move StreamRecorder to testing package. by Xudong Ma · 9 years ago
  6. 5bb0ea9 Annotate method descritpor files in the generated code with ExperimentalApi by Kun Zhang · 9 years ago
  7. bd23a8d Upgrade to protobuf-3.0.0-beta-1 by Kun Zhang · 9 years ago
  8. 0958fd4 Fix flakiness in test timeoutOnSleepingServer by Xudong Ma · 9 years ago
  9. 1f0cad2 Implement per_rpc_creds test by Xudong Ma · 9 years ago
  10. 3c79c52 Implement timeout_on_sleeping_server test by Xiao Hang · 9 years ago
  11. 7fc86e5 Implement unimplemented_method test by Xiao Hang · 9 years ago
  12. a4c821d Rename onValue to onNext in StreamObserver to align with the naming in Rx & the proposed Flow API in by Louis Ryan · 9 years ago
  13. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  14. e2f88fa Moving a few common utilities to GrpcUtil. by nmittler · 9 years ago
  15. 9f7cb80 Adding handling for stream exhaustion in Netty. by nmittler · 9 years ago
  16. 042b278 Remove the first MethodDescriptor constructor. by Kun Zhang · 9 years ago
  17. b83742d Implement Connection Backoff Interop test. by Xudong Ma · 9 years ago
  18. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  19. 12872dc Add test oauth2_auth_token. by Xudong Ma · 9 years ago
  20. d2929cd Reorganize packages. by Kun Zhang · 9 years ago
  21. aebb58b Change awaitTerminated to awaitTermination by Carl Mastrangelo · 9 years ago
  22. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 9 years ago
  23. d1e15ab Fix serviceAccountCreds test and computeEngineCreds test. by Xudong Ma · 9 years ago
  24. 89db769 Rename sendPayload to sendMessage by Carl Mastrangelo · 9 years ago
  25. c86b547 Forcibly cast in interop test by Carl Mastrangelo · 9 years ago
  26. 14e7741 Rename onPayload to onMessage by Carl Mastrangelo · 9 years ago
  27. a36f4af Fix flaky test by nmittler · 9 years ago
  28. 1ac64bd Remove ServerDelayInterceptor from AbstractTransportTest by Jack Coughlin · 9 years ago
  29. 60cf5eb Use mutation methods for stub reconfiguration. by Kun Zhang · 9 years ago
  30. d11e9be Add in-process transport by Eric Anderson · 9 years ago
  31. eb92967 Get rid of AbstractServiceDescriptor as it is no longer useful by Kun Zhang · 9 years ago
  32. 686dcff Rename unaryFutureCall to futureUnaryCall by Kun Zhang · 9 years ago
  33. 690b26e Sanitize ClientCalls. by Kun Zhang · 9 years ago
  34. 79f3f02 Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  35. 3e26b99 Enforce request deadline by Jack Coughlin · 9 years ago
  36. ac9db3b Reduce flow control window for interop tests by Eric Anderson · 9 years ago
  37. 867c76d Separate ServerCall binding utilities per method type. by Kun Zhang · 9 years ago
  38. c73b75e Change AbstractServiceDescriptor.methods() to Collection. Resolves #573 by Kun Zhang · 9 years ago
  39. 73acc73 Remove Method and switch its users to MethodDescriptor. by Kun Zhang · 9 years ago
  40. 35f77ee Upgrade to protobuf-gradle-plugin 0.5.0 by Kun Zhang · 9 years ago
  41. d3c5b00 Add CallOptions. by Kun Zhang · 9 years ago
  42. 68efade Set hard-coded deadline to just under 1 year by Eric Anderson · 9 years ago
  43. 7233077 Fake infinite timeout; 1s is not a good hard-coded timeout by Eric Anderson · 9 years ago
  44. af9fb6d Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  45. 27b3648 Update usage of deprecated API, and add back the blank lines removed by Intellij's reformat. by Xudong Ma · 9 years ago
  46. 8f51457 Rename getSslSocketFactoryForCertainCert to be newSslSocketFactoryForCa. by Xudong Ma · 9 years ago
  47. 4d5caf8 Use exit() for integration test client by Eric Anderson · 9 years ago
  48. eb15eb2 Some cleanup for okhttp: by Xudong Ma · 9 years ago
  49. 77878a0 Pass timeout header in ChannelImpl by Jack Coughlin · 9 years ago
  50. 424c7e6 Avoid GCM in unit tests by Eric Anderson · 9 years ago
  51. a251171 Upgrade to protobuf-3.0.0-alpha-3 by Kun Zhang · 9 years ago
  52. 2ee4d02 Rename Call to ClientCalls. by Kun Zhang · 9 years ago
  53. 4ee2a65 Allowing Netty TLS bootstrap handler to be sharable. by nmittler · 9 years ago
  54. ac4952c Add service_account_creds test. by Xudong Ma · 9 years ago
  55. 926a2c1 Add compute_engine_creds test. by Xudong Ma · 9 years ago
  56. f770ffb Making test certs more shareable by nmittler · 9 years ago
  57. 74cfe6c Adding alpn_boot configuration to the parent build file. by nmittler · 9 years ago
  58. e03d5c0 Rename integration-testing to interop-testing by Eric Anderson · 9 years ago[Renamed from integration-testing]
  59. 2c7536c okhttp: Enable TLS for Http2OkHttpTest. by Xudong Ma · 9 years ago
  60. 4e82a11 Make Channel/Server abstract classes by Eric Anderson · 9 years ago
  61. 8c9cc91 Update generated proto output by Eric Anderson · 9 years ago
  62. 111f6dd Allow people to skip codegen compilation. by Kun Zhang · 9 years ago
  63. ef6a2f0 Updating to the latest Netty version. by nmittler · 9 years ago
  64. 00a7192 Use CreateStartScripts for integration-testing by Eric Anderson · 9 years ago
  65. 221c534 Fix build on Windows/VC++ by Kun Zhang · 9 years ago
  66. b6eb9d7 Don't close streams when sending GOAWAY by Eric Anderson · 9 years ago
  67. e05885d Swap to Netty's SslContextBuilder by Eric Anderson · 10 years ago
  68. 41940f7 Upgrade to protobuf plugin 0.3.1 by Kun Zhang · 9 years ago
  69. d8d7908 Avoid flushing CreateStreamCommand for calls where the client is known to send a payload immediately afterward. by Louis Ryan · 9 years ago
  70. af18876 Upgrade to com.google.protobuf:protobuf-gradle-plugin:0.1.0 by Kun Zhang · 9 years ago
  71. da3c3f8 Solution for GRPC codegen deployment. by zhangkun83 · 10 years ago
  72. 4f4f8e4 Remove Guava's Service from server transport by Eric Anderson · 9 years ago
  73. 1066222 De-flake transport test. by Xudong Ma · 9 years ago
  74. 3666de4 Use more precise names for protobuf and nano by Eric Anderson · 9 years ago
  75. e23f899 Split protobuf into its own project by Eric Anderson · 9 years ago
  76. c2f0394 TLS support for okhttp transport. by Xudong Ma · 10 years ago
  77. 5f70a12 Remove blocking on client stream creation and buffer RPC Calls for when the MAX_CONCURRENT_STREAMS limit is hit. Fixes #118 by Jakob Buchgraber · 10 years ago
  78. 9aae6f6 checkstyle change: by Xudong Ma · 9 years ago
  79. 2cad9e6 Add "unsed import" check. by Xudong Ma · 10 years ago
  80. a375ecc Use codegen for integration testing by Eric Anderson · 10 years ago
  81. 191dcd3 Test whether inbound flow control functions by Eric Anderson · 10 years ago
  82. 2cbbd47 Split large payload into separate test with higher timeout by Eric Anderson · 10 years ago
  83. d8fb6f0 Use TLS for Netty integration tests by Eric Anderson · 10 years ago
  84. 3db9297 Add missing @RunWith. by Xudong Ma · 10 years ago
  85. c3e8dae Add checkstyle checking by Eric Anderson · 10 years ago
  86. 76d0955 Clean up warnings by Eric Anderson · 10 years ago
  87. 1216de6 Add support to Netty builders for other channel types. Demonstrate and test use of this with local channels by Louis Ryan · 10 years ago
  88. 6c6789c Adding SimpleContext back into messages.proto. by nmittler · 10 years ago
  89. 0e7685b Updating integ test protos to be consistent with C by nmittler · 10 years ago
  90. ff2a285 Swap to proto3 by Eric Anderson · 10 years ago
  91. 62f4399 Add 10s timeouts to integration tests by Jakob Buchgraber · 10 years ago
  92. 7ddcdfd Define ALPN package as an extra variable, to be reused by subprojects. by Jakob Buchgraber · 10 years ago
  93. 4457494 Move TLS certificates. by Jakob Buchgraber · 10 years ago
  94. e526989 Have test server print info about test client by Eric Anderson · 10 years ago
  95. f831458 Removing all references to "stubby" by nmittler · 10 years ago
  96. aeeebb7 Remove Service API from ServerImpl by Eric Anderson · 10 years ago
  97. 1905249 Removing Maven build by nmittler · 10 years ago
  98. 02c953e Migrating run scripts to gradle. by nmittler · 10 years ago
  99. de3a131 Changing gRPC Java inbound flow control model by nmittler · 10 years ago
  100. 52f4220 Adding .gitignore for eclipse files. by nmittler · 10 years ago