Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
|/ | |||
* | Merge github.com:grpc/grpc into the-churnening | Craig Tiller | 2015-05-08 |
|\ | |||
* | | Lose redundant tag on unary calls | Craig Tiller | 2015-05-06 |
| | | |||
| * | add client side streaming interfaces | Yang Gao | 2015-05-04 |
|/ | |||
* | clang-format c++ code | Yang Gao | 2015-03-17 |
| | |||
* | Add missing GRPC_OVERRIDE, NFC | Chilledheart | 2015-03-10 |
| | | | | | Testing asan configuration with the latest clang compiler fails due to the warning `-Winconsistent-missing-override`. This patch fixes it. | ||
* | 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 |
| | |||
* | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 |
| | |||
* | Merge with async unary changes | Craig Tiller | 2015-02-18 |
| | |||
* | 2015 | Yang Gao | 2015-02-18 |
| | |||
* | Async client api change. Add a ClientAsyncResponseReader. Make the api ↵ | Yang Gao | 2015-02-18 |
similar to streaming and symmetric to server side. |