1. a251171 Upgrade to protobuf-3.0.0-alpha-3 by Kun Zhang · 9 years ago
  2. 2ee4d02 Rename Call to ClientCalls. by Kun Zhang · 9 years ago
  3. 4ee2a65 Allowing Netty TLS bootstrap handler to be sharable. by nmittler · 9 years ago
  4. ac4952c Add service_account_creds test. by Xudong Ma · 9 years ago
  5. 926a2c1 Add compute_engine_creds test. by Xudong Ma · 9 years ago
  6. f770ffb Making test certs more shareable by nmittler · 9 years ago
  7. 74cfe6c Adding alpn_boot configuration to the parent build file. by nmittler · 9 years ago
  8. e03d5c0 Rename integration-testing to interop-testing by Eric Anderson · 9 years ago[Renamed from integration-testing]
  9. 2c7536c okhttp: Enable TLS for Http2OkHttpTest. by Xudong Ma · 9 years ago
  10. 4e82a11 Make Channel/Server abstract classes by Eric Anderson · 9 years ago
  11. 8c9cc91 Update generated proto output by Eric Anderson · 9 years ago
  12. 111f6dd Allow people to skip codegen compilation. by Kun Zhang · 9 years ago
  13. ef6a2f0 Updating to the latest Netty version. by nmittler · 9 years ago
  14. 00a7192 Use CreateStartScripts for integration-testing by Eric Anderson · 9 years ago
  15. 221c534 Fix build on Windows/VC++ by Kun Zhang · 9 years ago
  16. b6eb9d7 Don't close streams when sending GOAWAY by Eric Anderson · 9 years ago
  17. e05885d Swap to Netty's SslContextBuilder by Eric Anderson · 9 years ago
  18. 41940f7 Upgrade to protobuf plugin 0.3.1 by Kun Zhang · 9 years ago
  19. d8d7908 Avoid flushing CreateStreamCommand for calls where the client is known to send a payload immediately afterward. by Louis Ryan · 9 years ago
  20. af18876 Upgrade to com.google.protobuf:protobuf-gradle-plugin:0.1.0 by Kun Zhang · 9 years ago
  21. da3c3f8 Solution for GRPC codegen deployment. by zhangkun83 · 9 years ago
  22. 4f4f8e4 Remove Guava's Service from server transport by Eric Anderson · 9 years ago
  23. 1066222 De-flake transport test. by Xudong Ma · 9 years ago
  24. 3666de4 Use more precise names for protobuf and nano by Eric Anderson · 9 years ago
  25. e23f899 Split protobuf into its own project by Eric Anderson · 9 years ago
  26. c2f0394 TLS support for okhttp transport. by Xudong Ma · 9 years ago
  27. 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 · 9 years ago
  28. 9aae6f6 checkstyle change: by Xudong Ma · 9 years ago
  29. 2cad9e6 Add "unsed import" check. by Xudong Ma · 9 years ago
  30. a375ecc Use codegen for integration testing by Eric Anderson · 9 years ago
  31. 191dcd3 Test whether inbound flow control functions by Eric Anderson · 9 years ago
  32. 2cbbd47 Split large payload into separate test with higher timeout by Eric Anderson · 9 years ago
  33. d8fb6f0 Use TLS for Netty integration tests by Eric Anderson · 9 years ago
  34. 3db9297 Add missing @RunWith. by Xudong Ma · 9 years ago
  35. c3e8dae Add checkstyle checking by Eric Anderson · 9 years ago
  36. 76d0955 Clean up warnings by Eric Anderson · 9 years ago
  37. 1216de6 Add support to Netty builders for other channel types. Demonstrate and test use of this with local channels by Louis Ryan · 9 years ago
  38. 6c6789c Adding SimpleContext back into messages.proto. by nmittler · 9 years ago
  39. 0e7685b Updating integ test protos to be consistent with C by nmittler · 9 years ago
  40. ff2a285 Swap to proto3 by Eric Anderson · 9 years ago
  41. 62f4399 Add 10s timeouts to integration tests by Jakob Buchgraber · 9 years ago
  42. 7ddcdfd Define ALPN package as an extra variable, to be reused by subprojects. by Jakob Buchgraber · 9 years ago
  43. 4457494 Move TLS certificates. by Jakob Buchgraber · 9 years ago
  44. e526989 Have test server print info about test client by Eric Anderson · 9 years ago
  45. f831458 Removing all references to "stubby" by nmittler · 9 years ago
  46. aeeebb7 Remove Service API from ServerImpl by Eric Anderson · 10 years ago
  47. 1905249 Removing Maven build by nmittler · 9 years ago
  48. 02c953e Migrating run scripts to gradle. by nmittler · 9 years ago
  49. de3a131 Changing gRPC Java inbound flow control model by nmittler · 9 years ago
  50. 52f4220 Adding .gitignore for eclipse files. by nmittler · 9 years ago
  51. 11026b6 Fix IntelliJ dependency on generated protobufs by Louis Ryan · 9 years ago
  52. 4de2026 Fix TODO attribution by ejona · 9 years ago
  53. 080e33e Align server flags with other languages by Eric Anderson · 9 years ago
  54. 6239965 Improve test client for real cert by Eric Anderson · 9 years ago
  55. 7235a39 Remove Service API from ChannelImpl by ejona · 9 years ago
  56. 828f941 Remove dependency on guava Lists for initializing list. by simonma · 10 years ago
  57. f8524a1 Add package name to the method string. by yangg · 10 years ago
  58. ee86ee4 Nano proto and Proto3 do no include fields that have their default values in the wire format. by rocking · 10 years ago
  59. c0f4192 Remove gRPC v1 support. by ejona · 10 years ago
  60. 1c20eb6 Implement cancel_after_* integration tests by ejona · 10 years ago
  61. 42fcc50 Implement empty_stream integration test by ejona · 10 years ago
  62. ca749c3 Export test_service codegen source instead of binary lib by ejona · 10 years ago
  63. 164b734 Adding gradle build for Java grpc by nathanmittler · 10 years ago
  64. 66ce667 Updating version of gRPC maven build to 0.1.0-SNAPSHOT. by nathanmittler · 10 years ago
  65. 42989a8 Allow killing test server/client by ejona · 10 years ago
  66. fc30031 Change default gRPC protocol to v2. by ejona · 10 years ago
  67. 682f8aa Correct comment by simonma · 10 years ago
  68. 70341df Fixing Maven build for gRPC Java. by nathanmittler · 10 years ago
  69. 56e307f Add BSD license header to all source files by lryan · 10 years ago
  70. abdbf49 Changing TestServiceServer to use ListenableFuture for determining when the server has been successfully started. by nathanmittler · 10 years ago
  71. f96e7e8 Use real TLS security by default. by ejona · 10 years ago
  72. b186b37 Remove client-streaming and bi-di streaming methods from blocking client interface. by zhangkun · 10 years ago
  73. 0d8477c Adding crude outbound flow control to OkHttp transport. by nathanmittler · 10 years ago
  74. 28a2aba Enable full-size payloads in integration tests. by ejona · 10 years ago
  75. ba653d4 Move StubConfigTest to third_party by ejona · 10 years ago
  76. 2a93c47 Remove GrpcServer to allow more tests to move to third_party. by ejona · 10 years ago
  77. a71d887 Make all transport factories package-private in favor of channel builders. by zhangkun · 10 years ago
  78. 3d4ea0d Implement standard integration tests (almost). by ejona · 10 years ago
  79. e813eaa [3/3] Use AbstractTransportTest for test case impls in TestServiceClient. by ejona · 10 years ago
  80. 97d3ade [2/3] Use transport builders instead of ClientBootstrap. by ejona · 10 years ago
  81. 9a5a8de [1/3] Move AbstractTransportTest to third_party. by ejona · 10 years ago
  82. ffc18f6 Adding MOE configuration for grpc_java. by nathanmittler · 10 years ago
  83. 8fc81f4 Fix compile error using new ProtoUtils by lryan · 10 years ago
  84. 29cbef1 Renaming gRPC-java "newtransport" package to just "transport". by nathanmittler · 10 years ago
  85. 2dbae4d Use zero-filled payload for UNCOMPRESSED. by ejona · 10 years ago
  86. 0304b3d Cleaning up various compiler warnings in preparation for opensource. by nathanmittler · 10 years ago
  87. 905d387 Porting GrpcClient and GrpcServer to third_party. by nathanmittler · 10 years ago