1. 0d62d7e Add `auto-gen`d comment to `_pb2_grpc.py` files by Masood Malekghassemi · 8 years ago
  2. 3fab565 Merge pull request #9100 from bblancha/protobuf_compiler_tweak by Masood Malekghassemi · 8 years ago
  3. c549a3e don't print multiple imports to protobuf modules by Bryan Blanchard · 8 years ago
  4. 00f6636 Generate param comments in C# proto plugin by Jan Tattermusch · 8 years ago
  5. 726f40f remove leading space in C# comments by Jan Tattermusch · 8 years ago
  6. 561dce4 Switch to command-arg for Python split-codegen by Masood Malekghassemi · 8 years ago
  7. 09ba2d6 fix formatting by Jan Tattermusch · 8 years ago
  8. 8613e47 Merge remote-tracking branch 'upstream/v1.0.x' into HEAD by Jan Tattermusch · 8 years ago
  9. 3336581 generate server base class as partial too by Alexander Polcyn · 8 years ago
  10. 660e4b0 generate partial c# client stubs as partial classes by Alexander Polcyn · 8 years ago
  11. 713c7b8 clang-format by Vijay Pai · 8 years ago
  12. c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
  13. 7780cc0 Clang-format python_generator.cc by Masood Malekghassemi · 8 years ago
  14. 4a051cc Clean-up types in Python generator by Masood Malekghassemi · 8 years ago
  15. d953959 Enable split code generation by Masood Malekghassemi · 8 years ago
  16. 4509661 Fix incorrect ruby_generator.cc merge by murgatroid99 · 8 years ago
  17. 5d6ae93 Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge by murgatroid99 · 8 years ago
  18. 79a1375 fix type comparison in ruby plugin by Alexander Polcyn · 8 years ago
  19. 2d05670 convert uint to int in generator by Alexander Polcyn · 8 years ago
  20. 9fa9315 Merge remote-tracking branch 'upstream/master' into fc_1dstream by Vijay Pai · 8 years ago
  21. 96e0311 clang-format by Vijay Pai · 8 years ago
  22. 61536a7 Making split streaming testable by Vijay Pai · 8 years ago
  23. 770137b Merge pull request #8297 from jtattermusch/add_newinstance_comment by Jan Tattermusch · 8 years ago
  24. 22fcbf9 Merge branch 'master' into fc_1dstream by Vijay Pai · 8 years ago
  25. 0b1a62c Merge pull request #8265 from apolcyn/fix_proto_plugin_snake_case by apolcyn · 8 years ago
  26. fad04cc Merge pull request #8354 from grpc/v1.0.x by Jan Tattermusch · 8 years ago
  27. 5b2e172 Create README.md by Jan Tattermusch · 8 years ago
  28. 05cccba add comment for NewInstance override by Jan Tattermusch · 8 years ago
  29. 5ba82e5 remove unused function and switch std::string to grpc::string by Alexander Polcyn · 8 years ago
  30. c429d78 change ruby proto plugin to copy package name conversion from protoc by Alexander Polcyn · 8 years ago
  31. d69c0d3 convert snake case protos package names to camel case in ruby modules by Alexander Polcyn · 8 years ago
  32. db5b1cb Add all plumbing and typedef's for controlled server-side streaming by Vijay Pai · 8 years ago
  33. 53d219c PHP Proto3: gRPC PHP Plugin code generator by Stanley Cheung · 8 years ago
  34. beeeddd Format. by Nicolas "Pixel" Noble · 8 years ago
  35. 87a1081 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  36. 9a574ec Merge pull request #7930 from yang-g/header2 by Nicolas Noble · 8 years ago
  37. 72b872d Add docstrings to generated beta elements by siddharthshukla · 8 years ago
  38. 5e6edbb Put a space after '<' to avoid chance of digraph by Vijay Pai · 8 years ago
  39. aea106e Add a header to override grpc::string when needed by yang-g · 8 years ago
  40. de2aec8 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  41. d4d5f4c clang-format by Vijay Pai · 8 years ago
  42. a9c0d7f Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is by Vijay Pai · 8 years ago
  43. cdc2535 Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING by Vijay Pai · 8 years ago
  44. ac4113b Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  45. ac7408d Clang format code by murgatroid99 · 8 years ago
  46. a842413 Make Node code generator work properly with nested types by murgatroid99 · 8 years ago
  47. ff4f004 Clang format code by murgatroid99 · 8 years ago
  48. 5d94118 clang-format by Vijay Pai · 8 years ago
  49. ff91dea Be able to specify FCUnaryService just like AsyncService so that all by Vijay Pai · 8 years ago
  50. 581097f Make FCUnary and ServerReaderWriter derived classes of a new by Vijay Pai · 8 years ago
  51. 6666816 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  52. 45475ac Merge branch 'master' into node_generator_nested_messages by murgatroid99 · 8 years ago
  53. 8302b12 Merge branch 'v1.0.x' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  54. 5a2c918 Updated ruby protos to use new _pb filename by Ken Payson · 8 years ago
  55. 0a1c598 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  56. ac59245 Clang-format all the things by Masood Malekghassemi · 8 years ago
  57. 77f8da2 added a comment just to retrigger tests by Makarand Dharmapurikar · 8 years ago
  58. 8620252 fixed minor indent and resubmit by Makarand Dharmapurikar · 8 years ago
  59. 46cc9ee addressed feedback by Makarand Dharmapurikar · 8 years ago
  60. 2b220f8 fixes #7219 by Makarand Dharmapurikar · 8 years ago
  61. c4326ef Make Node code generator work properly with nested types by murgatroid99 · 8 years ago
  62. 71448b2 Use open-source defaults to propagate Python plugin configuration by Masood Malekghassemi · 8 years ago
  63. c0c38b1 Make the FCUnary class actually work and test it by vjpai · 8 years ago
  64. 34edfc3 Switch name to fc_unary by vjpai · 8 years ago
  65. 7142a91 Fix up service types and method handlers so that FC unary can work properly. by vjpai · 8 years ago
  66. bfcd6b6 generate comments for C# client constructors by Jan Tattermusch · 8 years ago
  67. ba6597f Actually generate code for FC Unary and make it work by vjpai · 8 years ago
  68. edfebc9 dont generate NewClient method for C# services by Jan Tattermusch · 8 years ago
  69. 726561e Initial definition of flow-controlled unary type along with code generation for this type by vjpai · 8 years ago
  70. 5988716 Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2 by Jan Tattermusch · 8 years ago
  71. 20e5d9e Update Node plugin to handle well known type changes by murgatroid99 · 8 years ago
  72. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  73. b383c68 Merge pull request #6874 from nathanielmanistaatgoogle/ga by Jan Tattermusch · 8 years ago
  74. 1363077 Merge pull request #6438 from y-zeng/reflection_separate_lib by Jan Tattermusch · 8 years ago
  75. 4547940 Python GA code generation by Nathaniel Manista · 8 years ago
  76. ce350a5 override->GRPC_OVERRIDE Remove range-based fors by Vijay Pai · 8 years ago
  77. d2c0256 Merge pull request #6855 from makdharma/issue6834 by Jan Tattermusch · 8 years ago
  78. 857495a fix for #6834 by Makarand Dharmapurikar · 8 years ago
  79. cb79b29 fix for issue 6344. added printing of .proto file comments in generated code. by Makarand Dharmapurikar · 8 years ago
  80. 4f11ab1 addressed feedback. by Makarand Dharmapurikar · 8 years ago
  81. 6f95010 fix for issue 5548. Deprecated old classes and created subclasses. by Makarand Dharmapurikar · 8 years ago
  82. d237107 Merge remote-tracking branch 'upstream/master' into reflection_separate_lib by Yuchen Zeng · 8 years ago
  83. 3c26736 Merge pull request #6792 from yang-g/build_clean by Jan Tattermusch · 8 years ago
  84. fcc8d97 get rid of deprecated server and client interface by Jan Tattermusch · 8 years ago
  85. 562cd05 update C# codegen and regenerate by Jan Tattermusch · 8 years ago
  86. aaee544 merge and resolve conflicts by yang-g · 8 years ago
  87. 17487f9 Make grpc++ independent of protobuf by yang-g · 8 years ago
  88. 3623dc5 Move protobuf dependencies to config_protobuf.h by Yuchen Zeng · 8 years ago
  89. b39ad70 Added comments to ruby code generation by murgatroid99 · 8 years ago
  90. 210f3c4 Added comments to node generation, also refactored some plugin code by murgatroid99 · 8 years ago
  91. a709afe Merge pull request #6479 from kpayson64/python_protoc_formatting by Jan Tattermusch · 8 years ago
  92. be187b0 Format changes to python protoc generation by Ken Payson · 8 years ago
  93. fac1b4d Merge pull request #6475 from grpc/release-0_14 by Nicolas Noble · 8 years ago
  94. 0ddf46f Fully qualify System.Threading.Tasks.Task by Kirill Katsnelson · 8 years ago
  95. 8f53953 Merge pull request #6400 from murgatroid99/ruby_empty_proto_package by Jan Tattermusch · 8 years ago
  96. b0de716 Add proto comments to generated _pb2.py files by yang-g · 8 years ago
  97. dedae79 Finished ruby generator change by murgatroid99 · 8 years ago
  98. 6a45e93 Made ruby plugin support empty package names by murgatroid99 · 8 years ago
  99. 2e4bfed Merge pull request #6330 from soltanmm/6264 by Jan Tattermusch · 8 years ago
  100. 59c20ed add comments from .proto file to generated C# files by Jan Tattermusch · 8 years ago