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
Donna Dionne
bf3ea2e3a5
Adding GRPC_PORT_ISOLATED_RUNTIME=1 to mac.bazelrc.
...
Since remote builds do not use port server, GRPC_PORT_ISOLATED_RUNTIME
is needed and it is missing from mac.bazelrc.
Before this fix
tools/bazel --bazelrc=tools/remote_build/mac.bazelrc test --config=opt test/cpp/end2end/...
failed with errors like
D0117 00:38:28.961089757 16 port_server_client.cc:139] failed port pick from server: retrying
After this fix
build and test succeeded
5 years ago
Yash Tibrewal
ccf20e254f
Fix xds_end2end_test
5 years ago
Yash Tibrewal
ae64627a42
Merge pull request #21678 from grpc/revert-21661-odrsidestep
...
Revert "Sidestep multiple initialization issue of Tracers with Makefile"
5 years ago
Alexander Polcyn
79da101412
Merge remote-tracking branch 'upstream/v1.26.x' into upmerge_1_26
5 years ago
Vijay Pai
570d808d61
Log (in debug mode) if CQ destroyed without full draining
5 years ago
apolcyn
232fa12972
Merge pull request #21590 from jtattermusch/protobuf_3_11_2
...
Update third_party/protobuf to v3.11.2
5 years ago
Jiangtao Li
c3aaf0615e
Merge pull request #20316 from akshayku/support-engine
...
Add support for OpenSSL ENGINE
5 years ago
Lidi Zheng
c1eab2e95f
Remove the suppression
5 years ago
Lidi Zheng
0fc1d212aa
Make sanity tests happy
5 years ago
Lidi Zheng
780bff32eb
Fix the test case
5 years ago
Lidi Zheng
21670ed1a8
Add time remaining test case
5 years ago
Vijay Pai
6466c7f166
Log an error (in dbg mode) if CQ is Shutdown before its Server(s)
5 years ago
Esun Kim
4a576907c8
Added verify_duplicate_sources
5 years ago
Mark D. Roth
35ca26665b
Merge pull request #20638 from AspirinSJL/cds_in_xds_client
...
Add CDS to xds client
5 years ago