Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update clang-format to 5.0 | 2017-11-03 | |
| | |||
* | Adopt the static factory pattern (#10) | 2017-10-27 | |
| | | | | | | | | | | | | | | * Switch sync streams from "struct internal" to static factory in namespace internal * Reduce diff size * fix friends * Use static factory pattern for async unary calls * Use static factories for async streams * clang-format | ||
* | Separate public and internal C++ interfaces | 2017-10-26 | |
| | |||
* | Add unary call mode to GenericStub to allow generic RPC with 1 CQ trip | 2017-09-21 | |
| | |||
* | Construction of streams shouldn't require triggering async ops | 2017-09-14 | |
| | |||
* | Revert "Separate internal-only and public parts of C++ API" | 2017-07-25 | |
| | |||
* | Internalize structs and methods meant for being exposed through codegen | 2017-07-10 | |
| | | | | or that interface with core and are only for internal use | ||
* | auto-fix most of licenses | 2017-06-08 | |
| | |||
* | Convert all async client stream types to not allocate | 2017-04-05 | |
| | |||
* | headers reorg | 2015-08-21 | |
| | |||
* | Fix server side and generic stub | 2015-08-20 | |
| | |||
* | clang-format | 2015-04-16 | |
| | |||
* | Populate channel tags for methods | 2015-04-16 | |
| | |||
* | Make RpcMethod constructor take all args | 2015-04-16 | |
| | |||
* | Implementation of generic stub | 2015-03-19 | |