1. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  2. 314575f Merge pull request #5657 from leifurhauks/py3_generated_code by Jan Tattermusch · 8 years ago
  3. 798eeda python 2/3 compatible abstract servicers/stubs by Leifur Halldor Asgeirsson · 8 years ago
  4. f7b1d74 Fixing (c)s. by Nicolas "Pixel" Noble · 8 years ago
  5. 1ba1f63 Factorizing code out. by Nicolas "Pixel" Noble · 8 years ago
  6. 53ab4d8 Merge branch 'master' of https://github.com/grpc/grpc into codegen-paths by Nicolas "Pixel" Noble · 8 years ago
  7. e39cb74 Add a dummy reference to prevent unused variable warning if there is no rpc method defined. by yang-g · 8 years ago
  8. 6bd7b97 DONE!!1one by David Garcia Quintas · 8 years ago
  9. 6a48405 pre sync_stream.cc creation. Does not compile by David Garcia Quintas · 8 years ago
  10. ddcb53a made codegen targets in build.yaml by David Garcia Quintas · 8 years ago
  11. 826505c Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces by David Garcia Quintas · 8 years ago
  12. da717f4 update C# generator to the new API by Jan Tattermusch · 8 years ago
  13. a701ed7 Merge branch 'proto_interfaces' into yang-g-sync_async_mix by David Garcia Quintas · 8 years ago
  14. a8b866b Merge branch 'master' of github.com:grpc/grpc into proto_interfaces by David Garcia Quintas · 8 years ago
  15. 3aa5df2 Merge remote-tracking branch 'upstream/master' into sync_async_mix by yang-g · 8 years ago
  16. 2a9244a Copyright date fixes for Python generator files by Nathaniel Manista · 8 years ago
  17. dc8c323 Remove Python alpha code generation by Nathaniel Manista · 9 years ago
  18. 44f3249 Introduced ServerInterface by David Garcia Quintas · 9 years ago
  19. f48766d fix copyright by yang-g · 9 years ago
  20. 0bbc87f Add generic support by yang-g · 9 years ago
  21. e50c6c2 WIP. Added ChannelInterface by David Garcia Quintas · 9 years ago
  22. bef0d87 Support sync/async methods in the same service by yang-g · 9 years ago
  23. 931bdce Letting the user override the code generation a bit. by Nicolas "Pixel" Noble · 9 years ago
  24. 15f383c Exploratory refactoring for mixed sync/async methods on the same C++ service by Craig Tiller · 9 years ago
  25. 7f71570 Some changes required to make C++ code generator plugin work fine for by Vijay Pai · 9 years ago
  26. 2d32771 Removed comment from code generation and updated tests by Nate Kibler · 9 years ago
  27. 6d19724 Adds class factory method to generated ProtoService classes by Nate Kibler · 9 years ago
  28. f65d3c1 Beta API clean-ups by Nathaniel Manista · 9 years ago
  29. cd9ec0e Code generation for Python Beta API by Nathaniel Manista · 9 years ago
  30. c3ee1d5 Do not include internal proto header by yang-g · 9 years ago
  31. 0608a00 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  32. 9fb35a5 split stream.h into sync_stream.h and async_stream.h by yang-g · 9 years ago
  33. 9e2f90c headers reorg by yang-g · 9 years ago
  34. ef00308 remove internal_stub by yang-g · 9 years ago
  35. 431f8c2 make registermethod private by yang-g · 9 years ago
  36. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  37. abd5326 Merge pull request #2935 from jcanizales/add-grpc-prefix by David G. Quintas · 9 years ago
  38. d8fc860 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  39. 205e6c8 dont generate directories in C# protoc plugin by Jan Tattermusch · 9 years ago
  40. 637c365 Let people generate ObjC code from an Arduino by Jorge Canizales · 9 years ago
  41. b015dfb Add ::grpc:: prefix by Jorge Canizales · 9 years ago
  42. 46e85b0 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 by Jan Tattermusch · 9 years ago
  43. f95ddba Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler by Jorge Canizales · 9 years ago
  44. e6af5d1 add service descriptor property to generated code by Jan Tattermusch · 9 years ago
  45. ad75dd1 fix generator by Jan Tattermusch · 9 years ago
  46. 741e64c update compiler by Jan Tattermusch · 9 years ago
  47. 2ba9e5d Merge pull request #2815 from jtattermusch/introduce_call_options by Jan Tattermusch · 9 years ago
  48. e5e57ad update generator by Jan Tattermusch · 9 years ago
  49. 641cb1b update generator by Jan Tattermusch · 9 years ago
  50. a9ddd02 add servicename field to method by Jan Tattermusch · 9 years ago
  51. 5e10f18 introduce CallContext by Jan Tattermusch · 9 years ago
  52. 297a25b Add StubOptions by yang-g · 9 years ago
  53. 5115af5 Make FileNameInUpperCamel aware of directories by Jorge Canizales · 9 years ago
  54. 753b3cb Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  55. c089743 Remove explicit reference to nullptr since this isn't within by Vijay Pai · 9 years ago
  56. dfc42da Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  57. 7452956 added deadline to generated stubs by Jan Tattermusch · 9 years ago
  58. b256faa Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  59. 5269d16 codegen and API changes by Jan Tattermusch · 9 years ago
  60. 9fce455 Fixup codegen now that GRXWriter is a class by Jorge Canizales · 9 years ago
  61. 739c998 Codegen GRXWriter* instead of id<GRXWriter> by Jorge Canizales · 9 years ago
  62. fd953a5 add support for per-call metadata by Jan Tattermusch · 9 years ago
  63. b533281 adjust C# generator to match the new API by Jan Tattermusch · 9 years ago
  64. 181ef45 Addressing outstanding typos and comments Clang-format of changed files by Vijay Pai · 9 years ago
  65. f77ab15 Use rvalue ref return to avoid copy by vjpai · 9 years ago
  66. c7eed74 Remove brace initialization for gcc-4.4 compatibility by vjpai · 9 years ago
  67. 3edd91e Merge pull request #2214 from ctiller/are-includes-sane by Nicolas Noble · 9 years ago
  68. 25a2661 Changed argument names in Objective-C generated code by murgatroid99 · 9 years ago
  69. fe8592e Merge github.com:grpc/grpc into are-includes-sane by Craig Tiller · 9 years ago
  70. f75fc12 Add a test that headers are properly in build.json by Craig Tiller · 9 years ago
  71. a92caa9 Import headers based on path in the generated code by Jorge Canizales · 9 years ago
  72. 2622ddb Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  73. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  74. b14fbf7 Flagging unused parameters as unused. by Nicolas "Pixel" Noble · 9 years ago
  75. ce40de5 clang-format by Craig Tiller · 9 years ago
  76. 50a7a68 Progress commit on fixing up C++ by Craig Tiller · 9 years ago
  77. 81fafa8 Beginning the cleanup by Craig Tiller · 9 years ago
  78. 52592fc Use class names for types as generated by the messages plugin by Jorge Canizales · 9 years ago
  79. 5dcebd9 make sure printers are properly flushed by Jan Tattermusch · 9 years ago
  80. e4b329b Merge pull request #1675 from jtattermusch/csharp_codegen_improvements by Michael Lumish · 9 years ago
  81. 41f9f33 use full name when referencing protobuf messages by Jan Tattermusch · 9 years ago
  82. edc54b5 Merge pull request #1621 from jcanizales/updates-proto-plugin by Michael Lumish · 9 years ago
  83. 1900dfc Generate imports for .proto dependencies, and read prefix from file. by Jorge Canizales · 9 years ago
  84. 1a7918b Generate separate files until either of GeneratorContext::OpenForAppend/Insert work. by Jorge Canizales · 9 years ago
  85. 472f0b0 Fixes generated implementation file and adjusts plugin to proto3 by Jorge Canizales · 9 years ago
  86. 9a065d2 Adjusts generated header to new runtime and surface. by Jorge Canizales · 9 years ago
  87. a468c36 Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-the-stream by Yang Gao · 9 years ago
  88. 9038101 Merge pull request #1494 from ctiller/the-churnening by Yang Gao · 9 years ago
  89. 020ae63 Fix clang compilation by Craig Tiller · 9 years ago
  90. 6979b00 Fix clang compilation by Craig Tiller · 9 years ago
  91. 0b488f7 Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  92. 5f871ac Merge github.com:grpc/grpc into the-churnening by Craig Tiller · 9 years ago
  93. 7a24ecb Merge pull request #1519 from jtattermusch/csharp_protoc_plugin by Michael Lumish · 9 years ago
  94. 2be6095 Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  95. b5897bf moved GetMethodType function to generator_helpers.h by Jan Tattermusch · 9 years ago
  96. cd7e313 add newline to the end of generated files by Jan Tattermusch · 9 years ago
  97. 2d92495 added csharp generator plugin by Jan Tattermusch · 9 years ago
  98. 3676b38 Lose redundant tag on unary calls by Craig Tiller · 9 years ago
  99. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  100. 691ff71 Merge remote-tracking branch 'upstream/master' into mock by Yang Gao · 9 years ago