Jan Tattermusch
680d2cba13
Merge pull request #14235 from boivie/patch-1
...
typo: probobuf -> protobuf
7 years ago
Zhouyihai Ding
9233201cc3
Merge pull request #13541 from Kunde21/php/constructor-cleanup
...
php: Removed opts checks in BaseStub when Channel is passed as argument
7 years ago
Jan Tattermusch
486a619af2
Merge pull request #14233 from jtattermusch/settings_timeout_test_race
...
Tentative fix for EventState::done() data race
7 years ago
Zhouyihai Ding
1952018a02
Merge pull request #12703 from thinkerou/fix_bug
...
PHP: fix call flag been reset bug
7 years ago
Yash Tibrewal
54f6092eff
Force the client to shutdown so that the server write can complete
7 years ago
Matt Kwong
74958c59e2
Update Podspec version for ObjC
7 years ago
yang-g
041c3ede86
Add timer trace annotations to epollex
7 years ago
Adele Zhou
60a8bb6b92
Merge branch 'master' of github.com:grpc/grpc
7 years ago
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