aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client
Commit message (Expand)AuthorAge
* Use ssl name override if it's in the channel argumentGravatar Yang Gao2015-03-10
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-04
|\
| * Remove include google/protobuf/message.h as it should be covered in config.hGravatar Yang Gao2015-03-04
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
|\|
| * Global replace google::protobuf::Message with grpc::protobuf::Message, all te...Gravatar Yang Gao2015-03-03
| * Propagate grpc_google_default_credentials_create errorsGravatar Raul Silvera2015-03-02
* | De-C++11-ificationGravatar Craig Tiller2015-03-02
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\|
| * Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| * Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| * Merge github.com:google/grpc into deprecate-c++Gravatar Craig Tiller2015-02-23
| |\
* | \ Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-23
|\ \ \ | | |/ | |/|
| | * s/CreateChannel/CreateChannelDeprecatedGravatar Craig Tiller2015-02-23
| * | Addressing iniitial feedback.Gravatar Julien Boeuf2015-02-23
| |/
* | Remove dynamic_castGravatar Craig Tiller2015-02-23
* | Update C++ server with new core APIGravatar Craig Tiller2015-02-23
* | Credentials prototypingGravatar Craig Tiller2015-02-23
|/
* 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
|/
* Add metadata test with rpc. Adding/fixing things to make it workGravatar Yang Gao2015-02-18
* formattingGravatar Yang Gao2015-02-17
* should use c_strGravatar Yang Gao2015-02-17
* Merge branch 'c++api' of github.com:ctiller/grpc into c++apiGravatar Yang Gao2015-02-17
|\
* | Add setter to override authority header on ClientContextGravatar Yang Gao2015-02-17
| * Fix ASSERT conditionGravatar Craig Tiller2015-02-17
|/
* clang-formatGravatar Craig Tiller2015-02-17
* Add missing APIs and a first metadata test, and test passesGravatar Yang Gao2015-02-13
* change AddRecvMessage signatureGravatar Yang Gao2015-02-12
* implement async unary callGravatar Yang Gao2015-02-12
* fix sync unary call with metadata piecesGravatar Yang Gao2015-02-12
* make codegen generate async client callsGravatar Yang Gao2015-02-12
* Some streaming progressGravatar Craig Tiller2015-02-11
* Make sure we get a close before stopping the serverGravatar Craig Tiller2015-02-11
* Add trailing metadata to client context and use it.Gravatar Yang Gao2015-02-11
* Make it compileGravatar Yang Gao2015-02-11
* Initial metadata fixGravatar Craig Tiller2015-02-11
* Move call.h -> impl/call.hGravatar Craig Tiller2015-02-10
* Stub out unary call wrapperGravatar Craig Tiller2015-02-09
* Refine completion queueGravatar Craig Tiller2015-02-09
* Remove more unnecessary filesGravatar Craig Tiller2015-02-09
* Further progressGravatar Craig Tiller2015-02-09
* Starting to scratch out the APIGravatar Craig Tiller2015-02-09
* Merge branch 'async-api-prep' of github.com:ctiller/grpc into async-apiGravatar Craig Tiller2015-02-02
|\
| * Prepare for the new batch call API.Gravatar Craig Tiller2015-02-02
* | First compiling version of the new C api.Gravatar Craig Tiller2015-01-27
|/