467 Commits (5f45ff384f0751bb116fc2fac942b226e876ef2a)

Author SHA1 Message Date
thinkerou 9f00073f3c fix markdown render error 8 years ago
Nathaniel Manista 2f390dbb02 Drop unnecessary imports from _pb2_grpc.py files 8 years ago
Eric Pinzur e718647ed0 fix the namespacing for php docs on clients 8 years ago
Craig Tiller 5845091432 [EXPERIMENTAL] allocate unary response writer against call arena 8 years ago
Jan Tattermusch 482e2d2010 prevent name clashes in C# generated code 8 years ago
Nathaniel Manista 40d55f9dac Add import prefix to Python generator 8 years ago
Stanley Cheung 1a3f4a55c2 PHP: make tests runnable on both protobuf 3.1 and 3.2 8 years ago
yang-g 20115614e1 Stop generating method name array when there is no method. 8 years ago
Masood Malekghassemi 0d62d7e8d7 Add `auto-gen`d comment to `_pb2_grpc.py` files 8 years ago
Bryan Blanchard c549a3e37b don't print multiple imports to protobuf modules 8 years ago
Jan Tattermusch 00f66361b7 Generate param comments in C# proto plugin 8 years ago
Jan Tattermusch 726f40f046 remove leading space in C# comments 8 years ago
Jan Tattermusch 727f887cc2 remove leading space in C# comments 8 years ago
Masood Malekghassemi 53360f2d1c Backport Python features to 1.0.x 8 years ago
Masood Malekghassemi 561dce4525 Switch to command-arg for Python split-codegen 8 years ago
Jan Tattermusch 09ba2d6f4a fix formatting 8 years ago
Alexander Polcyn 333658177d generate server base class as partial too 8 years ago
Alexander Polcyn 660e4b082c generate partial c# client stubs as partial classes 8 years ago
Vijay Pai 713c7b87e1 clang-format 8 years ago
Vijay Pai c0b2acb1a0 Use C++11 final and override 8 years ago
Masood Malekghassemi 7780cc018a Clang-format python_generator.cc 8 years ago
Masood Malekghassemi 4a051ccca6 Clean-up types in Python generator 8 years ago
Masood Malekghassemi d953959e2b Enable split code generation 8 years ago
murgatroid99 45096614fe Fix incorrect ruby_generator.cc merge 8 years ago
Alexander Polcyn 79a1375f2a fix type comparison in ruby plugin 8 years ago
Alexander Polcyn 2d056708fb convert uint to int in generator 8 years ago
Ronak Jain 78b6cdd660 replaced protobuf tag 8 years ago
Vijay Pai 96e03110db clang-format 8 years ago
Vijay Pai 61536a7371 Making split streaming testable 8 years ago
Jan Tattermusch 5b2e172e57 Create README.md 8 years ago
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