1. 3c5b5a5 Begin v0.15.0 Cycle by Carl Mastrangelo · 8 years ago
  2. ac4168a Revert "Update proto packages to reflect directory structure" by Eric Anderson · 8 years ago
  3. cd89dde Fix race in StressTestClientTest.gaugesShouldBeExported(). Fixes #1695 (#1728) by Jakob Buchgraber · 8 years ago
  4. 8825f35 Update proto packages to reflect directory structure by Carl Mastrangelo · 8 years ago
  5. 38a91f8 Fix lint warnings found on internal import by Carl Mastrangelo · 8 years ago
  6. 7e8b504 Add javadoc to grpc codegen based on proto docs by nmittler · 8 years ago
  7. 8502730 Attach an exception to client-initiated CANCELLED. by Kun Zhang · 8 years ago
  8. fe7e8a0 Use correct Guava API in stress test client by Carl Mastrangelo · 8 years ago
  9. 9bc5d93 Mark generated abstract class as Experimental by Eric Anderson · 8 years ago
  10. 6ab27ab Update checkstyle version and sync style updates by Eric Anderson · 8 years ago
  11. 5d22e06 Add stress test client. Fixes #1584 by buchgr · 8 years ago
  12. fd8fd51 Context deadline propagation should cascade. Fixes #1205 by buchgr · 8 years ago
  13. 363e0f6 Print compiler version number in generated files by Lukasz Strzalkowski · 8 years ago
  14. 2fbf142 Provide base methods for Abstract stub by Lukasz Strzalkowski · 8 years ago
  15. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 8 years ago
  16. 73a2b77 Deflake StubConfigTest.testConfigureDeadlineNanoTime by Eric Anderson · 8 years ago
  17. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 8 years ago
  18. d4615ff Fix flaky deadline test by Carl Mastrangelo · 8 years ago
  19. 6e67940 Allow Deadline.timeRemaining() to return a negative time offset. by buchgr · 8 years ago
  20. 32ddf9f Make CallOptions and AbstractStub use Deadline. by buchgr · 8 years ago
  21. 65d3847 Remove references to Throwable.propagate by Carl Mastrangelo · 8 years ago
  22. 3a920cd Add missing generics to some ServerCall usages by Eric Anderson · 8 years ago
  23. c3011b0 Move server call keys to ServerCall class by Lukasz Strzalkowski · 8 years ago
  24. 6a67a97 Add attributes to ServerCall by Lukasz Strzalkowski · 8 years ago
  25. cf86d81 Rename older AbstractTransportTest to AbstractInteropTest by Eric Anderson · 8 years ago
  26. b9196e3 Adding RunWith annotation to ConcurrencyTest by nmittler · 8 years ago
  27. ffe0dce Add missing override annotation to generated protos by Carl Mastrangelo · 8 years ago
  28. 56d9b17 Test that gRPC clients and servers can handle concurrent RPCs. by Matt Hildebrand · 9 years ago
  29. 40d9cd1 Add more debug output in TlsTest by Carl Mastrangelo · 8 years ago
  30. 72f1e88 Inlcude the file that was used to generate service descriptors by Carl Mastrangelo · 9 years ago
  31. de72f69 Test that a GRPC client rejects untrusted server certs. by Matt Hildebrand · 9 years ago
  32. 887064d Use latching to enforce expected events are received by Louis Ryan · 9 years ago
  33. caad029 Revert the cascading test for the moment as its flaky by Louis Ryan · 9 years ago
  34. 7fc986e Fix flakiness in Cascading cancellation tests by Louis Ryan · 9 years ago
  35. 12a4b21 Integration tests for testing cascading cancellation. by Louis Ryan · 9 years ago
  36. 1dce8df Switching to netty-tcnative-boringssl-static by nmittler · 9 years ago
  37. bbec13e Fix race condition in Compression Test by Carl Mastrangelo · 9 years ago
  38. a3c79e8 Add a simple compression API by Carl Mastrangelo · 9 years ago
  39. cdb9ca1 Run TLS integration tests using OpenSSL also. by Matt Hildebrand · 9 years ago
  40. e2ed2e8 Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5 by Kun Zhang · 9 years ago
  41. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 9 years ago
  42. fe5e624 Avoid cancel before start, which is not handled in transports by Eric Anderson · 9 years ago
  43. 15d86d9 Parameterize TlsTest for TLS provider by Eric Anderson · 9 years ago
  44. 0a2a4ec Move resource freeing out of test methods by Eric Anderson · 9 years ago
  45. 4aee912 Fix broken noClientAuthFailure test by Eric Anderson · 9 years ago
  46. cfbd7ef Use tcnative for interop unit tests when possible. by Eric Anderson · 9 years ago
  47. 95d7bfd Add some initial integration tests for GRPC's TLS support. by Matt Hildebrand · 9 years ago
  48. d52429d Reduce number of codegen'd classes needed for Services by Eric Anderson · 9 years ago
  49. 218865a Revert "More information for debugging." by Eric Anderson · 9 years ago
  50. eca1f7c More information for debugging. by Kun Zhang · 9 years ago
  51. d948330 [OkHttp]Add hostname verification. by Xudong Ma · 9 years ago
  52. d3d8adb Allow support for nanosecond timeouts, and use nanoseconds consistently throughout our code by Carl Mastrangelo · 9 years ago
  53. b9cacc1 update tests by Carl Mastrangelo · 9 years ago
  54. 7ac4492 Fix bug where server wouldn't declare the negotiated compression by Carl Mastrangelo · 9 years ago
  55. 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
  56. be60086 Initial basic implementation of context binding for clients with some limited testing by Louis Ryan · 9 years ago
  57. 9a5c9cd Use ServerBuilder interface in AbstractTransportTest. by nmittler · 9 years ago
  58. bfbd6e1 Expose unimplemented_method test to interop test client. by Xudong Ma · 9 years ago
  59. b1430ae Expose timeout_on_sleeping_server test to interop test client. by Xudong Ma · 9 years ago
  60. ea4eed5 Reduce memory usage in test. by Xudong Ma · 9 years ago
  61. 47ad6f8 Fix the double-closure of server call for interop tests. by Xudong Ma · 9 years ago
  62. ff3dbf7 Deprecate OkHttpChannelBuilder#overrideHostForAuthority by Kun Zhang · 9 years ago
  63. 49bb24c Make Interop Server block until shutdown by Carl Mastrangelo · 9 years ago
  64. a6621da Private ServerMethodDefinition constructor; avoid create() in codegen by Eric Anderson · 9 years ago
  65. a0f0790 Make tcnative available to the interop scripts. by nmittler · 9 years ago
  66. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago
  67. 23e6318 Reduce API surface of AbstractStub by Eric Anderson · 9 years ago
  68. 9466eb5 Adding tc_native to interop test scripts by nmittler · 9 years ago
  69. bdaf7b3 okhttp: Skip trash data for finished stream. by Xudong Ma · 9 years ago
  70. 47a7ccf Avoid Parser for normal protobuf by Eric Anderson · 9 years ago
  71. 0336a70 Revert "Merge pull request #940 from nmittler/interop_openssl" by Eric Anderson · 9 years ago
  72. 79aec3b Enabling openssl in interop-testing scripts by nmittler · 9 years ago
  73. b687bdc Refactoring channel API. by nmittler · 9 years ago
  74. c68f9ff Implement jwt_token_creds interop test by Eric Anderson · 9 years ago
  75. d5bd33c Fix generated code reference for intellij projects. by Xudong Ma · 9 years ago
  76. 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
  77. 0a51f0f Move StreamRecorder to testing package. by Xudong Ma · 9 years ago
  78. 5bb0ea9 Annotate method descritpor files in the generated code with ExperimentalApi by Kun Zhang · 9 years ago
  79. bd23a8d Upgrade to protobuf-3.0.0-beta-1 by Kun Zhang · 9 years ago
  80. 0958fd4 Fix flakiness in test timeoutOnSleepingServer by Xudong Ma · 9 years ago
  81. 1f0cad2 Implement per_rpc_creds test by Xudong Ma · 9 years ago
  82. 3c79c52 Implement timeout_on_sleeping_server test by Xiao Hang · 9 years ago
  83. 7fc86e5 Implement unimplemented_method test by Xiao Hang · 9 years ago
  84. 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
  85. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  86. e2f88fa Moving a few common utilities to GrpcUtil. by nmittler · 9 years ago
  87. 9f7cb80 Adding handling for stream exhaustion in Netty. by nmittler · 9 years ago
  88. 042b278 Remove the first MethodDescriptor constructor. by Kun Zhang · 9 years ago
  89. b83742d Implement Connection Backoff Interop test. by Xudong Ma · 9 years ago
  90. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  91. 12872dc Add test oauth2_auth_token. by Xudong Ma · 9 years ago
  92. d2929cd Reorganize packages. by Kun Zhang · 9 years ago
  93. aebb58b Change awaitTerminated to awaitTermination by Carl Mastrangelo · 9 years ago
  94. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 9 years ago
  95. d1e15ab Fix serviceAccountCreds test and computeEngineCreds test. by Xudong Ma · 9 years ago
  96. 89db769 Rename sendPayload to sendMessage by Carl Mastrangelo · 9 years ago
  97. c86b547 Forcibly cast in interop test by Carl Mastrangelo · 9 years ago
  98. 14e7741 Rename onPayload to onMessage by Carl Mastrangelo · 9 years ago
  99. a36f4af Fix flaky test by nmittler · 9 years ago
  100. 1ac64bd Remove ServerDelayInterceptor from AbstractTransportTest by Jack Coughlin · 9 years ago