| Commit message (Collapse) | Author | Age |
|\
| |
| |
| |
| | |
Conflicts:
src/cpp/client/channel_arguments.cc
|
| | |
|
| | |
|
|\|
| |
| |
| |
| | |
Conflicts:
src/cpp/client/channel_arguments.cc
|
| | |
|
|/
|
|
| |
methods manipulating compression algorithms
|
| |
|
| |
|
|\ |
|
| | |
|
|/
|
|
|
|
| |
- Remove CredentialsFactory as it's unnecessary
- Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++.
- Server credentials not touched yet, but they'll need to be updated.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Change on 2014/12/22 by yangg <yangg@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82672321
|
|
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
|