Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed comment from code generation and updated tests | Nate Kibler | 2015-09-25 |
| | |||
* | Adds class factory method to generated ProtoService classes | Nate Kibler | 2015-09-25 |
| | |||
* | Beta API clean-ups | Nathaniel Manista | 2015-09-05 |
| | | | | | | | | | | | | | | | | (1) Renamed the "beta" module "implementations" because it hasn't been monolithic since "interfaces" was factored out of it a few changes back. (2) Moved ChannelConnectivity from grpc.beta.beta to grpc.beta.interfaces since it is constants that don't depend on the beta implementation. (3) Moved the Server interface definition from grpc.beta.beta to grpc.beta.interfaces since it is an interface. (4) Dropped the "create_" prefix from "create_<...>_channel" functions to better match the other creation functions throughout the codebase. | ||
* | Code generation for Python Beta API | Nathaniel Manista | 2015-08-31 |
| | |||
* | Do not include internal proto header | yang-g | 2015-08-28 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 | Jan Tattermusch | 2015-08-26 |
|\ | | | | | | | | | Conflicts: src/csharp/Grpc.IntegrationTesting/InteropClient.cs | ||
| * | split stream.h into sync_stream.h and async_stream.h | yang-g | 2015-08-21 |
| | | |||
| * | headers reorg | yang-g | 2015-08-21 |
| | | |||
| * | remove internal_stub | yang-g | 2015-08-20 |
| | | |||
| * | make registermethod private | yang-g | 2015-08-20 |
| | | |||
| * | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
| | | |||
| * | Merge pull request #2935 from jcanizales/add-grpc-prefix | David G. Quintas | 2015-08-14 |
| |\ | | | | | | | Add ::grpc:: prefix | ||
* | | | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 | Jan Tattermusch | 2015-08-14 |
|\| | | |||
| * | | dont generate directories in C# protoc plugin | Jan Tattermusch | 2015-08-14 |
| | | | |||
| | * | Let people generate ObjC code from an Arduino | Jorge Canizales | 2015-08-13 |
| | | | |||
| | * | Add ::grpc:: prefix | Jorge Canizales | 2015-08-13 |
| |/ | |||
* | | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 | Jan Tattermusch | 2015-08-13 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Examples.Tests/MathClientServerTests.cs src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj src/csharp/Grpc.IntegrationTesting/InteropClient.cs src/csharp/Grpc.IntegrationTesting/packages.config src/csharp/build_packages.bat | ||
| * | Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandler | Jorge Canizales | 2015-08-12 |
| | | |||
* | | add service descriptor property to generated code | Jan Tattermusch | 2015-08-08 |
| | | |||
* | | fix generator | Jan Tattermusch | 2015-08-08 |
| | | |||
* | | update compiler | Jan Tattermusch | 2015-08-08 |
|/ | |||
* | Merge pull request #2815 from jtattermusch/introduce_call_options | Jan Tattermusch | 2015-08-06 |
|\ | | | | | Introduce client-side CallOptions | ||
| * | update generator | Jan Tattermusch | 2015-08-05 |
| | | |||
| * | update generator | Jan Tattermusch | 2015-08-05 |
| | | |||
| * | add servicename field to method | Jan Tattermusch | 2015-08-05 |
| | | |||
| * | introduce CallContext | Jan Tattermusch | 2015-08-05 |
| | | |||
* | | Add StubOptions | yang-g | 2015-08-03 |
|/ | |||
* | Make FileNameInUpperCamel aware of directories | Jorge Canizales | 2015-08-02 |
| | |||
* | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-28 |
|\ | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| * | Remove explicit reference to nullptr since this isn't within | Vijay Pai | 2015-07-27 |
| | | | | | | | | | | grpc namespace and not supported by older compilers. Not sure why I didn't catch this earlier. | ||
* | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-26 |
|\| | | | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other Conflicts: src/core/iomgr/tcp_server_windows.c | ||
| * | added deadline to generated stubs | Jan Tattermusch | 2015-07-23 |
| | | |||
* | | Merge github.com:grpc/grpc into ↵ | Craig Tiller | 2015-07-23 |
|\| | | | | | | | sometimes-its-good-just-to-check-in-with-each-other | ||
| * | codegen and API changes | Jan Tattermusch | 2015-07-21 |
|/ | |||
* | Fixup codegen now that GRXWriter is a class | Jorge Canizales | 2015-07-18 |
| | |||
* | Codegen GRXWriter* instead of id<GRXWriter> | Jorge Canizales | 2015-07-17 |
| | |||
* | add support for per-call metadata | Jan Tattermusch | 2015-07-15 |
| | |||
* | adjust C# generator to match the new API | Jan Tattermusch | 2015-07-15 |
| | |||
* | Addressing outstanding typos and comments | Vijay Pai | 2015-07-14 |
| | | | | Clang-format of changed files | ||
* | Use rvalue ref return to avoid copy | vjpai | 2015-07-14 |
| | |||
* | Remove brace initialization for gcc-4.4 compatibility | vjpai | 2015-07-14 |
| | |||
* | Merge pull request #2214 from ctiller/are-includes-sane | Nicolas Noble | 2015-06-25 |
|\ | | | | | Add a test that headers are properly in build.json | ||
* | | Changed argument names in Objective-C generated code | murgatroid99 | 2015-06-25 |
| | | |||
| * | Merge github.com:grpc/grpc into are-includes-sane | Craig Tiller | 2015-06-25 |
| |\ | |/ |/| | | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal | ||
| * | Add a test that headers are properly in build.json | Craig Tiller | 2015-06-25 |
| | | | | | | | | Clean up anything that failed | ||
* | | Import headers based on path in the generated code | Jorge Canizales | 2015-06-23 |
|/ | | | | Part of fixing https://github.com/grpc/grpc/issues/2192 | ||
* | Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs | Craig Tiller | 2015-06-16 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc | ||
| * | Update the Status API | Yang Gao | 2015-06-16 |
| | | |||
| * | Flagging unused parameters as unused. | Nicolas "Pixel" Noble | 2015-06-10 |
| | | |||
* | | clang-format | Craig Tiller | 2015-06-05 |
| | |