Jan Tattermusch
|
0b1798412b
|
Revert "Wrap strerror into a thread-safe implementation"
|
4 years ago |
Ashitha Santhosh
|
4ca878799b
|
Refactor [String/Header/Path]matchers in xds_api.
|
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 |
yang-g
|
cf26f0133a
|
Wrap strerror into a thread-safe implementation
|
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 |
Alexander Polcyn
|
ef52044862
|
remove unnecessary grpc_ares_wrapper_fallback.cc
|
4 years ago |
Esun Kim
|
24c698f9fa
|
Clean up descriptor.upbdefs dependency
|
4 years ago |
Mark D. Roth
|
4fdb4bcca5
|
Set channel arg for xDS cluster name, and use it in GoogleDefaultCreds.
|
4 years ago |
Mark D. Roth
|
7d46e37251
|
Add dynamic filters between name resolution and load balancing.
|
4 years ago |
Yash Tibrewal
|
4105d2ce20
|
XdsServerBuilder, config fetching per resolved address and delaying bind/listen till fetch is complete
|
4 years ago |
Donna Dionne
|
4f8ed98f3e
|
Xds cluster resolver
Implemented new xds cluster resolver config
Separated policy and discovery mechanism
|
4 years ago |
Yash Tibrewal
|
c9e99945ec
|
Add SANs matching for xDS credentials
|
4 years ago |
AJ Heller
|
880a854f0e
|
Convert URI parser to C++ #24701
|
4 years ago |
Yash Tibrewal
|
096b2324e1
|
Experimental API for XdsServerCredentials
|
4 years ago |
Mark D. Roth
|
0e13934764
|
Eliminate ResolvingLoadBalancingPolicy.
|
4 years ago |
Chuan Ren
|
1faf030cc4
|
Add aws-sourced external credentials
|
4 years ago |
Chuan Ren
|
bedaeb5265
|
Add aws signature v4 signer
|
4 years ago |
Yash Tibrewal
|
d45bbe46e0
|
File watcher certificate provider config parsing
|
4 years ago |
Chuan Ren
|
2b1265b42f
|
Add file-sourced external credentials
|
4 years ago |
Esun Kim
|
f3e75c1fa9
|
Add stack-tracer to gRPC
|
4 years ago |
Yash Tibrewal
|
e11a670736
|
Add XdsCertificateProvider
|
4 years ago |
Ashitha Santhosh
|
afc8d9c493
|
Fix compilation errors after clang-tidy upgrade.
|
4 years ago |
ZhenLian
|
d5d35650b0
|
add API to get last modification time of a file
|
4 years ago |
ZhenLian
|
518ed1303c
|
Add Credential Loading From Static Providers For TLS Credentials
|
4 years ago |
Yash Tibrewal
|
b62f33cd39
|
Fix --define=grpc_no_xds=true build
|
4 years ago |
Yash Tibrewal
|
ea027f0ef5
|
CertificateProviderStore implementation
|
4 years ago |
Chuan Ren
|
4c93d36d08
|
Add url-sourced external credentials
|
4 years ago |
Mark D. Roth
|
e496705ea3
|
Move circuit breaking, EDS drops, and load reporting to xds_cluster_impl policy.
|
4 years ago |
Esun Kim
|
c08f33c437
|
Fix clang-tidy errors
|
4 years ago |
Chuan Ren
|
0cf672d42e
|
Add implementation of base external account credentials
|
4 years ago |
Mark D. Roth
|
f81650f497
|
update list of upbdefs files in build
|
4 years ago |
Yash Tibrewal
|
c52cb09f47
|
Add experimental XdsCredentials with support for insecure channel_credentials and security_connector
|
4 years ago |
Esun Kim
|
1ee0c88817
|
Add GPR_STDCPP_TLS
|
4 years ago |
Karthik Ravi Shankar
|
e549843885
|
Move remaining classes to grpc from grpc_impl
|
4 years ago |
Yash Tibrewal
|
48ec53971a
|
gRPC Core API to create Xds channel credentials
|
4 years ago |
Mark D. Roth
|
799e805e8a
|
Move locality load reporting to EDS policy.
|
4 years ago |
Mark D. Roth
|
71050c88b9
|
Move EDS drop handling to a new eds_drop LB policy.
|
4 years ago |
Yash Tibrewal
|
2a56886513
|
Update submodules: envoy-api, protoc-gen-validate, udpa
|
4 years ago |
Mark D. Roth
|
1ba51dcb1a
|
Share XdsClient between channels.
|
4 years ago |
Yash Tibrewal
|
11abbd3828
|
Add parsing logic for GoogleMeshCaConfig
|
4 years ago |
Donna Dionne
|
ffb560090a
|
Moving XDS Routing functionalities from LB policy into XdsConfigSelector
|
4 years ago |
Karthik Ravi Shankar
|
bf782def6b
|
Fix for buildgen script failure
|
4 years ago |
Yash Tibrewal
|
cdda406115
|
Add certificate provider registry implementation
|
4 years ago |
Alisha Nanda
|
25c35b6db7
|
Revert "Revert "Merge pull request #24047 from grpc/revert-23916-server-context""
This reverts commit 84c4994dc7 .
|
4 years ago |
Yash Tibrewal
|
73563e41b0
|
Add certificate provider factory, store and registry headers
|
4 years ago |
ZhenLian
|
1a275d7eab
|
Add tls_certificate_distributor implementation
|
4 years ago |
Karthik Ravi Shankar
|
67667eb7b6
|
Revert ...
|
4 years ago |
Alisha Nanda
|
84c4994dc7
|
Revert "Merge pull request #24047 from grpc/revert-23916-server-context"
This reverts commit 7c098321bd , reversing
changes made to d109f4b406 .
|
4 years ago |
Karthik Ravi Shankar
|
b657c8d79c
|
Revert "Revert "Move ServerContext from ::grpc_impl to ::grpc""
|
4 years ago |