yulin liang
4fc9fedad4
Merge pull request #24108 from zhungxd/remove_var
...
remove unused variable(cronet_transport)
4 years ago
zhungxd
a562727b8b
remove unused variable
...
(cherry picked from commit 9de1f18dbbc13c2c25aff3cf033fbcd1ed08c588)
4 years ago
yulin liang
3e06140e8b
Merge pull request #24083 from yulin-liang/cronet-error-message
...
Expose Cronet error message to the application layer.
4 years ago
mohanli-ml
c77540c1f8
Merge pull request #24112 from mohanli-ml/channelz-sampler-import
...
fix the import bug
4 years ago
Eric Anderson
19beac027d
Merge pull request #23809 from ejona86/grpc-java-1.31.1
...
Bump client_matrix.py for grpc-java 1.31.1
4 years ago
“Mohan
8cfe62155f
removed unused decl for ClangTidy
4 years ago
“Mohan
876021f313
Fix two bugs for channelz_sampler_test
4 years ago
Esun Kim
5229982273
Merge pull request #24088 from junyer/master
...
Attempt to find RE2 via CMake and via pkg-config.
4 years ago
Alisha Nanda
8fea4cc33a
Merge pull request #24104 from grpc/revert-24043-master
...
Revert "Add timeout flag to gRPC cli"
4 years ago
donnadionne
5bb8cdeeac
Merge pull request #24095 from donnadionne/import_fix
...
Cannot igore return values of SendRpc.
4 years ago
Alisha Nanda
a3ef19c1f0
Revert "Add timeout flag to gRPC cli"
4 years ago
donnadionne
f13c589dbc
Merge pull request #23801 from mampfes/use-https-for-re2
...
use https instead of ssh for google/re2 repository
4 years ago
Eric Gribkoff
02dc8ebdfe
Merge pull request #24094 from ericgribkoff/xds_python3.6
...
xds tests: pin grpcio and grpc-tools to 1.31.0
4 years ago
Donna Dionne
2d10cd4d26
Ensure SendRpc is not called without checking return value; use
...
CheckRpcSendOk to wrap it.
4 years ago
Richard Belleville
42ffc7a033
Merge pull request #24098 from gnossen/grpc_tools_3.4
...
Make version check for importlib.abc in grpcio-tools more stringent
4 years ago
Eric Gribkoff
a6a7755c3f
Pin grpcio and grpc-tools to 1.31.0
...
Can remove when https://github.com/grpc/grpc/pull/24094 is in a patch
release
4 years ago
Richard Belleville
47dc875801
Make version check more stringent
4 years ago
Mark D. Roth
8ecf8b6ef3
Merge pull request #24087 from zhungxd/path_wrong
...
fix wrong path
4 years ago
Mark D. Roth
1370ea77bd
Merge pull request #23603 from riking/patch-1
...
Replace TODO with a link to the proto file
4 years ago
Mark D. Roth
791fb0bbcb
Merge pull request #23642 from techieshark/patch-1
...
Clarify meaning of 'lameduck'
4 years ago
yulin-liang
bd2157b026
Expose Cronet error message to the application layer.
4 years ago
Lidi Zheng
ac5cca327a
Merge pull request #23453 from implr/addcythoninit
...
Add __init__.py to cygrpc pyx_library to support --incompatible_default_to_explicit_init_py
4 years ago
mohanli-ml
2ec0868ebf
Merge pull request #23860 from mohanli-ml/channelz-sampler-work
...
Channelz sampler
4 years ago
Yash Tibrewal
24ba65d6a1
Merge pull request #24080 from yashykt/caregimpl
...
Add certificate provider registry implementation
4 years ago
Menghan Li
5f9d5e0103
Merge pull request #23991 from menghanl/xds_test_stable
...
xds testing: always set validate_for_proxyless
4 years ago
zhungxd
e4cdcb7b25
fix wrong path
4 years ago
Paul Wankadia
45e413d252
Attempt to find RE2 via CMake and via pkg-config.
4 years ago
apolcyn
7c1dab7297
Merge pull request #24033 from apolcyn/port_picker_threadsafe
...
Make the server-based port picker thread safe
4 years ago
apolcyn
7916563e7a
Merge pull request #24041 from apolcyn/fix_shutdown
...
Wait for server's shutdown tag to complete before destroying it in stranded_event_test
4 years ago
ZhenLian
fb4dd355e8
Merge pull request #23572 from ZhenLian/zhen_dynamic_file_reloading_1
...
Add tls_certificate_distributor implementation
4 years ago
“Mohan
35a4133e4b
Solve the sanity check problem for Json
4 years ago
“Mohan
dee219a28f
Make entity description type as Json instead of string
4 years ago
Esun Kim
731ce0042e
Merge pull request #24081 from grpc/revert-23710-shutdown
...
Revert "Implemented conditional shutdown"
4 years ago
Alisha Nanda
b93ee66fe2
Merge pull request #24043 from ananda1066/master
...
Add timeout flag to gRPC cli
4 years ago
Esun Kim
7a0f16e805
Revert "Implemented conditional shutdown"
4 years ago
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