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