Eric Anderson
|
b3be57db6b
|
Merge pull request #24624 from sergiitk/grpc-java-1.33.1
Update grpc-java to 1.33.1 in the interop_matrix
|
4 years ago |
Yash Tibrewal
|
f0edcac24b
|
Merge pull request #24579 from yashykt/xdscertificateprovider
Add XdsCertificateProvider
|
4 years ago |
Mark D. Roth
|
04045e2273
|
Merge pull request #24607 from markdroth/xds_api_stateless
xds: Move use_v3 out of XdsApi, so that we can specify it on a per-server basis.
|
4 years ago |
Yang Gao
|
84686329d5
|
Merge pull request #24609 from sudopk/metadata
Specify a large value for max metadata size in grpc_cli client channel.
|
4 years ago |
Esun Kim
|
53dca5aebd
|
Merge pull request #24629 from veblush/gce-kokoro-
Upgrade kokoro VM image
|
4 years ago |
Jan Tattermusch
|
b49b29b7ea
|
Merge pull request #23648 from jtattermusch/extract_metadata_explainers
Add extract_metadata_from_bazel_xml.py explainers
|
4 years ago |
Esun Kim
|
cd09849cce
|
Upgrade kokoro VM image
|
4 years ago |
ZhenLian
|
01cc519b53
|
Merge pull request #24601 from ZhenLian/zhen_spiffe_fix
Increment Index when parsing not plumbed SAN fields
|
4 years ago |
Vijay Pai
|
4d6336f15e
|
Merge pull request #24490 from vjpai/async_unary_client_code_size_v2
Reduce templating for async client unary call codegen without adding protobuf dependence
|
4 years ago |
Sergii Tkachenko
|
f6653cc125
|
Update grpc-java to 1.33.1 in the interop_matrix
|
4 years ago |
Vijay Pai
|
afe4d1d086
|
Reduce templating for async client unary call codegen
|
4 years ago |
Yash Tibrewal
|
e98b92be5e
|
Merge pull request #24536 from yashykt/nogrpcxdstest
Modify script to add CI checks for --define=grpc_no_xds=true
|
4 years ago |
Lidi Zheng
|
0bad97452d
|
Merge pull request #24614 from lidizheng/not-found-windows
Fix a typo in Python's Windows build
|
4 years ago |
Yash Tibrewal
|
505b9cf3eb
|
iModify build script to add tests for --define=grpc_no_xds=true
|
4 years ago |
Yash Tibrewal
|
e11a670736
|
Add XdsCertificateProvider
|
4 years ago |
Esun Kim
|
24d115db36
|
Merge pull request #24572 from veblush/ios-tests
Prep for Mojave test
|
4 years ago |
Lidi Zheng
|
1eedd0a693
|
Add extra safe guard to prevent this function misbehave again
|
4 years ago |
Alisha Nanda
|
93fc14a17f
|
Merge pull request #24615 from ananda1066/address_name
Fixed syntax error in GRPC_ARG_ADDRESS_NAME definition
|
4 years ago |
Mark D. Roth
|
7ddb18af57
|
xds: Move use_v3 out of XdsApi, so that we can specify it on a per-server basis.
|
4 years ago |
Mark D. Roth
|
1a9d80d991
|
Merge pull request #24606 from markdroth/xds_bootstrap_creds
xds: Move channel creds creation into bootstrap parser.
|
4 years ago |
Vijay Pai
|
3ecb008aa0
|
Merge pull request #24494 from vjpai/server_code_size
Reduce template use in sync server unary calls
|
4 years ago |
Alisha Nanda
|
5a85434c15
|
Fixed syntax error in GRPC_ARG_ADDRESS_NAME definition
|
4 years ago |
Lidi Zheng
|
ca2b0f5f07
|
Fix typo in Python's Windows build
|
4 years ago |
Yash Tibrewal
|
a0de68e752
|
Merge pull request #24597 from yashykt/cleanuptlssecurityconnector
Cleanup TlsCredentialsOptions
|
4 years ago |
Mark D. Roth
|
b58fed9cc4
|
xds: Move channel creds creation into bootstrap parser.
|
4 years ago |
ZhenLian
|
1eedf84ad5
|
Merge pull request #24431 from ZhenLian/zhen_dynamic_file_reloading_4
Add an API to get Timestamp of a File with stat(2) in gpr
|
4 years ago |
ZhenLian
|
e9fbf14bef
|
add a dummy name for other type of SAN
|
4 years ago |
Parveen Kumar
|
ec08d77474
|
Specify a large value for max metadata size in grpc_cli client channel.
This is useful in cases where server sends back large stacktrace and
default value of 8192 isn't enough.
|
4 years ago |
Esun Kim
|
26bf304bc4
|
Merge pull request #24612 from veblush/disable-asan
Disable XdsRoutingApplyXdsTimeout under Asan
|
4 years ago |
Yash Tibrewal
|
fcbb9fec77
|
Cleanup TlsCredentialsOptions
|
4 years ago |
Esun Kim
|
38472186b1
|
Disable XdsRoutingApplyXdsTimeout under Asan too
|
4 years ago |
yulin liang
|
a141823be7
|
Merge pull request #24571 from yulin-liang/spm-beta-test
Support swift package manager for grpc-core and grpc-cpp.
|
4 years ago |
ZhenLian
|
d5d35650b0
|
add API to get last modification time of a file
|
4 years ago |
ZhenLian
|
6a20983479
|
fix a bug when parsing SAN fields
|
4 years ago |
Richard Belleville
|
486989f250
|
Merge pull request #24598 from grpc/rollback_24568
Revert "Merge pull request #24568 from veblush/test-xds-abseil"
|
4 years ago |
Richard Belleville
|
2ad3c0a041
|
Revert "Merge pull request #24568 from veblush/test-xds-abseil"
This reverts commit 9083de5017 , reversing
changes made to 913760a6a9 .
|
4 years ago |
yulin-liang
|
6ba52fd83e
|
Support swift package manager for grpc-core and grpc-cpp.
|
4 years ago |
Yang Gao
|
761ce6ee64
|
Merge pull request #24593 from yang-g/back_ref
Add missing dependency
|
4 years ago |
yang-g
|
2dfc3777af
|
Add missing dependency
|
4 years ago |
Esun Kim
|
2f4f74aaa6
|
Upgrade cocoapods
|
4 years ago |
Mark D. Roth
|
798d18ebeb
|
Merge pull request #24592 from markdroth/deadline_filter_fix
Fix msan bug in deadline filter.
|
4 years ago |
Esun Kim
|
dcfb6a9a32
|
Merge pull request #24296 from damonkey2/patch-1
Include ares_android.(c|h) in the build config.
|
4 years ago |
Richard Belleville
|
acb198b961
|
Merge pull request #24585 from gnossen/fix_unused_return_value
Avoid internal build failure
|
4 years ago |
Jan Tattermusch
|
28d09d7978
|
Merge pull request #24588 from jtattermusch/csharp_grpc_csproj_fix
Fix package build (caused by Grpc.csproj failures)
|
4 years ago |
Esun Kim
|
9083de5017
|
Merge pull request #24568 from veblush/test-xds-abseil
Enable XdsRoutingApplyXdsTimeout again under TSAN
|
4 years ago |
Mark D. Roth
|
d55591f6b3
|
Fix msan bug in deadline filter.
|
4 years ago |
Jan Tattermusch
|
ae7783dbed
|
also add Grpc.Core.NativeDebug to the solution
|
4 years ago |
Jan Tattermusch
|
e9a343f780
|
fix Grpc.csproj build, add Grpc.csproj to the solution
|
4 years ago |
Jan Tattermusch
|
913760a6a9
|
Merge pull request #24530 from MoienTajik/moien/cleanup
C#: make Math service example use async
|
4 years ago |
Esun Kim
|
94c6766bf1
|
Conditional GPR_STDCPP_TLS on Apple
|
4 years ago |