1. b687bdc Refactoring channel API. by nmittler · 9 years ago
  2. d5bd33c Fix generated code reference for intellij projects. by Xudong Ma · 9 years ago
  3. 66b984c Extract the fully-qualified service name into a public static final field on the service container type. by David P. Baker · 9 years ago
  4. 5bb0ea9 Annotate method descritpor files in the generated code with ExperimentalApi by Kun Zhang · 9 years ago
  5. bd23a8d Upgrade to protobuf-3.0.0-beta-1 by Kun Zhang · 9 years ago
  6. a4c821d Rename onValue to onNext in StreamObserver to align with the naming in Rx & the proposed Flow API in by Louis Ryan · 9 years ago
  7. d5977c4 Fixing the benchmarks by nmittler · 9 years ago
  8. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  9. 042b278 Remove the first MethodDescriptor constructor. by Kun Zhang · 9 years ago
  10. 247ffb1 Adding support for NPN fallback. by nmittler · 9 years ago
  11. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  12. f681b5f Move Marshaller into MethodDescriptor by Kun Zhang · 9 years ago
  13. d2929cd Reorganize packages. by Kun Zhang · 9 years ago
  14. b141093 Make serverInterceptor use MethodDescriptor by Carl Mastrangelo · 9 years ago
  15. aebb58b Change awaitTerminated to awaitTermination by Carl Mastrangelo · 9 years ago
  16. e76b8e7 Renamed Server payload to message by Carl Mastrangelo · 9 years ago
  17. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 9 years ago
  18. 2f799ed OkHttp should use plaintext in TransportBenchmark by Eric Anderson · 9 years ago
  19. 659c4b1 Benchmark: Enable/Disable TLS for okhttp accordingly by Xudong Ma · 9 years ago
  20. bf53a0e Add transport benchmark using JMH by Eric Anderson · 9 years ago
  21. a6585e3 Replace DeferredInputStream with interface Drainable. by Kun Zhang · 9 years ago
  22. eb92967 Get rid of AbstractServiceDescriptor as it is no longer useful by Kun Zhang · 9 years ago
  23. 686dcff Rename unaryFutureCall to futureUnaryCall by Kun Zhang · 9 years ago
  24. 690b26e Sanitize ClientCalls. by Kun Zhang · 9 years ago
  25. 79f3f02 Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  26. 867c76d Separate ServerCall binding utilities per method type. by Kun Zhang · 9 years ago
  27. 9c27540 Support TLS for okhttp benchmark. by Xudong Ma · 9 years ago
  28. c73b75e Change AbstractServiceDescriptor.methods() to Collection. Resolves #573 by Kun Zhang · 9 years ago
  29. 73acc73 Remove Method and switch its users to MethodDescriptor. by Kun Zhang · 9 years ago
  30. 35f77ee Upgrade to protobuf-gradle-plugin 0.5.0 by Kun Zhang · 9 years ago
  31. efbb655 Simplifying flow control window config for Netty. by nmittler · 9 years ago
  32. d3c5b00 Add CallOptions. by Kun Zhang · 9 years ago
  33. af9fb6d Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  34. a02503a Add instructions for setting up traffic shaping on loopback by Louis Ryan · 9 years ago
  35. a69fbb0 Use 1MB as the max payload size in benchmarks to avoid exceeding Netty's buffer pool by Louis Ryan · 9 years ago
  36. 58a142a Properly set inbound and outbound connection and stream window sizes by Louis Ryan · 9 years ago
  37. a251171 Upgrade to protobuf-3.0.0-alpha-3 by Kun Zhang · 9 years ago
  38. 2ee4d02 Rename Call to ClientCalls. by Kun Zhang · 9 years ago
  39. 4ee2a65 Allowing Netty TLS bootstrap handler to be sharable. by nmittler · 9 years ago
  40. f770ffb Making test certs more shareable by nmittler · 9 years ago
  41. 641fc28 Add support for indeterminate length messages. This will make using GRPC easier for non-proto payload types. by Louis Ryan · 9 years ago
  42. 74cfe6c Adding alpn_boot configuration to the parent build file. by nmittler · 9 years ago
  43. 65d73c0 Don't use reflection for epoll/unix domain sockets by Eric Anderson · 9 years ago
  44. 3af3d1b Improve invalid argument message for address by Eric Anderson · 9 years ago
  45. 076532c Don't use a list for benchmarks deps by Eric Anderson · 9 years ago
  46. e03d5c0 Rename integration-testing to interop-testing by Eric Anderson · 9 years ago
  47. 7a7450f Commit codegen'd files missing from 43038a5 by Eric Anderson · 9 years ago
  48. 43038a5 Adding support for UDS to benchmarks by nmittler · 9 years ago
  49. eee86b4 Add benchmarks for: by Louis Ryan · 9 years ago
  50. c4c6c14 Fixing benchmarks build on non-linux systems. by nmittler · 9 years ago
  51. 8f537e3 updates to test native epoll by nmittler · 9 years ago
  52. 518b7db Slight performance improvment for MutableHandlerRegistryImpl by nmittler · 9 years ago
  53. 8c9cc91 Update generated proto output by Eric Anderson · 9 years ago
  54. 111f6dd Allow people to skip codegen compilation. by Kun Zhang · 9 years ago
  55. 221c534 Fix build on Windows/VC++ by Kun Zhang · 9 years ago
  56. e05885d Swap to Netty's SslContextBuilder by Eric Anderson · 10 years ago
  57. 7779b4f Cleaning up some warnings. by nmittler · 9 years ago
  58. c561221 Add Openloop Client to Benchmarks. by Jakob Buchgraber · 9 years ago
  59. 41940f7 Upgrade to protobuf plugin 0.3.1 by Kun Zhang · 9 years ago
  60. d8d7908 Avoid flushing CreateStreamCommand for calls where the client is known to send a payload immediately afterward. by Louis Ryan · 9 years ago
  61. 67b5bc7 Update QPS Client and Server. by Jakob Buchgraber · 9 years ago
  62. af18876 Upgrade to com.google.protobuf:protobuf-gradle-plugin:0.1.0 by Kun Zhang · 9 years ago
  63. da3c3f8 Solution for GRPC codegen deployment. by zhangkun83 · 10 years ago
  64. 9aae6f6 checkstyle change: by Xudong Ma · 9 years ago
  65. 2cad9e6 Add "unsed import" check. by Xudong Ma · 10 years ago
  66. c3e8dae Add checkstyle checking by Eric Anderson · 10 years ago
  67. b938ba5 Support building on Windows by Eric Anderson · 10 years ago
  68. bd81a58 Add duration paramter to QPS Client and remove "server_threads" parameter. by Jakob Buchgraber · 10 years ago
  69. 161ac95 Allow IntelliJ to refer to generated sources for benchmark protos by Louis Ryan · 10 years ago
  70. 7ddcdfd Define ALPN package as an extra variable, to be reused by subprojects. by Jakob Buchgraber · 10 years ago
  71. 6ceb37a Add QPS Server and TLS support to QPS Client. by Jakob Buchgraber · 10 years ago
  72. b55b200 Add missing dependency to benchmarks project by Eric Anderson · 10 years ago
  73. 3fd7d06 Add QPS Client to perform throughput and latency tests. by Jakob Buchgraber · 10 years ago