1. 4221f5a Change ExperimentalApi field 'comment' to 'value' by Carl Mastrangelo · 10 years ago
  2. cb734e3 Document equals and hashCode on Status by Carl Mastrangelo · 10 years ago
  3. b5eaaf3 Add @ExperimentalApi annotation to compression methods by Carl Mastrangelo · 10 years ago
  4. 8225d2a Add comment field to ExperimentalApi by Kun Zhang · 10 years ago
  5. 0d9ac41 Minor cleanup in deframer by Carl Mastrangelo · 10 years ago
  6. 777e928 Removing transport shutdown hooks from channel builder by nmittler · 10 years ago
  7. 2247ad2 Makes application-provided string comes first in User-Agent by Xudong Ma · 10 years ago
  8. 68c82bc Make ServerImpl constructor pakcage-private by Kun Zhang · 10 years ago
  9. c5ea5c7 Update Java doc for a508c1d4f5024c2a5fd6d103edcab43542293ae7 by Xudong Ma · 10 years ago
  10. 485bc9c OkHttp: Make sure TransportListener.transportReady() can only be called once. by Xudong Ma · 10 years ago
  11. 76b410d Remove size restriction when parsing nano protos by Xudong Ma · 10 years ago
  12. 3457735 Quick work around for Rst bug by Carl Mastrangelo · 10 years ago
  13. a508c1d Remove Headers by Carl Mastrangelo · 10 years ago
  14. 13c14df Netty: Call ClientTransport.Listener.transportReady() after receiving SETTINGS frame. by Xudong Ma · 10 years ago
  15. 7b6a498 Annotate ServerEssentials, buildEssentials() and ServerImpl's constructor with @Internal by Kun Zhang · 10 years ago
  16. 37b1a8c Update the code example to use our own API by Xudong Ma · 10 years ago
  17. 0b57f56 Reducing the size of the "large" proto in ProtoUtilsTest. by nmittler · 10 years ago
  18. e2f88fa Moving a few common utilities to GrpcUtil. by nmittler · 10 years ago
  19. 21f9b44 Use status UNAVAILABLE for IOException thrown by OkHttp reading path, which can also be triggered by HTTP/2 issues. by Xudong Ma · 10 years ago
  20. aeae7a8 Rename HttpUtil to GrpcUtil. by nmittler · 10 years ago
  21. 9f7cb80 Adding handling for stream exhaustion in Netty. by nmittler · 10 years ago
  22. d68c101 Fix documentation on ClientCall.request(). by Kun Zhang · 10 years ago
  23. 701bbe5 Add unit tests to AbstractClientStream by Carl Mastrangelo · 10 years ago
  24. 042b278 Remove the first MethodDescriptor constructor. by Kun Zhang · 10 years ago
  25. 573f79a Remove proto size restriction when parsing protos. by nmittler · 10 years ago
  26. 6ebf9b1 fix comment by Carl Mastrangelo · 10 years ago
  27. 75f71c8 Avoid deprecation warning on import by Xudong Ma · 10 years ago
  28. 1a0ee96 Improve documentation for ClientCall. by Kun Zhang · 10 years ago
  29. 687a6f4 Skip io.grpc.internal in javadoc. by Kun Zhang · 10 years ago
  30. b83742d Implement Connection Backoff Interop test. by Xudong Ma · 10 years ago
  31. d2ab1c2 OkHttp: Call ClientTransport.Listener.transportReady() after receiving settings frame. by Xudong Ma · 10 years ago
  32. bfcebea Netty: Use status INTERNAL instead of UNKNOWN for underlying Http2Exception. by Xudong Ma · 10 years ago
  33. 7dbca92 Remove deprecated method. by Xudong Ma · 10 years ago
  34. 0b3fa8e Remove unnecessary instanceof check by Carl Mastrangelo · 10 years ago
  35. 77b00e0 Add Part 1 of compression by Carl Mastrangelo · 10 years ago
  36. e72332c Add missing Generic param to Answers by Eric Anderson · 10 years ago
  37. 9d1b33c Remove unused variables by Eric Anderson · 10 years ago
  38. 5fe7388 Merge pull request #678 from nmittler/npn by Nathan Mittler · 10 years ago
  39. 46c76bd Update android-interop-test's dependency. by Xudong Ma · 10 years ago
  40. 247ffb1 Adding support for NPN fallback. by nmittler · 10 years ago
  41. 1b1c646 Split compiling instructions out of README.md by Eric Anderson · 10 years ago
  42. d12f454 Change Metadata.Trailers to Metadata in JavaDoc by Eric Anderson · 10 years ago
  43. 22c4991 Enable Animal Sniffer for protobuf projects by Eric Anderson · 10 years ago
  44. 572f433 Remove Trailers by Carl Mastrangelo · 10 years ago
  45. 3c924fd Update README to use latest version by Carl Mastrangelo · 10 years ago
  46. 12872dc Add test oauth2_auth_token. by Xudong Ma · 10 years ago
  47. 8f6562e Update Docker version requirement by Carl Mastrangelo · 10 years ago
  48. 5df6ab0 Upgrade protobuf-gradle-plugin to 0.7.0 by Kun Zhang · 10 years ago
  49. cadc0b2 Fetch the latest Protobuf sources before checking out the release. by Kun Zhang · 10 years ago
  50. 68fe049 Remove Deprecated newCall method on Channel by Carl Mastrangelo · 10 years ago
  51. ca7587f Change some error status usages to be consistent with other gRPC implementations. by Xudong Ma · 10 years ago
  52. 0c7466c Bump gRPC to version 0.9.0 by Carl Mastrangelo · 10 years ago
  53. 0eb9862 Annotations for unstable and internal interfaces. by Kun Zhang · 10 years ago
  54. 7a6b166 Updated docs by Carl Mastrangelo · 10 years ago
  55. a4c7d9a Redo b1e2aaebc066b10b00711b51b8cab0b09151544f, with some changes to prevent test flaky. by Xudong Ma · 10 years ago
  56. e1bd6ef Clean up the left-over of the transport package reorganization by Kun Zhang · 10 years ago
  57. 9eed577 Revert "okHttp: Set max_concurrent_stream to 0 before the connection is connected." by Kun Zhang · 10 years ago
  58. 66ce0f2 Add code coverage badge to README.md by Eric Anderson · 10 years ago
  59. b1e2aae okHttp: Set max_concurrent_stream to 0 before the connection is connected. by Xudong Ma · 10 years ago
  60. 522580d Add coveralls support by Eric Anderson · 10 years ago
  61. f681b5f Move Marshaller into MethodDescriptor by Kun Zhang · 10 years ago
  62. ddea743 Remove stream id check for writing path, it breaks the starting of pending streams. by Xudong Ma · 10 years ago
  63. b42122b Update test to demonstrate that pending streams will not be started if the transport is in goAway status. by Xudong Ma · 10 years ago
  64. d2929cd Reorganize packages. by Kun Zhang · 10 years ago
  65. be965b8 Remove extraneous shutdown condition in NettyClientTransport by Eric Anderson · 10 years ago
  66. 6236968 netty: Provide useful information if connect fails by Eric Anderson · 10 years ago
  67. 2addeae NettyClientHandler should handle all exceptionCaught()s by Eric Anderson · 10 years ago
  68. 849ed1b netty: Simplify ping cancellation by Eric Anderson · 10 years ago
  69. 017cdd2 netty: Remove connectionError and just use goAwayStatus by Eric Anderson · 10 years ago
  70. e1c348c netty: Don't double-process ssl handshake failures by Eric Anderson · 10 years ago
  71. 8d38d03 netty: If negotiation fails, continue failing new writes by Eric Anderson · 10 years ago
  72. 3eaa92b Send an RST_STREAM frame on server deadline by Jack Coughlin · 10 years ago
  73. 9990794 Documentation hygiene. Fixing some minor typos in the README file. by mekka · 10 years ago
  74. 9bd7bab Produce cleaner JavaDoc and Jacoco output by Eric Anderson · 10 years ago
  75. 4b4f76d Remove deprecated classes from ServerInterceptors by Carl Mastrangelo · 10 years ago
  76. ba103fb OkHttp: make the pending stream cancellable. by Xudong Ma · 10 years ago
  77. 7d3d80e Add a javadoc for AbstractChannelBuilder.buildEssentials by Carl Mastrangelo · 10 years ago
  78. 9b733b5 Add a javadoc for AbstractServerBuilder.buildEssentials by Carl Mastrangelo · 10 years ago
  79. b141093 Make serverInterceptor use MethodDescriptor by Carl Mastrangelo · 10 years ago
  80. 6ff7b22 Improve generics in {Client,Server}Interceptors by Eric Anderson · 10 years ago
  81. fc85a40 Add more documentation for transports. by Kun Zhang · 10 years ago
  82. b737435 Tighten up some access limit by Xudong Ma · 10 years ago
  83. aebb58b Change awaitTerminated to awaitTermination by Carl Mastrangelo · 10 years ago
  84. a947178 Remove deprecated ClientInterceptors classes by Carl Mastrangelo · 10 years ago
  85. b7822e8 Fix javadoc, and remove deprecated classes by Carl Mastrangelo · 10 years ago
  86. 7faeab6 Make NanoProtoInputStream package private by Xudong Ma · 10 years ago
  87. 9992156 Add available() to KnownLength by Kun Zhang · 10 years ago
  88. e76b8e7 Renamed Server payload to message by Carl Mastrangelo · 10 years ago
  89. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 10 years ago
  90. e45c0c5 Fix shutting down a never-started ServerImpl by Eric Anderson · 10 years ago
  91. 7d1e65c Switch ALPN/NPN to advertise only h2 by Xudong Ma · 10 years ago
  92. 2f799ed OkHttp should use plaintext in TransportBenchmark by Eric Anderson · 10 years ago
  93. d1e15ab Fix serviceAccountCreds test and computeEngineCreds test. by Xudong Ma · 10 years ago
  94. ef106e0 Make the change on status effective. by Xudong Ma · 10 years ago
  95. f68c10b Don't hold channel/server lock when shutting down transport by Eric Anderson · 10 years ago
  96. 2c2c48a Implement Transport reconnect by Carl Mastrangelo · 10 years ago
  97. 512134b Android-Interop-test: fix lint errors/warnings, enable proguard. by Xudong Ma · 10 years ago
  98. 41d875c Notify transportReady() in Netty by Eric Anderson · 10 years ago
  99. 137b2ef Upgrade protobuf-gradle-plugin to 0.6.1 by Kun Zhang · 10 years ago
  100. c55657e Make new stream call asynchronous when the MAX_CONCURRENT_STREAMS is reached. by Xudong Ma · 10 years ago