Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a dummy reference to prevent unused variable warning if there is no rpc ↵ | yang-g | 2016-02-10 |
| | | | | method defined. | ||
* | DONE!!1one | David Garcia Quintas | 2016-01-27 |
| | |||
* | pre sync_stream.cc creation. Does not compile | David Garcia Quintas | 2016-01-25 |
| | |||
* | made codegen targets in build.yaml | David Garcia Quintas | 2016-01-21 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces | David Garcia Quintas | 2016-01-21 |
|\ | |||
| * | update C# generator to the new API | Jan Tattermusch | 2016-01-20 |
| | | |||
* | | Merge branch 'proto_interfaces' into yang-g-sync_async_mix | David Garcia Quintas | 2016-01-19 |
|\ \ | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into proto_interfaces | David Garcia Quintas | 2016-01-19 |
| |\| | |||
* | | | Merge remote-tracking branch 'upstream/master' into sync_async_mix | yang-g | 2016-01-19 |
|\ \ \ | | |/ | |/| | |||
| * | | Copyright date fixes for Python generator files | Nathaniel Manista | 2016-01-19 |
| | | | | | | | | | | | | These changes should have been included in dc8c32393918dc817f98e8844a. | ||
| * | | Remove Python alpha code generation | Nathaniel Manista | 2016-01-16 |
| | | | |||
| | * | Introduced ServerInterface | David Garcia Quintas | 2016-01-15 |
| | | | |||
* | | | fix copyright | yang-g | 2016-01-15 |
| | | | |||
* | | | Add generic support | yang-g | 2016-01-15 |
| | | | |||
| | * | WIP. Added ChannelInterface | David Garcia Quintas | 2016-01-13 |
| |/ | |||
* | | Support sync/async methods in the same service | yang-g | 2016-01-13 |
| | | |||
* | | Exploratory refactoring for mixed sync/async methods on the same C++ service | Craig Tiller | 2016-01-07 |
|/ | |||
* | Some changes required to make C++ code generator plugin work fine for | Vijay Pai | 2015-10-12 |
| | | | | external code compiled under gcc-4.4 : eliminate use of nullptr, primarily. | ||
* | 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 |
| | |