Craig Tiller
ea389c00c2
Adjust include order per style guide ( #27175 )
...
Introduce clang-format configuration to sort includes closer to our rules.
3 years ago
capstan
131579d52d
Roll forward of commit 7883b51: Use abseil's flags in tests.
...
This replaces gflags. Added TODOs where use of `absl::Duration` or `absl::FlagSaver` might be preferred in follow-up cleanup. Fixes #24493 .
This reverts commit da66b7d14e
.
NEW:
* Adds references to `absl/flags/declare.h`, new to LTS 2020923.2 imported in commit 5b43440
.
* Works around MSVC 2017 compiler error with large help text on flags by reducing the help text.
4 years ago
Nathan Herring
da66b7d14e
Revert "Abseil Flags"
4 years ago
capstan
7883b5133d
Use abseil's flags in tests.
...
This replaces gflags. Added TODOs where use of `absl::Duration` or `absl::FlagSaver` might be preferred in follow-up cleanup. Fixes #24493 .
4 years ago
Esun Kim
165ee5007a
Replaced grpc::string with std::string
4 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
6 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
8 years ago
Vijay Pai
713c7b87e1
clang-format
8 years ago
Vijay Pai
c0b2acb1a0
Use C++11 final and override
8 years ago
David Garcia Quintas
c79b0650d2
removed codegen/log.h
8 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
9 years ago
yang-g
035cf093de
enable_ssl to use_tls
9 years ago
Julien Boeuf
5be92a316d
Shuffling headers around.
9 years ago
yang-g
9e2f90cd06
headers reorg
9 years ago
David Garcia Quintas
7c0d914cce
wip for accept-encoding into tests
9 years ago
David Garcia Quintas
80f3995e47
wip
9 years ago
David Garcia Quintas
9c512bdf98
wip
9 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