1. eb64fad Provide a way to use custom search path for gmock.h by yang-g · 7 years ago
  2. 096e3c3 Fix unused parameter warning in cpp codegen by Ken Payson · 7 years ago
  3. 96d5eb5 use auto-generated header for C# plugin by Jan Tattermusch · 7 years ago
  4. d49e100 clang-format code by Mehrdad Afshari · 7 years ago
  5. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  6. fbe8ff6 Merge pull request #13437 from muxi/fix-forward-declaration by Muxi Yan · 7 years ago
  7. c04f4f1 Revert "Revert "Do not interpolate variables in leading comments."" by Vijay Pai · 7 years ago
  8. 333dd3e Revert "Do not interpolate variables in leading comments." by David G. Quintas · 7 years ago
  9. 18a6837 Merge branch 'v1.7.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 7 years ago
  10. 9b74848 forward declare pbobjc.h by Muxi Yan · 7 years ago
  11. 4fdb08a Revert "Restructure plugin builds to avoid building more than needed" by Vijay Pai · 7 years ago
  12. 4cf5f3e Restructure plugin builds to avoid building more than needed by Vijay Pai · 7 years ago
  13. cf5a1f2 Do not interpolate variables in leading comments. by Garret Kelly · 7 years ago
  14. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  15. 7a64885 Adopt the static factory pattern (#10) by Vijay Pai · 7 years ago
  16. 06e174a Separate public and internal C++ interfaces by Vijay Pai · 7 years ago
  17. 9635d46 Generate dependency header import in pbrpc.m by Muxi Yan · 7 years ago
  18. 05e0d2d Generate forward declaration in pbrpc.h by Muxi Yan · 7 years ago
  19. 17c4ffe Merge pull request #12637 from muxi/add-objc-gen-forward-declare by Muxi Yan · 7 years ago
  20. b8e5562 Revert "Temporarily take ownership of cpp generator to prevent changes" by Vijay Pai · 7 years ago
  21. cc198e5 Merge pull request #12426 from michaelbausor/php-namespaces by Stanley Cheung · 7 years ago
  22. 1e32fea Generate dependency header import in pbrpc.m by Muxi Yan · 7 years ago
  23. 75271d7 Generate forward declaration in pbrpc.h by Muxi Yan · 7 years ago
  24. 2c1a7e1 Flip gRPC Python Protoc Plug-In default behavior by Nathaniel Manista · 7 years ago
  25. 87c0952 Apply formatting tool by Michael Bausor · 7 years ago
  26. 4b047a3 Construction of streams shouldn't require triggering async ops by Vijay Pai · 7 years ago
  27. d01fd42 grpc_1_0 flag for gRPC Python Protoc Plug-In by Nathaniel Manista · 7 years ago
  28. 0ebc3ad Temporarily take ownership of cpp generator to prevent changes by Vijay Pai · 7 years ago
  29. f5a7f7f Determine type name using php namespace option by Michael Bausor · 7 years ago
  30. 3cbbe44 Disable XML comment warnings in generated stubs by Jan Tattermusch · 7 years ago
  31. 5fd85b5 PHP: update codegen plugin to support php_namespace option by Stanley Cheung · 7 years ago
  32. 9c3f43f Merge pull request #11921 from adam-26/1745 by Michael Lumish · 7 years ago
  33. 6abd200 Revert "Separate internal-only and public parts of C++ API" by Vijay Pai · 7 years ago
  34. a178f40 Fix quotation marks by Adam · 7 years ago
  35. 8f13439 Fix issue from google/protobuf#1745 - javascript allow dot in filename by Adam · 7 years ago
  36. 8f2a054 Support parameter to change PHP generated stub suffix by Michael Bausor · 7 years ago
  37. c0baec6 Internalize structs and methods meant for being exposed through codegen by Vijay Pai · 7 years ago
  38. fdf30af Merge pull request #11524 from michaelbausor/php-protoc-plugin by Stanley Cheung · 7 years ago
  39. 495e9ac Run formatter by Michael Bausor · 7 years ago
  40. 070a8ee Merge pull request #11341 from muxi/fix-objc-plugin-output by Muxi Yan · 7 years ago
  41. 0d8b988 Update PHP protoc plugin generation by Michael Bausor · 7 years ago
  42. c7d9c80 Merge pull request #11400 from kpayson64/python_generator_fix by kpayson64 · 7 years ago
  43. d044281 Revert the changes to maintain backward compatibility by Muxi Yan · 7 years ago
  44. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  45. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  46. daa2cb6 Add comment by Muxi Yan · 7 years ago
  47. 732498b clang-format by Muxi Yan · 7 years ago
  48. 28dbc84 Polish by Muxi Yan · 7 years ago
  49. c4f8481 Backward compatibility by Muxi Yan · 7 years ago
  50. ea3a125 Fix python compiler for filenames with dashes by Ken Payson · 7 years ago
  51. 88d9377 clang-format by Muxi Yan · 7 years ago
  52. 88974d5 Use protobuf's native upper camel conversion by Muxi Yan · 7 years ago
  53. a0e3a87 PHP: Fixed bug in protoc plugin escaping comments by Stanley Cheung · 7 years ago
  54. 2145897 Fix clang-format issue by Per Grön · 7 years ago
  55. b50cf56 Emit additional headers in generated .h file instead of .cc by Per Grön · 7 years ago
  56. c72b1a3 Don't hard code protobuf specific file extensions in cpp_generator.cc by Per Grön · 7 years ago
  57. f31a80e Merge pull request #10950 from jeady/service_name_metadata by Yang Gao · 7 years ago
  58. be6ccdb Proper clang formatting. by James Eady · 7 years ago
  59. 3b26451 Add static method to generated code to return fully qualified protobuf service name. by James Eady · 7 years ago
  60. 6580894 Fix python imports in gRPC generated python code by Manuel Kroiss · 7 years ago
  61. c090c61 Merge pull request #10644 from MakMukhi/master by MakMukhi · 7 years ago
  62. 42a95a2 Merge pull request #10505 from muxi/move-parsing-queue by Muxi Yan · 7 years ago
  63. 8805306 Revert API to change default queue for a stub by Muxi Yan · 7 years ago
  64. ea07b60 Post-review update by Mahak Mukhi · 7 years ago
  65. cac4e17 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  66. 68f6a67 Always generate body for python code elements by Mehrdad Afshari · 7 years ago
  67. 2814b51 formatting by Mahak Mukhi · 7 years ago
  68. 529e4c5 update according to new changes in cpp code by Mahak Mukhi · 7 years ago
  69. 81b5d26 fix conflicts by Mahak Mukhi · 7 years ago
  70. 31d92d4 Initial commit: Auto-generate GMOCK code for client stub. by Mahak Mukhi · 7 years ago
  71. 2f23be7 clang-format by Muxi Yan · 7 years ago
  72. 1383895 Initial commit: Auto-generate GMOCK code for client stub. by Mahak Mukhi · 7 years ago
  73. 56369ea Support in ProtoRPC by Muxi Yan · 7 years ago
  74. d4e9a48 Convert all async client stream types to not allocate by Craig Tiller · 7 years ago
  75. 5de4656 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  76. f2ceefb Merge pull request #8063 from royalharsh/buffers by kpayson64 · 7 years ago
  77. 547631e Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  78. d48ee25 Update by Harsh Vardhan · 7 years ago
  79. abf9ce2 Fix merge conflicts by Harsh Vardhan · 7 years ago
  80. 974f3d7 remove lang specific streaming methods by Harsh Vardhan · 7 years ago
  81. cacd5e8 revert to python specific code by Harsh Vardhan · 7 years ago
  82. dbd4497 remove python specific code by Harsh Vardhan · 7 years ago
  83. 31e74bb Update sources & headers by Harsh Vardhan · 7 years ago
  84. 4b0ba1a clang-format by Harsh Vardhan · 7 years ago
  85. 0f12cd9 Update python_generator.cc by Harsh Vardhan · 8 years ago
  86. 6a9950d Fix errors by Harsh Vardhan · 8 years ago
  87. 64741b2 Fix build issues by Harsh Vardhan · 8 years ago
  88. 93077ae Update Python generator files by Harsh Vardhan · 8 years ago
  89. 5b8fa87 Refactor python code generator to support other serializers by Harsh Vardhan · 8 years ago
  90. 9f00073 fix markdown render error by thinkerou · 7 years ago
  91. d99975b Merge pull request #10239 from rltvty/fix_php_service_comments by Stanley Cheung · 7 years ago
  92. e44a50f Merge branch 'v1.2.x' of https://github.com/grpc/grpc into upmerge-1.2.0 by Nicolas "Pixel" Noble · 7 years ago
  93. 209c41a Merge pull request #10255 from nathanielmanistaatgoogle/_pb2_grpc-unnecessary-imports by Nathaniel Manista · 7 years ago
  94. 2f390db Drop unnecessary imports from _pb2_grpc.py files by Nathaniel Manista · 7 years ago
  95. e718647 fix the namespacing for php docs on clients by Eric Pinzur · 7 years ago
  96. 5845091 [EXPERIMENTAL] allocate unary response writer against call arena by Craig Tiller · 7 years ago
  97. 482e2d2 prevent name clashes in C# generated code by Jan Tattermusch · 7 years ago
  98. 40d55f9 Add import prefix to Python generator by Nathaniel Manista · 7 years ago
  99. d627421 Merge pull request #8407 from jronak/fixtag by Yang Gao · 7 years ago
  100. 1a3f4a5 PHP: make tests runnable on both protobuf 3.1 and 3.2 by Stanley Cheung · 8 years ago