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
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
Jan Tattermusch
891537eae1
get rid of unused use_openssl.sh script
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
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
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
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
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
Esun Kim
252de4f05c
Revert "Support CentOS 7 for gRPC.NET"
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