ZhenLian
|
4d80f376a3
|
Merge pull request #24227 from ZhenLian/zhen_dynamic_file_reloading_3
C-core changes for TLS credentials
|
2020-10-26 13:38:39 -07:00 |
Nathan Herring
|
da66b7d14e
|
Revert "Abseil Flags"
|
2020-10-24 15:19:55 -07:00 |
Esun Kim
|
3528a40fe5
|
Merge pull request #24506 from Capstan/absl-flags
Abseil Flags
|
2020-10-23 21:07:21 -07:00 |
Yang Gao
|
01596014af
|
Merge pull request #24521 from yang-g/ip46
Check localhost is resolved to ipv4 or ipv6 and update test accordingly.
|
2020-10-23 16:30:17 -07:00 |
yang-g
|
8456e2138a
|
Check localhost is resolved to ipv4 or ipv6 and update test accordingly.
|
2020-10-23 14:38:36 -07:00 |
Esun Kim
|
2089785b62
|
Disable XdsRoutingApplyXdsTimeout test under TSAN
|
2020-10-23 13:50:20 -07:00 |
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.
|
2020-10-23 19:36:33 +02:00 |
ZhenLian
|
518ed1303c
|
Add Credential Loading From Static Providers For TLS Credentials
|
2020-10-22 13:55:31 -07:00 |
Mark D. Roth
|
ededb8e173
|
Merge pull request #24516 from markdroth/xds_nack_status
xds: Set status code to INVALID_ARGUMENT when NACKing.
|
2020-10-22 13:46:02 -07:00 |
yulin liang
|
f29fcffd53
|
Merge pull request #24499 from yulin-liang/flaky-ios-tests
Add some debug logs for flaky cfstream and cronet tests.
|
2020-10-22 09:51:29 -07:00 |
Yash Tibrewal
|
1edc2e78cc
|
Merge pull request #24362 from yashykt/fdinterceptor
Experimental support and tests for CreateCustomInsecureChannelWithInterceptorsFromFd
|
2020-10-21 15:53:35 -07:00 |
Mark D. Roth
|
1f95593de7
|
xds: Set status code to INVALID_ARGUMENT when NACKing.
|
2020-10-21 14:09:50 -07:00 |
Esun Kim
|
004480e706
|
Merge pull request #24482 from veblush/tidy-readability-string-compare
[Clang-Tidy] readability-string-compare
|
2020-10-21 13:42:17 -07:00 |
Yash Tibrewal
|
02ca015b13
|
Experimental support and tests for CreateCustomInsecureChannelWithInterceptorsFromFd
|
2020-10-21 13:34:26 -07:00 |
Esun Kim
|
e37dab3b7f
|
Merge pull request #24483 from veblush/tidy-readability-redundant-control-flow
[Clang-Tidy] Enable readability-redundant-control-flow
|
2020-10-21 12:00:13 -07:00 |
Mark D. Roth
|
8e84e63a83
|
Merge pull request #24481 from markdroth/xds_circuit_breaking_global_atomic
Use a global atomic for circuit breaking call counter.
|
2020-10-20 14:22:54 -07:00 |
yulin-liang
|
cf29dda100
|
Add some debug logs for flaky cfstream and cronet tests.
|
2020-10-20 13:48:33 -07:00 |
Esun Kim
|
914fbf45cf
|
Merge pull request #24484 from veblush/tidy-misc-unused-using-decls
[Clang-Tidy] Enable misc-unused-using-decls
|
2020-10-20 10:18:27 -07:00 |
Esun Kim
|
5b375a3728
|
Fix by misc-definitions-in-headers
|
2020-10-19 21:56:17 -07:00 |
Esun Kim
|
aae4f4cf18
|
Fix by misc-unused-using-decls
|
2020-10-19 18:12:11 -07:00 |
Esun Kim
|
738bdfb9fd
|
Fix by readability-string-compare
|
2020-10-19 17:08:00 -07:00 |
Esun Kim
|
9e8a13bb93
|
Fix by tidy-readability-redundant-control-flow
|
2020-10-19 17:03:35 -07:00 |
Mark D. Roth
|
b607080400
|
Use a global atomic for circuit breaking call counter.
|
2020-10-19 15:15:32 -07:00 |
Esun Kim
|
bba8facb4a
|
Merge pull request #24456 from veblush/tidy-readability-redundant-smartptr-get
[Clang-Tidy] readability-redundant-smartptr-get
|
2020-10-19 09:54:15 -07:00 |
Esun Kim
|
a62a70207c
|
Merge pull request #24448 from veblush/clang-format-8
Upgrade clang-format 8
|
2020-10-19 09:29:35 -07:00 |
Mark D. Roth
|
1bb28c90b2
|
Merge pull request #24436 from markdroth/xds_resource_version
Fix xDS resource type version to persist across stream restarts.
|
2020-10-19 08:41:50 -07:00 |
Esun Kim
|
84df61b31a
|
Merge pull request #24453 from veblush/tidy-modernize-make-unique
[Clang-Tidy] Enable modernize-make-unique
|
2020-10-16 16:35:08 -07:00 |
Esun Kim
|
946ed32bac
|
Merge pull request #24454 from veblush/tidy-modernize-use-override
[Clang-Tidy] modernize-use-override
|
2020-10-16 16:33:29 -07:00 |
Mark D. Roth
|
bce7bc78ab
|
Fix xDS resource type version to persist across stream restarts.
|
2020-10-16 14:55:28 -07:00 |
Mark D. Roth
|
dbe76ce6fd
|
Merge pull request #24434 from markdroth/xds_resource_version_test
Fix ADS server resource type version logic and refactor code.
|
2020-10-16 14:52:42 -07:00 |
Esun Kim
|
3fef4e7435
|
Fix by readability-redundant-smartptr-get
|
2020-10-16 14:16:42 -07:00 |
Esun Kim
|
e7434d385e
|
Fix by tidy-modernize-use-override
|
2020-10-16 14:01:06 -07:00 |
donnadionne
|
ad66015c85
|
Merge pull request #24328 from donnadionne/timeout
Setting timeout in method config.
|
2020-10-16 13:43:25 -07:00 |
Esun Kim
|
6ae8463500
|
Fix by modernize-make-unique
|
2020-10-16 13:30:56 -07:00 |
Esun Kim
|
f3cedfd357
|
Merge pull request #24437 from veblush/clang-tidy-abseil
[Clang-Tidy] Enable abseil-*
|
2020-10-16 12:21:51 -07:00 |
Donna Dionne
|
a3ce1f745a
|
Setting timeout in method config.
|
2020-10-16 11:37:52 -07:00 |
Esun Kim
|
34789b2d83
|
Fix by clang-format-8.
|
2020-10-16 11:37:18 -07:00 |
Mark D. Roth
|
63546c0faf
|
Fix ADS server resource type version logic and refactor code.
|
2020-10-16 11:18:49 -07:00 |
Esun Kim
|
ece76ee1e8
|
Fix code by readability-container-size-empty
|
2020-10-16 09:48:20 -07:00 |
Esun Kim
|
a51fe3e675
|
Fix abseil-* clang-tidy errors
|
2020-10-16 09:39:41 -07:00 |
Esun Kim
|
c08f33c437
|
Fix clang-tidy errors
|
2020-10-15 16:07:25 -07:00 |
Esun Kim
|
09ace01cc1
|
Merge pull request #24193 from veblush/clang-tidy
Improve clang tidy to use compilation DB
|
2020-10-15 15:46:13 -07:00 |
Donna Dionne
|
5a25a427b5
|
Protecting the circuit breaking (drop action) using environment
variable. All the logic of refcounting are left but will not result in
any actions. Test added to test protected case.
|
2020-10-13 10:04:13 -07:00 |
Esun Kim
|
6d6648c7e1
|
Fix clang-tidy errors
|
2020-10-13 09:51:31 -07:00 |
Mark D. Roth
|
50ed78d1f9
|
Merge pull request #24395 from markdroth/xds_load_stats_refs
Use a single instance of the drop and locality stats objects.
|
2020-10-12 16:47:06 -07:00 |
Mark D. Roth
|
a6954fe39e
|
Use a single instance of the drop and locality stats objects.
|
2020-10-12 14:14:52 -07:00 |
Mark D. Roth
|
9021963b10
|
Merge pull request #24381 from markdroth/xds_case_insensitive
xds: Add support for case_sensitive option in RouteMatch.
|
2020-10-12 07:14:43 -07:00 |
Mark D. Roth
|
caf798e9ab
|
xds: Add support for case_sensitive option in RouteMatch.
|
2020-10-09 14:49:23 -07:00 |
apolcyn
|
9e10bfc8a0
|
Merge pull request #24376 from apolcyn/allow_no_servers
Allow --qps_server_target_override to configure clients even if the driver isn't configuring any servers
|
2020-10-09 10:52:24 -07:00 |
Yash Tibrewal
|
4013fd9dc9
|
Merge pull request #24313 from yashykt/xdscredscpp
C++ API to create Xds channel credentials
|
2020-10-08 22:27:21 -07:00 |