27330 Commits (504be5c69379194b28aaa5eb6a1c92ad4e60739b)
 

Author SHA1 Message Date
Yuchen Zeng 504be5c693 Privatize ChannelConnectivityWatcher members 8 years ago
Yuchen Zeng ddaef3e325 Remove non-POD global variables 8 years ago
Yuchen Zeng f1d50983ae Document GRPC_DISABLE_CHANNEL_CONNECTIVITY_WATCHER 8 years ago
Yuchen Zeng 33845d08d4 Check env variable 8 years ago
Yuchen Zeng b4481a9a13 Share one monitoring thread between channels 8 years ago
Yuchen Zeng bfb4e06e3c Check connectivity intermittently 8 years ago
Yuchen Zeng 4d88416c11 Remove atm in ChannelConnectivityWatcher 8 years ago
Yuchen Zeng a2e506e8d9 Avoid using timers 8 years ago
Yuchen Zeng 6a6d618034 Prevent watching unsuppoted channels 8 years ago
Yuchen Zeng 2411bacd04 Address review comments 8 years ago
Yuchen Zeng ee3e3310bb Add reconnect channel tests 8 years ago
Yuchen Zeng be9b814240 Add ChannelConnectivityWatcher 8 years ago
David G. Quintas ff0996d02b Merge pull request #12242 from dgquintas/rr_initial_conn 8 years ago
Noah Eisen 27ac8cf793 Merge pull request #12251 from ncteisen/fix-ubsan 8 years ago
Matt Kwong 90a6af209d Merge pull request #12236 from matt-kwong/kokoro_fil 8 years ago
Muxi Yan 72827fb8be Merge pull request #12225 from muxi/fix-already-finished 8 years ago
Muxi Yan e3d6a9a8d4 Merge pull request #12180 from grpc/revert-12086-revert-11832-objc-oauth-protocol 8 years ago
Matt Kwong 34e2d36096 Add test filtering to Kokoro PR jobs 8 years ago
David Garcia Quintas 3732f869e1 PR comments 8 years ago
Yang Gao a0a4272ec5 Merge pull request #12246 from yang-g/epoll1 8 years ago
Noah Eisen 9747224646 Fix ubsan 8 years ago
yang-g df92a64b38 Add timer annotations in epoll1 8 years ago
David G. Quintas 7d0d2cd7c5 Merge pull request #12182 from dgquintas/grpclb_destroy_bbr 8 years ago
Matt Kwong 81c52c8da8 Merge pull request #12243 from matt-kwong/kokoro_flags2 8 years ago
Matt Kwong 1caed0e06e Add max_time flag to Kokoro PR jobs 8 years ago
David Garcia Quintas a2c1df4dcd RR: Initialize subchannel connectivity state 8 years ago
Matt Kwong d6cf6dea36 Merge pull request #12224 from matt-kwong/kokoro_flags 8 years ago
Muxi Yan 183a9cf523 Merge pull request #12169 from muxi/improve-objc-test-info 8 years ago
Sree Kuchibhotla 71c468b566 Merge pull request #11936 from sreecha/fix-end2end-test 8 years ago
Matt Kwong 8766015465 Allow Kokoro Mac worker to find correct six Python module 8 years ago
Muxi Yan 4e1b26ec1b Replace dispatch_once_t with BOOL 8 years ago
Matt Kwong db4843c140 Merge pull request #12152 from matt-kwong/kokoro_flags 8 years ago
Sree Kuchibhotla 87ffcb6ab4 disable epoll1 by default (just enable tests) 8 years ago
Nicolas Noble 641eeccfdc Merge pull request #12206 from mdzoba/mdzoba-add-gyp-build 8 years ago
Nicolas Noble 4558762a3b Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512 8 years ago
Stanley Cheung 106d175c8c Merge pull request #12188 from michaelbausor/add-async-support 8 years ago
David G. Quintas b697f27b34 Merge pull request #12218 from dgquintas/v1.6.x-first-upmerge 8 years ago
David Garcia Quintas 3889fa6258 First upmerge after v1.6.x branch cut 8 years ago
David G. Quintas 0f924b7d55 Merge pull request #12213 from dgquintas/v1.7.x-version-bump 8 years ago
apolcyn f4af6eb2f4 Merge pull request #12192 from jmillikin-stripe/ruby-catch-script-error 8 years ago
jboeuf 7b8b4bea72 Merge pull request #12158 from jboeuf/fix_mem_leak 8 years ago
David Garcia Quintas 1775ef91d2 Version bump to 1.6 8 years ago
David Garcia Quintas 713597f1cd Master version bump to 1.7.x 8 years ago
Maxim Dzoba 22c4ae62ea Regenerated grpc.gyp with grrpc/third_party dependencies. 8 years ago
Maxim Dzoba 0e20b8bd1f Merge branch 'master' into mdzoba-add-gyp-build 8 years ago
apolcyn f1ab1130c8 Merge pull request #12176 from jtattermusch/csharp_wait_for_queued_continuations 8 years ago
Maxim Dzoba dd962616f2 Adding a build template for generic GYP build. 8 years ago
Maxim Dzoba 22cc56f0c7 Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512 8 years ago
Sree Kuchibhotla 3088230328 initialize pollset struct. Ideally not needed since we do zalloc but some code may directly call gpr_malloc to create pollset 8 years ago
Sree Kuchibhotla 54749da91b Enable epoll1 by default (and move epollsig as second choice) 8 years ago