aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client
Commit message (Expand)AuthorAge
* 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
|/
* Resolved merge conflicts with masterGravatar murgatroid992015-01-21
|\
| * clang-formatGravatar Craig Tiller2015-01-20
| * Merge branch 'new_invoke_api' of github.com:google/grpc into update-apiGravatar Craig Tiller2015-01-20
| |\
* | | Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
|/ /
* | Use clang-format-3.5Gravatar Craig Tiller2015-01-18
| * clang-formatGravatar Craig Tiller2015-01-14
| * Starting to fix C++Gravatar Craig Tiller2015-01-13
|/
* clang-format codebaseGravatar Craig Tiller2015-01-13
* Fixing opensource build.Gravatar nnoble2015-01-12
* Moving the google-internal security code in their own files.Gravatar jboeuf2015-01-12
* Add impl subdirectory under public and move headers that need to be installedGravatar yangg2015-01-12
* Add ServiceAccount Credentials wrapping and handle credentials creationGravatar yangg2015-01-12
* Fix hostname for streaming.Gravatar yangg2015-01-08
* fix MOE compliling error.Gravatar chenw2014-12-29
* Use overriden host name when creating a call.Gravatar yangg2014-12-29
* Client side implementation of creating channel with credentials.Gravatar yangg2014-12-29
* Set host to channel's target when creating a call.Gravatar yangg2014-12-19
* Trailing metadata support.Gravatar ctiller2014-12-16
* Make the default deadline gpr_inf_future to avoid mismatch betweenGravatar yangg2014-12-12
* Updating moe_db.txt with the latest equivalence since the ruby import changed...Gravatar nnoble2014-12-05
* Initial import.Gravatar Nicolas Noble2014-11-26