aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl
Commit message (Expand)AuthorAge
* std::function is no longer implicitly included. Fixing this.Gravatar Nicolas "Pixel" Noble2015-06-24
* Update to set flags=0 on all opsGravatar Craig Tiller2015-06-22
* Remove redundant declsGravatar Craig Tiller2015-06-22
* Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-16
|\
| * Update the Status APIGravatar Yang Gao2015-06-16
* | .clang-formatGravatar Craig Tiller2015-06-05
* | Clarify some of the call stuffGravatar Craig Tiller2015-06-05
* | Merge branch 'one-shouldnt-depend-on-protobufs' of github.com:ctiller/grpc in...Gravatar Craig Tiller2015-06-05
|\ \
* | | Clarify serialization traits interfaceGravatar Craig Tiller2015-06-05
| * | Fix memory leakGravatar Craig Tiller2015-06-05
| * | Fix memory leakGravatar Craig Tiller2015-06-05
|/ /
* | Reset on finalization so op objects can be reusedGravatar Craig Tiller2015-06-05
* | Fix GCC compilationGravatar Craig Tiller2015-06-05
* | Hide some unnecessary informationGravatar Craig Tiller2015-06-05
* | Clarify ownershipGravatar Craig Tiller2015-06-05
* | Remove old code, simplify a littleGravatar Craig Tiller2015-06-05
* | Add necessary includeGravatar 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
|/
* Various minor fixesGravatar Yang Gao2015-06-01
* Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-t...Gravatar Yang Gao2015-05-12
|\
* | Lose redundant tag on unary callsGravatar Craig Tiller2015-05-06
| * Completion queue binding for new requests API changeGravatar Craig Tiller2015-05-06
|/
* Expose max message size at the server sideGravatar Yang Gao2015-04-30
* Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all t...Gravatar Yang Gao2015-04-24
* clang-formatGravatar Craig Tiller2015-04-16
* Populate channel tags for methodsGravatar Craig Tiller2015-04-16
* Make RpcMethod constructor take all argsGravatar Craig Tiller2015-04-16
* Addressing concerns.Gravatar Nicolas "Pixel" Noble2015-04-07
* Rewriting mutex, condition_variable, and thread.Gravatar Nicolas "Pixel" Noble2015-04-04
* resolve commentGravatar Yang Gao2015-04-02
* Bug fix. User can destroy status after calling Finish and we should keep a co...Gravatar Yang Gao2015-04-02
* clang-format c++ codeGravatar Yang Gao2015-03-17
* Service side should be done, it builds and existing tests passGravatar Yang Gao2015-03-06
* Remove include google/protobuf/message.h as it should be covered in config.hGravatar Yang Gao2015-03-04
* formattingGravatar Yang Gao2015-03-03
* Global replace google::protobuf::Message with grpc::protobuf::Message, all te...Gravatar Yang Gao2015-03-03
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
* Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
* Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
|\
| * Merge pull request #588 from yang-g/c++apiGravatar Craig Tiller2015-02-18
| |\
| | * Async client api change. Add a ClientAsyncResponseReader. Make the api simila...Gravatar Yang Gao2015-02-18
* | | Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
|\| |
| * | Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* | | Initial sketchGravatar Craig Tiller2015-02-18
| |/ |/|
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
| * Fix copyright noticeGravatar Craig Tiller2015-02-18
|/
* Add metadata test with rpc. Adding/fixing things to make it workGravatar Yang Gao2015-02-18