Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | | | | | | * | | | | 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 | |
| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | Actually do what the pr comments suggested | 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 | |
| | | | | | | | | | | ||||
| * | | | | | | | | | Merge pull request #12648 from kpayson64/attempt_2 | kpayson64 | 2017-11-07 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add back mpscq request matcher implementation | |||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #13199 from ncteisen/zero-copy | Noah Eisen | 2017-11-07 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Refactor SerializationTraits | |||
| | | | | | | * | | | | | remove unused variable | yang-g | 2017-11-07 | |
| | | | | | | | | | | | | ||||
| | | * | | | | | | | | | Add back mpscq request matcher | Ken Payson | 2017-11-07 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||
| * | | | | | | | | | | Merge pull request #13145 from murgatroid99/remove_node | Michael Lumish | 2017-11-07 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Remove src/node and references to it | |||
| * \ \ \ \ \ \ \ \ \ \ | 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 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | Merge pull request #13256 from jtattermusch/naive_cq_test_fix | Jan Tattermusch | 2017-11-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Naive attempt to fix grpc_completion_queue_test | |||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge pull request #13274 from jtattermusch/php_dont_pass_timeout_to_core | Jan Tattermusch | 2017-11-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix php testWatchConnectivityState | |||
| | | | | | | * \ \ \ \ \ \ | Merge branch 'master' into testc++ize | Yash Tibrewal | 2017-11-06 | |
| | | | | | | |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||
| | | | | | * | | | | | | | | Add init/shutdown to codegen interface | ncteisen | 2017-11-06 | |
| | | | | | | | | | | | | | | ||||
| | | | * | | | | | | | | | | Forward fix for PR #13235. Perform strcmp only when not NULL | Yash Tibrewal | 2017-11-06 | |
| | | | | | | | | | | | | | | ||||
| | | | | | | | | | * | | | | merge with head | yang-g | 2017-11-06 | |
| | | | | | | | | | |\ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | ||||
| | | | | | | | | | * | | | | log GRPC_POLL_STRATEGY when fail to find polling engine | yang-g | 2017-11-06 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also log reason to skip a polling engine | |||
| | | | | | | * | | | | | | | Merge master | Yash Tibrewal | 2017-11-06 | |
| | | | | | | |\ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / | | | | |/| | | | | | | | | | ||||
| * | | | | | | | | | | | | | Merge pull request #13261 from muxi/change-grpc-call-init | Muxi Yan | 2017-11-06 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | Change [GRPCCall load] to [GRPCCall initialize] | |||
| | * | | | | | | | | | | | | Add comment to self == [GRPCCall self] | Muxi Yan | 2017-11-06 | |
| | | | | | | | | | | | | | |