Lidi Zheng
fa62339430
Make Sanity test happy
5 years ago
Lidi Zheng
5f0a70973e
Implement connectivity state related APIs
5 years ago
Stanley Cheung
b0d7e680cb
Merge pull request #21651 from stanley-cheung/php-fix-roots-pem
...
PHP: Fix logic setting roots pem
5 years ago
Lidi Zheng
3965762ab0
Merge pull request #21351 from Skyscanner/async-unary-unary-credentials
...
[Aio] Support credentials for unary calls
5 years ago
Yang Gao
03b3a8930e
Merge pull request #21642 from yang-g/init
...
Add a blocking init/shutdown test
5 years ago
Pau Freixes
8f51eb62d5
Make YAPF happy
5 years ago
Pau Freixes
299a9b38ae
Skip time out test for windows environments
5 years ago
Mariano Anaya
35b7da75f1
Accept credentials in async unary_unary call
...
Create the asynchronous version of a secure channel, that accepts the
credentials.
from grpc.experimental.aio import secure_channel
channel = secure_channel(...)
Co-authored-by: Pau Freixes <pau.freixes@skyscanner.net>
5 years ago
Jan Tattermusch
477fc8068e
Merge pull request #21628 from voidzcy/script/skip_android_build_for_java_interop_test
...
Skip building Android-dependent parts for Java interop test
5 years ago
Jan Tattermusch
ae3910768d
Merge pull request #21611 from jtattermusch/fix_openssl111_win_build
...
fix build with OpenSSL1.1.1+ on Windows
5 years ago
Stanley Cheung
7123a41cb1
PHP: Fix logic setting roots pem
5 years ago
jboeuf
8577fe8f81
Merge pull request #21641 from jboeuf/sts_creds_fix_empty_actor_token
...
Fix STS credentials to ignore empty actor token path.
5 years ago
Nicolas Noble
99fdc581a0
Merge pull request #21646 from grpc/yash-manager
...
Passing to yash
5 years ago
yihuaz
2324666ce2
Merge pull request #21640 from yihuazhang/change_local_tcp_security_level
...
Update security level of local TCP connection
5 years ago
Nicolas Noble
220989ab42
Passing to Yash
5 years ago
Esun Kim
88e3be65d1
Merge pull request #21645 from veblush/upb-update
...
Upb update
5 years ago
Nicolas Noble
214d0cc2dd
Passing to Yash
5 years ago
Nicolas Noble
7362abf37e
Passing to Yash
5 years ago
Nicolas Noble
de2a600f01
Passing to yash
5 years ago
Esun Kim
74ecbab956
Merge pull request #21631 from veblush/testenv3
...
Make unit test have init-shutdown pair.
5 years ago
Lidi Zheng
e7bec9b1b9
Merge pull request #21607 from lidizheng/aio-args
...
[Aio] Support channel argument for both client and server
5 years ago
Esun Kim
a118c0bc73
Update upb in the bazel dependency
5 years ago
Esun Kim
7e32ac31ca
Merge commit 'f9d27c0b8c77ebaa42dd1d287e1ec7d0c3682ad4' into upb-update
5 years ago
Esun Kim
f9d27c0b8c
Squashed 'third_party/upb/' changes from 2a25fd557e..d8f3d6f9d4
...
d8f3d6f9d4 Merge pull request #233 from annarev/add_port_dependencies
a27429f265 Add port_def.inc and port_undef.inc to generated code hdrs
3797ad2217 port should not be public
578dc32208 Set port visibility to public.
fc4941183f Add :port dependencies to libraries that include it
7d1abedbdd Merge pull request #232 from annarev/forward_assert_changes
1b131ca544 Merge pull request #231 from annarev/fix_build_for_sync
d2389ba261 Add correctness asserts to upb_addmsg
de1bc11663 Split port into its own target, add msg.h to :legacy_msg_reflection
abdf14937d Merge pull request #216 from XrXr/use-memcpy-to-do-unaligned-read
47ab661706 Merge pull request #227 from lizan/absl_workspace_name
0b63c75164 Do not strip :descriptor_upbreflection and make some headers public that are used outside of the their module
bcdfe6b1b0 bazel: use canonical repository name for absl
a73fd86c13 Use memcpy to perform unaligned reads
git-subtree-dir: third_party/upb
git-subtree-split: d8f3d6f9d415b31f3ce56d46791706c38fa311bc
5 years ago
Yihua Zhang
dc43435c2e
fix local tcp e2e tests
5 years ago
yang-g
88d5971870
Add a blocking init/shutdown test
5 years ago
Lidi Zheng
b74476417d
Make the socket creation function 2/3 agnostic
5 years ago
Lidi Zheng
e479a78b7c
Apply REUSEADDR and REUSEPORT at the same time
5 years ago
Lidi Zheng
db5bd23e36
Remove the errno.ENOSR form unrecoverable error list
5 years ago
Lidi Zheng
055b3a7e6f
Simply the check
5 years ago
Lidi Zheng
ebd2c841e1
Check the errno instead of the message
5 years ago
Lidi Zheng
305defc7cb
Reuse 'bound_socket' to improve the test case
5 years ago
Lidi Zheng
d7698e7e1d
Make the test v4/v6 agnostic & fix some typo
5 years ago
Lidi Zheng
d1cf71ade5
Fix the format in Cython
5 years ago
Lidi Zheng
cc19670bb9
Cosmetic changes
5 years ago
Lidi Zheng
3a6eaf7de7
Remove the hack
5 years ago
Lidi Zheng
8d81314fc8
Make YAPF happy
5 years ago
Lidi Zheng
387c9c0be3
Improve the credibility of the test
5 years ago
Lidi Zheng
96321ed57f
Make sanity tests happy
5 years ago
Lidi Zheng
91df9493eb
Support channel argument for both client-side and server-side
5 years ago
Julien Boeuf
323e23a7c5
Fix STS credentials to ignore empty actor token path.
5 years ago
Yihua Zhang
372299406a
update local tcp security level
5 years ago
Guantao Liu
1326593d3f
Merge pull request #21583 from guantaol/libuv_deps
...
Add a new submodule libuv v1.34.0
5 years ago
Lidi Zheng
da6a29dd6d
Merge pull request #21455 from Skyscanner/client_unaryunary_interceptors_3
...
[Aio] Client Side Interceptor For Unary Calls
5 years ago
Esun Kim
74d2fb842e
Timeout for shutdown!
5 years ago
Pau Freixes
17928a43c0
Apply review feedback, increase timeout threshold
5 years ago
Esun Kim
8c9dcf7c35
Merge pull request #21625 from veblush/testenv2
...
Make test code use TestEnvironment (part 2)
5 years ago
Esun Kim
cc95d45d5c
Merge pull request #21291 from g-easy/upb
...
Upgrade the version of upb we use.
5 years ago
Mark D. Roth
7388c47c91
Merge pull request #20803 from markdroth/grpclb_stabilization
...
grpclb stabilization
5 years ago
Chengyuan Zhang
d659ad23ef
Skip building Android-dependent modules for Java interop test.
5 years ago