1. cea8e8e Add tests for nano proto by Eric Anderson · 9 years ago
  2. 122f93c Add unit tests for SizeEnforcingInputStream by Carl Mastrangelo · 9 years ago
  3. 353aabc Increase coverage for CallOptions by Eric Anderson · 9 years ago
  4. 3efc61b Guard against NPE in Netty handlers by nmittler · 9 years ago
  5. a2216f6 Deflake OkHttpClientTransportTest. by Xudong Ma · 9 years ago
  6. edd57c9 Support default port in NameResolver. by Kun Zhang · 9 years ago
  7. 63f1482 Increase code coverage of Context by Eric Anderson · 9 years ago
  8. 5487c42 Update okhttp javadoc by Carl Mastrangelo · 9 years ago
  9. db56c24 Add followup ProtocolNegotiators.tls tests by Carl Mastrangelo · 9 years ago
  10. dd815bc Add initial Protocol Negotiation tests by Carl Mastrangelo · 9 years ago
  11. 2c2d717 Assert that timeouts didn't occur in Context tests by Eric Anderson · 9 years ago
  12. 579e65c Simplify Jenkins configuration on Windows by Eric Anderson · 9 years ago
  13. 209d3a3 Upgrade gradle to 2.8 by Eric Anderson · 9 years ago
  14. 2467d61 Correct path for dep building short-circuiting by Eric Anderson · 9 years ago
  15. 6f64999 Addressing concurrency issue in MessageFramer. by nmittler · 9 years ago
  16. f39b67c Add uri checking by Carl Mastrangelo · 9 years ago
  17. efac679 NameResolverRegistry and better-defined target string. by Kun Zhang · 9 years ago
  18. 6dc5e80 Support OS X on Travis by Eric Anderson · 9 years ago
  19. 17597ce Pass the initial transportFuture to DelayedStream. by Kun Zhang · 9 years ago
  20. 33e26cd Delete ManagedChannelImplTest.transportFailsOnStart by Eric Anderson · 9 years ago
  21. 74088c4 Allow authority override to be propagated to Protocol Negotiators by Carl Mastrangelo · 9 years ago
  22. 16c4c49 Fix flake in ManagedChannelImplTest.transportFailsOnStart by Eric Anderson · 9 years ago
  23. 942f4c9 Load-balancing ManagedChannelImpl. by Kun Zhang · 9 years ago
  24. bfbd6e1 Expose unimplemented_method test to interop test client. by Xudong Ma · 9 years ago
  25. ce93051 Cover more low hanging fruit by Carl Mastrangelo · 9 years ago
  26. 80eb600 modify .gitignore to ignore Emacs files by Nathan Naze · 9 years ago
  27. 5667f0e Add "using std::to_string" to java_generator.cpp, it is needed by internal version. by Xudong Ma · 9 years ago
  28. b121c46 Reduce OkHttp dependency, copy all the needed files into our repository. by Xudong Ma · 9 years ago
  29. 6d296e8 Upgrade OkHttp to 2.5 by Xudong Ma · 9 years ago
  30. b1430ae Expose timeout_on_sleeping_server test to interop test client. by Xudong Ma · 9 years ago
  31. a62db8f Update comment; Parser was replaced with NanoFactory by Eric Anderson · 9 years ago
  32. 1ee336d Use one codegen class for all Nano factories by Eric Anderson · 9 years ago
  33. 8138308 Up code coverage for Metadata by Carl Mastrangelo · 9 years ago
  34. 72a0a38 [okhttp] Make sure transportShutdown() always be called before calling transportTerminated(). by Xudong Ma · 9 years ago
  35. 6474938 Allow non-host based authorities in OkHttp transport by Carl Mastrangelo · 9 years ago
  36. 996ea2f Give dependency example for android clients. by Xudong Ma · 9 years ago
  37. d42a09b Add authority work around for OkHttp channels by Carl Mastrangelo · 9 years ago
  38. a61beef Update documentation for CGM, in light of jre8u60 by Eric Anderson · 9 years ago
  39. 6e04c31 Adding consistent exception handling for Netty by nmittler · 9 years ago
  40. 2d067ed Allow host authority override. by Carl Mastrangelo · 9 years ago
  41. bb113ad Use timeout when verifying setDecompressionRegistry() by Kun Zhang · 9 years ago
  42. be400d3 Stub mockTransport.newStream() to prevent NPE. by Kun Zhang · 9 years ago
  43. a99e977 Have OpenSSL v1.0.2 available to unit tests by Eric Anderson · 9 years ago
  44. 8928846 Prepare channel layer for upcoming load-balancing changes. by Kun Zhang · 9 years ago
  45. 9ea70ad Update README to reference 0.9.0 by Eric Anderson · 9 years ago
  46. 400926e [Android-interop-test] Support non-tls test and replace a deprecated API call by Xudong Ma · 9 years ago
  47. 70cdf76 adjust other usages in protocol negotiators by Carl Mastrangelo · 9 years ago
  48. 75e291f docs by Carl Mastrangelo · 9 years ago
  49. cb317c7 Update to share versions by Carl Mastrangelo · 9 years ago
  50. ff19d90 Force http2 connection when using tls by Carl Mastrangelo · 9 years ago
  51. 2a98c2e Replace broken link in example by Eric Anderson · 9 years ago
  52. 46c18ea Move decompressor setting down into the AbstractStream by Carl Mastrangelo · 9 years ago
  53. f7f57b7 Put nano generated code into nano package, unless option javanano_use_deprecated_package is set. by Xudong Ma · 9 years ago
  54. f15f672 Correct the order of arguments. by Xudong Ma · 9 years ago
  55. d7cdcc6 Merge pull request #1071 from nmittler/flaky_test by Nathan Mittler · 9 years ago
  56. 7c2ff63 Fixing flaky test Http2NettyTest.deadlineExceeded() by nmittler · 9 years ago
  57. d04994f Update Windows building instructions for proto3b1 by Eric Anderson · 9 years ago
  58. ea4eed5 Reduce memory usage in test. by Xudong Ma · 9 years ago
  59. 5fc954b Merge pull request #1069 from nmittler/readme by Nathan Mittler · 9 years ago
  60. b7a72c1 Adding homepage and mailing list to the README by nmittler · 9 years ago
  61. f0d9579 Updating Netty to send a single SETTINGS frame. by nmittler · 9 years ago
  62. e13d1dc Fixing benchmarks. by nmittler · 9 years ago
  63. 70fbd67 Remove unused function in netty test by Carl Mastrangelo · 9 years ago
  64. bfd7450 Remove Netty test that fails with upstream by Carl Mastrangelo · 9 years ago
  65. 9e690f8 Make io.grpc.Status.STATUS_LIST be static final, not just static. by Éamonn McManus · 9 years ago
  66. 75624bb Remove unused protos. by Xudong Ma · 9 years ago
  67. 5dad18c Pass decompressor registry around and make it less static by Carl Mastrangelo · 9 years ago
  68. b82ac31 Fixing fedora classifier on master branch. by nmittler · 9 years ago
  69. 2016a88 Update the comments in proguard-rules files. by Xudong Ma · 9 years ago
  70. 551323f classifierWithLikes breaks protobuf-gradle-plugin by Eric Anderson · 9 years ago
  71. 9987aa2 Remove javatutorial; it duplicates grpc.io website by Eric Anderson · 9 years ago
  72. 57ebf8a Update Android example. by Xudong Ma · 9 years ago
  73. 4cc103a Mark Status*Exception.getStatus() final by Eric Anderson · 9 years ago
  74. 4572b19 Add a message accept encoding header by Carl Mastrangelo · 9 years ago
  75. c4bcf14 Updating tcnative and osdetector by nmittler · 9 years ago
  76. b24aa53 Merge branch 'changelog' by Carl Mastrangelo · 9 years ago
  77. f3a5811 Add a Changes document to keep track of release notes by Carl Mastrangelo · 9 years ago
  78. d823d35 Change version to 0.10.0-SNAPSHOT by Eric Anderson · 9 years ago
  79. 24c398e Upgrade maven-os-plugin in README by Artem Prigoda · 9 years ago
  80. 1e1d53b Fix test checking for invalid content type by Eric Anderson · 9 years ago
  81. 47ad6f8 Fix the double-closure of server call for interop tests. by Xudong Ma · 9 years ago
  82. efa774b Checkstyle shouldn't rely on current directory by Eric Anderson · 9 years ago
  83. 6e06516 Mark more server-side pieces experimental by Eric Anderson · 9 years ago
  84. 491a98a Restrict more of the API: Metadata, ServerCall, Status by Eric Anderson · 9 years ago
  85. 4b27e54 Don't let server start if already shutting down by Carl Mastrangelo · 9 years ago
  86. 45c75f2 Fix broken tutorial link. by Jerjou Cheng · 9 years ago
  87. 1cfba96 Enforce sending headers before messages on server by Eric Anderson · 9 years ago
  88. 701f9cd Remove stray request() in server-sending path by Eric Anderson · 9 years ago
  89. f894339 request() is thread-safe by Eric Anderson · 9 years ago
  90. ff3dbf7 Deprecate OkHttpChannelBuilder#overrideHostForAuthority by Kun Zhang · 9 years ago
  91. 49bb24c Make Interop Server block until shutdown by Carl Mastrangelo · 9 years ago
  92. abe5b8e Start 1.0.0 development cycle by Eric Anderson · 9 years ago
  93. 9cb36c6 Mark some APIs codegen uses experimental to allow for optimizations by Eric Anderson · 9 years ago
  94. 4ff4314 Recommend OpenSSL in SECURITY.md by nmittler · 9 years ago
  95. eab74b5 Update Client Examples to use ManagedChannelBuilder by Carl Mastrangelo · 9 years ago
  96. f6582d8 Add a hook to set TLS by Carl Mastrangelo · 9 years ago
  97. 538cf21 Add usePlaintext to ManagedChannelBuilder by Eric Anderson · 9 years ago
  98. 41d93cf Use Providers in examples by Carl Mastrangelo · 9 years ago
  99. bccaf07 Use real authority parsing in ClientAuthInterceptor by Eric Anderson · 9 years ago
  100. 5b2a03a Add overrideAuthority to ManagedChannelBuilder by Eric Anderson · 9 years ago