Mehrdad Afshari
3d1dc96f47
Fix run_python.sh to pass shellcheck
7 years ago
Mehrdad Afshari
4da34aa8f0
Fix run_lcov.sh to pass shellcheck
7 years ago
Mehrdad Afshari
fa98f1d086
Fix pre_build_ruby.sh to pass shellcheck
7 years ago
Mehrdad Afshari
51d6c66517
Fix pre_build_csharp.sh to pass shellcheck
7 years ago
Mehrdad Afshari
d8b9243d21
Fix pre_build_cmake.sh to pass shellcheck
7 years ago
Mehrdad Afshari
d4db0986e1
Fix post_tests_ruby.sh to pass shellcheck
7 years ago
Mehrdad Afshari
d3143cd90f
Fix post_tests_python.sh to pass shellcheck
7 years ago
Mehrdad Afshari
4ef3c92170
Fix post_tests_php.sh to pass shellcheck
7 years ago
Mehrdad Afshari
d8ef4887dd
Fix post_tests_csharp.sh to pass shellcheck
7 years ago
Mehrdad Afshari
1a0ff1edb4
Fix post_tests_c.sh to pass shellcheck
7 years ago
Mehrdad Afshari
517d298071
Fix bundle_install_wrapper.sh to pass shellcheck
7 years ago
Mehrdad Afshari
ba137985ff
Fix build_ruby.sh to pass shellcheck
7 years ago
Mehrdad Afshari
3b6dcfa3be
Fix build_python_msys2.sh to pass shellcheck
7 years ago
Mehrdad Afshari
009941ed51
Fix build_php.sh to pass shellcheck
7 years ago
Mehrdad Afshari
0ccd3af0e8
Fix build_csharp.sh to pass shellcheck
7 years ago
Mehrdad Afshari
3bfa56fcea
Fix build_python.sh to pass shellcheck
7 years ago
Alexander Polcyn
5f72c6a0f0
Mark a couple of test binaries asa testonly
7 years ago
David Garcia Quintas
9c8ea03ee3
Merge branch 'master' of github.com:grpc/grpc into backoff_cpp
7 years ago
David Garcia Quintas
590099c46f
PR comments, round 3
7 years ago
David G. Quintas
af605bae61
Merge pull request #13226 from dgquintas/super_detect_flakes
...
Many improvements to detect flakes script
7 years ago
apolcyn
2ebb168ac7
Merge pull request #13774 from apolcyn/disable_soreuseport_in_ruby_tests
...
Tentatively disable so_reuseport in ruby tests
7 years ago
Alexander Polcyn
acd56b7361
Fix failing ruby distrib tests on ruby 2.0 images
7 years ago
apolcyn
dd1dbca2c3
Merge pull request #13561 from apolcyn/revise_bazel_api
...
Carry on from #13468 , simplify bazel consumption of grpc
7 years ago
David Garcia Quintas
806de15273
yapf'd the new file
7 years ago
Alexander Polcyn
54a70409c0
Move more special cases in bazel build to the .bzl files
7 years ago
Ning Ren
00a7d47e5b
Depends third_party/nanopb via workspace relative-path to pass bazel's dependency check.
...
Otherwise include "third_party/nanopb/pb.h" will find local ph.h rather than the one in "//external:nanopb".
7 years ago
Ning Ren
174e02ae3e
Packs contents of WORKSPACE into a bzl function, so that it can be resued by other projects, and simplifies cares build.
7 years ago
Michael Lumish
1074cb60d4
Merge pull request #13759 from murgatroid99/node_deletion_again
...
Delete node-related files again
7 years ago
Yuchen Zeng
65ca508892
Merge pull request #13785 from y-zeng/cli_token
...
Support access token credential in grpc_cli
7 years ago
David Garcia Quintas
4131b58688
Merge branch 'master' of github.com:grpc/grpc into super_detect_flakes
7 years ago
Mehrdad Afshari
4f4f5ace6c
Merge pull request #13791 from mehrdada/bump181
...
Bump v1.8.x branch to 1.8.1
7 years ago
David Garcia Quintas
d9286734cc
PR comments
7 years ago
Mehrdad Afshari
0981f9fab1
Bump version to 1.8.1
7 years ago
Yuchen Zeng
487ee31b9e
Address review comments
7 years ago
Mehrdad Afshari
5b6b591343
Merge pull request #13789 from grpc/v1.8.x
...
Upmerge changes from v1.8.x to master
7 years ago
kpayson64
f5649c7e96
Merge pull request #13786 from kpayson64/fix_python_server_race
...
Fixes race condition in Python server shutdown
7 years ago
Ken Payson
8179b9523a
Fixes race condition in Python server shutdown
...
When we set the call state to "CANCELLED" after
grpc_cancel_all_calls, we would block other start batch
operations from happening. The rpc_state for the cancelled
call would still be in the server's rpc_states set, but it
would never get removed because there were no active batches
for the call, and the only place we remove from rpc_states is
when a batch completes.
It is better to rely on c-core's cancellation. Once a call
is cancelled, all subsequent ops on that call will return
immediately with a cancellation error.
The RLock() change is due to the possibility that
_on_call_completed
gets invoked immediately when the call has already completed when the
rpc_future callback is created.
7 years ago
Nathaniel Manista
bbb6270dc7
Merge pull request #13784 from nathanielmanistaatgoogle/13752
...
Reallow out-of-spec metadata.
7 years ago
Yuchen Zeng
243505060a
Support access token credential in grpc_cli
7 years ago
ncteisen
c0b00c3f14
Fix executor tsan bug
7 years ago
Noah Eisen
ba6ca24a18
Merge pull request #13773 from ncteisen/tsan
...
Fix tsan in bad_client tests
7 years ago
Nathaniel Manista
e1c4021726
Reallow out-of-spec metadata
...
This restore unsupported, de facto behavior that was dropped in
80516e884a
but that it turns out a lot of folks
have been using.
7 years ago
Jan Tattermusch
5d37e61d06
Merge pull request #13775 from jtattermusch/dont_hardcode_boringssl_headers
...
cmake: Don't rely on boringssl headers when ssl provider is "package"
7 years ago
Frank Natividad
235a2e74b2
[Ruby] Specify module init after cloning repo
7 years ago
Jan Tattermusch
86ef92516a
dont hardcode using boringssl headers when ssl provider is package
7 years ago
Jan Tattermusch
b2c389352f
Merge pull request #13769 from jtattermusch/cmake_exclude_custom_ares
...
Exclude artificial ares target when building with cmake
7 years ago
Jan Tattermusch
cd0d7547bc
Merge pull request #13763 from jtattermusch/csharp_examples_cleanup
...
Cleanup C# examples
7 years ago
kpayson64
f0b89e2a3f
Merge pull request #13764 from kpayson64/fix_unused_param
...
Fix unused parameter warning in cpp codegen
7 years ago
Noah Eisen
430f745e6b
Fix tsan in bad_client tests
7 years ago
Alexander Polcyn
b14f1ea602
Disable soreuseport in ruby unit tests
7 years ago