1. 6715f12 Add support for codecov.io by Eric Anderson · 9 years ago
  2. daf920d Pass -j to correct command by Eric Anderson · 9 years ago
  3. 12a4b21 Integration tests for testing cascading cancellation. by Louis Ryan · 9 years ago
  4. 30b4232 Start 0.14.0 development cycle by Eric Anderson · 9 years ago
  5. 41c3f78 Maven protoc plugin has a new name and is on Maven Central by Eric Anderson · 9 years ago
  6. 8d43880 hpack is no longer a direct dependency by Eric Anderson · 9 years ago
  7. b752e76 Automated readability/efficiency tweaks by Eric Anderson · 9 years ago
  8. 1dce8df Switching to netty-tcnative-boringssl-static by nmittler · 9 years ago
  9. a3303b5 Delete unused CancelStreamCommand by Eric Anderson · 9 years ago
  10. 898634f In blocking stubs, throw Status.CANCELLED on interruption by Eric Anderson · 9 years ago
  11. 2d2398c d'oh, really raise the visibility by Carl Mastrangelo · 9 years ago
  12. acdcd5b Raise visibility of netty Channel Builder, and provide a way to pass in a custom protocol negotiator per transport by Carl Mastrangelo · 9 years ago
  13. cf787bd DelayedClientTransport and fix TransportSet.shutdown() semantics. by Kun Zhang · 9 years ago
  14. 544cd3a pause by Carl Mastrangelo · 9 years ago
  15. ad301c7 Make thread-safety ownership of Metadata explicit by Eric Anderson · 9 years ago
  16. 48b3029 Add Metadata#keys() which returns set of all keys in the store by Lukasz Strzalkowski · 9 years ago
  17. 964963a Replace AUTHORITY_KEY with ClientStream.setAuthority by Eric Anderson · 9 years ago
  18. 64bc830 Update Android test build to use current grpc snapshot and support Gradle 2.10 by Eric Anderson · 9 years ago
  19. 3f9e486 Raise visibility of Netty Channel Builder Ctor by Carl Mastrangelo · 9 years ago
  20. 86f2c9f Fix InProcessTransport to call onReady by Eric Anderson · 9 years ago
  21. 5b9726e netty: release buffered objects when failed by Eric Anderson · 9 years ago
  22. 52bd63f Improve test coverage of ProtoUtils by Eric Anderson · 9 years ago
  23. 5a5f985 Log full Status on Android test failure by Eric Anderson · 9 years ago
  24. 3d3fd11 Negotiation Handlers should implement ChannelHandler by Eric Anderson · 9 years ago
  25. 04a6c83 Remove deprecated call and TODO in Protocol negotiators by Carl Mastrangelo · 9 years ago
  26. e61e6c2 Update README to point to protobuf-gradle-plugin 0.7.4 by Eric Anderson · 9 years ago
  27. bbec13e Fix race condition in Compression Test by Carl Mastrangelo · 9 years ago
  28. e64c755 Add to RELEASING docs for updating JavaDoc and README by Eric Anderson · 9 years ago
  29. 5b726ac Update README to reference 0.12.0 by Eric Anderson · 9 years ago
  30. 4ac4d49 Help steer new users away from copying our build.gradle by Eric Anderson · 9 years ago
  31. b11dce8 Partially synchronize route_guide.proto with main repository by Eric Anderson · 9 years ago
  32. 9804b67 Include Proto in the java_outer_classname for helloworld.proto by Eric Anderson · 9 years ago
  33. f6aba49 Fixing a typo in Http2ClientStream. by Solomon Duskis · 9 years ago
  34. 2a17d26 Partially synchronize helloworld.proto with main repository by Eric Anderson · 9 years ago
  35. 4573836 Fix NPE in ProtoInputStream.drainTo by Eric Anderson · 9 years ago
  36. e475d38 Cancel server context when call is cancelled by Eric Anderson · 9 years ago
  37. 6e94cf3 Require a ScheduledExecutorService to be provided to Context by Eric Anderson · 9 years ago
  38. 4a427b7 Use instance equality for Context.Key by Eric Anderson · 9 years ago
  39. 7e3d0fe Mark ChannelHandler.exceptionCaught implementation deprecated to fix warning by Eric Anderson · 9 years ago
  40. a3c79e8 Add a simple compression API by Carl Mastrangelo · 9 years ago
  41. 6af2dda Update netty-tcnative to 1.1.33.Fork11. by Matt Hildebrand · 9 years ago
  42. cdb9ca1 Run TLS integration tests using OpenSSL also. by Matt Hildebrand · 9 years ago
  43. ba4a6ca Update to netty 4.1.0.CR1 by Carl Mastrangelo · 9 years ago
  44. 1488010 Use generics for LoadBalancer to avoid ClientTransport exposure by Eric Anderson · 9 years ago
  45. bf42913 Fix artifact upload for compiler by Eric Anderson · 9 years ago
  46. 127e7c0 Fix executor propagation in CallOptions. by Carl Mastrangelo · 9 years ago
  47. 8a40989 Fix OOM errors that happen occasionally by Carl Mastrangelo · 9 years ago
  48. ba54513 Fix a concurrent modification in BlankFutureProvider. by Kun Zhang · 9 years ago
  49. e2ed2e8 Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5 by Kun Zhang · 9 years ago
  50. b7c4e18 Change status of HTTP/2 NO_ERROR to UNAVAILABLE. by nmittler · 9 years ago
  51. 52f1705 Document where to put proto files when using build plugins by Eric Anderson · 9 years ago
  52. d3d253e Upgrade to protobuf-gradle-plugin 0.7.4 by Kun Zhang · 9 years ago
  53. 29784d1 Fix grpc-compiler build. by Kun Zhang · 9 years ago
  54. 46ce409 Update gradle to 2.10 by Eric Anderson · 9 years ago
  55. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 9 years ago
  56. f59e04f Permit overriding Channel's executor per-call by Eric Anderson · 9 years ago
  57. 70ef5b1 Make handling of GoAwayClosedStreamException more consistent. by nmittler · 9 years ago
  58. 484c46c Revert minor grammar tweaks to avoid syncing readme by Eric Anderson · 9 years ago
  59. fe5e624 Avoid cancel before start, which is not handled in transports by Eric Anderson · 9 years ago
  60. 15d86d9 Parameterize TlsTest for TLS provider by Eric Anderson · 9 years ago
  61. 0a2a4ec Move resource freeing out of test methods by Eric Anderson · 9 years ago
  62. 1d8af60 Run make with as many cores as available by Eric Anderson · 9 years ago
  63. 7677525 Log start of test and don't wait forever by Eric Anderson · 9 years ago
  64. c70a769 Wait 5 seconds, not over an hour by Eric Anderson · 9 years ago
  65. 2bd0887 Use `docker cp` to copy files to docker containers. by Kun Zhang · 9 years ago
  66. 4aee912 Fix broken noClientAuthFailure test by Eric Anderson · 9 years ago
  67. cfbd7ef Use tcnative for interop unit tests when possible. by Eric Anderson · 9 years ago
  68. 2b41200 Making choice of OpenSSL more explicit in SECURITY doc by nmittler · 9 years ago
  69. 95d7bfd Add some initial integration tests for GRPC's TLS support. by Matt Hildebrand · 9 years ago
  70. 509c7e7 Make Benchmark Client terminate after running by Carl Mastrangelo · 9 years ago
  71. d52429d Reduce number of codegen'd classes needed for Services by Eric Anderson · 9 years ago
  72. 853ccaa Start 0.13.0 development cycle by Eric Anderson · 9 years ago
  73. df310fe More precise exception handling in examples by Eric Anderson · 9 years ago
  74. 0486af6 Raise method visibility in Channel Providers by Carl Mastrangelo · 9 years ago
  75. a4a8438 Avoid NettyServerBuilder in security documentation by Eric Anderson · 9 years ago
  76. 846794e Fix OkHttp bug where streams could be started after they had been cancelled by Carl Mastrangelo · 9 years ago
  77. bcb5fcd Propagate headers/trailers if response isn't gRPC by Eric Anderson · 9 years ago
  78. 5205d9c Fix unsynchronized access in InProcessTransport by Carl Mastrangelo · 9 years ago
  79. 9cb7929 Add toString to transports for debugging. by Eric Anderson · 9 years ago
  80. 218865a Revert "More information for debugging." by Eric Anderson · 9 years ago
  81. 725209c Fix memory leak with cancellation timeouts by Carl Mastrangelo · 9 years ago
  82. 3276442 Split newStream from start by Carl Mastrangelo · 9 years ago
  83. eca1f7c More information for debugging. by Kun Zhang · 9 years ago
  84. fb8532a Fix issues discovered by internal GRPCLB integration test. by Kun Zhang · 9 years ago
  85. 2719a8c Updates the README.md to add instructions to start test server. by Feng Li · 9 years ago
  86. 59c1a6a Use lbTransport if the LB request got a UNIMPLEMENTED response by Kun Zhang · 9 years ago
  87. 707302d Update type and comment in Timeoutmarshaller by Carl Mastrangelo · 9 years ago
  88. d948330 [OkHttp]Add hostname verification. by Xudong Ma · 9 years ago
  89. 663a4f4 Make BlankFutureProvider preserve the order. by Kun Zhang · 9 years ago
  90. d3d8adb Allow support for nanosecond timeouts, and use nanoseconds consistently throughout our code by Carl Mastrangelo · 9 years ago
  91. e83ac98 The GRPCLB load-balancer. by Kun Zhang · 9 years ago
  92. 4abb022 Cancel the transport future when the call is cancelled. by Kun Zhang · 9 years ago
  93. e0b1149 Removed unsused variables by Carl Mastrangelo · 9 years ago
  94. f5d09ff Disallow compressing zero length messages. by Carl Mastrangelo · 9 years ago
  95. e967be8 More each coverage by Carl Mastrangelo · 9 years ago
  96. c180094 Bump test coverage by Carl Mastrangelo · 9 years ago
  97. 829735b Fix gaurded by by Carl Mastrangelo · 9 years ago
  98. b9cacc1 update tests by Carl Mastrangelo · 9 years ago
  99. 7ac4492 Fix bug where server wouldn't declare the negotiated compression by Carl Mastrangelo · 9 years ago
  100. d238d86 Some changes to Android interop test App: by Xudong Ma · 9 years ago