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