aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client/channel.cc
Commit message (Expand)AuthorAge
* Merge github.com:grpc/grpc into hosts-need-names-tooGravatar Craig Tiller2015-07-08
|\
* | Support registering services against specific hostsGravatar Craig Tiller2015-07-07
| * add client side census contextGravatar Alistair Veitch2015-06-29
|/
* Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
* Progress commit on fixing up C++Gravatar Craig Tiller2015-06-04
* Merge comments. See below.Gravatar David Garcia Quintas2015-04-29
* Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
* Fix early shutdown: await client context deletion before channel deletionGravatar Craig Tiller2015-04-27
* Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
|\
| * clang-formatGravatar Craig Tiller2015-04-16
| * Use channel tags to call methodsGravatar Craig Tiller2015-04-16
| * Add facility to register methods in C++Gravatar Craig Tiller2015-04-16
| * Mark creation of call, performing ops on channelGravatar Vijay Pai2015-04-15
* | Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|/
* 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
* | Credentials prototypingGravatar Craig Tiller2015-02-23
|/
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* formattingGravatar Yang Gao2015-02-17
* should use c_strGravatar Yang Gao2015-02-17
* Add setter to override authority header on ClientContextGravatar Yang Gao2015-02-17
* clang-formatGravatar Craig Tiller2015-02-17
* Move call.h -> impl/call.hGravatar Craig Tiller2015-02-10
* 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
|/
* clang-formatGravatar Craig Tiller2015-01-20
* Merge branch 'new_invoke_api' of github.com:google/grpc into update-apiGravatar Craig Tiller2015-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
* 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
* 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