Lidi Zheng
29d42a4731
Merge pull request #21672 from lidizheng/one-logger
...
Clean-up loggers and imports in Cython
5 years ago
Lidi Zheng
d803bc8e4e
Merge pull request #21712 from lidizheng/fix-import
...
[Aio] Fix a segfault in check connectivity state
5 years ago
Vijay Pai
64281e8c79
Clarify ownership in comments
5 years ago
donnadionne
73846ad6b4
Merge pull request #21690 from donnadionne/mac_remote_build
...
Adding GRPC_PORT_ISOLATED_RUNTIME=1 to mac.bazelrc.
5 years ago
Jan Tattermusch
e886a9d0fd
Merge pull request #21723 from grpc/revert-21527-unify_boringssl_deps2
...
Revert "Unify boringssl submodules and use non-developer boringssl cmake build"
5 years ago
Jan Tattermusch
a8a14e6735
Merge pull request #21725 from grpc/revert-21680-cq_ordering
...
Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)"
5 years ago
Jan Tattermusch
4bc28087fb
Merge pull request #21721 from grpc/revert-20803-grpclb_stabilization
...
Revert "grpclb stabilization"
5 years ago
Pau Freixes
2dde566d39
Fix pylint issue
5 years ago
Pau Freixes
071da37fb9
Remove unused call attributes
5 years ago
Pau Freixes
90b04f2a45
Make YAPF happy
5 years ago
Pau Freixes
53c41de3e0
Refactorize Cython and Python call communications
...
Now the status and the initial metadata, as awaitable methods, are
provided by the Cython layer. Any time the Python layer, like the Call
object, needs to know the status of the initial metadata uses the new
methods published by the AioCall
5 years ago
Jan Tattermusch
e7d5ca0b46
Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)"
5 years ago
Jan Tattermusch
fe2242e603
Revert "Unify boringssl submodules and use non-developer boringssl cmake build"
5 years ago
Jan Tattermusch
3f3cf8b62a
Revert "grpclb stabilization"
5 years ago
Jan Tattermusch
eba60d8dbe
Merge pull request #21527 from jtattermusch/unify_boringssl_deps2
...
Unify boringssl submodules and use non-developer boringssl cmake build
5 years ago
Jan Tattermusch
cb800db8f2
regenerate projects
5 years ago
Muxi Yan
9d4411842f
Update BoringSSL podspec version
5 years ago
Muxi Yan
6e8899c1f2
One more patch to fix boringssl podspec
5 years ago
Jan Tattermusch
7951f7a705
run tools/distrib/generate_grpc_shadow_boringssl_symbol_list.sh
5 years ago
Jan Tattermusch
cef07bb9b7
regenerate projects
5 years ago
Jan Tattermusch
6f88ab83ea
update check_submodules.sh and grpc_deps.bzl
5 years ago
Jan Tattermusch
3e7fb05331
update third_party/boringssl-with-bazel to the latest master-with-bazel
5 years ago
Muxi Yan
e6865e01a9
Fix boringssl podspec with new paths
5 years ago
Esun Kim
07c1e72191
Merge pull request #21711 from veblush/absl-optional
...
Abseilify optional
5 years ago
Guantao Liu
3fc71d2963
Merge pull request #21692 from guantaol/tcp_client_posix
...
Modify the signatures of grpc_tcp_client_create_from_fd and grpc_tcp_client_create_from_prepared_fd, and create grpc_fd after connect
5 years ago
Lidi Zheng
225d37e84c
Fix a segfault in check connectivity state
5 years ago
Esun Kim
179bf32d14
Abseilify optional
5 years ago
Lidi Zheng
80d7acff7c
Fixing a segfault in the server shutdown path
5 years ago
Yash Tibrewal
d0df2899a0
Reviewer comments
5 years ago
Yash Tibrewal
95ecb28763
Fix Issue 20928 and potentially other related xds issues
5 years ago
Yash Tibrewal
a74314d1c0
Merge pull request #21691 from yashykt/optionalfix
...
Fix grpc_core::Optional
5 years ago
Yash Tibrewal
c79b29cb9a
Merge pull request #21701 from yashykt/macosreduce
...
Reduce testing load on MacOS systems
5 years ago
Yash Tibrewal
659653d757
Merge pull request #21703 from yashykt/xdsfix
...
Fix 21686 to use the correct status
5 years ago
Vijay Pai
5969ce612d
Merge pull request #21680 from vjpai/cq_ordering
...
Log an error (in dbg mode) if CQ is Shutdown before its Server(s)
5 years ago
Ben Reed
c4c24df78e
Update PGP keys and keyserver for RVM install
...
The tools/gce/linux_kokoro_performance_worker_init.sh executes a script that installs a ruby version manager, RVM. For security reasons, this script relies on PGP keys from RVM maintainers.
It's execution failed at the installation of RVM, because the key for a new maintainer had not been received. This commit adds GPG key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB for RVM's maintainer "pkuczynski". It results in the successful installation of rvm stable.
The current keyserver, hkp://keys.gnupg.net, is not one of the keyservers listed on https://rvm.io/rvm/security . When navigating to https://keys.gnupg.net in a browser, the server does not provide a way to search for keys without authenticating and redirecting to a strange domain. This commit also moves the script to use hkp://pgp.mit.edu, a listed keyserver that is maintained by MIT.
Signed-off-by: Ben Reed <benreed@google.com>
5 years ago
Yash Tibrewal
48139ebe2e
Fix 21686 to use the correct status
5 years ago
Yash Tibrewal
f6ae5426f6
Clang format
5 years ago
Yash Tibrewal
d66bb39b12
Reduce testing load on MacOS systems
5 years ago
Yash Tibrewal
4466a4ce61
Merge pull request #21632 from ikedam/feature/no_proxy_for_empty_value
...
Treat an empty `http_proxy` mean "Don't use proxy" and skip parsing it
5 years ago
Yash Tibrewal
abcaf6df0e
Fix emplace
5 years ago
Yash Tibrewal
748ee20bb5
Merge pull request #21686 from yashykt/masterfix
...
Fix xds_end2end_test
5 years ago
Lidi Zheng
b9083a9edb
Merge pull request #21681 from lidizheng/aio-callbacks
...
[Aio] Implement add_done_callback and time_remaining
5 years ago
Jan Tattermusch
e6601c8eb6
Merge pull request #21695 from jtattermusch/fix_csharp_distribtests
...
Fix C# distribtests
5 years ago
Jan Tattermusch
8c577ac45f
fix boringssl_at_head job
5 years ago
Jan Tattermusch
a3d06e5cfe
fix C# distribtests
5 years ago
apolcyn
9ada7bbad0
Merge pull request #21684 from apolcyn/upmerge_1_26
...
Upmerge v1.26.x to master
5 years ago
Vijay Pai
8eea254922
Merge pull request #21683 from vjpai/drain_log
...
Log (in debug mode) if CQ destroyed without full draining
5 years ago
Guantao Liu
53e42e65e1
Modify the signatures of grpc_tcp_client_create_from_fd() and
...
grpc_tcp_client_create_from_prepared_fd(), and create grpc_fd after
connect(). Otherwise if we call connect() after epoll_wait() starts,
connect() will trigger a spurious EPOLLOUT|EPOLLHUP event.
5 years ago
Yash Tibrewal
8cffcaea9d
Use the same return type
5 years ago
Yash Tibrewal
ade0c98e87
Fix grpc_core::Optional
5 years ago