Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | DONE!!1one | David Garcia Quintas | 2016-01-27 |
| | |||
* | After GrpcLibrary refactoring. Compiles and passes. WIP still | David Garcia Quintas | 2016-01-27 |
| | |||
* | updated copyrights | David Garcia Quintas | 2016-01-20 |
| | |||
* | WIP. Added ChannelInterface | David Garcia Quintas | 2016-01-13 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
| | |||
* | 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 |
| | | |||
* | | Clarify serialization traits interface | Craig Tiller | 2015-06-05 |
| | | |||
* | | clang-format | Craig Tiller | 2015-06-05 |
| | | |||
* | | Client side compiles/links | Craig Tiller | 2015-06-04 |
| | | |||
* | | Progress commit on fixing up C++ | Craig Tiller | 2015-06-04 |
| | | |||
* | | Beginning the cleanup | Craig Tiller | 2015-06-04 |
|/ | |||
* | clang-format c++ code | Yang Gao | 2015-03-17 |
| | |||
* | formatting | Yang Gao | 2015-03-03 |
| | |||
* | Global replace google::protobuf::Message with grpc::protobuf::Message, all ↵ | Yang Gao | 2015-03-03 |
| | | | | tests passed | ||
* | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | |||
* | Merge pull request #588 from yang-g/c++api | Craig Tiller | 2015-02-18 |
|\ | | | | | Async client api change. Add a ClientAsyncResponseReader. | ||
| * | Async client api change. Add a ClientAsyncResponseReader. Make the api ↵ | Yang Gao | 2015-02-18 |
| | | | | | | | | similar to streaming and symmetric to server side. | ||
* | | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | | |||
* | | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | | |||
* | | Fix copyright notice | Craig Tiller | 2015-02-18 |
|/ | |||
* | clang-format | Craig Tiller | 2015-02-17 |
| | |||
* | Stub out unary call wrapper | Craig Tiller | 2015-02-09 |