Lidi Zheng
f9aed63225
Merge pull request #21506 from lidizheng/aio-cancel
...
[Aio] Improve cancellation mechanism on client side
5 years ago
Akshay Kumar
ef376e35d7
FullChainExperimental-01-200106-ssl_transport_security_test
5 years ago
Richard Belleville
ad83e0b77a
Clarify the set_trailing_metadata docstring
5 years ago
Vijay Pai
a46ca2465e
Merge pull request #21586 from grpc/vjpai-patch-2
...
Remove unused (and defective) constructor
5 years ago
Yash Tibrewal
1388c7a2c0
Merge pull request #21580 from yashykt/timeprecisebug
...
Replace or with ||
5 years ago
Yash Tibrewal
ca60aac817
Merge pull request #21560 from yashykt/executorlogfix
...
Fix log statement
5 years ago
Yihua Zhang
f3d3466a40
fix python santiy check error
5 years ago
Lidi Zheng
5c4e285830
Use "raise_for_status"
5 years ago
Yihua Zhang
e10d90ba27
add security level negotiation between call creds and channel.
5 years ago
Akshay Kumar
3eadaa1aa8
FullChainExperimental-01-200106-rb
5 years ago
Akshay Kumar
cee3e85266
Merge branch 'master' into full-chain-callback-experimental
5 years ago
Akshay Kumar
b50280a61a
FullChainExperimental-01-200106-generateprojects
5 years ago
Vijay Pai
4f0875dd9e
Merge pull request #21578 from grpc/vjpai-patch-1
...
Comment out unused parameter
5 years ago
Vijay Pai
2f0362ee3a
Remove unused (and defective) constructor
5 years ago
Esun Kim
b56587c03c
Merge pull request #21581 from veblush/yapf-2
...
Add more files to yapf targets
5 years ago
Akshay Kumar
db11b94f25
FullChainExperimental-01-200103
5 years ago
Esun Kim
e52081f903
More pythons to be formatted
5 years ago
Esun Kim
40d8986827
Merge pull request #20184 from veblush/try-abseil
...
Add abseil to gRPC Core
5 years ago
Esun Kim
5207eba9ff
Add abseil
5 years ago
Esun Kim
bf9a0aa6a0
Merge pull request #21542 from grpc/revert-21481-net-csharp
...
Revert "Support CentOS 7 for gRPC.NET"
5 years ago
Esun Kim
252de4f05c
Revert "Support CentOS 7 for gRPC.NET"
5 years ago
Guantao Liu
6b8a71ef40
Add a new submodule "libuv"
5 years ago
Esun Kim
1897f9ff60
Merge pull request #21574 from veblush/distribtest-timeout
...
Change the default timeout of CppDistribTest to 45min from 30min
5 years ago
Esun Kim
c683d80330
Merge pull request #21575 from veblush/yapf
...
Yapf all target python sources
5 years ago
Yash Tibrewal
324d2e64be
Replace or with ||
5 years ago
Jiangtao Li
fef0a47222
Merge pull request #21547 from ZhenLian/zhen_alts_context_new_3
...
Exposing ALTS Context and clientAuthzCheck()
5 years ago
Lidi Zheng
9a3ddd8d76
Correct comment wording
5 years ago
Lidi Zheng
4e3d980f70
Convert local cancellation exception into CancelledError
5 years ago
Lidi Zheng
a3d7733dd0
Passing cancel signal to Core for Unary Call as well
5 years ago
Lidi Zheng
6f0ffef2e9
Resolve a TODO and handle one more cancellation corner case
5 years ago
Lidi Zheng
413d29218e
Make YAPF happy
5 years ago
Lidi Zheng
d49b0849f0
Adding more catch clauses for CancelledError
5 years ago
Lidi Zheng
e8283e4818
Reword the comment
5 years ago
Lidi Zheng
65e4f17a2c
Remove unused code
5 years ago
Lidi Zheng
f1b29deea6
Improve cancellation mechanism:
...
* Remove the weird cancellation_future;
* Convert all CancelledError into RpcError with CANCELLED;
* Move part of call logic from Cython to Python layer;
* Make unary-stream call based on reader API instead of async generator.
5 years ago
Zhen Lian
618771dc6a
[Exposing ALTS Context 2/2] Utility Wrapper Class
...
This PR contains:
1. An ALTS context exposed for users to use, and a GetAltsContextFromAuthContext() function to get ALTS context from an AuthContext. Functionality-wise this part is similar with a previous PR https://github.com/grpc/grpc/pull/21536 , but in this PR, we adjusted the code structure and made some minor changes to better suit function clientAuthzCheck()
2. A clientAuthzCheck() function for users to check if the server is authorized
5 years ago
Esun Kim
7be821ac47
Yapf all target python sources
5 years ago
Vijay Pai
867d5f8052
Comment out unused-parameter
5 years ago
Esun Kim
782879d104
Change the default timeout of CppDistribTest to 45min from 30min
5 years ago
Yash Tibrewal
ce9e6eeded
Merge pull request #21573 from yashykt/updatetriage
...
Passing triage duty to Esun
5 years ago
Yash Tibrewal
e508d7fabe
Passing triage duty to Esun
5 years ago
Yash Tibrewal
ac845a1cd0
Fix log statement
5 years ago
Yash Tibrewal
268c6a5f80
Merge pull request #21546 from yashykt/runtestsfix
...
Don't fail on upload_results_to_bq not being defined
5 years ago
Pau Freixes
a85d001225
Merge pull request #21543 from Skyscanner/allow_calling_none_existing_servers
...
[Aio] Call correctly the connect CB error when an error happens
5 years ago
Pau Freixes
d3bba44e9e
[Aio] Call correctly the connect CB error when an error happens
...
Fixes a bug with the Aio socket that did not call correctly the
connect CB function when there was an issue connecting to a host
5 years ago
Yash Tibrewal
72c4b9767b
YAPF formatting
5 years ago
Yash Tibrewal
0263f75105
Merge pull request #21539 from yashykt/logging1
...
Extra logging with Truncated message on read closed
5 years ago
Yash Tibrewal
e0e6e574d1
Reviewer comments
5 years ago
Yash Tibrewal
45501dbbc4
Don't fail on upload_results_to_bq not being defined
5 years ago
Jan Tattermusch
9e95ff96ee
Merge pull request #21467 from zackgalbreath/cmake_docs
...
Updated documentation for using gRPC C++
5 years ago