1. 29784d1 Fix grpc-compiler build. by Kun Zhang · 9 years ago
  2. 46ce409 Update gradle to 2.10 by Eric Anderson · 9 years ago
  3. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 9 years ago
  4. f59e04f Permit overriding Channel's executor per-call by Eric Anderson · 9 years ago
  5. 70ef5b1 Make handling of GoAwayClosedStreamException more consistent. by nmittler · 9 years ago
  6. 484c46c Revert minor grammar tweaks to avoid syncing readme by Eric Anderson · 9 years ago
  7. fe5e624 Avoid cancel before start, which is not handled in transports by Eric Anderson · 9 years ago
  8. 15d86d9 Parameterize TlsTest for TLS provider by Eric Anderson · 9 years ago
  9. 0a2a4ec Move resource freeing out of test methods by Eric Anderson · 9 years ago
  10. 1d8af60 Run make with as many cores as available by Eric Anderson · 9 years ago
  11. 7677525 Log start of test and don't wait forever by Eric Anderson · 9 years ago
  12. c70a769 Wait 5 seconds, not over an hour by Eric Anderson · 9 years ago
  13. 2bd0887 Use `docker cp` to copy files to docker containers. by Kun Zhang · 9 years ago
  14. 4aee912 Fix broken noClientAuthFailure test by Eric Anderson · 9 years ago
  15. cfbd7ef Use tcnative for interop unit tests when possible. by Eric Anderson · 9 years ago
  16. 2b41200 Making choice of OpenSSL more explicit in SECURITY doc by nmittler · 9 years ago
  17. 95d7bfd Add some initial integration tests for GRPC's TLS support. by Matt Hildebrand · 9 years ago
  18. 509c7e7 Make Benchmark Client terminate after running by Carl Mastrangelo · 9 years ago
  19. d52429d Reduce number of codegen'd classes needed for Services by Eric Anderson · 9 years ago
  20. 853ccaa Start 0.13.0 development cycle by Eric Anderson · 9 years ago
  21. df310fe More precise exception handling in examples by Eric Anderson · 9 years ago
  22. 0486af6 Raise method visibility in Channel Providers by Carl Mastrangelo · 9 years ago
  23. a4a8438 Avoid NettyServerBuilder in security documentation by Eric Anderson · 9 years ago
  24. 846794e Fix OkHttp bug where streams could be started after they had been cancelled by Carl Mastrangelo · 9 years ago
  25. bcb5fcd Propagate headers/trailers if response isn't gRPC by Eric Anderson · 9 years ago
  26. 5205d9c Fix unsynchronized access in InProcessTransport by Carl Mastrangelo · 9 years ago
  27. 9cb7929 Add toString to transports for debugging. by Eric Anderson · 9 years ago
  28. 218865a Revert "More information for debugging." by Eric Anderson · 9 years ago
  29. 725209c Fix memory leak with cancellation timeouts by Carl Mastrangelo · 9 years ago
  30. 3276442 Split newStream from start by Carl Mastrangelo · 9 years ago
  31. eca1f7c More information for debugging. by Kun Zhang · 9 years ago
  32. fb8532a Fix issues discovered by internal GRPCLB integration test. by Kun Zhang · 9 years ago
  33. 2719a8c Updates the README.md to add instructions to start test server. by Feng Li · 9 years ago
  34. 59c1a6a Use lbTransport if the LB request got a UNIMPLEMENTED response by Kun Zhang · 9 years ago
  35. 707302d Update type and comment in Timeoutmarshaller by Carl Mastrangelo · 9 years ago
  36. d948330 [OkHttp]Add hostname verification. by Xudong Ma · 9 years ago
  37. 663a4f4 Make BlankFutureProvider preserve the order. by Kun Zhang · 9 years ago
  38. d3d8adb Allow support for nanosecond timeouts, and use nanoseconds consistently throughout our code by Carl Mastrangelo · 9 years ago
  39. e83ac98 The GRPCLB load-balancer. by Kun Zhang · 9 years ago
  40. 4abb022 Cancel the transport future when the call is cancelled. by Kun Zhang · 9 years ago
  41. e0b1149 Removed unsused variables by Carl Mastrangelo · 9 years ago
  42. f5d09ff Disallow compressing zero length messages. by Carl Mastrangelo · 9 years ago
  43. e967be8 More each coverage by Carl Mastrangelo · 9 years ago
  44. c180094 Bump test coverage by Carl Mastrangelo · 9 years ago
  45. 829735b Fix gaurded by by Carl Mastrangelo · 9 years ago
  46. b9cacc1 update tests by Carl Mastrangelo · 9 years ago
  47. 7ac4492 Fix bug where server wouldn't declare the negotiated compression by Carl Mastrangelo · 9 years ago
  48. d238d86 Some changes to Android interop test App: by Xudong Ma · 9 years ago
  49. 7ce50f7 Revert to lazy-connection. by Kun Zhang · 9 years ago
  50. 7450bf6 Swap to "old" link for OpenSSL download with Travis by Eric Anderson · 9 years ago
  51. d41a0fa Use getClassLoader() instead of Thread.currentThread().getContextClassLoader() for android. by Xudong Ma · 9 years ago
  52. 1624715 Move default scheme decision from ManagedChannelImpl to NameResolver.Factory. by Kun Zhang · 9 years ago
  53. 4b18f49 Move ServerCall unary check and add tests by Carl Mastrangelo · 9 years ago
  54. 82a79d8 Expose compression on ClientCall and Server Call 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. 529b14c Add compressor registry, and auto negotiate compression by Carl Mastrangelo · 9 years ago
  57. 96f9cef Close active streams on channelInactive by Eric Anderson · 9 years ago
  58. 8d0b5b0 Replace name in TODO to a known name, otherwise MOE will complain about it by Xudong Ma · 9 years ago
  59. a7398db Create a No-op stream in ClientCallImpl.start() if the Context has been cancelled. by Xudong Ma · 9 years ago
  60. f83a6b8 Don't leak streams when using DelayedStream by Eric Anderson · 9 years ago
  61. f6a2924 Call ClientStreamListener directly from current thread by Eric Anderson · 9 years ago
  62. 33db8ad Remove outdated and misleading JavaDoc by Eric Anderson · 9 years ago
  63. 975c38e Keep our certs used for testing the same with their internal version by Xudong Ma · 9 years ago
  64. c3e7541 Add missing @RunWith, it is required internally by Xudong Ma · 9 years ago
  65. a1ed98f Add missing generics by Eric Anderson · 9 years ago
  66. 53cc86a Remove unused variable by Eric Anderson · 9 years ago
  67. 7f2678a Switch from INTERNAL to CANCELLED for InterruptedException by Louis Ryan · 9 years ago
  68. e0ea1a1 Move DelayedStream to its own file by Carl Mastrangelo · 9 years ago
  69. f8ff71d Shut down LB and NameResolver when shutting down Channel by Eric Anderson · 9 years ago
  70. be60086 Initial basic implementation of context binding for clients with some limited testing by Louis Ryan · 9 years ago
  71. 944edc4 [Android-interop-test] Fail the instrumentation if any exception is thrown during the channel initialization. by Xudong Ma · 9 years ago
  72. ee56c49 Update Android interop test App to use ManagedChannelBuilder by Xudong Ma · 9 years ago
  73. ad70a28 Move the pick-first logic from SimpleLoadBalancer to TransportSet. by Kun Zhang · 9 years ago
  74. 88491c0 [okhttp] Use upper layer passed-in resolved address instead of resolving the hostname by itself. by Xudong Ma · 9 years ago
  75. 097e3a8 coalesce pending flushes in OkHttpClientStream.start(). by Xudong Ma · 9 years ago
  76. 036af15 Remove double-"brew update" as now unnecessary by Eric Anderson · 9 years ago
  77. 2db02b5 Reduce advertised Netty API by Eric Anderson · 9 years ago
  78. 7ba9ca4 Map IOException during connecting to UNAVAILABLE by Eric Anderson · 9 years ago
  79. 1a32366 Expose message compression on Server Call by Carl Mastrangelo · 9 years ago
  80. cda8319 Update the out of date Java doc for ClientTransport.newStream(), and update the caller. by Xudong Ma · 9 years ago
  81. 61a0d82 Auto-refill connection window by nmittler · 9 years ago
  82. 73e2a23 Notify listeners before notifying child contexts of cancellation by Louis Ryan · 9 years ago
  83. ece7402 Clarify specs for target strings, especially for IPv6. by Kun Zhang · 9 years ago
  84. 7de6c04 Move decompressor setting to the AbstractServerStream by Carl Mastrangelo · 9 years ago
  85. 602473d Add directExecutor() to Channel and Server Builders. Fixes #368. by buchgr · 9 years ago
  86. e8afcb4 Fix build failure due to unused import. by Jakob Buchgraber · 9 years ago
  87. ebed5a6 Upgrading to Netty 4.1.0.Beta8 by nmittler · 9 years ago
  88. 088def1 Updating the server1 cert so that it can be used with Go. by Julien Boeuf · 9 years ago
  89. c3e179b Split out server call impl, add explicit tests and remove an impossible case by Carl Mastrangelo · 9 years ago
  90. 76eaae2 Enable LB and Naming for Netty.forAddress(String,int) by Eric Anderson · 9 years ago
  91. 01bf56b Fix placeholder in the error message of Preconditions. by Kun Zhang · 9 years ago
  92. c40d702 Switch to use Executor instead of ExecutorService where we don't need it by Louis Ryan · 9 years ago
  93. b0c626c Update Load balancing URI parsing and add tests by Carl Mastrangelo · 9 years ago
  94. 5529b64 Create BlankFutureProvider which is reused among LoadBalancers. by Kun Zhang · 9 years ago
  95. 05b7d75 Re add support for periods in metadata key names by Carl Mastrangelo · 9 years ago
  96. 3b82484 Minor cleanup of ClientCallImpl header normalization by Carl Mastrangelo · 9 years ago
  97. dc37550 Update -bin header restrictions, and re introduce string interning. by Carl Mastrangelo · 9 years ago
  98. 2ad35b8 Add Header name character restrictions by Carl Mastrangelo · 9 years ago
  99. 49b5135 Remove notion of stack from thread-local binding, use simple swapping instead. by Louis Ryan · 9 years ago
  100. d2046b6 Allow commas in Metadata values by Carl Mastrangelo · 9 years ago