Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #13344 from muxi/fix-timer-thread-spin | Sree Kuchibhotla | 2017-11-13 |
|\ | | | | | Fix timer loop spinning issue when system clock varies | ||
| * | Add comments | Muxi Yan | 2017-11-10 |
| | | |||
| * | clang-format | Muxi Yan | 2017-11-10 |
| | | |||
| * | Use atomic time pair for g_start_time | Muxi Yan | 2017-11-10 |
| | | |||
* | | Merge pull request #11888 from ctiller/shardier | Craig Tiller | 2017-11-10 |
|\ \ | | | | | | | Autosize timer list shards | ||
* \ \ | Merge pull request #13332 from dgquintas/grpclb_better_logging | David G. Quintas | 2017-11-10 |
|\ \ \ | | | | | | | | | grpclb: Improved logging | ||
* \ \ \ | Merge pull request #13343 from dgquintas/pf_error_refs | David G. Quintas | 2017-11-10 |
|\ \ \ \ | | | | | | | | | | | PF: don't unref errors when about to loop in pf_conn cb | ||
| | * | | | Fix wrong assignment | David Garcia Quintas | 2017-11-10 |
| | | | | | |||
* | | | | | Merge pull request #13331 from dgquintas/grpclb_retry_timer | David G. Quintas | 2017-11-10 |
|\ \ \ \ \ | | | | | | | | | | | | | grpclb: Don't expect LB call to be NULL inside LB call retry timer. | ||
| | * | | | | Moar cleanups! | David Garcia Quintas | 2017-11-10 |
| | | | | | | |||
| | * | | | | Removed call to grpc_subchannel_check_connectivity and loop in pf_conn cb | David Garcia Quintas | 2017-11-10 |
| | | | | | | |||
* | | | | | | Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure" | Jan Tattermusch | 2017-11-10 |
| | | | | | | |||
* | | | | | | Merge pull request #13322 from jboeuf/oauth_failure | jboeuf | 2017-11-09 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure | ||
| | | | | | * | Polish invalidation of | Muxi Yan | 2017-11-09 |
| | | | | | | | |||
| | | | | | * | Add realtime clock sync every 10s | Muxi Yan | 2017-11-09 |
| | | | | | | | |||
| | | * | | | | PF: don't unref errors when about to loop in pf_conn cb | David Garcia Quintas | 2017-11-09 |
| | | | | | | | |||
* | | | | | | | Merge pull request #13294 from sreecha/cc-tsan-1 | Sree Kuchibhotla | 2017-11-09 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Fix TSAN issue in backup poller | ||
| | | | * | | | pr comments | David Garcia Quintas | 2017-11-09 |
| | | | | | | | |||
| | | | * | | | pr comments | David Garcia Quintas | 2017-11-09 |
| | | | | | | | |||
* | | | | | | | Merge pull request #13281 from yang-g/log_envar | Yang Gao | 2017-11-09 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | log GRPC_POLL_STRATEGY when fail to find polling engine | ||
| | | | * | | | | pr comments | David Garcia Quintas | 2017-11-09 |
| | | | | | | | | |||
| | * | | | | | | Merge branch 'master' into cc-tsan-1 | Sree Kuchibhotla | 2017-11-09 |
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||
* | | | | | | | | Merge pull request #13201 from wjackson/cancel-and-priority | Noah Eisen | 2017-11-09 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix header-with-priority for canceled stream bug | ||
| | | | | | * | | | grpclb: Improved logging | David Garcia Quintas | 2017-11-09 |
| | | | | | | | | | |||
* | | | | | | | | | Merge pull request #13259 from sreecha/resource-quota-fix | Sree Kuchibhotla | 2017-11-09 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | Fix resource_quota_server bug | ||
| | | | | | * | | | Don't expect LB call to be NULL inside LB call retry timer. | David Garcia Quintas | 2017-11-09 |
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The timer callback runs independently of query_for_backends_locked() (which initializes the LB call). It's possible for the timer callback to fire right after query_for_backends_locked() has initialized the LB call. These changes makes the timer cb be a no-op in that scenario. | ||
* | | | | | | | | Merge pull request #13313 from murgatroid99/uv_assertion_fixes | Michael Lumish | 2017-11-09 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix timer freed early in uv pollset | ||
| | | * | | | | | | Handle frame with priority flag for canceled stream | Whitney Jackson | 2017-11-09 |
| |_|/ / / / / / |/| | | | | | | | |||
| | | | | * | | | Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure | Julien Boeuf | 2017-11-08 |
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Typically these failures are symptomatic of a busy oauth2 auth server and calls should be retried in this case. | ||
| | | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into log_envar | yang-g | 2017-11-08 |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | |||
| * | | | | | | Clang format | murgatroid99 | 2017-11-08 |
| | | | | | | | |||
| | * | | | | | clang format | Sree Kuchibhotla | 2017-11-08 |
| | | | | | | | |||
| | | | * | | | clang format | Sree Kuchibhotla | 2017-11-08 |
| | | | | | | | |||
| | | | * | | | Merge branch 'master' into cc-tsan-1 | Sree Kuchibhotla | 2017-11-08 |
| | | | |\ \ \ | |||
| * | | | | | | | Fix timer freed early in uv pollset | murgatroid99 | 2017-11-08 |
| | | | | | | | | |||
* | | | | | | | | Fixes, commentary | Craig Tiller | 2017-11-08 |
| | | | | | | | | |||
* | | | | | | | | Fix data race | Craig Tiller | 2017-11-08 |
| | | | | | | | | |||
* | | | | | | | | Revert "Revert "Class-ify lockfree event"" | Craig Tiller | 2017-11-08 |
| |_|_|_|/ / / |/| | | | | | | |||
* | | | | | | | Merge pull request #13303 from ncteisen/ubsan | Noah Eisen | 2017-11-08 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix internal UBSAN failure | ||
* | | | | | | | | Revert "Class-ify lockfree event" | David G. Quintas | 2017-11-08 |
| |/ / / / / / |/| | | | | | | |||
| | | | * | | | Merge branch 'master' into cc-tsan-1 | Sree Kuchibhotla | 2017-11-08 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
| | * | | | | | Merge branch 'master' into resource-quota-fix | Sree Kuchibhotla | 2017-11-08 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
* | | | | | | | Merge pull request #13097 from ctiller/lfe3 | Craig Tiller | 2017-11-08 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Class-ify lockfree event | ||
| | * | | | | | | Fix internal UBSAN failure | ncteisen | 2017-11-07 |
| | | |_|_|_|/ | | |/| | | | | |||
* | | | | | | | Merge pull request #13147 from yashykt/testc++ize | Yash Tibrewal | 2017-11-07 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Convert test/core to C++ | ||
| | | | * | | | include log.h for mac | yang-g | 2017-11-07 |
| | | | | | | | |||
| | | | * | | | remove unused variable | yang-g | 2017-11-07 |
| | | | | | | | |||
* | | | | | | | Add back mpscq request matcher | Ken Payson | 2017-11-07 |
| | | | | | | | |||
* | | | | | | | Merge pull request #13286 from yashykt/13235fix | Yash Tibrewal | 2017-11-07 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Forward fix for PR #13235. Perform strcmp only when not NULL | ||
| | | | | | * | | Fix TSAN issue in backup poller | Sree Kuchibhotla | 2017-11-07 |
| |_|_|_|_|/ / |/| | | | | | |