1. 5e6edbb Put a space after '<' to avoid chance of digraph by Vijay Pai · 8 years ago
  2. de2aec8 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  3. d4d5f4c clang-format by Vijay Pai · 8 years ago
  4. 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
  5. cdc2535 Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING by Vijay Pai · 8 years ago
  6. ac4113b Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  7. ff4f004 Clang format code by murgatroid99 · 8 years ago
  8. 5d94118 clang-format by Vijay Pai · 8 years ago
  9. ff91dea Be able to specify FCUnaryService just like AsyncService so that all by Vijay Pai · 8 years ago
  10. 581097f Make FCUnary and ServerReaderWriter derived classes of a new by Vijay Pai · 8 years ago
  11. 6666816 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  12. 45475ac Merge branch 'master' into node_generator_nested_messages by murgatroid99 · 8 years ago
  13. 8302b12 Merge branch 'v1.0.x' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  14. 5a2c918 Updated ruby protos to use new _pb filename by Ken Payson · 8 years ago
  15. 0a1c598 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  16. ac59245 Clang-format all the things by Masood Malekghassemi · 8 years ago
  17. 77f8da2 added a comment just to retrigger tests by Makarand Dharmapurikar · 8 years ago
  18. 8620252 fixed minor indent and resubmit by Makarand Dharmapurikar · 8 years ago
  19. 46cc9ee addressed feedback by Makarand Dharmapurikar · 8 years ago
  20. 2b220f8 fixes #7219 by Makarand Dharmapurikar · 8 years ago
  21. c4326ef Make Node code generator work properly with nested types by murgatroid99 · 8 years ago
  22. 71448b2 Use open-source defaults to propagate Python plugin configuration by Masood Malekghassemi · 8 years ago
  23. c0c38b1 Make the FCUnary class actually work and test it by vjpai · 8 years ago
  24. 34edfc3 Switch name to fc_unary by vjpai · 8 years ago
  25. 7142a91 Fix up service types and method handlers so that FC unary can work properly. by vjpai · 8 years ago
  26. bfcd6b6 generate comments for C# client constructors by Jan Tattermusch · 8 years ago
  27. ba6597f Actually generate code for FC Unary and make it work by vjpai · 8 years ago
  28. edfebc9 dont generate NewClient method for C# services by Jan Tattermusch · 8 years ago
  29. 726561e Initial definition of flow-controlled unary type along with code generation for this type by vjpai · 8 years ago
  30. 5988716 Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2 by Jan Tattermusch · 8 years ago
  31. 20e5d9e Update Node plugin to handle well known type changes by murgatroid99 · 8 years ago
  32. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  33. b383c68 Merge pull request #6874 from nathanielmanistaatgoogle/ga by Jan Tattermusch · 8 years ago
  34. 1363077 Merge pull request #6438 from y-zeng/reflection_separate_lib by Jan Tattermusch · 8 years ago
  35. 4547940 Python GA code generation by Nathaniel Manista · 8 years ago
  36. ce350a5 override->GRPC_OVERRIDE Remove range-based fors by Vijay Pai · 8 years ago
  37. d2c0256 Merge pull request #6855 from makdharma/issue6834 by Jan Tattermusch · 8 years ago
  38. 857495a fix for #6834 by Makarand Dharmapurikar · 8 years ago
  39. cb79b29 fix for issue 6344. added printing of .proto file comments in generated code. by Makarand Dharmapurikar · 8 years ago
  40. 4f11ab1 addressed feedback. by Makarand Dharmapurikar · 8 years ago
  41. 6f95010 fix for issue 5548. Deprecated old classes and created subclasses. by Makarand Dharmapurikar · 8 years ago
  42. d237107 Merge remote-tracking branch 'upstream/master' into reflection_separate_lib by Yuchen Zeng · 8 years ago
  43. 3c26736 Merge pull request #6792 from yang-g/build_clean by Jan Tattermusch · 8 years ago
  44. fcc8d97 get rid of deprecated server and client interface by Jan Tattermusch · 8 years ago
  45. 562cd05 update C# codegen and regenerate by Jan Tattermusch · 8 years ago
  46. aaee544 merge and resolve conflicts by yang-g · 8 years ago
  47. 17487f9 Make grpc++ independent of protobuf by yang-g · 8 years ago
  48. 3623dc5 Move protobuf dependencies to config_protobuf.h by Yuchen Zeng · 8 years ago
  49. b39ad70 Added comments to ruby code generation by murgatroid99 · 8 years ago
  50. 210f3c4 Added comments to node generation, also refactored some plugin code by murgatroid99 · 8 years ago
  51. a709afe Merge pull request #6479 from kpayson64/python_protoc_formatting by Jan Tattermusch · 8 years ago
  52. be187b0 Format changes to python protoc generation by Ken Payson · 8 years ago
  53. fac1b4d Merge pull request #6475 from grpc/release-0_14 by Nicolas Noble · 8 years ago
  54. 0ddf46f Fully qualify System.Threading.Tasks.Task by Kirill Katsnelson · 8 years ago
  55. 8f53953 Merge pull request #6400 from murgatroid99/ruby_empty_proto_package by Jan Tattermusch · 8 years ago
  56. b0de716 Add proto comments to generated _pb2.py files by yang-g · 8 years ago
  57. dedae79 Finished ruby generator change by murgatroid99 · 8 years ago
  58. 6a45e93 Made ruby plugin support empty package names by murgatroid99 · 8 years ago
  59. 2e4bfed Merge pull request #6330 from soltanmm/6264 by Jan Tattermusch · 8 years ago
  60. 59c20ed add comments from .proto file to generated C# files by Jan Tattermusch · 8 years ago
  61. e107f8e Merge pull request #6205 from BenchR267/objc-nullability by Jorge Canizales · 8 years ago
  62. 832ae81 Allow additive changes to protos w/o forcing user implementation by Masood Malekghassemi · 8 years ago
  63. b143ca0 Merge pull request #6284 from jtattermusch/csharp_optional_client_codegen by Nicolas Noble · 8 years ago
  64. c17939a Merge pull request #6181 from yang-g/proto_comments by Jan Tattermusch · 8 years ago
  65. 1843ccb Use static const strings by Benjamin Herzog · 8 years ago
  66. 4e0f73c add internal_access option for C# codegen by Jan Tattermusch · 8 years ago
  67. 5f8872f introduce c# generator options by Jan Tattermusch · 8 years ago
  68. a967ee5 support custom parsegeneratorparameter by Jan Tattermusch · 8 years ago
  69. 44f7c54 params for generating only client/server by Jan Tattermusch · 8 years ago
  70. eeef86c Merge pull request #6282 from jtattermusch/disable_internal_obsolete by Jan Tattermusch · 8 years ago
  71. 6b16aaa merge and resolve conflict by yang-g · 8 years ago
  72. 3b09980 Merge pull request #6238 from gwvo/master by Jan Tattermusch · 8 years ago
  73. b695b9b Some additional fixes to make the C++ codegen not depend on protobuf. by Wouter van Oortmerssen · 8 years ago
  74. 57d1e08 resolve comments by yang-g · 8 years ago
  75. cc8a4b3 disable warnings for use of our own obsolete interfaces by Jan Tattermusch · 8 years ago
  76. ee6de93 Move nonnull begin to correct position by Benjamin Herzog · 8 years ago
  77. c3e1f63 Add comments by yang-g · 8 years ago
  78. 6ba96de make prefix configurable by yang-g · 8 years ago
  79. d8887c0 Fix compilation error. by yang-g · 8 years ago
  80. 25df28e resolve comments by yang-g · 8 years ago
  81. 1899743 Use math test to test generated code by murgatroid99 · 8 years ago
  82. f8d7747 Fixed minor bug with Node generator by murgatroid99 · 8 years ago
  83. e264e39 Merged from master by murgatroid99 · 8 years ago
  84. 208795c Added nullability to service declaration in objc by Benjamin Herzog · 8 years ago
  85. 2e08941 Use the comments before syntax line as file comments. by yang-g · 8 years ago
  86. b01e013 fix compiler warning by yang-g · 8 years ago
  87. 9efec8e Add comments to the generated header file by yang-g · 8 years ago
  88. af09a73 Refactored C++ code generator to not directly depend on protobuf. by Wouter van Oortmerssen · 8 years ago
  89. cac9ba4 ruby: Use fully-qualified type name when necessary by Jun Mukai · 8 years ago
  90. 5a4e1e3 make client side interface obsolete by Jan Tattermusch · 8 years ago
  91. 2f0a837 introduce concept of opaque client base configuration by Jan Tattermusch · 8 years ago
  92. efb7784 update codegen to generate parameterless constructor for clients by Jan Tattermusch · 8 years ago
  93. b455bcc add host field support to CallInvoker by Jan Tattermusch · 8 years ago
  94. 055c2dd generate only one Client class instead of abstract & concrete by Jan Tattermusch · 8 years ago
  95. 8cd4ae9 generate client-side base class by Jan Tattermusch · 8 years ago
  96. 10a002d generate serverside base class for C# by Jan Tattermusch · 8 years ago
  97. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  98. 314575f Merge pull request #5657 from leifurhauks/py3_generated_code by Jan Tattermusch · 8 years ago
  99. 798eeda python 2/3 compatible abstract servicers/stubs by Leifur Halldor Asgeirsson · 8 years ago
  100. f7b1d74 Fixing (c)s. by Nicolas "Pixel" Noble · 8 years ago