Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'upstream/master' into fc_1dstream | 2016-10-18 | |
|\ | |||
* | | clang-format | 2016-10-13 | |
| | | |||
* | | Making split streaming testable | 2016-10-13 | |
| | | |||
| * | Merge pull request #8297 from jtattermusch/add_newinstance_comment | 2016-10-13 | |
| |\ | | | | | | | Add comment to NewInstance override in the generated code | ||
* | | | Merge branch 'master' into fc_1dstream | 2016-10-13 | |
|\| | | |||
| * | | Merge pull request #8354 from grpc/v1.0.x | 2016-10-12 | |
| |\ \ | | | | | | | | | Upmerge doc changes from v1.0.x | ||
| | * | | Create README.md | 2016-10-12 | |
| | | | | |||
| | | * | add comment for NewInstance override | 2016-10-12 | |
| | |/ | |/| | |||
* | | | Add all plumbing and typedef's for controlled server-side streaming | 2016-10-03 | |
| | | | |||
| * | | PHP Proto3: gRPC PHP Plugin code generator | 2016-09-29 | |
| | | | |||
| * | | Format. | 2016-09-29 | |
| | | | |||
| * | | Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under | 2016-09-29 | |
|/| | | |/ | |||
* | | Merge pull request #7930 from yang-g/header2 | 2016-09-26 | |
|\ \ | | | | | | | Add a header to override grpc::string when needed | ||
| | * | Add docstrings to generated beta elements | 2016-09-22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add docstrings mentioning that the Beta API is deprecated post 0.14.x in - PrintBetaServicer - PrintBetaStub - PrintBetaServerFactory - PrintBetaStubFactory | ||
* | | | Put a space after '<' to avoid chance of digraph | 2016-08-30 | |
| | | | |||
| * | | Add a header to override grpc::string when needed | 2016-08-30 | |
| | | | |||
* | | | Merge branch 'master' into fc_unary | 2016-08-30 | |
|\| | | | | | | | | | | | | | | Resolve conflicts in ServerReaderWriterInterface Remove file server_streamed_unary.h and merge with sync_stream.h | ||
* | | | clang-format | 2016-08-29 | |
| | | | |||
* | | | Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated ↵ | 2016-08-29 | |
| | | | | | | | | | | | | | | | | | | 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 violating the appearance of unary-ness) | ||
* | | | Remove FC_UNARY enum and treat it more like a special case of BIDI_STREAMING | 2016-08-25 | |
| | | | | | | | | | | | | in all cases | ||
* | | | Merge branch 'master' into fc_unary | 2016-08-25 | |
|\| | | |||
| | * | Clang format code | 2016-08-12 | |
| | | | |||
| | * | Make Node code generator work properly with nested types | 2016-08-12 | |
| | | | |||
| * | | Clang format code | 2016-08-12 | |
| | | | |||
* | | | clang-format | 2016-08-04 | |
| | | | |||
* | | | Be able to specify FCUnaryService just like AsyncService so that all | 2016-08-04 | |
| | | | | | | | | | | | | relevant methods get treated this way. | ||
* | | | Make FCUnary and ServerReaderWriter derived classes of a new | 2016-08-04 | |
| | | | | | | | | | | | | | | | ServerReaderWriterInterface so that some functions can be made to accept either. | ||
* | | | Merge branch 'master' into fc_unary | 2016-08-04 | |
|\ \ \ | |||
| | * \ | Merge branch 'master' into node_generator_nested_messages | 2016-08-02 | |
| | |\ \ | | |/ / | |/| | | |||
| * | | | Merge branch 'v1.0.x' into manual-upmerge | 2016-07-29 | |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | Conflicts: src/ruby/pb/test/client.rb src/ruby/pb/test/server.rb tools/dockerfile/test/php7_jessie_x64/Dockerfile | ||
| | * | | Updated ruby protos to use new _pb filename | 2016-07-26 | |
| | | | | |||
* | | | | Merge branch 'master' into fc_unary | 2016-07-21 | |
|\| | | | |||
| * | | | Clang-format all the things | 2016-07-12 | |
| |/ / | |||
| * | | added a comment just to retrigger tests | 2016-07-08 | |
| | | | |||
| * | | fixed minor indent and resubmit | 2016-07-08 | |
| | | | |||
| * | | addressed feedback | 2016-07-08 | |
| | | | | | | | | | | | | using 'using'. Removed unnecessary grpc::string. fixed indentation. | ||
| * | | fixes #7219 | 2016-07-08 | |
| | | | | | | | | | | | | | | | | | | | | | Modified objc plugin to add two types of import statements for well known protos. Deleted unnecessary empty.proto as we'll be using wellknown empty.proto Modified test to use the well known empty.proto. | ||
| | * | Make Node code generator work properly with nested types | 2016-07-01 | |
| |/ | |||
| * | Use open-source defaults to propagate Python plugin configuration | 2016-06-29 | |
| | | |||
* | | Make the FCUnary class actually work and test it | 2016-06-23 | |
| | | |||
* | | Switch name to fc_unary | 2016-06-23 | |
| | | |||
* | | Fix up service types and method handlers so that FC unary can work properly. | 2016-06-23 | |
| | | |||
| * | generate comments for C# client constructors | 2016-06-22 | |
| | | |||
* | | Actually generate code for FC Unary and make it work | 2016-06-22 | |
| | | |||
| * | dont generate NewClient method for C# services | 2016-06-22 | |
| | | |||
* | | Initial definition of flow-controlled unary type along with code generation ↵ | 2016-06-22 | |
|/ | | | | for this type | ||
* | Merge pull request #6912 from murgatroid99/grpc_tools_well_known_types2 | 2016-06-20 | |
|\ | | | | | Add well known protos to Node and Ruby tools packages | ||
| * | Update Node plugin to handle well known type changes | 2016-06-17 | |
| | | |||
* | | Merge branch 'master' into wheezy | 2016-06-15 | |
|\| | |||
| * | Merge pull request #6874 from nathanielmanistaatgoogle/ga | 2016-06-14 | |
| |\ | | | | | | | Python GA code generation |