aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/client_context.h
Commit message (Expand)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into core_creds_api_changeGravatar Julien Boeuf2015-11-17
|\
| * Handle cancel before start caseGravatar yang-g2015-11-17
* | Successfully compile C++ libary (not tests yet).Gravatar Julien Boeuf2015-10-12
|/
* Replicate C++ docs from master to beta branchGravatar Craig Tiller2015-09-03
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
* implGravatar yang-g2015-08-25
* api change to string_refGravatar yang-g2015-08-25
* headers reorgGravatar yang-g2015-08-21
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
* clang-format all sourceGravatar Craig Tiller2015-08-18
* Merge branch 'master' of github.com:grpc/grpc into compression-interopGravatar David Garcia Quintas2015-08-13
|\
| * client code clean upGravatar yang-g2015-08-11
* | Merge branch 'compression-accept-encoding' into compression-interopGravatar David Garcia Quintas2015-08-09
|\|
| * Add tests for C++ propagationGravatar Craig Tiller2015-08-05
| * C++ context propagationGravatar Craig Tiller2015-08-05
| * merge with head and resolve conflictsGravatar yang-g2015-07-31
| |\
| | * make accessors from get_x() to x()Gravatar yang-g2015-07-29
| * | add warning commentsGravatar yang-g2015-07-28
| * | client apiGravatar yang-g2015-07-28
| |/
* / wipGravatar David Garcia Quintas2015-07-21
|/
* Remove experimental prefixGravatar Craig Tiller2015-07-19
* Removed compression levels from clients and _experimental_'d signature of met...Gravatar David Garcia Quintas2015-07-17
* Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-15
|\
* \ Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-08
|\ \
| | * merge head and resolve conflictGravatar yang-g2015-07-07
| | |\ | | |/ | |/|
| | * resolve commentsGravatar yang-g2015-07-07
| | * merge with upstream and resolve conflictsGravatar yang-g2015-07-06
| | |\
| | * | compilesGravatar yang-g2015-07-06
| * | | review changesGravatar Alistair Veitch2015-07-01
* | | | WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of c...Gravatar David Garcia Quintas2015-06-30
| |_|/ |/| |
| * | add client side census contextGravatar Alistair Veitch2015-06-29
|/ /
* | 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
* | Client side compiles/linksGravatar Craig Tiller2015-06-04
* | Progress commit on fixing up C++Gravatar Craig Tiller2015-06-04
|/
* support per call credentials in c++Gravatar Yang Gao2015-05-14
* Fix early shutdown: await client context deletion before channel deletionGravatar Craig Tiller2015-04-27
* Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
* clang-format c++ codeGravatar Yang Gao2015-03-17
* 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 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 pull request #579 from yang-g/c++apiGravatar Craig Tiller2015-02-18
|\|
| * change metadata getters to return const&Gravatar Yang Gao2015-02-18
* | Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* | Update copyright to 2015Gravatar Craig Tiller2015-02-18
|/
* Add metadata test with rpc. Adding/fixing things to make it workGravatar Yang Gao2015-02-18
* Add setter to override authority header on ClientContextGravatar Yang Gao2015-02-17