aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-30PR CommentsDavid Garcia Quintas
2018-01-30Undo changes to dns_resolver_test.ccDavid Garcia Quintas
2018-01-30Exclude bcm.c for dup symbol issueMuxi Yan
2018-01-30Merge pull request #14217 from sreecha/epollex-fixSree Kuchibhotla
Fix an issue in epollex that was causing some workers to get stuck in pollset_work()
2018-01-30Remove unnecessary check and few more commentsYash Tibrewal
2018-01-30Increase test timeoutsAdele Zhou
2018-01-30fix rounding problem in EchoDeadline testJan Tattermusch
2018-01-30Merge pull request #14237 from yang-g/epollex_timer_annoYang Gao
Add timer trace annotations to epollex
2018-01-30Merge pull request #14235 from boivie/patch-1Jan Tattermusch
typo: probobuf -> protobuf
2018-01-30Merge pull request #13541 from Kunde21/php/constructor-cleanupZhouyihai Ding
php: Removed opts checks in BaseStub when Channel is passed as argument
2018-01-30Merge pull request #14233 from jtattermusch/settings_timeout_test_raceJan Tattermusch
Tentative fix for EventState::done() data race
2018-01-30Merge pull request #12703 from thinkerou/fix_bugZhouyihai Ding
PHP: fix call flag been reset bug
2018-01-30Force the client to shutdown so that the server write can completeYash Tibrewal
2018-01-30Update Podspec version for ObjCMatt Kwong
2018-01-30Add timer trace annotations to epollexyang-g
2018-01-30Merge branch 'master' of github.com:grpc/grpcAdele Zhou
2018-01-30make grpc_passthru_endpoint_stats refcountedJan Tattermusch
2018-01-30Merge pull request #14225 from adelez/foundry_integrationadelez
Change SHA1 to SHA256
2018-01-30typo: probobuf -> protobufVictor Boivie
2018-01-30fix EventState::done() data raceJan Tattermusch
2018-01-30regenerate CODEOWNERSJan Tattermusch
2018-01-30add dockerfile OWNERSJan Tattermusch
2018-01-30add cmake OWNERSJan Tattermusch
2018-01-30Removed opts checks in BaseStub when the elements aren't not used.Chad Kunde
2018-01-29Don't destroy null lb_addrDavid Garcia Quintas
2018-01-29Merge pull request #14211 from yashykt/httpsclibazelYash Tibrewal
Bazel fix for httpcli_test and httpscli_test
2018-01-29DNS cooldown mechanismDavid Garcia Quintas
2018-01-29Merge branch 'httpsclibazel'Adele Zhou
2018-01-29Manually set roots pem env variable for httpscli_testYash Tibrewal
2018-01-29Merge pull request #4 from muxi/update-boringssl-podspecMatt Kwong
Update BoringSSL podspec
2018-01-29Update BoringSSL podspecMuxi Yan
2018-01-29Merge branch 'httpsclibazel'Adele Zhou
2018-01-29Change SHA1 to SHA256Adele Zhou
2018-01-29Merge pull request #14218 from jiangtaoli2016/disable_failed_ssl_testJiangtao Li
Disable failing ssl_transport_security_tests when using OpenSSL lib
2018-01-29Update ev_epollex_linux.ccSree Kuchibhotla
2018-01-29Disable failing ssl_transport_security_tests when using OpenSSL libjiangtaoli2016
2018-01-29Fix an issue in epollex that was causing some workers to get indefinitely ↵Sree Kuchibhotla
stuck in pollset_work()
2018-01-29magic number 13 probably a typo in manual mergeJan Tattermusch
2018-01-26Bazel fix for httpcli_testYash Tibrewal
2018-01-26Add RAND_bytes_with_additional_data to ASAN suppressionsMatt Kwong
2018-01-26Add NOMINMAX flag for Python WindowsMatt Kwong
2018-01-26Add -fno-rtti and -fno-exceptions flags to BoringSSL compilationMatt Kwong
2018-01-26Update BoringSSL to latest chromium-stable refMatt Kwong
2018-01-26Merge pull request #14204 from yashykt/ssltestfixYash Tibrewal
Fix end2end test flake #13477
2018-01-26Merge pull request #14200 from grpc/fengli79-patch-1Feng Li
Update README.rst for python grpcio-tools
2018-01-26Merge pull request #14201 from mehrdada/shellcheckMehrdad Afshari
Expand shellcheck enforcement to all tools/run_tests
2018-01-26Fix end2end test flake #13477Yash Tibrewal
2018-01-26Merge pull request #14203 from y-zeng/grpc_cli_codYuchen Zeng
Update grpc_cli doc
2018-01-26Update grpc_cli docYuchen Zeng
2018-01-26Merge pull request #14192 from sreecha/e2e_testSree Kuchibhotla
Set GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS at the beginning of the test.