grpc/test/cpp/client
Craig Tiller 47c83fdaf7 Credentials prototyping
- 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.
2015-02-23 09:58:22 -08:00
..
channel_arguments_test.cc Include typecasts so that int and size_t are not compared (since their 2015-02-18 22:15:14 -08:00
credentials_test.cc Credentials prototyping 2015-02-23 09:58:22 -08:00