aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/async_unary_call.h
Commit message (Collapse)AuthorAge
* Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-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 APIGravatar Yang Gao2015-06-16
| |
* | Clarify serialization traits interfaceGravatar Craig Tiller2015-06-05
| |
* | clang-formatGravatar Craig Tiller2015-06-05
| |
* | Client side compiles/linksGravatar Craig Tiller2015-06-04
| |
* | Progress commit on fixing up C++Gravatar Craig Tiller2015-06-04
| |
* | Beginning the cleanupGravatar Craig Tiller2015-06-04
|/
* Merge github.com:grpc/grpc into the-churneningGravatar Craig Tiller2015-05-08
|\
* | Lose redundant tag on unary callsGravatar Craig Tiller2015-05-06
| |
| * add client side streaming interfacesGravatar Yang Gao2015-05-04
|/
* clang-format c++ codeGravatar Yang Gao2015-03-17
|
* Add missing GRPC_OVERRIDE, NFCGravatar Chilledheart2015-03-10
| | | | | Testing asan configuration with the latest clang compiler fails due to the warning `-Winconsistent-missing-override`. This patch fixes it.
* formattingGravatar Yang Gao2015-03-03
|
* Global replace google::protobuf::Message with grpc::protobuf::Message, all ↵Gravatar Yang Gao2015-03-03
| | | | tests passed
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
|
* Merge with async unary changesGravatar Craig Tiller2015-02-18
|
* 2015Gravatar Yang Gao2015-02-18
|
* Async client api change. Add a ClientAsyncResponseReader. Make the api ↵Gravatar Yang Gao2015-02-18
similar to streaming and symmetric to server side.