-
- Downloads
Merge pull request #1594 from yang-g/creds
support per call credentials in c++
No related branches found
No related tags found
Showing
- Makefile 3 additions, 1 deletionMakefile
- build.json 3 additions, 2 deletionsbuild.json
- examples/pubsub/main.cc 1 addition, 1 deletionexamples/pubsub/main.cc
- include/grpc++/client_context.h 9 additions, 5 deletionsinclude/grpc++/client_context.h
- include/grpc++/create_channel.h 1 addition, 1 deletioninclude/grpc++/create_channel.h
- include/grpc++/credentials.h 18 additions, 17 deletionsinclude/grpc++/credentials.h
- src/cpp/client/client_context.cc 12 additions, 0 deletionssrc/cpp/client/client_context.cc
- src/cpp/client/create_channel.cc 1 addition, 1 deletionsrc/cpp/client/create_channel.cc
- src/cpp/client/insecure_credentials.cc 5 additions, 2 deletionssrc/cpp/client/insecure_credentials.cc
- src/cpp/client/secure_credentials.cc 18 additions, 14 deletionssrc/cpp/client/secure_credentials.cc
- src/cpp/client/secure_credentials.h 1 addition, 0 deletionssrc/cpp/client/secure_credentials.h
- test/cpp/client/credentials_test.cc 1 addition, 2 deletionstest/cpp/client/credentials_test.cc
- test/cpp/end2end/end2end_test.cc 104 additions, 8 deletionstest/cpp/end2end/end2end_test.cc
- test/cpp/interop/client_helper.cc 3 additions, 3 deletionstest/cpp/interop/client_helper.cc
- test/cpp/util/create_test_channel.cc 3 additions, 3 deletionstest/cpp/util/create_test_channel.cc
- test/cpp/util/create_test_channel.h 1 addition, 1 deletiontest/cpp/util/create_test_channel.h
- test/cpp/util/fake_credentials.cc 58 additions, 0 deletionstest/cpp/util/fake_credentials.cc
- test/cpp/util/fake_credentials.h 51 additions, 0 deletionstest/cpp/util/fake_credentials.h
- test/cpp/util/grpc_cli.cc 1 addition, 1 deletiontest/cpp/util/grpc_cli.cc
- test/cpp/util/messages.proto 1 addition, 0 deletionstest/cpp/util/messages.proto
Loading
Please register or sign in to comment