1. 3c5b5a5 Begin v0.15.0 Cycle by Carl Mastrangelo · 8 years ago
  2. 7e8b504 Add javadoc to grpc codegen based on proto docs by nmittler · 8 years ago
  3. 7fe8d8b Fix change detection for compiler testing by Eric Anderson · 8 years ago
  4. 9bc5d93 Mark generated abstract class as Experimental by Eric Anderson · 8 years ago
  5. faaaa16 Fix compilation nags for generated code by Carl Mastrangelo · 8 years ago
  6. 363e0f6 Print compiler version number in generated files by Lukasz Strzalkowski · 8 years ago
  7. 2fbf142 Provide base methods for Abstract stub by Lukasz Strzalkowski · 8 years ago
  8. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 8 years ago
  9. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 8 years ago
  10. 0a01b3c Simplify nano flag to codegen to just 'nano' from 'nano=true' by Eric Anderson · 8 years ago
  11. b22bcdf Use lite argument in codegen instead of LITE_RUNTIME by Eric Anderson · 8 years ago
  12. 99a6d8d Add native support for Protobuf Lite by Eric Anderson · 8 years ago
  13. 7c6c045 Remove support for Nano's deprecated package names by Eric Anderson · 8 years ago
  14. ffe0dce Add missing override annotation to generated protos by Carl Mastrangelo · 8 years ago
  15. 72f1e88 Inlcude the file that was used to generate service descriptors by Carl Mastrangelo · 9 years ago
  16. daf920d Pass -j to correct command by Eric Anderson · 9 years ago
  17. bf42913 Fix artifact upload for compiler by Eric Anderson · 9 years ago
  18. e2ed2e8 Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5 by Kun Zhang · 9 years ago
  19. 29784d1 Fix grpc-compiler build. by Kun Zhang · 9 years ago
  20. 46ce409 Update gradle to 2.10 by Eric Anderson · 9 years ago
  21. 4168f67 Optimize blocking calls to avoid app thread pool by Eric Anderson · 9 years ago
  22. 1d8af60 Run make with as many cores as available by Eric Anderson · 9 years ago
  23. d52429d Reduce number of codegen'd classes needed for Services by Eric Anderson · 9 years ago
  24. 5667f0e Add "using std::to_string" to java_generator.cpp, it is needed by internal version. by Xudong Ma · 9 years ago
  25. a62db8f Update comment; Parser was replaced with NanoFactory by Eric Anderson · 9 years ago
  26. 1ee336d Use one codegen class for all Nano factories by Eric Anderson · 9 years ago
  27. f7f57b7 Put nano generated code into nano package, unless option javanano_use_deprecated_package is set. by Xudong Ma · 9 years ago
  28. d04994f Update Windows building instructions for proto3b1 by Eric Anderson · 9 years ago
  29. a6621da Private ServerMethodDefinition constructor; avoid create() in codegen by Eric Anderson · 9 years ago
  30. be0d7e9 Prevent construction of container classes and reduce API by Eric Anderson · 9 years ago
  31. 23e6318 Reduce API surface of AbstractStub by Eric Anderson · 9 years ago
  32. d42559c Swap nano from Parser to message factory by Eric Anderson · 9 years ago
  33. 47a7ccf Avoid Parser for normal protobuf by Eric Anderson · 9 years ago
  34. 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
  35. bc347e3 Display the required Protobuf version when building codegen by Kun Zhang · 9 years ago
  36. db0423c Rename CHECK and FAIL macros to avoid conflict with internal macros when syncing back by Kun Zhang · 9 years ago
  37. c00e15f Check javanano_use_deprecated_package in the message's FileDescriptor, not the current file's. by Kun Zhang · 9 years ago
  38. 5bb0ea9 Annotate method descritpor files in the generated code with ExperimentalApi by Kun Zhang · 9 years ago
  39. bd23a8d Upgrade to protobuf-3.0.0-beta-1 by Kun Zhang · 9 years ago
  40. 042b278 Remove the first MethodDescriptor constructor. by Kun Zhang · 9 years ago
  41. cadc0b2 Fetch the latest Protobuf sources before checking out the release. by Kun Zhang · 9 years ago
  42. 67fc45d Rename Duplex to Bidi by Carl Mastrangelo · 9 years ago
  43. eb92967 Get rid of AbstractServiceDescriptor as it is no longer useful by Kun Zhang · 9 years ago
  44. 686dcff Rename unaryFutureCall to futureUnaryCall by Kun Zhang · 9 years ago
  45. 690b26e Sanitize ClientCalls. by Kun Zhang · 9 years ago
  46. 79f3f02 Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  47. 867c76d Separate ServerCall binding utilities per method type. by Kun Zhang · 9 years ago
  48. c73b75e Change AbstractServiceDescriptor.methods() to Collection. Resolves #573 by Kun Zhang · 9 years ago
  49. 73acc73 Remove Method and switch its users to MethodDescriptor. by Kun Zhang · 9 years ago
  50. 35f77ee Upgrade to protobuf-gradle-plugin 0.5.0 by Kun Zhang · 9 years ago
  51. d3c5b00 Add CallOptions. by Kun Zhang · 9 years ago
  52. af9fb6d Migrate from PARSER to parser() as a way of getting the parser of a protobuf message. by Kun Zhang · 9 years ago
  53. 74490d5 In compiler documentation, use grpc-java as plugin name by Eric Anderson · 9 years ago
  54. 483738e Reorganizing the deployment docs. by nmittler · 9 years ago
  55. a251171 Upgrade to protobuf-3.0.0-alpha-3 by Kun Zhang · 9 years ago
  56. 2ee4d02 Rename Call to ClientCalls. by Kun Zhang · 9 years ago
  57. 7d906c5 Fix minor issues with release scripts/documentation by Eric Anderson · 9 years ago
  58. 8bc9920 Add Dockerfile for codegen distribution by Kun Zhang · 9 years ago
  59. 9805e27 Add property ``protoc=/path/to/protoc`` by Kun Zhang · 9 years ago
  60. 287a27a Upgrade to protobuf-gradle-plugin:0.4.0 by Kun Zhang · 9 years ago
  61. 2f74971 Unify build properties. by Kun Zhang · 9 years ago
  62. c5b94c7 Use protoc from Maven Central. by Kun Zhang · 9 years ago
  63. 221c534 Fix build on Windows/VC++ by Kun Zhang · 9 years ago
  64. 41940f7 Upgrade to protobuf plugin 0.3.1 by Kun Zhang · 9 years ago
  65. a8ef36a Create DEPLOYING.md that documents instructions for deploying artifacts. by Kun Zhang · 9 years ago
  66. af18876 Upgrade to com.google.protobuf:protobuf-gradle-plugin:0.1.0 by Kun Zhang · 9 years ago
  67. 4bc2d6d Remove call sites of Os.isFamily(). Use osdetector instead by Kun Zhang · 9 years ago
  68. 0c2ea15 Fix Mac build failure introduced by commit da3c3f8 by Kun Zhang · 9 years ago
  69. da3c3f8 Solution for GRPC codegen deployment. by zhangkun83 · 9 years ago
  70. 3666de4 Use more precise names for protobuf and nano by Eric Anderson · 9 years ago
  71. e23f899 Split protobuf into its own project by Eric Anderson · 9 years ago
  72. 90706dc Rename the codegen binary from java_plugin to protoc-gen-grpc-java by Kun Zhang · 9 years ago
  73. a0acb9b Working Travis build, with caching of deps by Eric Anderson · 9 years ago
  74. c42c8c4 Basic travis configuration by Louis Ryan · 9 years ago
  75. c5bcbc6 Handle spaces in shell script by Eric Anderson · 9 years ago
  76. 76d0955 Clean up warnings by Eric Anderson · 9 years ago
  77. 192144e Add Sonatype OSSRH upload support, with nice POMs by Eric Anderson · 10 years ago
  78. b938ba5 Support building on Windows by Eric Anderson · 10 years ago
  79. 6f0b21e Update compiler/README.md with nano codegen commandline by Xiao Hang · 10 years ago
  80. ff2a285 Swap to proto3 by Eric Anderson · 10 years ago
  81. df321fe Create temporary directory for javanano test if it does not exist. by Jakob Buchgraber · 10 years ago
  82. 5902c6a Revert "Remove nano codegen test temporarily. Currently I haven't figuired" by zsurocking · 10 years ago
  83. b8f5c90 Remove nano codegen test temporarily. Currently I haven't figuired by Xiao Hang · 10 years ago
  84. dcff315 Add nano support to Java codegen. Now the user can specify a flag nano=true by Xiao Hang · 10 years ago
  85. 95c6f50 Udate TODOs to use Github user names by Louis Ryan · 10 years ago
  86. f129960 Fixing compiler build on OS X (Clang) by nmittler · 10 years ago
  87. fb28ad2 Improve Gradle build of protoc grpc plugin by Eric Anderson · 10 years ago
  88. 2049e0d Have Gradle observe LDFLAGS/CXXFLAGS/CPPFLAGS by Eric Anderson · 10 years ago
  89. f831458 Removing all references to "stubby" by nmittler · 10 years ago
  90. 03f3f5c Reorder the fields of LogHelper to be consistent with initialization order because blaze would complain about it by zhangkun83 · 10 years ago
  91. d54a463 Add README.md in the compiler directory by zhangkun83 · 10 years ago
  92. 5e60785 Add test target for codegen. by zhangkun83 · 10 years ago
  93. 4de2026 Fix TODO attribution by ejona · 10 years ago
  94. 9de8e4b Make Java codegen ready for open-source. It can be built with the Github HEAD by zhangkun · 10 years ago