1. 47a7ccf Avoid Parser for normal protobuf by Eric Anderson · 9 years ago
  2. d52a7a2 Update auth library to fix jwt_token_creds interop test by Eric Anderson · 9 years ago
  3. 0336a70 Revert "Merge pull request #940 from nmittler/interop_openssl" by Eric Anderson · 9 years ago
  4. ebe8a0d Remove Metadata.Headers and Metadata.Trailers by Carl Mastrangelo · 9 years ago
  5. f612746 Update comment in MethodDescriptor.Marshaller by Carl Mastrangelo · 9 years ago
  6. 28d51c5 Add an authority header to HandlerRegistry.lookupMethod by Carl Mastrangelo · 9 years ago
  7. 2aecb6f Merge pull request #940 from nmittler/interop_openssl by Nathan Mittler · 9 years ago
  8. 5d34599 Daemonize InProcess threads by Carl Mastrangelo · 9 years ago
  9. 6a782a0 Use Executor in stable builder APIs instead of ExecutorService by Louis Ryan · 9 years ago
  10. 07a7279 Daemonize OkHttp and Netty by Carl Mastrangelo · 9 years ago
  11. f641e08 Daemonize shared threads, and make sure each thread has a name by Carl Mastrangelo · 9 years ago
  12. d6dc790 Draft of Android specific Channe builder by Louis Ryan · 9 years ago
  13. 79aec3b Enabling openssl in interop-testing scripts by nmittler · 9 years ago
  14. aefefb5 Supporting OpenSSL by nmittler · 9 years ago
  15. 6122daf Add a missing channel builder methods not copied in b687bdc by Eric Anderson · 9 years ago
  16. b687bdc Refactoring channel API. by nmittler · 9 years ago
  17. 65b4e0b Document valid characters allowed in metadata keys by Kun Zhang · 9 years ago
  18. c68f9ff Implement jwt_token_creds interop test by Eric Anderson · 9 years ago
  19. 00e024c Fix Travis breakage caused by checkStyle failure. by Xudong Ma · 9 years ago
  20. 609f31a Document valid characters for AsciiMarshaller by Kun Zhang · 9 years ago
  21. f8a87ee Remove HandlerRegistry.Method by Carl Mastrangelo · 9 years ago
  22. d5bd33c Fix generated code reference for intellij projects. by Xudong Ma · 9 years ago
  23. 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
  24. 01ba973 Prevent status from impacting how ServerCall.Listener is invoked by Eric Anderson · 9 years ago
  25. bc347e3 Display the required Protobuf version when building codegen by Kun Zhang · 9 years ago
  26. 210114d Ease use of JWT by passing URI to auth library by Eric Anderson · 9 years ago
  27. db0423c Rename CHECK and FAIL macros to avoid conflict with internal macros when syncing back by Kun Zhang · 9 years ago
  28. ad6c26e Merge pull request #915 from nmittler/build_fixes by Nathan Mittler · 9 years ago
  29. 6a526ec Adding missing RunWith annotation for tests. by nmittler · 9 years ago
  30. 0a51f0f Move StreamRecorder to testing package. by Xudong Ma · 9 years ago
  31. d3ab427 Enforce content-type on client and server. by nmittler · 9 years ago
  32. 949b6d7 Fields in MethodDescriptor can't be null by Eric Anderson · 9 years ago
  33. fb984bb Update to protobuf beta for Android interop test by Xudong Ma · 9 years ago
  34. c00e15f Check javanano_use_deprecated_package in the message's FileDescriptor, not the current file's. by Kun Zhang · 9 years ago
  35. d59d6dc Upgrade to latest netty-tcnative by nmittler · 9 years ago
  36. 9243157 Fix broken interop test, using new StreamObserver API. by Xiao Hang · 9 years ago
  37. 396f060 Add test to prove RST closes stream, and remove hack from transport to force closure. by Carl Mastrangelo · 9 years ago
  38. 5bb0ea9 Annotate method descritpor files in the generated code with ExperimentalApi by Kun Zhang · 9 years ago
  39. bd23a8d Upgrade to protobuf-3.0.0-beta-1 by Kun Zhang · 9 years ago
  40. d678498 Add unit tests for AbstractServerStream by Carl Mastrangelo · 9 years ago
  41. 0958fd4 Fix flakiness in test timeoutOnSleepingServer by Xudong Ma · 9 years ago
  42. 3620243 Merge pull request #891 from stanley-cheung/move_grpc_common_examples by Eric Anderson · 9 years ago
  43. 46687fe update android example readme by Stanley Cheung · 9 years ago
  44. 1f0cad2 Implement per_rpc_creds test by Xudong Ma · 9 years ago
  45. 61422d6 add back protos and update references by Stanley Cheung · 9 years ago
  46. 3c79c52 Implement timeout_on_sleeping_server test by Xiao Hang · 9 years ago
  47. e4987cd update reference to grpc-common to examples by Stanley Cheung · 9 years ago
  48. fe3f964 move grpc-common stuff to right location by Stanley Cheung · 9 years ago
  49. 990fdf3 Merge branch 'move_java_examples' of /usr/local/google/home/stanleycheung/grpc-common into move_grpc_common_examples by Stanley Cheung · 9 years ago
  50. edbb237 Remove the unnecessary code example of using TLS on Anroid by Xudong Ma · 9 years ago
  51. a3f2f62 OkHttp: Fix race condition between sendCancel and sendFrame by Xudong Ma · 9 years ago
  52. 080190c Make ServerCall.Listener methods Nops by Carl Mastrangelo · 9 years ago
  53. 7fc86e5 Implement unimplemented_method test by Xiao Hang · 9 years ago
  54. 5ade1b7 Make ClientCall listener methods noops by Carl Mastrangelo · 9 years ago
  55. fc13535 Merge pull request #884 from nmittler/unused_method by Nathan Mittler · 9 years ago
  56. bcdef34 Removing unused method in ServerImpl by nmittler · 9 years ago
  57. 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
  58. 15f02ba Adding maxMessageSize config option by nmittler · 9 years ago
  59. 40c66a1 Merge pull request #881 from nmittler/fix_benchmarks by Nathan Mittler · 9 years ago
  60. d5977c4 Fixing the benchmarks by nmittler · 9 years ago
  61. 4221f5a Change ExperimentalApi field 'comment' to 'value' by Carl Mastrangelo · 9 years ago
  62. cb734e3 Document equals and hashCode on Status by Carl Mastrangelo · 9 years ago
  63. b5eaaf3 Add @ExperimentalApi annotation to compression methods by Carl Mastrangelo · 9 years ago
  64. 8225d2a Add comment field to ExperimentalApi by Kun Zhang · 9 years ago
  65. 0d9ac41 Minor cleanup in deframer by Carl Mastrangelo · 9 years ago
  66. 777e928 Removing transport shutdown hooks from channel builder by nmittler · 9 years ago
  67. 2247ad2 Makes application-provided string comes first in User-Agent by Xudong Ma · 9 years ago
  68. 68c82bc Make ServerImpl constructor pakcage-private by Kun Zhang · 9 years ago
  69. c5ea5c7 Update Java doc for a508c1d4f5024c2a5fd6d103edcab43542293ae7 by Xudong Ma · 9 years ago
  70. 485bc9c OkHttp: Make sure TransportListener.transportReady() can only be called once. by Xudong Ma · 9 years ago
  71. 76b410d Remove size restriction when parsing nano protos by Xudong Ma · 9 years ago
  72. 3457735 Quick work around for Rst bug by Carl Mastrangelo · 9 years ago
  73. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  74. 13c14df Netty: Call ClientTransport.Listener.transportReady() after receiving SETTINGS frame. by Xudong Ma · 9 years ago
  75. 7b6a498 Annotate ServerEssentials, buildEssentials() and ServerImpl's constructor with @Internal by Kun Zhang · 9 years ago
  76. 37b1a8c Update the code example to use our own API by Xudong Ma · 9 years ago
  77. 0b57f56 Reducing the size of the "large" proto in ProtoUtilsTest. by nmittler · 9 years ago
  78. e2f88fa Moving a few common utilities to GrpcUtil. by nmittler · 9 years ago
  79. 21f9b44 Use status UNAVAILABLE for IOException thrown by OkHttp reading path, which can also be triggered by HTTP/2 issues. by Xudong Ma · 9 years ago
  80. aeae7a8 Rename HttpUtil to GrpcUtil. by nmittler · 9 years ago
  81. 9f7cb80 Adding handling for stream exhaustion in Netty. by nmittler · 9 years ago
  82. d68c101 Fix documentation on ClientCall.request(). by Kun Zhang · 9 years ago
  83. 701bbe5 Add unit tests to AbstractClientStream by Carl Mastrangelo · 9 years ago
  84. 042b278 Remove the first MethodDescriptor constructor. by Kun Zhang · 9 years ago
  85. 573f79a Remove proto size restriction when parsing protos. by nmittler · 9 years ago
  86. 6ebf9b1 fix comment by Carl Mastrangelo · 9 years ago
  87. 75f71c8 Avoid deprecation warning on import by Xudong Ma · 9 years ago
  88. 1a0ee96 Improve documentation for ClientCall. by Kun Zhang · 9 years ago
  89. 687a6f4 Skip io.grpc.internal in javadoc. by Kun Zhang · 9 years ago
  90. b83742d Implement Connection Backoff Interop test. by Xudong Ma · 9 years ago
  91. d2ab1c2 OkHttp: Call ClientTransport.Listener.transportReady() after receiving settings frame. by Xudong Ma · 9 years ago
  92. bfcebea Netty: Use status INTERNAL instead of UNKNOWN for underlying Http2Exception. by Xudong Ma · 9 years ago
  93. 7dbca92 Remove deprecated method. by Xudong Ma · 9 years ago
  94. 0b3fa8e Remove unnecessary instanceof check by Carl Mastrangelo · 9 years ago
  95. 77b00e0 Add Part 1 of compression by Carl Mastrangelo · 9 years ago
  96. e72332c Add missing Generic param to Answers by Eric Anderson · 9 years ago
  97. 9d1b33c Remove unused variables by Eric Anderson · 9 years ago
  98. 5fe7388 Merge pull request #678 from nmittler/npn by Nathan Mittler · 9 years ago
  99. 46c76bd Update android-interop-test's dependency. by Xudong Ma · 9 years ago
  100. 247ffb1 Adding support for NPN fallback. by nmittler · 9 years ago