1. 89bc2cd all: update to latest import ordering by Carl Mastrangelo · 8 years ago
  2. efbcd1f core: change method descriptor to be builder based by Carl Mastrangelo · 8 years ago
  3. d5eb248 all: bump to netty 4.1.7 by Carl Mastrangelo · 8 years ago
  4. d17a7b5 core: abstract channel builder to accept LoadBalancer2 (#2583) by Kun Zhang · 8 years ago
  5. fed9be2 benchmarks: do not set done to true when HistogramFuture#get by Kenji Kaneda · 8 years ago
  6. 3d210ae compiler: reduce synchronzed invocation (#2539) by ZHANG Dapeng · 8 years ago
  7. 1aaf1a9 compiler: final bindService() in generated code. (#2553) by Kun Zhang · 8 years ago
  8. 49b235d benchmarks: update to jmh 1.17.3 by Carl Mastrangelo · 8 years ago
  9. ecb79ce Update param name for saving histograms by Lukasz Strzalkowski · 8 years ago
  10. f15ed05 stub: remove a reference to internal by Carl Mastrangelo · 8 years ago
  11. e70f7b4 all: cleanup - errorprone, unused by ZHANG Dapeng · 8 years ago
  12. 944879d benchmarks: reuse executor between channels by Carl Mastrangelo · 8 years ago
  13. 636b43b benchmarks: print gc detail and vm flags for benchmarks by Carl Mastrangelo · 8 years ago
  14. f6c333e benchmarks: check shutdown after acquiring a token, and weaken error messages on shutdown by Carl Mastrangelo · 8 years ago
  15. abffc76 addressing reviewer comments by Eric Gribkoff · 8 years ago
  16. aff1cac Compiler/core changes to support the proto reflection API by Eric Gribkoff · 8 years ago
  17. 98f4e41 benchmarks: Avoid sending a message after half close by Eric Anderson · 8 years ago
  18. 894802e compiler: lazily generate ServiceDescriptors by Carl Mastrangelo · 8 years ago
  19. 46e46eb benchmarks: Reduce histogram precision. (#2343) by Jakob Buchgraber · 8 years ago
  20. 1623063 core: speed up Status code and message parsing by Carl Mastrangelo · 8 years ago
  21. 8c18a0d netty: use custom http2 headers for decoding. by Jakob Buchgraber · 8 years ago
  22. de9c320 benchmarks: upgrade to jmh 1.14 by Carl Mastrangelo · 8 years ago
  23. ca5a402 netty: cache method path conversion by Carl Mastrangelo · 8 years ago
  24. 54f5c4b benchmarks: add fork join pool executor to load server too by Carl Mastrangelo · 8 years ago
  25. 130d381 benchmarks: use a fork-join pool to reduce executor contention by Carl Mastrangelo · 8 years ago
  26. 1aadc6c benchmarks: update to using jmh 1.13 by Carl Mastrangelo · 8 years ago
  27. 5e1e883 Update protobuf to 3.0.0 by Eric Anderson · 8 years ago
  28. efc5cf5 benchmarks: avoid 2 copies in favor of one by Carl Mastrangelo · 8 years ago
  29. bfd12e4 benchmarks: improve benchmarks recording and shutdown by Carl Mastrangelo · 8 years ago
  30. 3a13aa5 compiler: make Stub final class by ZHANG Dapeng · 8 years ago
  31. e109125 compiler: add build option to enable deprecated generated code by ZHANG Dapeng · 8 years ago
  32. fa86c8e benchmarks: daemonize threads to reduce the number of stacktraces by Carl Mastrangelo · 8 years ago
  33. c1ef806 Fix selection of security Provider to conscruct SSLContext by Louis Ryan · 8 years ago
  34. e9643bb Start 1.1.0 development cycle by Eric Anderson · 8 years ago
  35. 46379da Start 1.0.0 development cycle by Eric Anderson · 8 years ago
  36. 8f78b4d Fixing error-prone warnings. by nmittler · 8 years ago
  37. 3eafa5a benchmarks: fix typo in README by Jakob Buchgraber · 8 years ago
  38. f149e4c compiler: deprecate interfaces and add ImplBase in codegen by ZHANG Dapeng · 8 years ago
  39. 8ed2dc8 testware: fix flakes caused by pickUnusedPort by ZHANG Dapeng · 8 years ago
  40. dbef1af Bump protobuf dependency to 3.0.0-beta-3 by Eric Anderson · 8 years ago
  41. 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  42. ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  43. 63d8274 core: don't create a new context for each client call. Fixes #1926 by Jakob Buchgraber · 8 years ago
  44. 33cd6be core: Overwrite values for existing custom call options. by Jakob Buchgraber · 8 years ago
  45. 7c2f791 benchmarks: add a header encoding benchmark by Carl Mastrangelo · 8 years ago
  46. 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 8 years ago
  47. 0b55c81 core: Move ACCEPT_ENCODING_JOINER to DecompressorRegistry by Eric Anderson · 8 years ago
  48. 7c722e4 codegen: Specify URL for ExperimentalApi by Eric Anderson · 8 years ago
  49. 0021e06 benchmarks: reset context in AsyncClient to avoid chaining. by Carl Mastrangelo · 8 years ago
  50. 2ed39c9 core: cache decompressor registry encodings, and make it copy on write by Carl Mastrangelo · 8 years ago
  51. 134451f benchmarks: use nextUp for nextDelay calculation in OpenLoopClient by Carl Mastrangelo · 8 years ago
  52. 9f37951 benchmarks: honor transport in AsyncClient by Carl Mastrangelo · 8 years ago
  53. f172170 benchmarks: use more realistic header counts in benchmark by Carl Mastrangelo · 8 years ago
  54. 641cb35 Tweak -Xlint warnings by Eric Anderson · 8 years ago
  55. cca473d benchmarks: add client/server header benchmarks by Carl Mastrangelo · 8 years ago
  56. 5e30b2f netty: speed up header conversion by caching user agent string by Carl Mastrangelo · 8 years ago
  57. 8090eff netty: don't revalidate when converting between Metadata and Http2Headers by Carl Mastrangelo · 8 years ago
  58. 8c7440e benchmarks: add NETTY_EPOLL as an option for transport testing by Carl Mastrangelo · 8 years ago
  59. 6a802a2 benchmarks: revert use of CMS GC by Carl Mastrangelo · 8 years ago
  60. d08c167 benchmarks: use Concurrent Mark and Sweep GC for benchmark worker by Carl Mastrangelo · 8 years ago
  61. 188840b benchmarks: update to JMH 1.12 by Carl Mastrangelo · 8 years ago
  62. 9597382 Refactor HandlerRegistry. by Kun Zhang · 8 years ago
  63. aed886d use Jetty ALPN agent instead of Jetty ALPN by ZHANG Dapeng · 8 years ago
  64. 3c5b5a5 Begin v0.15.0 Cycle by Carl Mastrangelo · 8 years ago
  65. ac4168a Revert "Update proto packages to reflect directory structure" by Eric Anderson · 8 years ago
  66. 43b73f3 Fix more null proto refs by Carl Mastrangelo · 8 years ago
  67. 8825f35 Update proto packages to reflect directory structure by Carl Mastrangelo · 8 years ago
  68. 0293c10 Checking null on proto fields just ain't right. by Carl Mastrangelo · 8 years ago
  69. 6b5177d Fix javadoc warning. by Kun Zhang · 8 years ago
  70. 16e1689 Allow application to pass cancellation details. by Kun Zhang · 8 years ago
  71. 38a91f8 Fix lint warnings found on internal import by Carl Mastrangelo · 8 years ago
  72. 7e8b504 Add javadoc to grpc codegen based on proto docs by nmittler · 8 years ago
  73. 9bc5d93 Mark generated abstract class as Experimental by Eric Anderson · 8 years ago
  74. 4a0c110 Merge pull request #1687 from grpc/java_qps_take_two by Jan Tattermusch · 8 years ago
  75. 6b2727b Merge pull request #1686 from grpc/tweaking_java_qpsworker by Jan Tattermusch · 8 years ago
  76. c4e8b1f Rename internal.Server to internal.TransportServer by Carl Mastrangelo · 8 years ago
  77. a1725d4 Update benchmark gradle file by Carl Mastrangelo · 8 years ago
  78. 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
  79. 357878d Bump jmh version by Carl Mastrangelo · 8 years ago
  80. 363e0f6 Print compiler version number in generated files by Lukasz Strzalkowski · 8 years ago
  81. 2fbf142 Provide base methods for Abstract stub by Lukasz Strzalkowski · 8 years ago
  82. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 8 years ago
  83. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 8 years ago
  84. de7ec3c Synchronize benchmarking protos with grpc/grpc by Louis Ryan · 8 years ago
  85. ffe0dce Add missing override annotation to generated protos by Carl Mastrangelo · 8 years ago
  86. 0e370eb Remove static initializer blocks by Carl Mastrangelo · 8 years ago
  87. 72f1e88 Inlcude the file that was used to generate service descriptors by Carl Mastrangelo · 9 years ago
  88. 544cd3a pause by Carl Mastrangelo · 9 years ago
  89. e2ed2e8 Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5 by Kun Zhang · 9 years ago
  90. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 9 years ago
  91. 509c7e7 Make Benchmark Client terminate after running by Carl Mastrangelo · 9 years ago
  92. d52429d Reduce number of codegen'd classes needed for Services by Eric Anderson · 9 years ago
  93. 602473d Add directExecutor() to Channel and Server Builders. Fixes #368. by buchgr · 9 years ago
  94. ebed5a6 Upgrading to Netty 4.1.0.Beta8 by nmittler · 9 years ago
  95. c40d702 Switch to use Executor instead of ExecutorService where we don't need it by Louis Ryan · 9 years ago
  96. e13d1dc Fixing benchmarks. by nmittler · 9 years ago
  97. ff3dbf7 Deprecate OkHttpChannelBuilder#overrideHostForAuthority by Kun Zhang · 9 years ago
  98. a6621da Private ServerMethodDefinition constructor; avoid create() in codegen by Eric Anderson · 9 years ago
  99. df7bf44 Enable license header checking in checkstyle by Eric Anderson · 9 years ago
  100. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago