aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-02Merge pull request #14015 from vjpai/alarmVijay Pai
Remove alarm from core, implement in C++ layer only
2018-02-01Merge pull request #14285 from dgquintas/cleanup_client_lb_testDavid G. Quintas
Removed unused argument from ResetStub()
2018-02-01Merge pull request #14228 from dgquintas/dns_cooldownDavid G. Quintas
DNS cooldown mechanism
2018-02-01Merge pull request #14124 from toanju/update-header-installVijay Pai
remove core_stats.h from installed headers
2018-02-01Removed unused argument from ResetStub()David Garcia Quintas
2018-02-01clang-formatDavid Garcia Quintas
2018-02-01Merge branch 'master' of github.com:grpc/grpc into dns_cooldownDavid Garcia Quintas
2018-02-01Merge branch 'master' into HEADVijay Pai
2018-02-01PR commentsDavid Garcia Quintas
2018-02-01Merge pull request #14262 from ZhouyihaiDing/SharedChannelCloseZhouyihai Ding
php: remove unrelated code from SharedChannelClose test
2018-02-01Merge pull request #14266 from adelez/fix_grpc_tool_testadelez
Fix echo.proto path under bazel
2018-02-01php: remove unrelated code from SharedChannelClose testZhouyihaiDing
2018-02-01Fix echo.proto path under bazelAdele Zhou
2018-02-01Merge pull request #14264 from yang-g/to_scopeYang Gao
Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.
2018-02-01Merge pull request #14244 from sreecha/polling-api-traceSree Kuchibhotla
Debug traces for polling api
2018-02-01Remove spurious closure initsDavid Garcia Quintas
2018-02-01Remove unnecessary closuresDavid Garcia Quintas
2018-02-01Merge pull request #14232 from jtattermusch/add_ownersJan Tattermusch
Add owners for cmake/ and tools/dockerfile
2018-01-31Merge pull request #14263 from yang-g/latency_toolYang Gao
Shutdown timer manager first and then executor
2018-01-31Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.yang-g
2018-01-31PR commentsDavid Garcia Quintas
2018-01-31Merge pull request #14256 from matt-kwong/bslMatt Kwong
Add BoringSSL tests
2018-01-31Merge pull request #14250 from markdroth/dns_resolver_backoff_reset_fixMark D. Roth
Fix DNS resolvers to reset the backoff in a better place.
2018-01-31Merge pull request #14255 from adelez/foundry_integrationadelez
Fix path relative to TEST_SRCDIR
2018-02-01Merge pull request #14236 from jtattermusch/fix_passthru_endpoint_raceJan Tattermusch
Make grpc_passthru_endpoint_stats refcounted
2018-01-31Fix path relative to TEST_SRCDIRAdele Zhou
2018-01-31Merge branch 'master' into polling-api-traceSree Kuchibhotla
2018-01-31Shutdown timer manager first and then executoryang-g
2018-01-31Merge pull request #14253 from yang-g/latency_toolYang Gao
Fix issues in latency parsing tool
2018-01-31calling create in default param is against code styleJan Tattermusch
2018-01-31Fix issues in latency parsing toolyang-g
2018-01-31avoid touching stats_ instance field before base constructorJan Tattermusch
2018-01-31Add BoringSSL testsMatt Kwong
2018-01-31add commentJan Tattermusch
2018-01-31Merge pull request #13948 from matt-kwong/bslMatt Kwong
Update BoringSSL submodule
2018-01-31Merge pull request #14242 from adelez/foundry_integrationadelez
Redefine grpc_sh_binary as native.sh_binary.
2018-01-31Fix DNS resolvers to reset the backoff in the right place.Mark D. Roth
2018-01-31Merge pull request #14238 from jtattermusch/echo_deadline_off_by_twoJan Tattermusch
Fix rounding problem in EchoDeadline test
2018-01-30fixed format stringDavid Garcia Quintas
2018-01-30Merge pull request #14230 from dgquintas/fix_ares_wrapper_lb_addrDavid G. Quintas
Don't destroy null lb_addr
2018-01-30Fix format specifier for gpr_millisSree Kuchibhotla
2018-01-30Merge pull request #14112 from yashykt/badclientYash Tibrewal
Bad client changes Part I
2018-01-30Update ev_posix.ccSree Kuchibhotla
2018-01-30Debug statements for polling apiSree Kuchibhotla
2018-01-30Redefine grpc_sh_binary as native.sh_binary.Adele Zhou
2018-01-30Removed debug logDavid Garcia Quintas
2018-01-30Added tests, supporting c-ares as well as std resolver.David Garcia Quintas
2018-01-30Merge pull request #14239 from adelez/foundry_integrationadelez
Increase timeouts
2018-01-31Merge pull request #14215 from jtattermusch/fix_bad_merge_magic_numberJan Tattermusch
tcp_posix.cc: Magic number 13 probably a typo in manual merge
2018-01-30c-ares resolver changesDavid Garcia Quintas