Yash Tibrewal
398968d90e
Merge pull request #24646 from yashykt/updatebootstrapstring
...
Update BootstrapString() for certificate providers
4 years ago
Yash Tibrewal
37445bfa59
Merge pull request #24651 from yashykt/reenableobjctest
...
Re-enable testKeepaliveWithV2API
4 years ago
Yash Tibrewal
f22e350b0a
Update bootstrap string for certificate providers
4 years ago
Esun Kim
5fc1a7c8cc
Merge pull request #24664 from veblush/fix-stacktrace-test2
...
Disable debugging-test when running with MUSL
4 years ago
Esun Kim
4c37a5003d
Disable debugging-test when running with MUSL
4 years ago
Jan Tattermusch
a951c7632a
Merge pull request #24661 from jtattermusch/qps_worker_server_port
...
Make qps_worker --server_port behavior consistent with java
4 years ago
Esun Kim
75132bb0de
Merge pull request #23866 from veblush/enable-abseil-sync-all
...
Enable GPR_ABSEIL_SYNC on Apple
4 years ago
Esun Kim
33806f3e5f
Merge pull request #24543 from Capstan/py3-buildgen
...
Run `tools/buildgen` scripts under Python 3.
4 years ago
Jan Tattermusch
a6b5e5c73a
make qps_worker --server_port behavior consistent with java
4 years ago
Esun Kim
da53ff02c7
Merge pull request #24659 from veblush/fix-stacktrace-test
...
Disable stack-trace tests in Release
4 years ago
Esun Kim
b85e2ebc8f
Disable debugging-test in Release
4 years ago
capstan
3b9484afcb
Rerun tools/buildgen/generate_projects.sh under Python 3.
...
This generates reordered lists, presumably dict traversal issues, and there are whitespace diffs in the emitted .json files.
4 years ago
capstan
7267c8fcd9
Python3-ize tools/buildgen.
...
* Ran `2to3` on `tools/buildgen` and the `gen_build_yaml.py` files.
* Updated the invocations of python to be explicitly Python 3.
* Changed the loader in `mako_renderer.py` to allow pickle to find the module for pickling `external_version.Version`
* Added a few open-as-binary to placate readers/writers expecting bytes.
* Hand tweaked the templates to remove `iteritems` and fiddle with encodings.
Partially addresses #24359 .
4 years ago
yulin liang
d39e7133c5
Merge pull request #24658 from yulin-liang/cronet-test-timeout
...
Extend timeout for ios-cpp-test-cronet
4 years ago
Ashitha Santhosh
d8d1090b98
Merge pull request #24616 from ashithasantosh/clang_tidy_fix
...
Fix compilation errors after clang-tidy upgrade.
4 years ago
yulin liang
75044f89f1
Merge pull request #24657 from yulin-liang/update-boringssl
...
1.34 Release [T - 4w] Updating boringssl
4 years ago
Esun Kim
e0cbc7e5dd
Merge pull request #24245 from veblush/stacktrace
...
Add stack-tracer to gRPC
4 years ago
Esun Kim
ead5db0bae
Merge pull request #24641 from veblush/tidy-google-global-names-in-headers
...
[Clang-Tidy] Enable google-global-names-in-headers
4 years ago
Esun Kim
55ccc1f4b3
Enable GPR_ABSEIL_SYNC on Apple
4 years ago
Esun Kim
4b65b58a84
Merge pull request #24656 from veblush/add-bazelignore
...
Add .bazeligore
4 years ago
yulin-liang
d908f6fc18
Extend the timeout for ios-cpp-test-cronet
4 years ago
yulin-liang
6436f81167
Second regeneration
4 years ago
yulin-liang
d578fa48f0
Increment podspec version
4 years ago
Esun Kim
01add836ec
Add .bazelignore
4 years ago
yulin-liang
8383c5a94f
generate boringssl prefix headers
4 years ago
yulin-liang
1cde398471
Updated sha256
4 years ago
yulin-liang
afc556a4c3
renegerate files
4 years ago
yulin-liang
3df9479697
update boringssl dependency to master-with-bazel commit SHA
4 years ago
yulin-liang
ab1e3af0e9
update submodule boringssl-with-bazel with origin/master-with-bazel
4 years ago
yulin liang
fa334f322f
Merge pull request #24637 from yulin-liang/spm-beta-test
...
Propagate warning disables into code.
4 years ago
Yash Tibrewal
2042c703be
Re-enable testKeepaliveWithV2API
4 years ago
donnadionne
f8f8bee8fc
Merge pull request #24640 from donnadionne/matrix
...
Adding v1.33.2 to test matrix
4 years ago
Mark D. Roth
524652becc
Merge pull request #24526 from renkelvin/file
...
[3PI Support] Add file-sourced external account credentials
4 years ago
Vijay Pai
519670a805
Merge pull request #24639 from vjpai/helperize
...
Remove internal use of deprecated ClientAsyncResponseReaderFactory
4 years ago
Mark D. Roth
12fbb6c789
Merge pull request #24635 from markdroth/xds_channel_creds_registry
...
Add XdsChannelCredsRegistry
4 years ago
Esun Kim
f1cd41bb33
Enable google-global-names-in-headers
4 years ago
Donna Dionne
fe9ed18c09
Adding v1.33.2 to test matrix
4 years ago
Chuan Ren
2b1265b42f
Add file-sourced external credentials
4 years ago
Mark D. Roth
23618d9ddd
Add XdsChannelCredsRegistry
4 years ago
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
Vijay Pai
3a68f3dc6e
Remove internal use of deprecated ClientAsyncResponseReaderFactory
4 years ago
yulin-liang
2aa2d8e32a
unsafe flags
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
f3e75c1fa9
Add stack-tracer to gRPC
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