Donna Dionne
b2443df1e1
xds_interop_client.cc modification: new stats and new timeout_sec config
4 years ago
Donna Dionne
19b1f8f64a
Cds Watchers changes to support aggregate Cds and Logical DNS Cds.
4 years ago
Mark D. Roth
42f123efbe
Add ability to read xDS bootstrap config from an env var.
4 years ago
Esun Kim
0db0ab052d
Update by review
4 years ago
Jan Tattermusch
0b1798412b
Revert "Wrap strerror into a thread-safe implementation"
4 years ago
Greg Miller
7d4d516511
wip: change error_details functions to templates
4 years ago
ZhouyihaiDing
a584bc4f02
Support ServerContext for callback API
4 years ago
Esun Kim
9bd7c4917a
Fix unused-parameter warning
4 years ago
Mark D. Roth
e86fd6b854
Remove BUILD file comment causing problems on import.
4 years ago
Vijay Pai
8db8537975
Remove unused trace declaration
4 years ago
Ashitha Santhosh
4ca878799b
Refactor [String/Header/Path]matchers in xds_api.
4 years ago
Donna Dionne
4715bbc220
Fixing TryNextPrioirtyLocked to ensure we properly try higher priorities when lower ones fail
4 years ago
Yash Tibrewal
ac4f4de196
xDS server config fetcher
4 years ago
AJ Heller
33cba7ea39
Remove unused header iomgr_posix.h
...
This header file only served to include iomgr_internal.h, which most
depedent code already includes.
4 years ago
Mark D. Roth
39b478d3ba
Add internal API for setting fallback xDS bootstrap contents.
4 years ago
Jan Tattermusch
e2b170278c
yapf format code
4 years ago
Richard Belleville
333fb32667
Merge pull request #25142 from gnossen/cb_interop_python
...
Python Circuit Breaking Interop Test Client Additions
4 years ago
Sergii Tkachenko
88af4277c6
Python style: disambiguate list expand style for yapf
4 years ago
Richard Belleville
b12ff43ba6
Yapf
4 years ago
Richard Belleville
244488928a
Logger style
4 years ago
Richard Belleville
5080f4adb5
Add more return types
4 years ago
Sergii Tkachenko
8db79e2e71
Python style: reformat code using updated yapf 0.30.0
4 years ago
yang-g
cf26f0133a
Wrap strerror into a thread-safe implementation
4 years ago
root
cb2e78c59e
fix phpunit 8 warnings
4 years ago
Ashitha Santhosh
1602a02a82
Add gRPC SDK Authorization Policy proto.
4 years ago
Richard Belleville
56ee26ee6c
Yapf
4 years ago
Richard Belleville
0be354eb51
Fix up client changes
4 years ago
Mark D. Roth
8ddbc50272
change xDS certificate provider to contain a map by cluster
4 years ago
Richard Belleville
c4d3fc749f
WIP. Implement CB interop test
4 years ago
Jan Tattermusch
c26961b89c
run tools/codegen/core/gen_upb_api.sh
4 years ago
Jan Tattermusch
9bb2aefd02
upgrade ruby, C# python and ObC to protobuf 3.14
4 years ago
Jan Tattermusch
9c8818d2ee
regenerate proto files for csharp, php, ruby
4 years ago
Esun Kim
695d1c02ed
Fix ignored-qualifiers warning
4 years ago
ZhenLian
c48e39d5c2
Support Default Root Certs in Tls Credentials
4 years ago
Stanley Cheung
fe2e96f9f3
Regenerate projects
4 years ago
Stanley Cheung
5564ac0cce
Regenerate projects
4 years ago
Alexander Polcyn
b0385879a5
Remove unnecessary working state from grpc_ares_ev_driver
4 years ago
Chuan Ren
06cc42eb85
Add support of implicit and explicit flows for external account creds
4 years ago
yulin liang
9e30733f36
Revert "Propagate warning disables into code."
4 years ago
Christopher Warrington
bf7ee7bfc1
Include missing string header in retry_throttle.h
...
ServerRetryThrottleMap references std::string but does not `#include
<string>`. Depending on exactly how a C++ implementation lays out its
headers, std::string may or may not be declared already. For example,
Visual C++ 2019 16.8.3 (19.28.29335) does not have std::string declared
at this point.
Add `#include <string>`
This change is needed to get the C# bootstrap script to (`python
.\tools\run_tests\run_tests.py -l csharp -c dbg --build_only`) to
cleanly compile using Visual C++ 2019 instead of the hard-coded 2015
that pre_build_csharp.bat has.
4 years ago
Mark D. Roth
1bc2d7d1a6
Remove StringLess and src/core/lib/gprpp/map.h.
4 years ago
Alexander Polcyn
8215b21dc1
move grpc_ares_ev_driver and fd_node definitions into grpc_ares_wrapper.cc
4 years ago
Yash Tibrewal
72e0d559b8
Add log for insecure buils
4 years ago
Alexander Polcyn
ef52044862
remove unnecessary grpc_ares_wrapper_fallback.cc
4 years ago
Donna Dionne
e08b870aa7
Adding Dns Resolver to LogicalDNSDiscoveryMechanism in xds_cluster_resolver
4 years ago
Esun Kim
d1bef160e5
Added upb/json
4 years ago
Stanley Cheung
09e4bce53e
Review comment fixes: need synchronization
4 years ago
Stanley Cheung
d04f80a156
review comment fixes
4 years ago
Stanley Cheung
e4ebd44cd6
Ruby: add support to circuit_breaking xds interop test case
4 years ago
Chuan Ren
18ffe21abd
Add support of url with query params to url creds
4 years ago