1. 7aa807c compiler: remove streaming calls from javadoc for newFutureStub by Eric Gribkoff · 7 years ago
  2. 4f96b0a compiler: move over to method descriptor builder by Łukasz Strzałkowski · 7 years ago
  3. 17b9016 all: begin 1.4.x development cycle by Carl Mastrangelo · 7 years ago
  4. 7ce2b4f all: start 1.3.0 development cycle by Carl Mastrangelo · 7 years ago
  5. 700abb3 compiler: add some missing final modifiers on generated code by Carl Mastrangelo · 8 years ago
  6. e8aef5b Start 1.2.0 development cycle by Carl Mastrangelo · 8 years ago
  7. 237a65e core: make ServiceDescriptor use the Builder pattern by Carl Mastrangelo · 8 years ago
  8. 3d210ae compiler: reduce synchronzed invocation (#2539) by ZHANG Dapeng · 8 years ago
  9. 1aaf1a9 compiler: final bindService() in generated code. (#2553) by Kun Zhang · 8 years ago
  10. abffc76 addressing reviewer comments by Eric Gribkoff · 8 years ago
  11. aff1cac Compiler/core changes to support the proto reflection API by Eric Gribkoff · 8 years ago
  12. 894802e compiler: lazily generate ServiceDescriptors by Carl Mastrangelo · 8 years ago
  13. 8f5adf8 compiler: flip enable_deprecated option to false (#2080) by ZHANG Dapeng · 8 years ago
  14. e109125 compiler: add build option to enable deprecated generated code by ZHANG Dapeng · 8 years ago
  15. e9643bb Start 1.1.0 development cycle by Eric Anderson · 8 years ago
  16. 46379da Start 1.0.0 development cycle by Eric Anderson · 8 years ago
  17. f149e4c compiler: deprecate interfaces and add ImplBase in codegen by ZHANG Dapeng · 8 years ago
  18. 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  19. ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  20. 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 8 years ago
  21. 7c722e4 codegen: Specify URL for ExperimentalApi by Eric Anderson · 8 years ago
  22. 3c5b5a5 Begin v0.15.0 Cycle by Carl Mastrangelo · 8 years ago
  23. 7e8b504 Add javadoc to grpc codegen based on proto docs by nmittler · 8 years ago
  24. 9bc5d93 Mark generated abstract class as Experimental by Eric Anderson · 8 years ago
  25. 363e0f6 Print compiler version number in generated files by Lukasz Strzalkowski · 8 years ago
  26. 2fbf142 Provide base methods for Abstract stub by Lukasz Strzalkowski · 8 years ago
  27. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 8 years ago
  28. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 8 years ago
  29. b22bcdf Use lite argument in codegen instead of LITE_RUNTIME by Eric Anderson · 8 years ago
  30. 99a6d8d Add native support for Protobuf Lite by Eric Anderson · 8 years ago
  31. ffe0dce Add missing override annotation to generated protos by Carl Mastrangelo · 8 years ago
  32. 72f1e88 Inlcude the file that was used to generate service descriptors by Carl Mastrangelo · 9 years ago
  33. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 9 years ago
  34. d52429d Reduce number of codegen'd classes needed for Services by Eric Anderson · 9 years ago
  35. 1ee336d Use one codegen class for all Nano factories by Eric Anderson · 9 years ago
  36. f7f57b7 Put nano generated code into nano package, unless option javanano_use_deprecated_package is set. by Xudong Ma · 9 years ago
  37. a6621da Private ServerMethodDefinition constructor; avoid create() in codegen by Eric Anderson · 9 years ago
  38. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago
  39. 23e6318 Reduce API surface of AbstractStub by Eric Anderson · 9 years ago
  40. d42559c Swap nano from Parser to message factory by Eric Anderson · 9 years ago
  41. 47a7ccf Avoid Parser for normal protobuf by Eric Anderson · 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. 042b278 Remove the first MethodDescriptor constructor. by Kun Zhang · 9 years ago
  46. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 9 years ago
  47. eb92967 Get rid of AbstractServiceDescriptor as it is no longer useful by Kun Zhang · 9 years ago
  48. 686dcff Rename unaryFutureCall to futureUnaryCall by Kun Zhang · 9 years ago
  49. 690b26e Sanitize ClientCalls. by Kun Zhang · 9 years ago
  50. 79f3f02 Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  51. 867c76d Separate ServerCall binding utilities per method type. by Kun Zhang · 9 years ago
  52. c73b75e Change AbstractServiceDescriptor.methods() to Collection. Resolves #573 by Kun Zhang · 9 years ago
  53. 73acc73 Remove Method and switch its users to MethodDescriptor. by Kun Zhang · 9 years ago
  54. d3c5b00 Add CallOptions. by Kun Zhang · 9 years ago
  55. af9fb6d Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  56. 2ee4d02 Rename Call to ClientCalls. by Kun Zhang · 9 years ago
  57. 287a27a Upgrade to protobuf-gradle-plugin:0.4.0 by Kun Zhang · 9 years ago
  58. 221c534 Fix build on Windows/VC++ by Kun Zhang · 9 years ago
  59. da3c3f8 Solution for GRPC codegen deployment. by zhangkun83 · 9 years ago
  60. 3666de4 Use more precise names for protobuf and nano by Eric Anderson · 9 years ago
  61. 90706dc Rename the codegen binary from java_plugin to protoc-gen-grpc-java by Kun Zhang · 9 years ago
  62. c5bcbc6 Handle spaces in shell script by Eric Anderson · 9 years ago
  63. 76d0955 Clean up warnings by Eric Anderson · 9 years ago
  64. ff2a285 Swap to proto3 by Eric Anderson · 10 years ago
  65. dcff315 Add nano support to Java codegen. Now the user can specify a flag nano=true by Xiao Hang · 10 years ago
  66. fb28ad2 Improve Gradle build of protoc grpc plugin by Eric Anderson · 10 years ago