1. 19eab29 compiler: Generate interfaces for services to implement (#9688) by Larry Safran · 2 years, 1 month ago
  2. 0cabf56 compiler: Add GrpcGenerated annotation to generated class by Eric Anderson · 3 years, 8 months ago
  3. 7d77f64 compiler: remove some of the static imports in codegen (#7751) by ZHANG Dapeng · 4 years, 2 months ago
  4. 7db873f Roll-forward of stub,compiler: generated stub extends Abstract{Async,Future,Blocking}Stub #6196 (#6458) by Jihun Cho · 5 years ago
  5. 2eb3f8c stub,compiler: Rollback Abstract{Future,Blocking,Async}Stub (#6317) by Jihun Cho · 5 years ago
  6. 45d49a5 stub,compiler: generated stub extends Abstract{Async,Future,Blocking}Stub (#6196) by Jihun Cho · 5 years ago
  7. 47b11ab compiler: Use 'SERVICE_NAME' instead of duplicated '$Package$$service… (#5943) by liym · 6 years ago
  8. b48b0ac all: Stop committing generated protobuf messages by Eric Anderson · 6 years ago
  9. eaca734 Upgrade to protobuf 3.6.1 by Eric Anderson · 6 years ago
  10. 146b600 compiler,stub: update RpcMethod docs and usage by Carl Mastrangelo · 7 years ago
  11. ffcb3b9 compiler, stub: Rename inputType and outputType in @RpcMethod by jbingham-google · 7 years ago
  12. 9229e30 compiler, stub: Add @RpcMethod annotation by jbingham-google · 7 years ago
  13. 4c4fda3 stub: remove static Method descriptors and stabilize method accessors by Carl Mastrangelo · 7 years ago
  14. b0333c6 benchmarks: move proto to matching package structure by Carl Mastrangelo · 7 years ago
  15. 9f62708 benchmarks: remove unused proto import by Carl Mastrangelo · 7 years ago
  16. 6f9b4e8 compiler: avoid invoking experimental method in generated code by Eric Gribkoff · 7 years ago
  17. aee5fc4 all: update to proto 3.5.0 by Carl Mastrangelo · 7 years ago
  18. d87ef74 core: set sampled for local span per MethodDescriptor. (#3627) by Kun Zhang · 7 years ago
  19. 87c8791 compiler: remove references to static fields by Carl Mastrangelo · 7 years ago
  20. 30b5988 compiler: add methods for accessing method descriptors by Carl Mastrangelo · 7 years ago
  21. a6653bb core/compiler: register Span names for code-generated methods (take 2) by Kun Zhang · 7 years ago
  22. 731bbef core, compiler, protobuf: introduce MethodDescriptor#setSchemaDescriptor by Lukasz Strzalkowski · 8 years ago
  23. 24ff274 all: update to proto 3.4.0 by Carl Mastrangelo · 8 years ago
  24. 182164e compiler: Add option to disable version output by Eric Anderson · 9 years ago
  25. ab85c5a Start 1.7.0 development cycle (#3357) by zpencer · 8 years ago
  26. 424eeea all: begin 1.6 release cycle by Carl Mastrangelo · 8 years ago
  27. d3d30e1 benchmarks: add missing ReportQpsScenarioServiceGrpc by Eric Gribkoff · 8 years ago
  28. c3269f2 benchmark service: sync protos with c-core 070a8ee (#3108) by zpencer · 8 years ago
  29. 4ce52d1 all: bump to 1.5.0-SNAPSHOT by Carl Mastrangelo · 8 years ago
  30. 0fe2c5c all: bump to proto 3.3.1 by Carl Mastrangelo · 8 years ago
  31. 7aa807c compiler: remove streaming calls from javadoc for newFutureStub by Eric Gribkoff · 8 years ago
  32. 4f96b0a compiler: move over to method descriptor builder by Łukasz Strzałkowski · 8 years ago
  33. 17b9016 all: begin 1.4.x development cycle by Carl Mastrangelo · 8 years ago
  34. 7ce2b4f all: start 1.3.0 development cycle by Carl Mastrangelo · 8 years ago
  35. 700abb3 compiler: add some missing final modifiers on generated code by Carl Mastrangelo · 8 years ago
  36. b0323ac all: update to protobuf 3.2.0 by Carl Mastrangelo · 8 years ago
  37. e8aef5b Start 1.2.0 development cycle by Carl Mastrangelo · 8 years ago
  38. 237a65e core: make ServiceDescriptor use the Builder pattern by Carl Mastrangelo · 8 years ago
  39. 3d210ae compiler: reduce synchronzed invocation (#2539) by ZHANG Dapeng · 8 years ago
  40. 1aaf1a9 compiler: final bindService() in generated code. (#2553) by Kun Zhang · 8 years ago
  41. abffc76 addressing reviewer comments by Eric Gribkoff · 8 years ago
  42. aff1cac Compiler/core changes to support the proto reflection API by Eric Gribkoff · 8 years ago
  43. 894802e compiler: lazily generate ServiceDescriptors by Carl Mastrangelo · 8 years ago
  44. 5e1e883 Update protobuf to 3.0.0 by Eric Anderson · 9 years ago
  45. 3a13aa5 compiler: make Stub final class by ZHANG Dapeng · 9 years ago
  46. e109125 compiler: add build option to enable deprecated generated code by ZHANG Dapeng · 9 years ago
  47. e9643bb Start 1.1.0 development cycle by Eric Anderson · 9 years ago
  48. 46379da Start 1.0.0 development cycle by Eric Anderson · 9 years ago
  49. f149e4c compiler: deprecate interfaces and add ImplBase in codegen by ZHANG Dapeng · 9 years ago
  50. dbef1af Bump protobuf dependency to 3.0.0-beta-3 by Eric Anderson · 9 years ago
  51. 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 9 years ago
  52. ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 9 years ago
  53. 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 9 years ago
  54. 7c722e4 codegen: Specify URL for ExperimentalApi by Eric Anderson · 9 years ago
  55. 3c5b5a5 Begin v0.15.0 Cycle by Carl Mastrangelo · 9 years ago
  56. ac4168a Revert "Update proto packages to reflect directory structure" by Eric Anderson · 9 years ago
  57. 8825f35 Update proto packages to reflect directory structure by Carl Mastrangelo · 9 years ago
  58. 7e8b504 Add javadoc to grpc codegen based on proto docs by nmittler · 9 years ago
  59. 9bc5d93 Mark generated abstract class as Experimental by Eric Anderson · 9 years ago
  60. 363e0f6 Print compiler version number in generated files by Lukasz Strzalkowski · 9 years ago
  61. 2fbf142 Provide base methods for Abstract stub by Lukasz Strzalkowski · 9 years ago
  62. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 9 years ago
  63. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 9 years ago
  64. de7ec3c Synchronize benchmarking protos with grpc/grpc by Louis Ryan · 9 years ago
  65. ffe0dce Add missing override annotation to generated protos by Carl Mastrangelo · 9 years ago
  66. 72f1e88 Inlcude the file that was used to generate service descriptors by Carl Mastrangelo · 9 years ago
  67. e2ed2e8 Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5 by Kun Zhang · 9 years ago
  68. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 10 years ago
  69. d52429d Reduce number of codegen'd classes needed for Services by Eric Anderson · 9 years ago
  70. a6621da Private ServerMethodDefinition constructor; avoid create() in codegen by Eric Anderson · 9 years ago
  71. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago
  72. 23e6318 Reduce API surface of AbstractStub by Eric Anderson · 9 years ago
  73. 47a7ccf Avoid Parser for normal protobuf by Eric Anderson · 10 years ago
  74. 66b984c Extract the fully-qualified service name into a public static final field on the service container type. by David P. Baker · 10 years ago
  75. 5bb0ea9 Annotate method descritpor files in the generated code with ExperimentalApi by Kun Zhang · 10 years ago
  76. bd23a8d Upgrade to protobuf-3.0.0-beta-1 by Kun Zhang · 10 years ago
  77. 042b278 Remove the first MethodDescriptor constructor. by Kun Zhang · 10 years ago
  78. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 10 years ago
  79. eb92967 Get rid of AbstractServiceDescriptor as it is no longer useful by Kun Zhang · 10 years ago
  80. 686dcff Rename unaryFutureCall to futureUnaryCall by Kun Zhang · 10 years ago
  81. 690b26e Sanitize ClientCalls. by Kun Zhang · 10 years ago
  82. 79f3f02 Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 10 years ago
  83. 867c76d Separate ServerCall binding utilities per method type. by Kun Zhang · 10 years ago
  84. c73b75e Change AbstractServiceDescriptor.methods() to Collection. Resolves #573 by Kun Zhang · 10 years ago
  85. 73acc73 Remove Method and switch its users to MethodDescriptor. by Kun Zhang · 10 years ago
  86. 35f77ee Upgrade to protobuf-gradle-plugin 0.5.0 by Kun Zhang · 10 years ago
  87. d3c5b00 Add CallOptions. by Kun Zhang · 10 years ago
  88. af9fb6d Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 10 years ago
  89. a251171 Upgrade to protobuf-3.0.0-alpha-3 by Kun Zhang · 10 years ago
  90. 2ee4d02 Rename Call to ClientCalls. by Kun Zhang · 10 years ago
  91. 7a7450f Commit codegen'd files missing from 43038a5 by Eric Anderson · 10 years ago
  92. 8c9cc91 Update generated proto output by Eric Anderson · 10 years ago
  93. 111f6dd Allow people to skip codegen compilation. by Kun Zhang · 10 years ago