1. d4615ff Fix flaky deadline test by Carl Mastrangelo · 9 years ago
  2. 6e67940 Allow Deadline.timeRemaining() to return a negative time offset. by buchgr · 9 years ago
  3. 32ddf9f Make CallOptions and AbstractStub use Deadline. by buchgr · 9 years ago
  4. 65d3847 Remove references to Throwable.propagate by Carl Mastrangelo · 9 years ago
  5. 3a920cd Add missing generics to some ServerCall usages by Eric Anderson · 9 years ago
  6. c3011b0 Move server call keys to ServerCall class by Lukasz Strzalkowski · 9 years ago
  7. 6a67a97 Add attributes to ServerCall by Lukasz Strzalkowski · 9 years ago
  8. cf86d81 Rename older AbstractTransportTest to AbstractInteropTest by Eric Anderson · 9 years ago
  9. b9196e3 Adding RunWith annotation to ConcurrencyTest by nmittler · 9 years ago
  10. ffe0dce Add missing override annotation to generated protos by Carl Mastrangelo · 9 years ago
  11. 56d9b17 Test that gRPC clients and servers can handle concurrent RPCs. by Matt Hildebrand · 9 years ago
  12. 40d9cd1 Add more debug output in TlsTest by Carl Mastrangelo · 9 years ago
  13. 72f1e88 Inlcude the file that was used to generate service descriptors by Carl Mastrangelo · 9 years ago
  14. de72f69 Test that a GRPC client rejects untrusted server certs. by Matt Hildebrand · 9 years ago
  15. 887064d Use latching to enforce expected events are received by Louis Ryan · 9 years ago
  16. caad029 Revert the cascading test for the moment as its flaky by Louis Ryan · 9 years ago
  17. 7fc986e Fix flakiness in Cascading cancellation tests by Louis Ryan · 9 years ago
  18. 12a4b21 Integration tests for testing cascading cancellation. by Louis Ryan · 9 years ago
  19. 1dce8df Switching to netty-tcnative-boringssl-static by nmittler · 9 years ago
  20. bbec13e Fix race condition in Compression Test by Carl Mastrangelo · 9 years ago
  21. a3c79e8 Add a simple compression API by Carl Mastrangelo · 9 years ago
  22. cdb9ca1 Run TLS integration tests using OpenSSL also. by Matt Hildebrand · 9 years ago
  23. e2ed2e8 Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5 by Kun Zhang · 9 years ago
  24. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 9 years ago
  25. fe5e624 Avoid cancel before start, which is not handled in transports by Eric Anderson · 9 years ago
  26. 15d86d9 Parameterize TlsTest for TLS provider by Eric Anderson · 9 years ago
  27. 0a2a4ec Move resource freeing out of test methods by Eric Anderson · 9 years ago
  28. 4aee912 Fix broken noClientAuthFailure test by Eric Anderson · 9 years ago
  29. cfbd7ef Use tcnative for interop unit tests when possible. by Eric Anderson · 9 years ago
  30. 95d7bfd Add some initial integration tests for GRPC's TLS support. by Matt Hildebrand · 9 years ago
  31. d52429d Reduce number of codegen'd classes needed for Services by Eric Anderson · 9 years ago
  32. 218865a Revert "More information for debugging." by Eric Anderson · 9 years ago
  33. eca1f7c More information for debugging. by Kun Zhang · 9 years ago
  34. d948330 [OkHttp]Add hostname verification. by Xudong Ma · 9 years ago
  35. d3d8adb Allow support for nanosecond timeouts, and use nanoseconds consistently throughout our code by Carl Mastrangelo · 9 years ago
  36. b9cacc1 update tests by Carl Mastrangelo · 9 years ago
  37. 7ac4492 Fix bug where server wouldn't declare the negotiated compression by Carl Mastrangelo · 9 years ago
  38. 3fef403 Make TestUtils able to read from input stream. This makes it easier to pass in an input stream from a resource by Carl Mastrangelo · 9 years ago
  39. be60086 Initial basic implementation of context binding for clients with some limited testing by Louis Ryan · 9 years ago
  40. 9a5c9cd Use ServerBuilder interface in AbstractTransportTest. by nmittler · 9 years ago
  41. bfbd6e1 Expose unimplemented_method test to interop test client. by Xudong Ma · 9 years ago
  42. b1430ae Expose timeout_on_sleeping_server test to interop test client. by Xudong Ma · 9 years ago
  43. ea4eed5 Reduce memory usage in test. by Xudong Ma · 9 years ago
  44. 47ad6f8 Fix the double-closure of server call for interop tests. by Xudong Ma · 9 years ago
  45. ff3dbf7 Deprecate OkHttpChannelBuilder#overrideHostForAuthority by Kun Zhang · 9 years ago
  46. 49bb24c Make Interop Server block until shutdown by Carl Mastrangelo · 9 years ago
  47. a6621da Private ServerMethodDefinition constructor; avoid create() in codegen by Eric Anderson · 9 years ago
  48. a0f0790 Make tcnative available to the interop scripts. by nmittler · 9 years ago
  49. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago
  50. 23e6318 Reduce API surface of AbstractStub by Eric Anderson · 9 years ago
  51. 9466eb5 Adding tc_native to interop test scripts by nmittler · 9 years ago
  52. bdaf7b3 okhttp: Skip trash data for finished stream. by Xudong Ma · 9 years ago
  53. 47a7ccf Avoid Parser for normal protobuf by Eric Anderson · 9 years ago
  54. 0336a70 Revert "Merge pull request #940 from nmittler/interop_openssl" by Eric Anderson · 9 years ago
  55. 79aec3b Enabling openssl in interop-testing scripts by nmittler · 9 years ago
  56. b687bdc Refactoring channel API. by nmittler · 9 years ago
  57. c68f9ff Implement jwt_token_creds interop test by Eric Anderson · 9 years ago
  58. d5bd33c Fix generated code reference for intellij projects. by Xudong Ma · 9 years ago
  59. 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
  60. 0a51f0f Move StreamRecorder to testing package. by Xudong Ma · 9 years ago
  61. 5bb0ea9 Annotate method descritpor files in the generated code with ExperimentalApi by Kun Zhang · 9 years ago
  62. bd23a8d Upgrade to protobuf-3.0.0-beta-1 by Kun Zhang · 9 years ago
  63. 0958fd4 Fix flakiness in test timeoutOnSleepingServer by Xudong Ma · 9 years ago
  64. 1f0cad2 Implement per_rpc_creds test by Xudong Ma · 9 years ago
  65. 3c79c52 Implement timeout_on_sleeping_server test by Xiao Hang · 9 years ago
  66. 7fc86e5 Implement unimplemented_method test by Xiao Hang · 9 years ago
  67. 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
  68. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  69. e2f88fa Moving a few common utilities to GrpcUtil. by nmittler · 9 years ago
  70. 9f7cb80 Adding handling for stream exhaustion in Netty. by nmittler · 9 years ago
  71. 042b278 Remove the first MethodDescriptor constructor. by Kun Zhang · 9 years ago
  72. b83742d Implement Connection Backoff Interop test. by Xudong Ma · 9 years ago
  73. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  74. 12872dc Add test oauth2_auth_token. by Xudong Ma · 9 years ago
  75. d2929cd Reorganize packages. by Kun Zhang · 9 years ago
  76. aebb58b Change awaitTerminated to awaitTermination by Carl Mastrangelo · 9 years ago
  77. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 9 years ago
  78. d1e15ab Fix serviceAccountCreds test and computeEngineCreds test. by Xudong Ma · 9 years ago
  79. 89db769 Rename sendPayload to sendMessage by Carl Mastrangelo · 9 years ago
  80. c86b547 Forcibly cast in interop test by Carl Mastrangelo · 9 years ago
  81. 14e7741 Rename onPayload to onMessage by Carl Mastrangelo · 9 years ago
  82. a36f4af Fix flaky test by nmittler · 9 years ago
  83. 1ac64bd Remove ServerDelayInterceptor from AbstractTransportTest by Jack Coughlin · 9 years ago
  84. 60cf5eb Use mutation methods for stub reconfiguration. by Kun Zhang · 9 years ago
  85. d11e9be Add in-process transport by Eric Anderson · 9 years ago
  86. eb92967 Get rid of AbstractServiceDescriptor as it is no longer useful by Kun Zhang · 9 years ago
  87. 686dcff Rename unaryFutureCall to futureUnaryCall by Kun Zhang · 9 years ago
  88. 690b26e Sanitize ClientCalls. by Kun Zhang · 9 years ago
  89. 79f3f02 Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  90. 3e26b99 Enforce request deadline by Jack Coughlin · 9 years ago
  91. ac9db3b Reduce flow control window for interop tests by Eric Anderson · 9 years ago
  92. 867c76d Separate ServerCall binding utilities per method type. by Kun Zhang · 9 years ago
  93. c73b75e Change AbstractServiceDescriptor.methods() to Collection. Resolves #573 by Kun Zhang · 9 years ago
  94. 73acc73 Remove Method and switch its users to MethodDescriptor. by Kun Zhang · 9 years ago
  95. 35f77ee Upgrade to protobuf-gradle-plugin 0.5.0 by Kun Zhang · 9 years ago
  96. d3c5b00 Add CallOptions. by Kun Zhang · 9 years ago
  97. 68efade Set hard-coded deadline to just under 1 year by Eric Anderson · 9 years ago
  98. 7233077 Fake infinite timeout; 1s is not a good hard-coded timeout by Eric Anderson · 9 years ago
  99. af9fb6d Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  100. 27b3648 Update usage of deprecated API, and add back the blank lines removed by Intellij's reformat. by Xudong Ma · 9 years ago