Lidi Zheng
85c8ce2f2f
Fix a bug in conflict resolution
5 years ago
Akshay Kumar
cced243a06
OpenSslEngineSupport-200114
5 years ago
Lidi Zheng
8391b12117
Use the same number in kernel
5 years ago
Lidi Zheng
8e53e5712f
Reuse util functions in channel_args
5 years ago
Lidi Zheng
4a86bb16f5
Adding documentation to the new ref-count mechanism
5 years ago
Lidi Zheng
7520925814
Further simplify the ref-count management for CallbackWrapper
5 years ago
Lidi Zheng
3099856a6a
Adopt reviews' suggestions:
...
* Created a separate file for test constants
* Guarded current behavior of watch_connectivity_state
* Applied the same SEGV protection to callback_common
5 years ago
Lidi Zheng
050b3989f0
Make pytype happy
5 years ago
Lidi Zheng
0afc05cef5
Fixing the docstring wording
5 years ago
Lidi Zheng
f75ce34da7
Removing an empty line
5 years ago
Lidi Zheng
650ba93a61
Improve the surface API & rewrite the test
5 years ago
Lidi Zheng
fa62339430
Make Sanity test happy
5 years ago
Lidi Zheng
5f0a70973e
Implement connectivity state related APIs
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
James Newton-King
022d5b205f
Update IAsyncStreamWriter.cs
5 years ago
Stanley Cheung
26578836f2
PHP: Fix logic setting roots pem
5 years ago
Stanley Cheung
7123a41cb1
PHP: Fix logic setting roots pem
5 years ago
Lidi Zheng
bcd57dfb7d
Support Windows
5 years ago
Lidi Zheng
6a70555290
Plumb through socket options from application to iomgr
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
Pau Freixes
17928a43c0
Apply review feedback, increase timeout threshold
5 years ago
Yash Tibrewal
0cba88bc5a
FakeResolver changes
5 years ago
ikedam
22e21f9da4
Treat an empty `http_proxy` mean "Don't use proxy" and skip parsing it
5 years ago
Yash Tibrewal
c5416fcdb3
Reviewer comments and a minor bug
5 years ago
Mark D. Roth
5b18402914
grpclb stabilization
5 years ago
Pau Freixes
bb2c94f0e2
Fix random segfaults when gRPC call resources are released
...
Due to the GC work for breaking reference cycles the internal
attributes of the _AioCall object were cleared and initialized
with None in aims of releasing refcounts for breaking direct or
indirect references.
Once the clear was done, the deallocation of the _AioCall would
fail since the pointer to gRPC call was cast to an invalid object,
no longer was a GrcpWrapper object but a None object, returning a
NULL as a value for the attribute call.
5 years ago
Yash Tibrewal
895bd10859
s/combiner/logical_thread
5 years ago
Yash Tibrewal
0ae85fe758
Fix logical thread orphaning
5 years ago
Esun Kim
9c6986f7e3
Enclose pthread include with GRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK
5 years ago
Yash Tibrewal
e36ede8c67
Remove exec_ctx dependency from logical thread
5 years ago
Pau Freixes
aa473fa68a
Make YAPF happy
5 years ago
Pau Freixes
69884f7d84
Remove unused loop parameter
5 years ago
Pau Freixes
db54580f20
Make YAPF happy
5 years ago