aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/test_credentials_provider.cc
Commit message (Collapse)AuthorAge
* Allow choosing google default credentials in the C++ interop clientsGravatar Alexander Polcyn2018-07-13
|
* add alts to interop testsGravatar Yihua Zhang2018-04-20
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* manual revert of #8901Gravatar yang-g2017-01-11
|
* Revert "Test credentials provider update"Gravatar Craig Tiller2016-11-29
|
* Test credentials provider updateGravatar yang-g2016-11-22
|
* Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
|
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* removed codegen/log.hGravatar David Garcia Quintas2016-07-27
|
* Deal with to_string, proper usage of nullptr, and lack of map::emplaceGravatar Vijay Pai2016-06-15
|
* Got carried away with grpc::Gravatar Vijay Pai2016-06-15
|
* Enforce gcc-4.4 compatibility on test_credentials_provider by changingGravatar Vijay Pai2016-06-15
| | | | | a map to 2 vectors. Additional minor changes needed (e.g., override->GRPC_OVERRIDE, nullptr->grpc::nullptr)
* Auto-changesGravatar Craig Tiller2016-03-25
|
* clang-formatGravatar Craig Tiller2016-02-29
|
* Allow new credential types to be added to tests.Gravatar Dan Born2016-02-24
|
* Use standard include paths.Gravatar Dan Born2016-02-24
|
* Initialize mutex to nullptr.Gravatar Dan Born2016-02-24
|
* Injectable test credentials provider interface.Gravatar Dan Born2016-02-24
|
* move tls type name to .cc fileGravatar yang-g2016-02-19
|
* Add a helper to return all the secure typesGravatar yang-g2016-02-19
|
* Revert "make an enum"Gravatar yang-g2016-02-19
| | | | This reverts commit 5152cd29f8541d7600b7ddc3d9db188ad59ea673.
* make an enumGravatar yang-g2016-02-18
|
* Refactor end2end_test. Make the credentials a separate library.Gravatar yang-g2016-02-18