Yash Tibrewal
27dbc95a81
Fix subject_alternative_names deletion
4 years ago
Lidi Zheng
0dd3f7e65b
Merge pull request #24946 from lidizheng/abort-annotation
...
[Aio] Correct type annotation of grpc.aio.ServicerContext.abort
4 years ago
Lidi Zheng
e1b9574c6d
Merge pull request #24947 from lidizheng/try-fix-macos-build
...
Fix the macOS Python SSL module failure
4 years ago
Donna Dionne
96a11767a1
Separate out ref counted related logs from the xds_client logs
4 years ago
jiangtaoli2016
8c885f754a
Update root pem certs
4 years ago
Lidi Zheng
25b3662c6e
Update pyOpenSSL with cryptography
4 years ago
Adam J Heller
246518666f
Merge pull request #24938 from drfloob/fix-gpr_log-warning
...
Fix gpr_log compiler warning about string literals, breaking the build
4 years ago
Adam J Heller
82f01022a2
Merge pull request #24941 from drfloob/fix-uri-parser-overpermissive-invalid-percent-decoding
...
Fix overpermissive percent-decoding of URIs ('%eth1' case)
4 years ago
Lidi Zheng
fd05dcef50
Upgrade pyOpenSSL explicitly
4 years ago
Lidi Zheng
2c302b9089
Try force install Python 3.7
4 years ago
Lidi Zheng
45b4608a02
Correct the type annotation of abort
4 years ago
AJ Heller
6cc1d2edb0
Fix overpermissive percent-decoding of URIs ('%eth1' case)
...
Invalid `%nn` 3-character strings were being incorrectly decoded. For
example, in `%eth1`, the `%e` was being translated to ASCII 14, while
the correct behavior is to leave `%eth1` unchanged since the string
`%et` is an invalid 3-character percent encoding.
4 years ago
Jan Tattermusch
600dd1b86c
Merge pull request #21439 from apolcyn/revert_grpclb_in_dns_interop
...
Delete unused grpclb-in-dns interop test suite
4 years ago
Jan Tattermusch
fc2ea4d54a
upgrade ruby image in run_tests.py
4 years ago
Jan Tattermusch
c5c123efc9
add cmake to ruby dockerfiles
4 years ago
Jan Tattermusch
a35cd4f89d
build protoc artifacts with cmake
4 years ago
Jan Tattermusch
82fb6a4b7a
regenerate makefile
4 years ago
Jan Tattermusch
cbf97fa716
Makefile: remove support for building protobuf, C++ libraries and executables
4 years ago
AJ Heller
51fe6bc4aa
Fix gpr_log compiler warning about string literals, which breaks the build
4 years ago
Yash Tibrewal
8d9b37362c
Merge pull request #24834 from yashykt/addsanstocheck
...
Add SANs matching for xDS credentials
4 years ago
Yash Tibrewal
c9e99945ec
Add SANs matching for xDS credentials
4 years ago
Lidi Zheng
befc7a7d4b
Merge pull request #24755 from lidizheng/aio-examples
...
Polish and add AsyncIO examples
4 years ago
Lidi Zheng
40a5a655af
Polish and add AsyncIO examples
...
* Add type annotations
* Add test for asyncio auth example
* Use dynamic stubs to allow same code runs manually and under Bazel
* Add grpcio-tools as a Bazel dependency
* asyncio.run is not yet existed in 3.6
* Improve readability
4 years ago
Richard Belleville
997dc017b9
Merge pull request #24911 from gnossen/pin_grpcio_tools
...
Automate Protobuf Version Templating
4 years ago
ZhenLian
551009be68
Merge pull request #24805 from ZhenLian/zhen_dynamic_file_reloading_7
...
refactor PemKeyCertPair to take absl::string_view
4 years ago
Srini Polavarapu
e3cf43ed64
Merge pull request #24930 from srini100/master
...
update schedule
4 years ago
Alexander Polcyn
70f3a25125
Delete unused grpclb-in-dns interop test suite
4 years ago
Jan Tattermusch
c76716cae0
Merge pull request #24933 from jtattermusch/remove_obsolete_failure_scripts
...
Remove obsolete failure detection scripts(detect_new_failures.py)
4 years ago
Thi Doãn
0ced4f5caa
Add darwin_arm64 and darwin_arm64e to c-ares' config settings
...
This fixes Bazel selecting the wrong source for `cares` when building
with `--cpu=darwin_arm64` or `--cpu=darwin_arm64e` (it was selecting the
source in the default condition, which is for Linux).
We're having the same patch in Bazel
(1782f0ae75
;
it was using an older grpc release). Fixing this here so we can remove
the patch in the next update.
4 years ago
Jan Tattermusch
2a81e0cd3e
remove obsolete failure detection scripts
4 years ago
Srini Polavarapu
e8621af6c1
update schedule
4 years ago
Adam J Heller
91c4cbd51b
Merge pull request #24701 from drfloob/null-byte-uri-components
...
Convert URI parser to C++
4 years ago
Richard Belleville
9c0497a0b0
Yapf. Index from beginning
4 years ago
AJ Heller
880a854f0e
Convert URI parser to C++ #24701
4 years ago
ZhenLian
de4e8a4680
refactor PemKeyCertPair
4 years ago
Richard Belleville
38124ab0c6
Review comments
4 years ago
Mark D. Roth
8c12cc80e8
Merge pull request #24919 from markdroth/client_channel_remove_get_subchannel_call
...
Remove grpc_client_channel_get_subchannel_call().
4 years ago
Mark D. Roth
00435c1b23
Merge pull request #24859 from markdroth/repo_mgr
...
Change repo manager to nicolasnoble.
4 years ago
Jan Tattermusch
f695914631
Merge pull request #24913 from veblush/fix-pecl
...
Fix PECL problem
4 years ago
Mark D. Roth
e4faf1945d
Remove grpc_client_channel_get_subchannel_call().
4 years ago
Esun Kim
8bbe583703
Fix pecl problem
4 years ago
Esun Kim
78b23852b1
Merge pull request #24909 from veblush/fix-osx-distribtest
...
Added PREPARE_BUILD_INSTALL_DEPS_PHP to distribtests
4 years ago
Richard Belleville
010d62175e
Pin protobuf version dependency for grpcio-tools
4 years ago
Esun Kim
7373087aa6
Merge pull request #24907 from veblush/fix-status-code
...
Fix StatusCode
4 years ago
Esun Kim
7b768dfa8d
Added PREPARE_BUILD_INSTALL_DEPS_PHP to distribtests
4 years ago
Stanley Cheung
fc66bb707b
Merge pull request #24891 from tony2001/php_double_hash_destroy
...
remove zend_hash_destroy() from postfork handler
4 years ago
Esun Kim
f171a6689e
Fix StatusCode
4 years ago
Stanley Cheung
d91cb737d0
Merge pull request #24901 from HannahShiSFB/phpunit8-warnings
...
PHP: fix phpunit warnings
4 years ago
Stanley Cheung
65cf9f0cb4
Merge pull request #24900 from HannahShiSFB/php8-phpunit8
...
PHP: upgrade phpunit to 8.5.13 to support php8
4 years ago
yulin liang
61af6e7f4f
Merge pull request #24896 from yulin-liang/interop_matrix
...
Adding v1.34.0 to interop matrix.
4 years ago