Jan Tattermusch
12ba4b1e05
make grpc_passthru_endpoint_stats refcounted
7 years ago
adelez
29d1e504ee
Merge pull request #14225 from adelez/foundry_integration
...
Change SHA1 to SHA256
7 years ago
Victor Boivie
e5758a1a77
typo: probobuf -> protobuf
7 years ago
Jan Tattermusch
8376749faa
fix EventState::done() data race
7 years ago
Jan Tattermusch
246a433f8c
regenerate CODEOWNERS
7 years ago
Jan Tattermusch
e9a23b5938
add dockerfile OWNERS
7 years ago
Jan Tattermusch
bc3b6165e3
add cmake OWNERS
7 years ago
Cameron Taggart
b6f737ee7d
use SourceLink.Create.CommandLine instead of Embed
7 years ago
Chad Kunde
1ac45e116e
Removed opts checks in BaseStub when the elements aren't not used.
7 years ago
David Garcia Quintas
f550426eba
Don't destroy null lb_addr
7 years ago
Yash Tibrewal
e6cf0aeff4
Merge pull request #14211 from yashykt/httpsclibazel
...
Bazel fix for httpcli_test and httpscli_test
7 years ago
David Garcia Quintas
7896b62f2d
DNS cooldown mechanism
7 years ago
Adele Zhou
1620b327d3
Merge branch 'httpsclibazel'
7 years ago
Yash Tibrewal
ac35926a2f
Manually set roots pem env variable for httpscli_test
7 years ago
Matt Kwong
42c6a00e03
Merge pull request #4 from muxi/update-boringssl-podspec
...
Update BoringSSL podspec
7 years ago
Muxi Yan
e1e939eeab
Update BoringSSL podspec
7 years ago
Mehrdad Afshari
1207963d76
Merge pull request #14222 from mehrdada/bump-cython
...
Bump Cython version to 0.27
7 years ago
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