1. 05f5a4f Suggest -PskipCodegen in run-test-{client,server} by Eric Anderson · 9 years ago
  2. af9fb6d Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  3. 7a71627 Add the bintray repository for Maven protoc-plugin in the example by Kun Zhang · 9 years ago
  4. af70397 Merge pull request #579 from zsurocking/master by zsurocking · 9 years ago
  5. a0241d8 Use default type of KeyStore in Android interop test App, so that it can work on lower versions. by Xudong Ma · 9 years ago
  6. 3777b8b Use hostname instead of InetAddress for Socket creation. by Xiao Hang · 9 years ago
  7. f88779e Add the Android interop test App. by Xudong Ma · 9 years ago
  8. a479c91 Move timeout marshaller tests to ChannelImplTest by Eric Anderson · 9 years ago
  9. 45da9c5 Add a few ChannelImpl tests and improve error status by Eric Anderson · 9 years ago
  10. 9a2db9d Make ChannelImpl.obtainActiveTransport's fast path lock-free by Eric Anderson · 9 years ago
  11. 6e406ac Refactor OkHttpProtocolNegotiator, move Android related operations into an inner class. by Xudong Ma · 9 years ago
  12. 27b3648 Update usage of deprecated API, and add back the blank lines removed by Intellij's reformat. by Xudong Ma · 9 years ago
  13. 8f51457 Rename getSslSocketFactoryForCertainCert to be newSslSocketFactoryForCa. by Xudong Ma · 9 years ago
  14. c740312 Revert swapping to the "canonical HTTP mapping" by Eric Anderson · 9 years ago
  15. a02503a Add instructions for setting up traffic shaping on loopback by Louis Ryan · 9 years ago
  16. a69fbb0 Use 1MB as the max payload size in benchmarks to avoid exceeding Netty's buffer pool by Louis Ryan · 9 years ago
  17. ae2b5bf Exposing AbstractBufferingHandler so it can be used by custom protocol negotiators. by nmittler · 9 years ago
  18. 74490d5 In compiler documentation, use grpc-java as plugin name by Eric Anderson · 9 years ago
  19. 131ba5d Make the code clearer, fixes #531. by Xudong Ma · 9 years ago
  20. fd52a76 Blocking calls should error with StatusRuntimeException by Eric Anderson · 9 years ago
  21. 4d5caf8 Use exit() for integration test client by Eric Anderson · 9 years ago
  22. eb15eb2 Some cleanup for okhttp: by Xudong Ma · 9 years ago
  23. 794fdf1 Update Travis to use protobuf3-alpha3 by Eric Anderson · 9 years ago
  24. 77878a0 Pass timeout header in ChannelImpl by Jack Coughlin · 9 years ago
  25. 4322a43 Throw error for Netty when Jetty ALPN not configured. by nmittler · 9 years ago
  26. 9a6ded5 Cleanup of NettyClientTransportTest. by nmittler · 9 years ago
  27. 424c7e6 Avoid GCM in unit tests by Eric Anderson · 9 years ago
  28. cb486e4 Testing that buffered streams clean up properly upon disconnect. by nmittler · 9 years ago
  29. 15104cd Make sure we enter terminated state when transport server has been shut down and all server transports have been closed. Previously, we had only been checking if server transports were closed. Also, make sure termination cleanup is performed at most once with an AssertionError if checkForTermination() called when server has already been terminated by David Connelly · 9 years ago
  30. d94fedc Updating master README.md to 0.7.1 release. by nmittler · 9 years ago
  31. 491aad2 Changing Netty handlers to properly set initialSettings. by nmittler · 9 years ago
  32. 25da649 Support setting ALPN for Android older than 5.0, OkHttp(2.3+) implementation only support such function for Android 5.0+. by Xudong Ma · 9 years ago
  33. 58a142a Properly set inbound and outbound connection and stream window sizes by Louis Ryan · 9 years ago
  34. 483738e Reorganizing the deployment docs. by nmittler · 9 years ago
  35. 0d03f89 add ping by Josh Humphries · 9 years ago
  36. b97d0ba Document how to copy credentials for docker by Kun Zhang · 9 years ago
  37. a251171 Upgrade to protobuf-3.0.0-alpha-3 by Kun Zhang · 9 years ago
  38. cd2bc1e Enable Travis for all branches by Eric Anderson · 9 years ago
  39. 2ee4d02 Rename Call to ClientCalls. by Kun Zhang · 9 years ago
  40. 4ee2a65 Allowing Netty TLS bootstrap handler to be sharable. by nmittler · 9 years ago
  41. d242b22 Upgrade OkHttp to 2.4. by Xudong Ma · 9 years ago
  42. eed8f92 okhttp: Call onError for IOException thrown by FrameReader.nextFrame(). by Xudong Ma · 9 years ago
  43. 0782c04 Catch Exception thrown when query NPN selected protocol on a socket that haven't started hand shake. by Xudong Ma · 9 years ago
  44. ac4952c Add service_account_creds test. by Xudong Ma · 9 years ago
  45. ffcc5f2 Remove unused imports. by Xudong Ma · 9 years ago
  46. 926a2c1 Add compute_engine_creds test. by Xudong Ma · 9 years ago
  47. 2483009 Renaming AUTH_README.md to SECURITY.md by nmittler · 9 years ago
  48. 59f6f45 Switching to Netty's ALPN support. by nmittler · 9 years ago
  49. f770ffb Making test certs more shareable by nmittler · 9 years ago
  50. 2fe279f Add SelectedProtocolQuerier to get protocol selected by NPN on Android. by Xudong Ma · 9 years ago
  51. 1eb16d9 Add download and usage instructions by Eric Anderson · 9 years ago
  52. 641fc28 Add support for indeterminate length messages. This will make using GRPC easier for non-proto payload types. by Louis Ryan · 9 years ago
  53. b0619c4 Update version to 0.8.0-SNAPSHOT for next cycle by Eric Anderson · 9 years ago
  54. d9ba206 Release commit for 0.7.0 by Eric Anderson · 9 years ago
  55. 6affc8d upgrade okhttp to 2.3 by Xudong Ma · 9 years ago
  56. 4f3641c Merge pull request #445 from zsurocking/master by zsurocking · 9 years ago
  57. c6ee28c Update AUTH-README.md by zsurocking · 9 years ago
  58. 74cfe6c Adding alpn_boot configuration to the parent build file. by nmittler · 9 years ago
  59. d09b16d Update AUTH-README.md by zsurocking · 9 years ago
  60. 0d48087 okhttp: outbound flow control. by Xudong Ma · 9 years ago
  61. e50f671 Change OkHttpClientTransport#start to construct a Socket with the hostname and port if the address is unresolved. by jonathanlin · 9 years ago
  62. 5a8e9f4 Document our findings about GCM performance by Eric Anderson · 9 years ago
  63. 65d73c0 Don't use reflection for epoll/unix domain sockets by Eric Anderson · 9 years ago
  64. 3af3d1b Improve invalid argument message for address by Eric Anderson · 9 years ago
  65. 076532c Don't use a list for benchmarks deps by Eric Anderson · 9 years ago
  66. 3457199 Fail travis build if codegen isn't committed by Eric Anderson · 9 years ago
  67. 7d906c5 Fix minor issues with release scripts/documentation by Eric Anderson · 9 years ago
  68. e03d5c0 Rename integration-testing to interop-testing by Eric Anderson · 9 years ago
  69. 7a7450f Commit codegen'd files missing from 43038a5 by Eric Anderson · 9 years ago
  70. 65769c2 Making client-side negotiation more pluggable. by nmittler · 9 years ago
  71. 43038a5 Adding support for UDS to benchmarks by nmittler · 9 years ago
  72. eee86b4 Add benchmarks for: by Louis Ryan · 9 years ago
  73. 7c1daba okhttp: don't crash if receive window_update for an non-exit stream which may have existed. by Xudong Ma · 9 years ago
  74. eb85d69 Set likely final size of array in toHttp2Headers by Eric Anderson · 9 years ago
  75. b69c59c Decrease ArrayDeque memory in SerializingExecutor by Eric Anderson · 9 years ago
  76. 2c7536c okhttp: Enable TLS for Http2OkHttpTest. by Xudong Ma · 9 years ago
  77. 71447ce okhttp: changes for handling unknown stream id. by Xudong Ma · 9 years ago
  78. 7dbd1fe Update AUTH-README.md by zsurocking · 9 years ago
  79. 98c6355 Disable Netty eventloop graceful termination by Eric Anderson · 9 years ago
  80. 6529132 Make it more obvious JDK 8 is commonly necessary by Eric Anderson · 9 years ago
  81. 568d25d Delete the generated files only before generateProto. by Kun Zhang · 9 years ago
  82. 2a58bf8 Add more JUnit annotations to list of methods checkstyle will ignore by Louis Ryan · 9 years ago
  83. d549117 Implement writes to the channel using a dedicated write queue which allows for efficient flush by Louis Ryan · 9 years ago
  84. c4c6c14 Fixing benchmarks build on non-linux systems. by nmittler · 9 years ago
  85. 8f537e3 updates to test native epoll by nmittler · 9 years ago
  86. c3125be okhttp: send reset when client receives halfClose from server before sending halfClose. by Xudong Ma · 9 years ago
  87. 5efbb6f Allow 100 streams initially rather than 10. by nmittler · 9 years ago
  88. 8bc9920 Add Dockerfile for codegen distribution by Kun Zhang · 9 years ago
  89. 9805e27 Add property ``protoc=/path/to/protoc`` by Kun Zhang · 9 years ago
  90. 1787106 isReady() should return false until stream allocated by Eric Anderson · 9 years ago
  91. c3fa600 Fixing compiler warning. by nmittler · 9 years ago
  92. d5727c7 Deferring stream creation until receiving SETTINGS from server. by nmittler · 9 years ago
  93. 2cdc5e3 Fix a bug that checked-in generated code are not re-compiled. by Kun Zhang · 9 years ago
  94. 518b7db Slight performance improvment for MutableHandlerRegistryImpl by nmittler · 9 years ago
  95. 287a27a Upgrade to protobuf-gradle-plugin:0.4.0 by Kun Zhang · 9 years ago
  96. 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 · 9 years ago
  97. 589afef changed the netty-codec-http2 depdendency to released version by Mark Kelly · 9 years ago
  98. 3462eb0 Handle OkHttp throwing exception during start() by Eric Anderson · 9 years ago
  99. 4e82a11 Make Channel/Server abstract classes by Eric Anderson · 9 years ago
  100. 6b1e7d6 Recompile proto files if codegen has changed. by Kun Zhang · 9 years ago