Adele Zhou
c539b6869e
Merge branch 'httpsclibazel'
7 years ago
Adele Zhou
9c5b69f0ed
Change SHA1 to SHA256
7 years ago
Jiangtao Li
ff3a8f1881
Merge pull request #14218 from jiangtaoli2016/disable_failed_ssl_test
...
Disable failing ssl_transport_security_tests when using OpenSSL lib
7 years ago
Mehrdad Afshari
bfcc99429b
Bump minimum Cython version to 0.27
7 years ago
Sree Kuchibhotla
9f91136fe6
Update ev_epollex_linux.cc
7 years ago
jiangtaoli2016
faa74228d7
Disable failing ssl_transport_security_tests when using OpenSSL lib
7 years ago
Sree Kuchibhotla
53853d58f6
Fix an issue in epollex that was causing some workers to get indefinitely stuck in pollset_work()
7 years ago
Jan Tattermusch
219c512f54
magic number 13 probably a typo in manual merge
7 years ago
Stefan Hacker
93f13871d8
Fix helloworld zlib include directory confusion in run_distrib_test_cmake.bat
...
We have to give cmake the explicit zlib location as the internal testing
environment has C:/msys64/usr/bin in the PATH and zlib-devel installed.
cmake has heuristics in find_package which sees this /bin suffix in PATH
and adds C:/msys64/usr/ to the find_package search locations. Doing a
find_package(zlib) in this environment makes the find module for it (FindZLIB)
find the header zlib.h in C:/msys64/usr/include while the library will still
be taken from the testinstall location masking the issue in the log. To satisfy
the dependency cmake adds C:/msys64/usr/include as an include directory. This
makes cl.exe build with mixed C and C++ standard lib headers breaking the
build.
This issue was previously masked by cmake writing absolute paths for zlib and
other dependencies into the grpc cmake exports.
7 years ago
Yash Tibrewal
e8e2426f98
Bazel fix for httpcli_test
7 years ago
Matt Kwong
08c765a80e
Add RAND_bytes_with_additional_data to ASAN suppressions
7 years ago
Matt Kwong
e7a60bd812
Add NOMINMAX flag for Python Windows
7 years ago
Matt Kwong
654944bfeb
Add -fno-rtti and -fno-exceptions flags to BoringSSL compilation
7 years ago
Matt Kwong
a110c74c58
Update BoringSSL to latest chromium-stable ref
7 years ago
Yash Tibrewal
123547c962
Merge pull request #14204 from yashykt/ssltestfix
...
Fix end2end test flake #13477
7 years ago
Mehrdad Afshari
04ecc18e3a
Merge pull request #14205 from mehrdada/one-point-nine-arr-see-three-aaarrrrrgggggghhhhh
...
Bump version to 1.9.0-pre3
7 years ago
Feng Li
aba7a817fa
Merge pull request #14200 from grpc/fengli79-patch-1
...
Update README.rst for python grpcio-tools
7 years ago
Mehrdad Afshari
812e5da193
Regenerate projects
7 years ago
Mehrdad Afshari
53f88d77ec
Bump version to 1.9.0-pre3
7 years ago
Mehrdad Afshari
836f4c64d0
Merge pull request #14201 from mehrdada/shellcheck
...
Expand shellcheck enforcement to all tools/run_tests
7 years ago
Yash Tibrewal
dbc521442e
Fix end2end test flake #13477
7 years ago
Yuchen Zeng
848bdd8bf8
Merge pull request #14203 from y-zeng/grpc_cli_cod
...
Update grpc_cli doc
7 years ago
Yuchen Zeng
4be9b474d4
Update grpc_cli doc
7 years ago
Sree Kuchibhotla
79c1465276
Merge pull request #14192 from sreecha/e2e_test
...
Set GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS at the beginning of the test.
7 years ago
kpayson64
389883fe6f
Merge pull request #14199 from kpayson64/bug_fix_1_9
...
Don't segfault on header replay
7 years ago
Nathaniel Manista
16316a9fec
Merge pull request #14107 from nathanielmanistaatgoogle/12531
...
Elide cygrpc.ChannelArg and cygrpc.ChannelArgs.
7 years ago
Nicolas Noble
6bfc1c5b2f
Merge pull request #14202 from mehrdada/fix-sanity
...
regenerate projects to fix sanity
7 years ago
Mehrdad Afshari
1732fc0673
regenerate projects to fix sanity
7 years ago
Mehrdad Afshari
1dd7ebec47
Expand shellcheck enforcement to the entire tools/run_tests
7 years ago
Mehrdad Afshari
6322348107
Fix run_worker_ruby.sh to pass shellcheck
7 years ago
Mehrdad Afshari
c2259b61e3
Fix run_worker_python.sh to pass shellcheck
7 years ago
Mehrdad Afshari
89f5502ea2
Fix run_worker_php.sh to pass shellcheck
7 years ago
Mehrdad Afshari
ab8e86bd3a
Fix run_worker_java.sh to pass shellcheck
7 years ago
Mehrdad Afshari
924df3faf4
Fix run_worker_go.sh to pass shellcheck
7 years ago
Mehrdad Afshari
e3564c0a17
Fix run_worker_csharp.sh to pass shellcheck
7 years ago
Mehrdad Afshari
b97d2a5770
Fix run_qps_driver.sh to pass shellcheck
7 years ago
Mehrdad Afshari
b882cb6b83
Fix run_netperf.sh to pass shellcheck
7 years ago
Mehrdad Afshari
55850b7c13
Fix remote_host_prepare.sh to pass shellcheck (with bugfix)
7 years ago
Mehrdad Afshari
56e2384f0e
Fix remote_host_build.sh to pass shellcheck
7 years ago
Mehrdad Afshari
52391111e3
Fix process_remote_perf_flamegraphs.sh to pass shellcheck
7 years ago
Mehrdad Afshari
9e0cecc6e4
Fix process_local_perf_flamegraphs.sh to pass shellcheck
7 years ago
Mehrdad Afshari
df7bc0ae02
Make kill_workers.sh pass shellcheck (with suppressions)
7 years ago
Mehrdad Afshari
ea2b2e2b13
Fix build_performance.sh to pass shellcheck
7 years ago
Mehrdad Afshari
be4ec7e69f
Fix build_performance_php7.sh to pass shellcheck
7 years ago
Mehrdad Afshari
a957ce2906
Fix build_performance_go.sh to pass shellcheck
7 years ago
Mehrdad Afshari
bddfffa7b3
Fix run_android_tests_on_firebase.sh to pass shellcheck
7 years ago
Mehrdad Afshari
b665fb74bf
Fix android_interop_helper.sh to pass shellcheck
7 years ago
Mehrdad Afshari
d761bf6c70
Fix with_rvm.sh to pass shellcheck
7 years ago
Mehrdad Afshari
bf6b0fb74d
Fix with_nvm.sh to pass shellcheck
7 years ago
Mehrdad Afshari
6181c05def
Merge pull request #14074 from mehrdada/shellcheck
...
Add tools/run_tests/dockerize to shellcheck enforcement list
7 years ago