1. 221c534 Fix build on Windows/VC++ by Kun Zhang · 9 years ago
  2. b6eb9d7 Don't close streams when sending GOAWAY by Eric Anderson · 9 years ago
  3. f2cba89 Update Netty to 9d70cf3 to pick up https://github.com/netty/netty/commit/8271c8a which eliminates by Louis Ryan · 9 years ago
  4. 4a05869 Replace Operation*Exception with Status*Exception by Eric Anderson · 9 years ago
  5. e05885d Swap to Netty's SslContextBuilder by Eric Anderson · 10 years ago
  6. fd0aed2 Reorganize build instructions. by Kun Zhang · 9 years ago
  7. 7779b4f Cleaning up some warnings. by nmittler · 9 years ago
  8. c561221 Add Openloop Client to Benchmarks. by Jakob Buchgraber · 9 years ago
  9. 2b33598 Don't overwrite error message if bad headers by Eric Anderson · 9 years ago
  10. 41940f7 Upgrade to protobuf plugin 0.3.1 by Kun Zhang · 9 years ago
  11. 69c6704 De-flake OkHttpClientTransportTest.pendingStreamFailedByIdExhausted. by Xudong Ma · 9 years ago
  12. d8d7908 Avoid flushing CreateStreamCommand for calls where the client is known to send a payload immediately afterward. by Louis Ryan · 9 years ago
  13. 9ffc711 Fix style violations introduced in b2a3f7 by Eric Anderson · 9 years ago
  14. 2fb03b0 Fix style violations added in 986d221 by Eric Anderson · 9 years ago
  15. 3b54ffa Remove stray character that hinded Travis cache by Eric Anderson · 9 years ago
  16. 815df0b Include gradle 2.3 in Travis-CI cache by Eric Anderson · 9 years ago
  17. b2a3f7b okhttp: respect SETTINGS_INITIAL_WINDOW_SIZE in outbound flow control. by Xudong Ma · 9 years ago
  18. 8a5d927 Fix the race between failing and starting pending streams. by Xudong Ma · 9 years ago
  19. 986d221 Fix issue where close can be called in a reentrant fashion by framer writing causing exception to be thrown by transport by Louis Ryan · 9 years ago
  20. 29c43c1 Upgrading to the latest Netty version. by nmittler · 9 years ago
  21. f679edc Fix memeory leak in MessageFramer caused by allocation of 'empty' buffers never being released. by Louis Ryan · 9 years ago
  22. 2b917e2 Update to protobuf-gradle-plugin:0.2.1 by Kun Zhang · 9 years ago
  23. d0aad72 okhttp: Clean up stream when error happens. by Xudong Ma · 9 years ago
  24. 4b00476 okhttp: Flushes headers out immediately, so that the server can be aware of the stream before receiving real data (or half close). by Xudong Ma · 9 years ago
  25. 67b5bc7 Update QPS Client and Server. by Jakob Buchgraber · 9 years ago
  26. 3a4f4b5 Add support for setting the connection and stream flow control window to NettyServerBuilder. by Jakob Buchgraber · 9 years ago
  27. 2f4aa5a Use Status "UNKNOWN" instead of "INTERNAL" when Status.fromThrowable can not find a cause with a status. by Xudong Ma · 9 years ago
  28. f7010f2 Use message size as a hint to the allocator for buffer capacity. by Louis Ryan · 9 years ago
  29. a8ef36a Create DEPLOYING.md that documents instructions for deploying artifacts. by Kun Zhang · 9 years ago
  30. 3ddd1d5 Log stack traces of test failures to the console. by Kun Zhang · 9 years ago
  31. 3ecbd04 Upgrading to latest Netty version. by nmittler · 9 years ago
  32. fc3e416 Propagate explicit flushes through MessageFramer by Eric Anderson · 10 years ago
  33. af18876 Upgrade to com.google.protobuf:protobuf-gradle-plugin:0.1.0 by Kun Zhang · 9 years ago
  34. 9528a27 Fix protobuf-nano build broken by 3666de4427460a307bfb86a7f93b3a04cb28f8c4 by Nobutaka Takushima · 9 years ago
  35. 4bc2d6d Remove call sites of Os.isFamily(). Use osdetector instead by Kun Zhang · 9 years ago
  36. 0c2ea15 Fix Mac build failure introduced by commit da3c3f8 by Kun Zhang · 9 years ago
  37. da3c3f8 Solution for GRPC codegen deployment. by zhangkun83 · 10 years ago
  38. 23aac9e Fix netty closure check by Eric Anderson · 9 years ago
  39. 4f4f8e4 Remove Guava's Service from server transport by Eric Anderson · 9 years ago
  40. f920bad Upgrading to the latest Netty version. by nmittler · 9 years ago
  41. 883eb62 OkHttp: Temporally support multiple h2-xx protocol on client side. by Xudong Ma · 9 years ago
  42. 1066222 De-flake transport test. by Xudong Ma · 9 years ago
  43. 5b2e336 netty: Add option to set MAX_CONCURRENT_STREAMS by Eric Anderson · 10 years ago
  44. 844d207 Add missing projects to grpc-all by Eric Anderson · 9 years ago
  45. 3666de4 Use more precise names for protobuf and nano by Eric Anderson · 9 years ago
  46. e23f899 Split protobuf into its own project by Eric Anderson · 9 years ago
  47. 1e257c4 Remove unused local variable by Eric Anderson · 9 years ago
  48. d077290 Fix warnings (JavaDoc and [deprecated]) by Eric Anderson · 9 years ago
  49. 0d89d3d Fix the issue where the intecepting call fails in start(), does not by Kun Zhang · 10 years ago
  50. 90706dc Rename the codegen binary from java_plugin to protoc-gen-grpc-java by Kun Zhang · 9 years ago
  51. e8afa3c Fix bug where the stream id would not get incremented for buffered streams. by Jakob Buchgraber · 9 years ago
  52. 9d21463 Temporally support Http protocol name "h2-16" for OkHttp client. by Xudong Ma · 9 years ago
  53. 775829a okhttp: Reset stream when receiving window is negative. by Xudong Ma · 9 years ago
  54. fd7ba56 netty: Use the bootstrap ClassLoader for ALPN/NPN by Eric Anderson · 9 years ago
  55. 44f9904 Replace 'internal' import with correct one. by Jakob Buchgraber · 9 years ago
  56. 63db068 Add simple HelloWord example handling custom header by zhaohaifeng · 10 years ago
  57. f3ccdd9 Fixes Travis breakage by Xudong Ma · 9 years ago
  58. c2f0394 TLS support for okhttp transport. by Xudong Ma · 10 years ago
  59. 5f70a12 Remove blocking on client stream creation and buffer RPC Calls for when the MAX_CONCURRENT_STREAMS limit is hit. Fixes #118 by Jakob Buchgraber · 10 years ago
  60. ce860f9 fix compile error introduced by previous commit by Jakob Buchgraber · 9 years ago
  61. 105964b Fix memory leak by adding the Http2StreamRemovalPolicy to the channel pipeline. by Jakob Buchgraber · 9 years ago
  62. fcf1517 Respect MAX_CONCURRENT_STREAMS in OkHttp client. by Xudong Ma · 9 years ago
  63. 9aae6f6 checkstyle change: by Xudong Ma · 9 years ago
  64. 45682db Hold lock while reading isThreadScheduled by Eric Anderson · 9 years ago
  65. d70d91b Improve JavaDoc for Status by Eric Anderson · 9 years ago
  66. 74c9b5e Fix JavaDoc references to non-imported class by Eric Anderson · 9 years ago
  67. 2cad9e6 Add "unsed import" check. by Xudong Ma · 10 years ago
  68. c813ec5 Change the package option of example protos to be same as grpc-common by Xudong Ma · 10 years ago
  69. eb2d65b Disable Nagle's algorithm, this was exposed by our internal micro benchmark, the streamingInputCall() method happened to have the write-write-read pattern which added 40ms extra delay. by Xudong Ma · 10 years ago
  70. a375ecc Use codegen for integration testing by Eric Anderson · 10 years ago
  71. 1605578 Cache Gradle and not really Maven by Eric Anderson · 10 years ago
  72. 11d0094 Upgrading to the latest Netty 4.1 branch. by nmittler · 10 years ago
  73. 9bd31da Wait for handler registration by Eric Anderson · 10 years ago
  74. 966e120 Add precondition to throw more informative exception when calling request() before start() has been called. by zhangkun83 · 10 years ago
  75. 191dcd3 Test whether inbound flow control functions by Eric Anderson · 10 years ago
  76. b48b4db Fix synchronization in client auth by Eric Anderson · 10 years ago
  77. e515c77 netty: Status should be based on GOAWAY code by Eric Anderson · 10 years ago
  78. 6407c18 Default client connection window to 1MiB. by nmittler · 10 years ago
  79. ab9f827 Making connection and stream windows configurable for Netty. by nmittler · 10 years ago
  80. a3b353c Disable Travis parallel building to reduce memory usage by Eric Anderson · 10 years ago
  81. 2cbbd47 Split large payload into separate test with higher timeout by Eric Anderson · 10 years ago
  82. d8fb6f0 Use TLS for Netty integration tests by Eric Anderson · 10 years ago
  83. bcb3e8c Remove readlink -f in run-test*.sh scripts by Eric Anderson · 10 years ago
  84. b1201e7 Enable parallel Gradle builds for Travis by Eric Anderson · 10 years ago
  85. 26141b4 Allow checkstyle failures fatal, and fix last issues by Eric Anderson · 10 years ago
  86. 9175d9d Fix data corruption issue receiving payloads > 2kB by Thomas ten Cate · 10 years ago
  87. 7865b03 okhttp: code style fix; handle exception by Eric Anderson · 10 years ago
  88. 79ef04b Fix a race condition in the test, we may nitify MockFrameReader to return before it satrts waiting. by Xudong Ma · 10 years ago
  89. 2f3c173 Protobuf java/nano are now on Maven Central by Eric Anderson · 10 years ago
  90. a0acb9b Working Travis build, with caching of deps by Eric Anderson · 10 years ago
  91. c42c8c4 Basic travis configuration by Louis Ryan · 10 years ago
  92. a6edc29 Improve Status exception message by Eric Anderson · 10 years ago
  93. 78cde0d Move Status.toString next to other methods by Eric Anderson · 10 years ago
  94. 3db9297 Add missing @RunWith. by Xudong Ma · 10 years ago
  95. f38c2a0 Add missing copyright headers by Eric Anderson · 10 years ago
  96. 69cef51 Improve CONTRIBUTING.md by Eric Anderson · 10 years ago
  97. 7c6b627 Close frame reader and notify the listener in reader thread, to avoid reading after reader is closed. by Xudong Ma · 10 years ago
  98. 23972a2 Adding outbound flow control API for the transport API by nmittler · 10 years ago
  99. 9f56145 Adding outbound flow control API for Call/ServerCall by nmittler · 10 years ago
  100. 040007e Add package statement to HttpUtilTest by Eric Anderson · 10 years ago