1. 3c5b5a5 Begin v0.15.0 Cycle by Carl Mastrangelo · 8 years ago
  2. ac4168a Revert "Update proto packages to reflect directory structure" by Eric Anderson · 8 years ago
  3. 43b73f3 Fix more null proto refs by Carl Mastrangelo · 8 years ago
  4. 8825f35 Update proto packages to reflect directory structure by Carl Mastrangelo · 8 years ago
  5. 0293c10 Checking null on proto fields just ain't right. by Carl Mastrangelo · 8 years ago
  6. 6b5177d Fix javadoc warning. by Kun Zhang · 8 years ago
  7. 16e1689 Allow application to pass cancellation details. by Kun Zhang · 8 years ago
  8. 38a91f8 Fix lint warnings found on internal import by Carl Mastrangelo · 8 years ago
  9. 7e8b504 Add javadoc to grpc codegen based on proto docs by nmittler · 8 years ago
  10. 9bc5d93 Mark generated abstract class as Experimental by Eric Anderson · 8 years ago
  11. 4a0c110 Merge pull request #1687 from grpc/java_qps_take_two by Jan Tattermusch · 8 years ago
  12. 6b2727b Merge pull request #1686 from grpc/tweaking_java_qpsworker by Jan Tattermusch · 8 years ago
  13. c4e8b1f Rename internal.Server to internal.TransportServer by Carl Mastrangelo · 8 years ago
  14. a1725d4 Update benchmark gradle file by Carl Mastrangelo · 8 years ago
  15. a7049bc Implement the load worker that can receive control events from the load driver and initiate load testing scenarios. by Louis Ryan · 8 years ago
  16. 357878d Bump jmh version by Carl Mastrangelo · 8 years ago
  17. 363e0f6 Print compiler version number in generated files by Lukasz Strzalkowski · 8 years ago
  18. 2fbf142 Provide base methods for Abstract stub by Lukasz Strzalkowski · 8 years ago
  19. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 8 years ago
  20. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 8 years ago
  21. de7ec3c Synchronize benchmarking protos with grpc/grpc by Louis Ryan · 8 years ago
  22. ffe0dce Add missing override annotation to generated protos by Carl Mastrangelo · 8 years ago
  23. 0e370eb Remove static initializer blocks by Carl Mastrangelo · 8 years ago
  24. 72f1e88 Inlcude the file that was used to generate service descriptors by Carl Mastrangelo · 9 years ago
  25. 544cd3a pause by Carl Mastrangelo · 9 years ago
  26. e2ed2e8 Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5 by Kun Zhang · 9 years ago
  27. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 9 years ago
  28. 509c7e7 Make Benchmark Client terminate after running by Carl Mastrangelo · 9 years ago
  29. d52429d Reduce number of codegen'd classes needed for Services by Eric Anderson · 9 years ago
  30. 602473d Add directExecutor() to Channel and Server Builders. Fixes #368. by buchgr · 9 years ago
  31. ebed5a6 Upgrading to Netty 4.1.0.Beta8 by nmittler · 9 years ago
  32. c40d702 Switch to use Executor instead of ExecutorService where we don't need it by Louis Ryan · 9 years ago
  33. e13d1dc Fixing benchmarks. by nmittler · 9 years ago
  34. ff3dbf7 Deprecate OkHttpChannelBuilder#overrideHostForAuthority by Kun Zhang · 9 years ago
  35. a6621da Private ServerMethodDefinition constructor; avoid create() in codegen by Eric Anderson · 9 years ago
  36. df7bf44 Enable license header checking in checkstyle by Eric Anderson · 9 years ago
  37. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago
  38. 23e6318 Reduce API surface of AbstractStub by Eric Anderson · 9 years ago
  39. 47a7ccf Avoid Parser for normal protobuf by Eric Anderson · 9 years ago
  40. b687bdc Refactoring channel API. by nmittler · 9 years ago
  41. d5bd33c Fix generated code reference for intellij projects. by Xudong Ma · 9 years ago
  42. 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
  43. 5bb0ea9 Annotate method descritpor files in the generated code with ExperimentalApi by Kun Zhang · 9 years ago
  44. bd23a8d Upgrade to protobuf-3.0.0-beta-1 by Kun Zhang · 9 years ago
  45. 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
  46. d5977c4 Fixing the benchmarks by nmittler · 9 years ago
  47. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  48. 042b278 Remove the first MethodDescriptor constructor. by Kun Zhang · 9 years ago
  49. 247ffb1 Adding support for NPN fallback. by nmittler · 9 years ago
  50. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  51. f681b5f Move Marshaller into MethodDescriptor by Kun Zhang · 9 years ago
  52. d2929cd Reorganize packages. by Kun Zhang · 9 years ago
  53. b141093 Make serverInterceptor use MethodDescriptor by Carl Mastrangelo · 9 years ago
  54. aebb58b Change awaitTerminated to awaitTermination by Carl Mastrangelo · 9 years ago
  55. e76b8e7 Renamed Server payload to message by Carl Mastrangelo · 9 years ago
  56. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 9 years ago
  57. 2f799ed OkHttp should use plaintext in TransportBenchmark by Eric Anderson · 9 years ago
  58. 659c4b1 Benchmark: Enable/Disable TLS for okhttp accordingly by Xudong Ma · 9 years ago
  59. bf53a0e Add transport benchmark using JMH by Eric Anderson · 9 years ago
  60. a6585e3 Replace DeferredInputStream with interface Drainable. by Kun Zhang · 9 years ago
  61. eb92967 Get rid of AbstractServiceDescriptor as it is no longer useful by Kun Zhang · 9 years ago
  62. 686dcff Rename unaryFutureCall to futureUnaryCall by Kun Zhang · 9 years ago
  63. 690b26e Sanitize ClientCalls. by Kun Zhang · 9 years ago
  64. 79f3f02 Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  65. 867c76d Separate ServerCall binding utilities per method type. by Kun Zhang · 9 years ago
  66. 9c27540 Support TLS for okhttp benchmark. by Xudong Ma · 9 years ago
  67. c73b75e Change AbstractServiceDescriptor.methods() to Collection. Resolves #573 by Kun Zhang · 9 years ago
  68. 73acc73 Remove Method and switch its users to MethodDescriptor. by Kun Zhang · 9 years ago
  69. 35f77ee Upgrade to protobuf-gradle-plugin 0.5.0 by Kun Zhang · 9 years ago
  70. efbb655 Simplifying flow control window config for Netty. by nmittler · 9 years ago
  71. d3c5b00 Add CallOptions. by Kun Zhang · 9 years ago
  72. af9fb6d Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  73. a02503a Add instructions for setting up traffic shaping on loopback by Louis Ryan · 9 years ago
  74. a69fbb0 Use 1MB as the max payload size in benchmarks to avoid exceeding Netty's buffer pool by Louis Ryan · 9 years ago
  75. 58a142a Properly set inbound and outbound connection and stream window sizes by Louis Ryan · 9 years ago
  76. a251171 Upgrade to protobuf-3.0.0-alpha-3 by Kun Zhang · 9 years ago
  77. 2ee4d02 Rename Call to ClientCalls. by Kun Zhang · 9 years ago
  78. 4ee2a65 Allowing Netty TLS bootstrap handler to be sharable. by nmittler · 9 years ago
  79. f770ffb Making test certs more shareable by nmittler · 9 years ago
  80. 641fc28 Add support for indeterminate length messages. This will make using GRPC easier for non-proto payload types. by Louis Ryan · 9 years ago
  81. 74cfe6c Adding alpn_boot configuration to the parent build file. by nmittler · 9 years ago
  82. 65d73c0 Don't use reflection for epoll/unix domain sockets by Eric Anderson · 9 years ago
  83. 3af3d1b Improve invalid argument message for address by Eric Anderson · 9 years ago
  84. 076532c Don't use a list for benchmarks deps by Eric Anderson · 9 years ago
  85. e03d5c0 Rename integration-testing to interop-testing by Eric Anderson · 9 years ago
  86. 7a7450f Commit codegen'd files missing from 43038a5 by Eric Anderson · 9 years ago
  87. 43038a5 Adding support for UDS to benchmarks by nmittler · 9 years ago
  88. eee86b4 Add benchmarks for: by Louis Ryan · 9 years ago
  89. c4c6c14 Fixing benchmarks build on non-linux systems. by nmittler · 9 years ago
  90. 8f537e3 updates to test native epoll by nmittler · 9 years ago
  91. 518b7db Slight performance improvment for MutableHandlerRegistryImpl by nmittler · 9 years ago
  92. 8c9cc91 Update generated proto output by Eric Anderson · 9 years ago
  93. 111f6dd Allow people to skip codegen compilation. by Kun Zhang · 9 years ago
  94. 221c534 Fix build on Windows/VC++ by Kun Zhang · 9 years ago
  95. e05885d Swap to Netty's SslContextBuilder by Eric Anderson · 9 years ago
  96. 7779b4f Cleaning up some warnings. by nmittler · 9 years ago
  97. c561221 Add Openloop Client to Benchmarks. by Jakob Buchgraber · 9 years ago
  98. 41940f7 Upgrade to protobuf plugin 0.3.1 by Kun Zhang · 9 years ago
  99. d8d7908 Avoid flushing CreateStreamCommand for calls where the client is known to send a payload immediately afterward. by Louis Ryan · 9 years ago
  100. 67b5bc7 Update QPS Client and Server. by Jakob Buchgraber · 9 years ago