1. e9643bb Start 1.1.0 development cycle by Eric Anderson · 8 years ago
  2. 46379da Start 1.0.0 development cycle by Eric Anderson · 8 years ago
  3. 8f78b4d Fixing error-prone warnings. by nmittler · 8 years ago
  4. 3eafa5a benchmarks: fix typo in README by Jakob Buchgraber · 8 years ago
  5. f149e4c compiler: deprecate interfaces and add ImplBase in codegen by ZHANG Dapeng · 8 years ago
  6. 8ed2dc8 testware: fix flakes caused by pickUnusedPort by ZHANG Dapeng · 8 years ago
  7. dbef1af Bump protobuf dependency to 3.0.0-beta-3 by Eric Anderson · 8 years ago
  8. 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  9. ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  10. 63d8274 core: don't create a new context for each client call. Fixes #1926 by Jakob Buchgraber · 8 years ago
  11. 33cd6be core: Overwrite values for existing custom call options. by Jakob Buchgraber · 8 years ago
  12. 7c2f791 benchmarks: add a header encoding benchmark by Carl Mastrangelo · 8 years ago
  13. 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 8 years ago
  14. 0b55c81 core: Move ACCEPT_ENCODING_JOINER to DecompressorRegistry by Eric Anderson · 8 years ago
  15. 7c722e4 codegen: Specify URL for ExperimentalApi by Eric Anderson · 8 years ago
  16. 0021e06 benchmarks: reset context in AsyncClient to avoid chaining. by Carl Mastrangelo · 8 years ago
  17. 2ed39c9 core: cache decompressor registry encodings, and make it copy on write by Carl Mastrangelo · 8 years ago
  18. 134451f benchmarks: use nextUp for nextDelay calculation in OpenLoopClient by Carl Mastrangelo · 8 years ago
  19. 9f37951 benchmarks: honor transport in AsyncClient by Carl Mastrangelo · 8 years ago
  20. f172170 benchmarks: use more realistic header counts in benchmark by Carl Mastrangelo · 8 years ago
  21. 641cb35 Tweak -Xlint warnings by Eric Anderson · 8 years ago
  22. cca473d benchmarks: add client/server header benchmarks by Carl Mastrangelo · 8 years ago
  23. 5e30b2f netty: speed up header conversion by caching user agent string by Carl Mastrangelo · 8 years ago
  24. 8090eff netty: don't revalidate when converting between Metadata and Http2Headers by Carl Mastrangelo · 8 years ago
  25. 8c7440e benchmarks: add NETTY_EPOLL as an option for transport testing by Carl Mastrangelo · 8 years ago
  26. 6a802a2 benchmarks: revert use of CMS GC by Carl Mastrangelo · 8 years ago
  27. d08c167 benchmarks: use Concurrent Mark and Sweep GC for benchmark worker by Carl Mastrangelo · 8 years ago
  28. 188840b benchmarks: update to JMH 1.12 by Carl Mastrangelo · 8 years ago
  29. 9597382 Refactor HandlerRegistry. by Kun Zhang · 8 years ago
  30. aed886d use Jetty ALPN agent instead of Jetty ALPN by ZHANG Dapeng · 8 years ago
  31. 3c5b5a5 Begin v0.15.0 Cycle by Carl Mastrangelo · 8 years ago
  32. ac4168a Revert "Update proto packages to reflect directory structure" by Eric Anderson · 8 years ago
  33. 43b73f3 Fix more null proto refs by Carl Mastrangelo · 8 years ago
  34. 8825f35 Update proto packages to reflect directory structure by Carl Mastrangelo · 8 years ago
  35. 0293c10 Checking null on proto fields just ain't right. by Carl Mastrangelo · 8 years ago
  36. 6b5177d Fix javadoc warning. by Kun Zhang · 8 years ago
  37. 16e1689 Allow application to pass cancellation details. by Kun Zhang · 8 years ago
  38. 38a91f8 Fix lint warnings found on internal import by Carl Mastrangelo · 8 years ago
  39. 7e8b504 Add javadoc to grpc codegen based on proto docs by nmittler · 8 years ago
  40. 9bc5d93 Mark generated abstract class as Experimental by Eric Anderson · 8 years ago
  41. 4a0c110 Merge pull request #1687 from grpc/java_qps_take_two by Jan Tattermusch · 8 years ago
  42. 6b2727b Merge pull request #1686 from grpc/tweaking_java_qpsworker by Jan Tattermusch · 8 years ago
  43. c4e8b1f Rename internal.Server to internal.TransportServer by Carl Mastrangelo · 8 years ago
  44. a1725d4 Update benchmark gradle file by Carl Mastrangelo · 8 years ago
  45. a7049bc Implement the load worker that can receive control events from the load driver and initiate load testing scenarios. by Louis Ryan · 9 years ago
  46. 357878d Bump jmh version by Carl Mastrangelo · 8 years ago
  47. 363e0f6 Print compiler version number in generated files by Lukasz Strzalkowski · 8 years ago
  48. 2fbf142 Provide base methods for Abstract stub by Lukasz Strzalkowski · 8 years ago
  49. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 8 years ago
  50. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 8 years ago
  51. de7ec3c Synchronize benchmarking protos with grpc/grpc by Louis Ryan · 9 years ago
  52. ffe0dce Add missing override annotation to generated protos by Carl Mastrangelo · 9 years ago
  53. 0e370eb Remove static initializer blocks by Carl Mastrangelo · 9 years ago
  54. 72f1e88 Inlcude the file that was used to generate service descriptors by Carl Mastrangelo · 9 years ago
  55. 544cd3a pause by Carl Mastrangelo · 9 years ago
  56. e2ed2e8 Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5 by Kun Zhang · 9 years ago
  57. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 9 years ago
  58. 509c7e7 Make Benchmark Client terminate after running by Carl Mastrangelo · 9 years ago
  59. d52429d Reduce number of codegen'd classes needed for Services by Eric Anderson · 9 years ago
  60. 602473d Add directExecutor() to Channel and Server Builders. Fixes #368. by buchgr · 9 years ago
  61. ebed5a6 Upgrading to Netty 4.1.0.Beta8 by nmittler · 9 years ago
  62. c40d702 Switch to use Executor instead of ExecutorService where we don't need it by Louis Ryan · 9 years ago
  63. e13d1dc Fixing benchmarks. by nmittler · 9 years ago
  64. ff3dbf7 Deprecate OkHttpChannelBuilder#overrideHostForAuthority by Kun Zhang · 9 years ago
  65. a6621da Private ServerMethodDefinition constructor; avoid create() in codegen by Eric Anderson · 9 years ago
  66. df7bf44 Enable license header checking in checkstyle by Eric Anderson · 9 years ago
  67. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago
  68. 23e6318 Reduce API surface of AbstractStub by Eric Anderson · 9 years ago
  69. 47a7ccf Avoid Parser for normal protobuf by Eric Anderson · 9 years ago
  70. b687bdc Refactoring channel API. by nmittler · 9 years ago
  71. d5bd33c Fix generated code reference for intellij projects. by Xudong Ma · 9 years ago
  72. 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
  73. 5bb0ea9 Annotate method descritpor files in the generated code with ExperimentalApi by Kun Zhang · 9 years ago
  74. bd23a8d Upgrade to protobuf-3.0.0-beta-1 by Kun Zhang · 9 years ago
  75. 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
  76. d5977c4 Fixing the benchmarks by nmittler · 9 years ago
  77. a508c1d Remove Headers by Carl Mastrangelo · 9 years ago
  78. 042b278 Remove the first MethodDescriptor constructor. by Kun Zhang · 9 years ago
  79. 247ffb1 Adding support for NPN fallback. by nmittler · 9 years ago
  80. 572f433 Remove Trailers by Carl Mastrangelo · 9 years ago
  81. f681b5f Move Marshaller into MethodDescriptor by Kun Zhang · 9 years ago
  82. d2929cd Reorganize packages. by Kun Zhang · 9 years ago
  83. b141093 Make serverInterceptor use MethodDescriptor by Carl Mastrangelo · 9 years ago
  84. aebb58b Change awaitTerminated to awaitTermination by Carl Mastrangelo · 9 years ago
  85. e76b8e7 Renamed Server payload to message by Carl Mastrangelo · 9 years ago
  86. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 9 years ago
  87. 2f799ed OkHttp should use plaintext in TransportBenchmark by Eric Anderson · 9 years ago
  88. 659c4b1 Benchmark: Enable/Disable TLS for okhttp accordingly by Xudong Ma · 9 years ago
  89. bf53a0e Add transport benchmark using JMH by Eric Anderson · 9 years ago
  90. a6585e3 Replace DeferredInputStream with interface Drainable. by Kun Zhang · 9 years ago
  91. eb92967 Get rid of AbstractServiceDescriptor as it is no longer useful by Kun Zhang · 9 years ago
  92. 686dcff Rename unaryFutureCall to futureUnaryCall by Kun Zhang · 9 years ago
  93. 690b26e Sanitize ClientCalls. by Kun Zhang · 9 years ago
  94. 79f3f02 Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  95. 867c76d Separate ServerCall binding utilities per method type. by Kun Zhang · 9 years ago
  96. 9c27540 Support TLS for okhttp benchmark. by Xudong Ma · 9 years ago
  97. c73b75e Change AbstractServiceDescriptor.methods() to Collection. Resolves #573 by Kun Zhang · 9 years ago
  98. 73acc73 Remove Method and switch its users to MethodDescriptor. by Kun Zhang · 9 years ago
  99. 35f77ee Upgrade to protobuf-gradle-plugin 0.5.0 by Kun Zhang · 9 years ago
  100. efbb655 Simplifying flow control window config for Netty. by nmittler · 9 years ago