Esun Kim
26adb49f5d
Merge pull request #21598 from longkb/remove_duplicated_words
...
Remove duplicated words
5 years ago
Esun Kim
b74f548240
Merge pull request #21260 from longkb/replace_http_by_https
...
Replacing 'HTTP' by 'HTTPS' for securing links
5 years ago
Esun Kim
e275144470
Merge pull request #21620 from veblush/testenv
...
Make test code use TestEnvironment
5 years ago
Esun Kim
9ae81e1d3f
Make test code use TestEnvironment
5 years ago
Esun Kim
010c7b8413
Merge pull request #21617 from veblush/fix-pthread-include
...
Enclose pthread include with GRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK
5 years ago
Esun Kim
9c6986f7e3
Enclose pthread include with GRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK
5 years ago
Jan Tattermusch
06f9499232
Merge pull request #21610 from jtattermusch/remove_use_openssl
...
get rid of unused use_openssl.sh script
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
Pau Freixes
2a342b22a7
Fixes bug with deadline
5 years ago
Guantao Liu
e6b29a11e7
Merge remote-tracking branch 'upstream/master' into libuv_deps
5 years ago
yihuaz
2b200d2313
Merge pull request #21215 from yihuazhang/grpc_security_level_negotiation
...
Security level negotiation between call credentials and channel
5 years ago
Esun Kim
5d1f0ac0db
Merge pull request #21601 from veblush/test-without-abseil
...
Added a test to keep grpc run without abseil
5 years ago
Pau Freixes
75c858bcef
Change test name
5 years ago
Jan Tattermusch
e240ffe43e
fix build with OpenSSL1.1.1+ on Windows
5 years ago
Jan Tattermusch
891537eae1
get rid of unused use_openssl.sh script
5 years ago
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