Mark D. Roth
5b18402914
grpclb stabilization
5 years ago
Esun Kim
9ae81e1d3f
Make test code use TestEnvironment
5 years ago
Esun Kim
5207eba9ff
Add abseil
5 years ago
Esun Kim
252de4f05c
Revert "Support CentOS 7 for gRPC.NET"
5 years ago
Zhen Lian
618771dc6a
[Exposing ALTS Context 2/2] Utility Wrapper Class
...
This PR contains:
1. An ALTS context exposed for users to use, and a GetAltsContextFromAuthContext() function to get ALTS context from an AuthContext. Functionality-wise this part is similar with a previous PR https://github.com/grpc/grpc/pull/21536 , but in this PR, we adjusted the code structure and made some minor changes to better suit function clientAuthzCheck()
2. A clientAuthzCheck() function for users to check if the server is authorized
5 years ago
Guantao Liu
b341ddf72b
Revert "[Exposing ALTS Context 2/2] Utility Wrapper Class"
5 years ago
Esun Kim
1baebaae1b
Support CentOS 7 for gRPC.NET
5 years ago
Zhen Lian
98391c8f76
[Exposing ALTS Context 2/2] Utility Wrapper Class
5 years ago
Yihua Zhang
a6dbc7adb5
rename spiffe to tls
5 years ago
Mark D. Roth
68df397aa2
Remove vtables from JSON library
5 years ago
Guantao Liu
d969d8c706
Fix build rules.
5 years ago
Guantao Liu
19d1776c0d
Rebase the workspace to fix the submodule discrepancy.
5 years ago
Nicolas Noble
e3095a15ce
Revert "[Exposing ALTS Context 2/2] Provide a Utility Function to Get Context"
5 years ago
Zhen Lian
fe9576c861
[Exposing ALTS Context 2/2] Provide a Utility Function to Get Context
5 years ago
Mark D. Roth
4e393dc035
Convert grpc_proxy_mapper to C++.
5 years ago
Yash Tibrewal
3b1d176e9d
LogicalThread
5 years ago
Vijay Pai
be6979202b
Revamp server-side C++ callback API, message allocator, and mocking
5 years ago
Guantao Liu
b48fcfbc09
Fix build rules.
5 years ago
Guantao Liu
8c58f224de
Bare bones of the libuv EventManager.
5 years ago
Mark D. Roth
0e487a7405
Convert grpc_connector to C++.
5 years ago
Muxi Yan
d93dd0aca5
Fix gRPC-C++ podspec
5 years ago
Muxi Yan
0c1c6c336e
build_projects
5 years ago
Esun Kim
aaf48c66fc
Change upb from filegroup to library
5 years ago
Mark D. Roth
7ccdc85fa0
CDS LB policy
5 years ago
Juanli Shen
0a736c0d37
Update envoy API to HEAD
5 years ago
Vijay Pai
0c5669fbc7
Regen projects
5 years ago
Muxi Yan
64b7febefa
Fix ObjC sike issue and update BoringSSL to master
5 years ago
Mark D. Roth
1564207245
Move XdsClient instantiation into xds resolver.
5 years ago
Mark D. Roth
9a276c07fa
Revert "Merge pull request #20593 from grpc/revert-20380-xds_client_bootstrap"
...
This reverts commit 0bd5efa55f
, reversing
changes made to f92c283a5d
.
5 years ago
Jan Tattermusch
13abbd9a75
Revert "xds client bootstrap file"
5 years ago
Mark D. Roth
2afaec231d
xds client bootstrap file
5 years ago
Mark D. Roth
b01072586d
Refactor EDS and LRS code from xds LB policy into new XdsClient API.
5 years ago
Esun Kim
e12ff9cd58
Remove third_party/libcxx[abi]
5 years ago
Jan Tattermusch
5f83f6c43f
Revert "Make public header files in include/grpcpp/test installed with 'make install'"
5 years ago
Jan Tattermusch
6c763452ab
regenerate projects
5 years ago
Na-Na Pang
1b9254802d
Make public header files in include/grpcpp/test installed
5 years ago
Jan Tattermusch
4a539ffb7c
regenerate
5 years ago
Nicolas "Pixel" Noble
0e84dea7f4
Removing all warning flags and Werror for now.
5 years ago
Nicolas "Pixel" Noble
711a4147ae
Removing all warning flags and Werror for now.
5 years ago
Esun Kim
c965ca1494
Pull out configuration from ssl_utils
5 years ago
Mark D. Roth
51d18ecc63
Convert mpscq API from C to C++.
5 years ago
Jan Tattermusch
0ee7a3ae93
regenerate projects
5 years ago
Mark D. Roth
21c5424477
Add API for accessing per-call backend metric data in LB policies.
5 years ago
Matthew Stevenson
c2fd3844dc
Implemented Yihua's comments
5 years ago
Esun Kim
a031f0ffd6
Remove all nanopb defines
5 years ago
Esun Kim
7ec6e8a4de
Remove nanopb from gRPC
5 years ago
Matthew Stevenson
6189d34724
Revert "Forgot to autogenerate files and run clang_format/tidy_code"
...
This reverts commit 9295e4ebb3
.
5 years ago
Matthew Stevenson
9295e4ebb3
Forgot to autogenerate files and run clang_format/tidy_code
5 years ago
Nicolas Noble
5877f2e56b
Fixing gcc8's no-unknown-warning-option issue.
...
Before gcc8, it was ignoring any unknown -Wno-* command, leaving clang's
-Wno-unknown-warning-option to mix. That's no longer the case.
5 years ago
Juanli Shen
a802b14be6
Add xds resolver
5 years ago