Yash Tibrewal
6f5b4624af
Delete api_fuzzer
5 years ago
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
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
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
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
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