1. 076532c Don't use a list for benchmarks deps by Eric Anderson · 10 years ago
  2. 3457199 Fail travis build if codegen isn't committed by Eric Anderson · 10 years ago
  3. 7d906c5 Fix minor issues with release scripts/documentation by Eric Anderson · 10 years ago
  4. e03d5c0 Rename integration-testing to interop-testing by Eric Anderson · 10 years ago
  5. 7a7450f Commit codegen'd files missing from 43038a5 by Eric Anderson · 10 years ago
  6. 65769c2 Making client-side negotiation more pluggable. by nmittler · 10 years ago
  7. 43038a5 Adding support for UDS to benchmarks by nmittler · 10 years ago
  8. eee86b4 Add benchmarks for: by Louis Ryan · 10 years ago
  9. 7c1daba okhttp: don't crash if receive window_update for an non-exit stream which may have existed. by Xudong Ma · 10 years ago
  10. eb85d69 Set likely final size of array in toHttp2Headers by Eric Anderson · 10 years ago
  11. b69c59c Decrease ArrayDeque memory in SerializingExecutor by Eric Anderson · 10 years ago
  12. 2c7536c okhttp: Enable TLS for Http2OkHttpTest. by Xudong Ma · 10 years ago
  13. 71447ce okhttp: changes for handling unknown stream id. by Xudong Ma · 10 years ago
  14. 98c6355 Disable Netty eventloop graceful termination by Eric Anderson · 10 years ago
  15. 6529132 Make it more obvious JDK 8 is commonly necessary by Eric Anderson · 10 years ago
  16. 568d25d Delete the generated files only before generateProto. by Kun Zhang · 10 years ago
  17. 2a58bf8 Add more JUnit annotations to list of methods checkstyle will ignore by Louis Ryan · 10 years ago
  18. d549117 Implement writes to the channel using a dedicated write queue which allows for efficient flush by Louis Ryan · 10 years ago
  19. c4c6c14 Fixing benchmarks build on non-linux systems. by nmittler · 10 years ago
  20. 8f537e3 updates to test native epoll by nmittler · 10 years ago
  21. c3125be okhttp: send reset when client receives halfClose from server before sending halfClose. by Xudong Ma · 10 years ago
  22. 5efbb6f Allow 100 streams initially rather than 10. by nmittler · 10 years ago
  23. 8bc9920 Add Dockerfile for codegen distribution by Kun Zhang · 10 years ago
  24. 9805e27 Add property ``protoc=/path/to/protoc`` by Kun Zhang · 10 years ago
  25. 1787106 isReady() should return false until stream allocated by Eric Anderson · 10 years ago
  26. c3fa600 Fixing compiler warning. by nmittler · 10 years ago
  27. d5727c7 Deferring stream creation until receiving SETTINGS from server. by nmittler · 10 years ago
  28. 2cdc5e3 Fix a bug that checked-in generated code are not re-compiled. by Kun Zhang · 10 years ago
  29. 518b7db Slight performance improvment for MutableHandlerRegistryImpl by nmittler · 10 years ago
  30. 287a27a Upgrade to protobuf-gradle-plugin:0.4.0 by Kun Zhang · 10 years ago
  31. 7ecb6fa okhttp: Catch Exceptions thrown by the frist platform.getSelectedProtocol(sslSocket), since in some implementations, querying selected protocol before the handshake will fail with exception. by Xudong Ma · 10 years ago
  32. 589afef changed the netty-codec-http2 depdendency to released version by Mark Kelly · 10 years ago
  33. 3462eb0 Handle OkHttp throwing exception during start() by Eric Anderson · 10 years ago
  34. 4e82a11 Make Channel/Server abstract classes by Eric Anderson · 10 years ago
  35. 6b1e7d6 Recompile proto files if codegen has changed. by Kun Zhang · 10 years ago
  36. 66c55ee Make protobuf section of README easily ignorable by Eric Anderson · 10 years ago
  37. 8c9cc91 Update generated proto output by Eric Anderson · 10 years ago
  38. 2f74971 Unify build properties. by Kun Zhang · 10 years ago
  39. c5b94c7 Use protoc from Maven Central. by Kun Zhang · 10 years ago
  40. 8620775 Stop running gradle in run-test-{client,server}.sh by Eric Anderson · 10 years ago
  41. 1fa11ce Adding default implementation of onReady in Call and ServerCall by nmittler · 10 years ago
  42. 1cf4cc8 Use CreateStartScripts for examples by Eric Anderson · 10 years ago
  43. b6407c4 Only complete graceful shutdown after buffered streams complete. by nmittler · 10 years ago
  44. b544383 Fixing build issue. by nmittler · 10 years ago
  45. f78813e Document how to use IntelliJ style by Eric Anderson · 10 years ago
  46. 4285d82 Fix "mispelled" reference to gradlew by Eric Anderson · 10 years ago
  47. d32bb47 Add build status icon and rephrase title by Kun Zhang · 10 years ago
  48. d8d8ebd Adding logging to NettyClientHandler. by nmittler · 10 years ago
  49. 64df428 Properly removing buffered streams after receiving goAway by nmittler · 10 years ago
  50. 693a7d2 Fix the filesets to be checked by checkstyle. by Kun Zhang · 10 years ago
  51. 111f6dd Allow people to skip codegen compilation. by Kun Zhang · 10 years ago
  52. 7f73189 Always checking MAX_CONCURRENT_STREAMS in BufferingHttp2ConnectionEncoder. by nmittler · 10 years ago
  53. a45e0a4 Cleaning up closing for Netty client/server. by nmittler · 10 years ago
  54. ef6a2f0 Updating to the latest Netty version. by nmittler · 10 years ago
  55. 041cdb1 Add Jacoco code coverage by Eric Anderson · 10 years ago
  56. cde7eaa Updating to the latest Netty version. by nmittler · 10 years ago
  57. 10fb206 Produce combined JavaDoc, add links, exclude internals by Eric Anderson · 10 years ago
  58. 00a7192 Use CreateStartScripts for integration-testing by Eric Anderson · 10 years ago
  59. ad44f0a Make checkstyle fail build by default by Eric Anderson · 10 years ago
  60. 80a9dce Adding bin to .gitignore for OSX by nmittler · 10 years ago
  61. 35cb22d Add comment to satisfy checkstyle by Eric Anderson · 10 years ago
  62. c8c478e netty: Remove goAwayStatus when client closing by Eric Anderson · 10 years ago
  63. 68cba97 Do not fail pending streams when sending GOAWAY. by nmittler · 10 years ago
  64. 64176d5 Adding outbound flow control for Netty. by nmittler · 10 years ago
  65. 1af367c Remove all blocking from the NettyClientTransport. Fixes #116 by Jakob Buchgraber · 10 years ago
  66. 221c534 Fix build on Windows/VC++ by Kun Zhang · 10 years ago
  67. b6eb9d7 Don't close streams when sending GOAWAY by Eric Anderson · 10 years ago
  68. f2cba89 Update Netty to 9d70cf3 to pick up https://github.com/netty/netty/commit/8271c8a which eliminates by Louis Ryan · 10 years ago
  69. 4a05869 Replace Operation*Exception with Status*Exception by Eric Anderson · 10 years ago
  70. e05885d Swap to Netty's SslContextBuilder by Eric Anderson · 10 years ago
  71. fd0aed2 Reorganize build instructions. by Kun Zhang · 10 years ago
  72. 7779b4f Cleaning up some warnings. by nmittler · 10 years ago
  73. c561221 Add Openloop Client to Benchmarks. by Jakob Buchgraber · 10 years ago
  74. 2b33598 Don't overwrite error message if bad headers by Eric Anderson · 10 years ago
  75. 41940f7 Upgrade to protobuf plugin 0.3.1 by Kun Zhang · 10 years ago
  76. 69c6704 De-flake OkHttpClientTransportTest.pendingStreamFailedByIdExhausted. by Xudong Ma · 10 years ago
  77. d8d7908 Avoid flushing CreateStreamCommand for calls where the client is known to send a payload immediately afterward. by Louis Ryan · 10 years ago
  78. 9ffc711 Fix style violations introduced in b2a3f7 by Eric Anderson · 10 years ago
  79. 2fb03b0 Fix style violations added in 986d221 by Eric Anderson · 10 years ago
  80. 3b54ffa Remove stray character that hinded Travis cache by Eric Anderson · 10 years ago
  81. 815df0b Include gradle 2.3 in Travis-CI cache by Eric Anderson · 10 years ago
  82. b2a3f7b okhttp: respect SETTINGS_INITIAL_WINDOW_SIZE in outbound flow control. by Xudong Ma · 10 years ago
  83. 8a5d927 Fix the race between failing and starting pending streams. by Xudong Ma · 10 years ago
  84. 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 · 10 years ago
  85. 29c43c1 Upgrading to the latest Netty version. by nmittler · 10 years ago
  86. f679edc Fix memeory leak in MessageFramer caused by allocation of 'empty' buffers never being released. by Louis Ryan · 10 years ago
  87. 2b917e2 Update to protobuf-gradle-plugin:0.2.1 by Kun Zhang · 10 years ago
  88. d0aad72 okhttp: Clean up stream when error happens. by Xudong Ma · 10 years ago
  89. 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 · 10 years ago
  90. 67b5bc7 Update QPS Client and Server. by Jakob Buchgraber · 10 years ago
  91. 3a4f4b5 Add support for setting the connection and stream flow control window to NettyServerBuilder. by Jakob Buchgraber · 10 years ago
  92. 2f4aa5a Use Status "UNKNOWN" instead of "INTERNAL" when Status.fromThrowable can not find a cause with a status. by Xudong Ma · 10 years ago
  93. f7010f2 Use message size as a hint to the allocator for buffer capacity. by Louis Ryan · 10 years ago
  94. a8ef36a Create DEPLOYING.md that documents instructions for deploying artifacts. by Kun Zhang · 10 years ago
  95. 3ddd1d5 Log stack traces of test failures to the console. by Kun Zhang · 10 years ago
  96. 3ecbd04 Upgrading to latest Netty version. by nmittler · 10 years ago
  97. fc3e416 Propagate explicit flushes through MessageFramer by Eric Anderson · 10 years ago
  98. af18876 Upgrade to com.google.protobuf:protobuf-gradle-plugin:0.1.0 by Kun Zhang · 10 years ago
  99. 9528a27 Fix protobuf-nano build broken by 3666de4427460a307bfb86a7f93b3a04cb28f8c4 by Nobutaka Takushima · 10 years ago
  100. 4bc2d6d Remove call sites of Os.isFamily(). Use osdetector instead by Kun Zhang · 10 years ago