aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client/channel_arguments.cc
Commit message (Collapse)AuthorAge
* headers reorgGravatar yang-g2015-08-21
|
* Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODYGravatar Craig Tiller2015-07-20
|\ | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc
| * Remove experimental prefixGravatar Craig Tiller2015-07-19
| |
* | Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODYGravatar Craig Tiller2015-07-19
|\| | | | | | | | | Conflicts: src/cpp/client/channel_arguments.cc
* | User agent string supportGravatar Craig Tiller2015-07-18
| |
| * Removed compression levels from clients and _experimental_'d signature of ↵Gravatar David Garcia Quintas2015-07-17
|/ | | | methods manipulating compression algorithms
* Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | Clean up anything that failed
* Exposed compression level in channel arguments (C and C++)Gravatar David Garcia Quintas2015-06-16
|
* clang-format c++ codeGravatar Yang Gao2015-03-17
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|
* fix MOE compliling error.Gravatar chenw2014-12-29
| | | | | | | Change on 2014/12/22 by chenw <chenw@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82682265
* Use overriden host name when creating a call.Gravatar yangg2014-12-29
| | | | | | | Change on 2014/12/22 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82672321
* Client side implementation of creating channel with credentials.Gravatar yangg2014-12-29
The old test_ssl_channel related code is deleted and the new create channel call is used for interop tests. Change on 2014/12/19 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82540921