Guantao Liu
df43012698
Fix tools/run_tests/sanity/check_bazel_workspace.py
5 years ago
Guantao Liu
0ab572393f
move submodule libuv to v1.34.0
5 years ago
Yihua Zhang
c5def76af3
increase peer property count due to sync with https://github.com/grpc/grpc/pull/21423/files
5 years ago
Guantao Liu
a19d4f8444
Merge remote-tracking branch 'upstream/master' into libuv_deps
5 years ago
Guantao Liu
924ce78fc9
Fix sanity checks and "really" add the libuv submodule to third_party.
5 years ago
Yihua Zhang
c8c284ed3a
merge with upstream/master
5 years ago
Stanley Cheung
528dbb13e4
Merge pull request #21604 from stanley-cheung/update-php-alpine-image
...
Add linux-headers to alpine image
5 years ago
yihuaz
e9665070b9
Merge pull request #21423 from akshayku/full-chain-callback-experimental
...
Add Support for Full Chain Callbacks - experimental namespace
5 years ago
Pau Freixes
5d664a5f5e
Make YAPF happy
5 years ago
Pau Freixes
33765f5ee5
Not mask AioRpcError and CancelledError at interceptor level
5 years ago
Esun Kim
89f0cabf78
Merge pull request #21600 from veblush/to-nicolas
...
Pass the manager to Nicolas
5 years ago
Stanley Cheung
017cbd4ebd
Add linux-headers to alpine image
5 years ago
Yihua Zhang
62005e4290
Merge remote-tracking branch 'upstream/master' into grpc_security_level_negotiation
5 years ago
Esun Kim
1fdfb19218
Added a test to keep grpc run without abseil
5 years ago
Akshay Kumar
02371b7569
FullChainExperimental-01-200106-ssl_transport_security_test-4
5 years ago
Esun Kim
9fb00492ff
Pass the manager to Nicolas
5 years ago
Lidi Zheng
d1b31507d4
Merge pull request #21595 from lidizheng/in-place-yapf
...
Make yapf_code capable of making in-place changes
5 years ago
Yang Gao
b07d7f1485
Merge pull request #21597 from yang-g/max_message_size
...
Allow plugin/global_callback to override max_recv_message_size
5 years ago
Arjun Roy
617c43013a
Merge pull request #19296 from arjunroy/grpc_zcp
...
gRPC TCP Send Zerocopy
5 years ago
Kim Bao Long
953f7c4429
Remove duplicated words
...
Although it is spelling mistakes, it might make an affects while reading.
Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
5 years ago
Arjun Roy
48f026d90e
gRPC TCP Transmit-side Zerocopy.
...
Implements TCP Tx-side zerocopy. Must be explicitly enabled to use.
For large RPCs (>= 16KiB) it reduces the amount of CPU time spent
since it avoids a userspace to kernel data buffer copy. However, there
is a tradeoff - the application must process a callback on the socket
error queue placed by the kernel, informing the application that the
data buffer can be freed since the kernel is done. The cost of
processing the error queue means that we do not have an advantage for
small RPCs.
5 years ago
yang-g
138ce26bb5
Fixes
5 years ago
yang-g
f50c5a025c
Revert "Merge pull request #21494 from grpc/revert-21478-max_message_size"
...
This reverts commit 2e4ebd7478
, reversing
changes made to 1bd6fcc338
.
5 years ago
Pau Freixes
a2667b80c3
make YAPF happy
5 years ago
Pau Freixes
833df2b6c8
Apply feedback
5 years ago
Pau Freixes
77df7f5f17
Client unary unary interceptor
...
Implements the unary unary interceptor for the client-side. Interceptors
can be now installed by passing them as a new parameter of the `Channel`
constructor or by giving them as part of the `insecure_channel`
function.
Interceptors are executed within an Asyncio task for making some work before
the RPC invocation, and after for accessing to the intercepted call that has
been invoked.
5 years ago
Akshay Kumar
3be7b4362f
FullChainExperimental-01-200106-ssl_transport_security_test-3
5 years ago
Lidi Zheng
4bb124f54f
Make yapf_code capable of making in-place changes
5 years ago
Akshay Kumar
48d51b24e4
FullChainExperimental-01-200106-ssl_transport_security_test-2
5 years ago
Richard Belleville
a29b3b7304
Merge pull request #21593 from gnossen/correct_set_trailing_metadata_docs
...
Clarify the set_trailing_metadata docstring
5 years ago
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