1. c090c61 Merge pull request #10644 from MakMukhi/master by MakMukhi · 8 years ago
  2. 42a95a2 Merge pull request #10505 from muxi/move-parsing-queue by Muxi Yan · 8 years ago
  3. 8805306 Revert API to change default queue for a stub by Muxi Yan · 8 years ago
  4. ea07b60 Post-review update by Mahak Mukhi · 8 years ago
  5. cac4e17 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 8 years ago
  6. 68f6a67 Always generate body for python code elements by Mehrdad Afshari · 8 years ago
  7. 2814b51 formatting by Mahak Mukhi · 8 years ago
  8. 529e4c5 update according to new changes in cpp code by Mahak Mukhi · 8 years ago
  9. 81b5d26 fix conflicts by Mahak Mukhi · 8 years ago
  10. 31d92d4 Initial commit: Auto-generate GMOCK code for client stub. by Mahak Mukhi · 8 years ago
  11. 2f23be7 clang-format by Muxi Yan · 8 years ago
  12. 1383895 Initial commit: Auto-generate GMOCK code for client stub. by Mahak Mukhi · 8 years ago
  13. 56369ea Support in ProtoRPC by Muxi Yan · 8 years ago
  14. d4e9a48 Convert all async client stream types to not allocate by Craig Tiller · 8 years ago
  15. 5de4656 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 8 years ago
  16. f2ceefb Merge pull request #8063 from royalharsh/buffers by kpayson64 · 8 years ago
  17. 547631e Merge github.com:grpc/grpc into cpparena by Craig Tiller · 8 years ago
  18. d48ee25 Update by Harsh Vardhan · 8 years ago
  19. abf9ce2 Fix merge conflicts by Harsh Vardhan · 8 years ago
  20. 974f3d7 remove lang specific streaming methods by Harsh Vardhan · 8 years ago
  21. cacd5e8 revert to python specific code by Harsh Vardhan · 8 years ago
  22. dbd4497 remove python specific code by Harsh Vardhan · 8 years ago
  23. 31e74bb Update sources & headers by Harsh Vardhan · 8 years ago
  24. 4b0ba1a clang-format by Harsh Vardhan · 8 years ago
  25. 0f12cd9 Update python_generator.cc by Harsh Vardhan · 8 years ago
  26. 6a9950d Fix errors by Harsh Vardhan · 8 years ago
  27. 64741b2 Fix build issues by Harsh Vardhan · 8 years ago
  28. 93077ae Update Python generator files by Harsh Vardhan · 8 years ago
  29. 5b8fa87 Refactor python code generator to support other serializers by Harsh Vardhan · 8 years ago
  30. 9f00073 fix markdown render error by thinkerou · 8 years ago
  31. d99975b Merge pull request #10239 from rltvty/fix_php_service_comments by Stanley Cheung · 8 years ago
  32. e44a50f Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 by Nicolas "Pixel" Noble · 8 years ago
  33. 209c41a Merge pull request #10255 from nathanielmanistaatgoogle/_pb2_grpc-unnecessary-imports by Nathaniel Manista · 8 years ago
  34. 2f390db Drop unnecessary imports from _pb2_grpc.py files by Nathaniel Manista · 8 years ago
  35. e718647 fix the namespacing for php docs on clients by Eric Pinzur · 8 years ago
  36. 5845091 [EXPERIMENTAL] allocate unary response writer against call arena by Craig Tiller · 8 years ago
  37. 482e2d2 prevent name clashes in C# generated code by Jan Tattermusch · 8 years ago
  38. 40d55f9 Add import prefix to Python generator by Nathaniel Manista · 8 years ago
  39. d627421 Merge pull request #8407 from jronak/fixtag by Yang Gao · 8 years ago
  40. 1a3f4a5 PHP: make tests runnable on both protobuf 3.1 and 3.2 by Stanley Cheung · 8 years ago
  41. 2011561 Stop generating method name array when there is no method. by yang-g · 8 years ago
  42. 0d62d7e Add `auto-gen`d comment to `_pb2_grpc.py` files by Masood Malekghassemi · 8 years ago
  43. 3fab565 Merge pull request #9100 from bblancha/protobuf_compiler_tweak by Masood Malekghassemi · 8 years ago
  44. c549a3e don't print multiple imports to protobuf modules by Bryan Blanchard · 8 years ago
  45. 00f6636 Generate param comments in C# proto plugin by Jan Tattermusch · 8 years ago
  46. 726f40f remove leading space in C# comments by Jan Tattermusch · 8 years ago
  47. 561dce4 Switch to command-arg for Python split-codegen by Masood Malekghassemi · 8 years ago
  48. 09ba2d6 fix formatting by Jan Tattermusch · 8 years ago
  49. 8613e47 Merge remote-tracking branch 'upstream/v1.0.x' into HEAD by Jan Tattermusch · 8 years ago
  50. 3336581 generate server base class as partial too by Alexander Polcyn · 8 years ago
  51. 660e4b0 generate partial c# client stubs as partial classes by Alexander Polcyn · 8 years ago
  52. 713c7b8 clang-format by Vijay Pai · 8 years ago
  53. c0b2acb Use C++11 final and override by Vijay Pai · 8 years ago
  54. 7780cc0 Clang-format python_generator.cc by Masood Malekghassemi · 8 years ago
  55. 4a051cc Clean-up types in Python generator by Masood Malekghassemi · 8 years ago
  56. d953959 Enable split code generation by Masood Malekghassemi · 8 years ago
  57. 4509661 Fix incorrect ruby_generator.cc merge by murgatroid99 · 8 years ago
  58. 5d6ae93 Merge remote-tracking branch 'upstream/v1.0.x' into v1.0.1_upmerge by murgatroid99 · 8 years ago
  59. 79a1375 fix type comparison in ruby plugin by Alexander Polcyn · 8 years ago
  60. 2d05670 convert uint to int in generator by Alexander Polcyn · 8 years ago
  61. 9fa9315 Merge remote-tracking branch 'upstream/master' into fc_1dstream by Vijay Pai · 8 years ago
  62. 78b6cdd6 replaced protobuf tag by Ronak Jain · 8 years ago
  63. 96e0311 clang-format by Vijay Pai · 8 years ago
  64. 61536a7 Making split streaming testable by Vijay Pai · 8 years ago
  65. 770137b Merge pull request #8297 from jtattermusch/add_newinstance_comment by Jan Tattermusch · 8 years ago
  66. 22fcbf9 Merge branch 'master' into fc_1dstream by Vijay Pai · 8 years ago
  67. 0b1a62c Merge pull request #8265 from apolcyn/fix_proto_plugin_snake_case by apolcyn · 8 years ago
  68. fad04cc Merge pull request #8354 from grpc/v1.0.x by Jan Tattermusch · 8 years ago
  69. 5b2e172 Create README.md by Jan Tattermusch · 8 years ago
  70. 05cccba add comment for NewInstance override by Jan Tattermusch · 8 years ago
  71. 5ba82e5 remove unused function and switch std::string to grpc::string by Alexander Polcyn · 8 years ago
  72. c429d78 change ruby proto plugin to copy package name conversion from protoc by Alexander Polcyn · 8 years ago
  73. d69c0d3 convert snake case protos package names to camel case in ruby modules by Alexander Polcyn · 8 years ago
  74. db5b1cb Add all plumbing and typedef's for controlled server-side streaming by Vijay Pai · 8 years ago
  75. 53d219c PHP Proto3: gRPC PHP Plugin code generator by Stanley Cheung · 8 years ago
  76. beeeddd Format. by Nicolas "Pixel" Noble · 8 years ago
  77. 87a1081 Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under by Nicolas "Pixel" Noble · 8 years ago
  78. 9a574ec Merge pull request #7930 from yang-g/header2 by Nicolas Noble · 8 years ago
  79. 72b872d Add docstrings to generated beta elements by siddharthshukla · 8 years ago
  80. 5e6edbb Put a space after '<' to avoid chance of digraph by Vijay Pai · 8 years ago
  81. aea106e Add a header to override grpc::string when needed by yang-g · 8 years ago
  82. de2aec8 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  83. d4d5f4c clang-format by Vijay Pai · 8 years ago
  84. 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
  85. cdc2535 Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING by Vijay Pai · 8 years ago
  86. ac4113b Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  87. ac7408d Clang format code by murgatroid99 · 8 years ago
  88. a842413 Make Node code generator work properly with nested types by murgatroid99 · 8 years ago
  89. ff4f004 Clang format code by murgatroid99 · 8 years ago
  90. 5d94118 clang-format by Vijay Pai · 8 years ago
  91. ff91dea Be able to specify FCUnaryService just like AsyncService so that all by Vijay Pai · 8 years ago
  92. 581097f Make FCUnary and ServerReaderWriter derived classes of a new by Vijay Pai · 8 years ago
  93. 6666816 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  94. 45475ac Merge branch 'master' into node_generator_nested_messages by murgatroid99 · 8 years ago
  95. 8302b12 Merge branch 'v1.0.x' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  96. 5a2c918 Updated ruby protos to use new _pb filename by Ken Payson · 8 years ago
  97. 0a1c598 Merge branch 'master' into fc_unary by Vijay Pai · 8 years ago
  98. ac59245 Clang-format all the things by Masood Malekghassemi · 8 years ago
  99. 77f8da2 added a comment just to retrigger tests by Makarand Dharmapurikar · 8 years ago
  100. 8620252 fixed minor indent and resubmit by Makarand Dharmapurikar · 8 years ago