436 Commits (84d78acfa41a1263ba75b46dd4e857e02ea2cb96)

Author SHA1 Message Date
Jan Tattermusch 05cccba2f1 add comment for NewInstance override 8 years ago
Alexander Polcyn 5ba82e5d92 remove unused function and switch std::string to grpc::string 8 years ago
Alexander Polcyn c429d7830f change ruby proto plugin to copy package name conversion from protoc 8 years ago
Alexander Polcyn d69c0d34da convert snake case protos package names to camel case in ruby modules 8 years ago
Vijay Pai db5b1cbc94 Add all plumbing and typedef's for controlled server-side streaming 8 years ago
Stanley Cheung 53d219c962 PHP Proto3: gRPC PHP Plugin code generator 8 years ago
Nicolas "Pixel" Noble beeeddd571 Format. 8 years ago
siddharthshukla 72b872d4ff Add docstrings to generated beta elements 8 years ago
Vijay Pai 5e6edbbb69 Put a space after '<' to avoid chance of digraph 8 years ago
yang-g aea106ec7d Add a header to override grpc::string when needed 8 years ago
Vijay Pai d4d5f4cd53 clang-format 8 years ago
Vijay Pai a9c0d7f88b 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 8 years ago
Vijay Pai cdc253535b Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING 8 years ago
murgatroid99 ac7408de70 Clang format code 8 years ago
murgatroid99 a842413ea2 Make Node code generator work properly with nested types 8 years ago
murgatroid99 ff4f004b5e Clang format code 8 years ago
Vijay Pai 5d94118d0d clang-format 8 years ago
Vijay Pai ff91dea149 Be able to specify FCUnaryService just like AsyncService so that all 8 years ago
Vijay Pai 581097fe0d Make FCUnary and ServerReaderWriter derived classes of a new 8 years ago
Ken Payson 5a2c91806f Updated ruby protos to use new _pb filename 8 years ago
Masood Malekghassemi ac59245624 Clang-format all the things 9 years ago
Makarand Dharmapurikar 77f8da22ee added a comment just to retrigger tests 9 years ago
Makarand Dharmapurikar 86202529a8 fixed minor indent and resubmit 9 years ago
Makarand Dharmapurikar 46cc9eebb1 addressed feedback 9 years ago
Makarand Dharmapurikar 2b220f8be7 fixes #7219 9 years ago
murgatroid99 c4326ef25a Make Node code generator work properly with nested types 9 years ago
Masood Malekghassemi 8a15dd2fae Use open-source defaults to propagate Python plugin configuration 9 years ago
Masood Malekghassemi 71448b2898 Use open-source defaults to propagate Python plugin configuration 9 years ago
vjpai c0c38b1f19 Make the FCUnary class actually work and test it 9 years ago
vjpai 34edfc3ad7 Switch name to fc_unary 9 years ago
vjpai 7142a91fc9 Fix up service types and method handlers so that FC unary can work properly. 9 years ago
Jan Tattermusch bfcd6b627e generate comments for C# client constructors 9 years ago
vjpai ba6597f297 Actually generate code for FC Unary and make it work 9 years ago
Jan Tattermusch edfebc909a dont generate NewClient method for C# services 9 years ago
vjpai 726561ed06 Initial definition of flow-controlled unary type along with code generation for this type 9 years ago
murgatroid99 20e5d9eb0a Update Node plugin to handle well known type changes 9 years ago
Nathaniel Manista 4547940d06 Python GA code generation 9 years ago
Vijay Pai ce350a5925 override->GRPC_OVERRIDE 9 years ago
Makarand Dharmapurikar 857495ae44 fix for #6834 9 years ago
Makarand Dharmapurikar cb79b29ac5 fix for issue 6344. added printing of .proto file comments in generated code. 9 years ago
Makarand Dharmapurikar 4f11ab1ffd addressed feedback. 9 years ago
Makarand Dharmapurikar 6f9501098e fix for issue 5548. Deprecated old classes and created subclasses. 9 years ago
Jan Tattermusch fcc8d971ff get rid of deprecated server and client interface 9 years ago
Jan Tattermusch 562cd05bc9 update C# codegen and regenerate 9 years ago
yang-g 17487f9a22 Make grpc++ independent of protobuf 9 years ago
Yuchen Zeng 3623dc5cdd Move protobuf dependencies to config_protobuf.h 9 years ago
murgatroid99 b39ad701ea Added comments to ruby code generation 9 years ago
murgatroid99 210f3c4b8e Added comments to node generation, also refactored some plugin code 9 years ago
Ken Payson be187b08c6 Format changes to python protoc generation 9 years ago
Kirill Katsnelson 0ddf46f10e Fully qualify System.Threading.Tasks.Task 9 years ago