Esun Kim
|
165ee5007a
|
Replaced grpc::string with std::string
|
5 years ago |
Jan Tattermusch
|
a960546ff9
|
Revert "[7/n] Avoid using hardcoded test credentials"
|
5 years ago |
ZhenLian
|
c13f3c5a50
|
test using ReadFile
|
5 years ago |
ZhenLian
|
2c84dec7da
|
try adding extern
|
5 years ago |
ZhenLian
|
dd44231a32
|
[No Review] Test
|
5 years ago |
Wayne Zhang
|
bd2756e482
|
Fix format
|
6 years ago |
Wayne Zhang
|
edc506849f
|
Expose interop test for others
|
6 years ago |
Karthik Ravi Shankar
|
603d014f0e
|
Changes to fold credentials into grpc_impl from grpc
|
6 years ago |
Karthik Ravi Shankar
|
ecfc107f32
|
Make more changes to remove grpc qualifier from tests
|
6 years ago |
Karthik Ravi Shankar
|
54171e276f
|
Fold server credentials from grpc to grpc_impl namespace
|
6 years ago |
Alexander Polcyn
|
f3c3c55fad
|
Allow choosing google default credentials in the C++ interop clients
|
7 years ago |
Yihua Zhang
|
0dcbb83420
|
add alts to interop tests
|
7 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
yang-g
|
cc5910228d
|
manual revert of #8901
|
8 years ago |
Craig Tiller
|
3b45b8d60b
|
Revert "Test credentials provider update"
|
8 years ago |
yang-g
|
8e9fc9bd0e
|
Test credentials provider update
|
8 years ago |
Vijay Pai
|
320ed13d3e
|
Deprecate grpc::thread and sync in favor of std::thread,mutex,etc
|
9 years ago |
Vijay Pai
|
713c7b87e1
|
clang-format
|
9 years ago |
Vijay Pai
|
c0b2acb1a0
|
Use C++11 final and override
|
9 years ago |
David Garcia Quintas
|
c79b0650d2
|
removed codegen/log.h
|
9 years ago |
Vijay Pai
|
a63271c77f
|
Deal with to_string, proper usage of nullptr, and lack of map::emplace
|
9 years ago |
Vijay Pai
|
12bf3801b8
|
Got carried away with grpc::
|
9 years ago |
Vijay Pai
|
efa8430e39
|
Enforce gcc-4.4 compatibility on test_credentials_provider by changing
a map to 2 vectors. Additional minor changes needed (e.g., override->GRPC_OVERRIDE,
nullptr->grpc::nullptr)
|
9 years ago |
Craig Tiller
|
f40df23eeb
|
Auto-changes
|
9 years ago |
Sree Kuchibhotla
|
9e5a05af8a
|
Fix clang format issue
|
9 years ago |
Craig Tiller
|
7fe08a23f1
|
clang-format
|
9 years ago |
Nicolas "Pixel" Noble
|
7204010c05
|
Fixing format and copyright.
|
9 years ago |
Dan Born
|
1b5a264eb8
|
Allow new credential types to be added to tests.
|
9 years ago |
Dan Born
|
53a94ef4e7
|
Use standard include paths.
|
9 years ago |
Dan Born
|
7275f36411
|
Initialize mutex to nullptr.
|
9 years ago |
Dan Born
|
f30941cd95
|
Injectable test credentials provider interface.
|
9 years ago |
yang-g
|
12a0a2c20b
|
move tls type name to .cc file
|
9 years ago |
yang-g
|
4c8aed3dba
|
Add a helper to return all the secure types
|
9 years ago |
yang-g
|
17197ddc71
|
Revert "make an enum"
This reverts commit 5152cd29f8 .
|
9 years ago |
yang-g
|
5152cd29f8
|
make an enum
|
9 years ago |
yang-g
|
7d2a3e1917
|
Refactor end2end_test. Make the credentials a separate library.
|
9 years ago |
Craig Tiller
|
7536af02cf
|
Eliminate gpr_ int types - and insist on C99 variants instead
|
9 years ago |
David Garcia Quintas
|
0c331880d0
|
Hid test-only functions from surface/call.h
|
10 years ago |
yang-g
|
035cf093de
|
enable_ssl to use_tls
|
10 years ago |
Julien Boeuf
|
5be92a316d
|
Shuffling headers around.
|
10 years ago |
yang-g
|
9e2f90cd06
|
headers reorg
|
10 years ago |
David Garcia Quintas
|
7c0d914cce
|
wip for accept-encoding into tests
|
10 years ago |
David Garcia Quintas
|
80f3995e47
|
wip
|
10 years ago |
David Garcia Quintas
|
9c512bdf98
|
wip
|
10 years ago |
David Garcia Quintas
|
6dd49a5c8f
|
Added some methods to context inspector. Also minor tweak to server context IsCancelled() method
|
10 years ago |
David Garcia Quintas
|
3922005878
|
Introduced InteropContextInspector to be able to peek into server contexts during interop testing.
|
10 years ago |
David Garcia Quintas
|
8d9f830168
|
Introduced InteropContextInspector to be able to peek into server contexts during interop testing.
|
10 years ago |
Yang Gao
|
103837ee6b
|
Wrap ParseCommandLineFlags in InitTest
|
10 years ago |
Yang Gao
|
a40020788f
|
Split interop client and server into components
|
10 years ago |
Yang Gao
|
b946b5ea74
|
Refactor and add a unit test
|
10 years ago |