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
Jan Tattermusch
7faa779504
Merge pull request #21667 from jtattermusch/csharp_channelbase_shutdownasync
...
Introduce ChannelBase.ShutdownAsync() in a backward-compatible manner.
5 years ago
Jan Tattermusch
dae922cfe4
stop requiring go for mac builds
5 years ago
Jan Tattermusch
66a644afa5
regenerate projects
5 years ago
Jan Tattermusch
84d63d7686
run tools/distrib/generate_grpc_shadow_boringssl_symbol_list.sh
5 years ago
Jan Tattermusch
26c3d7c2b6
regenerate projects
5 years ago
Jan Tattermusch
e2ca0075a8
update check_submodules.sh and grpc_deps.bzl
5 years ago
Jan Tattermusch
972155a4cb
update third_party/boringssl-with-bazel to the latest master-with-bazel
5 years ago
Jan Tattermusch
925a714275
regenerate projects
5 years ago
Jan Tattermusch
7b4bfe19aa
run tools/distrib/generate_grpc_shadow_boringssl_symbol_list.sh
5 years ago
Jan Tattermusch
325da0066d
regenerate projects
5 years ago
Jan Tattermusch
742c61294b
use boringssl-with-bazel instead of third_party/boringssl
5 years ago
Jan Tattermusch
baa895f1b6
remove golang dependency for cmake build on windows
5 years ago
Jan Tattermusch
9f29d6ae0b
update gen_build_yaml.py
5 years ago
Jan Tattermusch
c31501f7e4
update check_submodules.sh
5 years ago
Jan Tattermusch
dc224cb4aa
remove third_party/boringssl in favor of boringssl-with-bazel
5 years ago
Jan Tattermusch
e37e9aca2b
set ssl.cmake to use CMakeLists.txt from boringssl-with-bazel
5 years ago
Jan Tattermusch
d4cc9b8c71
update check_submodules.sh and grpc_deps.bzl
5 years ago
Jan Tattermusch
e980abd278
update third_party/boringssl-with-bazel to the latest master-with-bazel
5 years ago
Jan Tattermusch
32b487bc4d
review comments
5 years ago
Jan Tattermusch
bf1b849f9a
incorporate https://github.com/protocolbuffers/protobuf/pull/7096
5 years ago
Juanli Shen
a0b812c30f
Add CDS to xds client
5 years ago
Lidi Zheng
1c78ccd44e
Implement add_done_callbacks and time_remaining
5 years ago
Lidi Zheng
adab340647
Simplify call_test using mixin class
5 years ago
Richard Belleville
5ad654d5ab
Merge pull request #19699 from curiousjazz77/patch-1
...
fix broken link and move links to bottom
5 years ago
ZhenLian
bd9865f6cb
Merge pull request #21670 from grpc/zhen_mac_make_fix
...
MacOS make fix
5 years ago
Lidi Zheng
6f6b0d09bd
Merge pull request #21643 from lidizheng/aio-reuseport
...
[Aio] Support SO_REUSEPORT channel option
5 years ago
Lidi Zheng
af67aaf031
Merge pull request #21647 from lidizheng/aio-metadata
...
[Aio] Support metadata for unary calls
5 years ago
Esun Kim
5c74ed6f40
Merge pull request #21671 from veblush/del-gcc48
...
Bump the version of gcc to 4.9
5 years ago
Yash Tibrewal
3941f9dbf3
Revert "Sidestep multiple initialization issue of Tracers with Makefile"
5 years ago