Yash Tibrewal
cdda406115
Add certificate provider registry implementation
4 years ago
donnadionne
0c1ca7b71d
Merge pull request #24055 from donnadionne/new_tests
...
New Tests to guard against regression when routing and weighted target
4 years ago
Esun Kim
3c1cb4f300
Merge pull request #24075 from veblush/macos/grpc_build_artifacts
...
Increase timeout of macos/grpc_build_artifacts to 150min
4 years ago
Yash Tibrewal
9f4c2e4a75
Merge pull request #24076 from yashykt/newcaheaders
...
Add certificate provider factory, store and registry headers
4 years ago
Alisha Nanda
700a339773
Revert "Revert "Merge pull request #24046 from lidizheng/disable-exit-tests""
...
This reverts commit e160241b7a
.
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
Donna Dionne
1b1a41df5d
New Tests to guard against regression when routing and weighted target
...
logic are moved from policies to XdsConfigSelector:
1. Cluster update test: we never had a test that explicitly updated
clusters multiple times.
2. A cluster update test that includes long running RPCs, in particular,
RPCs not yet committed.
4 years ago
Yash Tibrewal
139895d2c8
Merge pull request #23894 from yashykt/removegrpcchannelping
...
Remove grpc_channel_ping from surface API
4 years ago
“Mohan
f85569e5a7
Address cooments including channel_creds checking, UNIMPLEMENTED checking
4 years ago
“Mohan
4039a8d405
Make minor changes to pass github check
4 years ago
Yash Tibrewal
73563e41b0
Add certificate provider factory, store and registry headers
4 years ago
Esun Kim
0c3e458fd7
Increase timeout of macos/grpc_build_artifacts to 150min
4 years ago
ZhenLian
1a275d7eab
Add tls_certificate_distributor implementation
4 years ago
Mark D. Roth
f60d5ef011
Merge pull request #24070 from donnadionne/repo
...
Passing repo manager to markdroth
4 years ago
Donna Dionne
308dd3a4c6
Passing repo manager to markdroth
4 years ago
walkerdu
997b9d0988
fix when cmake version<3.13, gRPC_INSTALL will be forced to FALSE because gRPC_ABSL_PROVIDER is "module"
4 years ago
Esun Kim
74bba2c90a
Merge pull request #23710 from veblush/shutdown
...
Implemented conditional shutdown
4 years ago
Esun Kim
aff01d7139
Implemented conditional shutdown
4 years ago
Yang Gao
805475dde8
Merge pull request #24059 from yang-g/time_precise
...
Introduce a macro to override the precise clock
4 years ago
Mark D. Roth
8c59dee334
Merge pull request #23658 from markdroth/xds_build_select
...
Allow bazel builds without xDS via "--define grpc_no_xds=true".
4 years ago
Lidi Zheng
e7a8b1c08f
Merge pull request #23964 from lidizheng/unified-doc-gen
...
Add a unified script to generate doc and push to GitHub
4 years ago
Yash Tibrewal
2d6e776898
Merge pull request #24054 from yashykt/toomanypingstestfix
...
Initiate HTTP/2 writes on BDP pings too
4 years ago
yang-g
e9b5f0be86
Introduce a macro to override the precise clock
4 years ago
Karthik Ravi Shankar
923bf3d195
Merge pull request #24057 from karthikravis/fix-opencensus
...
Fix opencensus
4 years ago
Alisha Nanda
94a72c151b
Changed timeout to ns rather than us.
4 years ago
Mark D. Roth
cd9b0e3fc7
Merge pull request #24052 from markdroth/xds_channel_creds
...
xds: Don't fall back to creds from parent channel, and add insecure creds
4 years ago
Karthik Ravi Shankar
70e043a53a
Fix opencensus
...
Fix the ServerContext namespace in opencensus
4 years ago
Karthik Ravi Shankar
67667eb7b6
Revert ...
4 years ago
Alisha Nanda
4282e968c4
Re-add in all changes, fix check failures.
4 years ago
Karthik Ravi Shankar
835d6182d8
Merge pull request #24050 from grpc/revert-24047-revert-23916-server-context
...
Revert "Revert "Move ServerContext from ::grpc_impl to ::grpc""
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
Alisha Nanda
e160241b7a
Revert "Merge pull request #24046 from lidizheng/disable-exit-tests"
...
This reverts commit b78bc85185
, reversing
changes made to 7c098321bd
.
4 years ago
Alisha Nanda
a4eedc1510
Revert "Merge branch 'master' of https://github.com/ananda1066/grpc "
...
This reverts commit 35e0e96b09
, reversing
changes made to b78bc85185
.
4 years ago
Alisha Nanda
35e0e96b09
Merge branch 'master' of https://github.com/ananda1066/grpc
4 years ago
Yash Tibrewal
23cb073a93
Initiate HTTP/2 writes on BDP pings too
4 years ago
Mark D. Roth
79f8fc664e
Allow bazel builds without xDS via "--define grpc_no_xds=true".
4 years ago
Mark D. Roth
6d96f442b7
xds: Don't fall back to creds from parent channel, and add insecure creds.
4 years ago
Mark D. Roth
25518e5b08
Merge pull request #24030 from yashykt/xdsremoveunsecure
...
Remove xDS support from unsecure builds
4 years ago
yulin liang
ee38782d64
Merge pull request #24049 from pbatg/foundation
...
Add missing Foundation.h import to generated Objective-C code #2
4 years ago
Mark D. Roth
b46db8cb76
Merge pull request #23996 from markdroth/ref_counted_async_deletion
...
Allow RefCounted<> objects to defer deletion from Unref().
4 years ago
Alisha Nanda
9df3964cf1
Fixed cmake build, fixing test failures.
4 years ago
Lidi Zheng
b78bc85185
Merge pull request #24046 from lidizheng/disable-exit-tests
...
Disable the Python exit tests until they are deflaked
4 years ago
Karthik Ravi Shankar
b657c8d79c
Revert "Revert "Move ServerContext from ::grpc_impl to ::grpc""
4 years ago
Karthik Ravi Shankar
7c098321bd
Merge pull request #24047 from grpc/revert-23916-server-context
...
Revert "Move ServerContext from ::grpc_impl to ::grpc"
4 years ago
pbatg
eca5e18802
Import <Foundation/Foundation.h> so that NSObject is defined when GPB_GRPC_PROTOCOL_ONLY=1
4 years ago
Karthik Ravi Shankar
f1abdd1725
Revert "Move ServerContext from ::grpc_impl to ::grpc"
4 years ago
Lidi Zheng
0eae18f9e6
Disable the exit tests until they are deflaked
4 years ago
Alisha Nanda
88d99b4603
Add timeout flag to gRPC cli
...
Signed-off-by: Alisha Nanda <alishananda@google.com>
4 years ago
Karthik Ravi Shankar
d109f4b406
Merge pull request #24040 from karthikravis/change-owner
...
Pass repo manager to Donna
4 years ago
Yash Tibrewal
025d9d8e8a
Remove xDS support from unsecure builds
4 years ago