Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Split lib/support into lib/gpr and lib/gpr++. | Mark D. Roth | 2018-01-18 |
| | |||
* | Revert "Revert "All instances of exec_ctx being passed around in src/core ↵ | Yash Tibrewal | 2017-12-06 |
| | | | | removed"" | ||
* | Revert "All instances of exec_ctx being passed around in src/core removed" | Yash Tibrewal | 2017-12-06 |
| | |||
* | Merge master into execctx | Yash Tibrewal | 2017-12-05 |
|\ | |||
| * | Fix UpdatesTest.UpdateBalancersDeadUpdate expectation | David Garcia Quintas | 2017-12-04 |
| | | |||
* | | Remove _ prefixed variable names | Yash Tibrewal | 2017-11-29 |
| | | |||
* | | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵ | Yash Tibrewal | 2017-11-14 |
| | | | | | | | | ExecCtx and some minor changes | ||
* | | Address some PR comments | Yash Tibrewal | 2017-11-14 |
| | | |||
* | | Removing more exec_ctx instances | Yash Tibrewal | 2017-11-09 |
| | | |||
* | | Merge with master | Yash Tibrewal | 2017-11-09 |
|\| | |||
| * | Merge master | Yash Tibrewal | 2017-11-06 |
| |\ | |||
| | * | Update clang-format to 5.0 | Craig Tiller | 2017-11-03 |
| | | | |||
| * | | Merge master | Yash Tibrewal | 2017-11-01 |
| |\| | |||
| | * | BG-poll very frequently to pick up subchannels's updates in LB tests | David Garcia Quintas | 2017-10-31 |
| | | | |||
| * | | Remove unnecessary extern Cs | Yash Tibrewal | 2017-10-25 |
| |/ | |||
| * | Remove duplicate message member in test | Juanli Shen | 2017-10-23 |
| | | |||
* | | Removing instances of exec_ctx being passed around in functions in | Yash Tibrewal | 2017-10-18 |
|/ | | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break. | ||
* | Readd grpclb fallback | Juanli Shen | 2017-09-27 |
| | |||
* | Get rid of magic numbers | David Garcia Quintas | 2017-09-18 |
| | |||
* | Backends must be up before some grpclb tests start. | David Garcia Quintas | 2017-09-18 |
| | |||
* | Revert "Add fallback (use backends from resolver if can't reach balancer) to ↵ | Ken Payson | 2017-09-13 |
| | | | | | | grpclb." This reverts commit aba0a0a54412fe59bc2090334ae26c99bb148097. | ||
* | Add fallback (use backends from resolver if can't reach balancer) to grpclb. | Juanli Shen | 2017-09-11 |
| | |||
* | {grpclb,client_lb}_end2end: Fix epoll1 flakes | David Garcia Quintas | 2017-09-07 |
| | |||
* | Condition variables are not latches | David Garcia Quintas | 2017-08-02 |
| | |||
* | Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity | David G. Quintas | 2017-07-28 |
|\ | | | | | Fix bug in handling of RR connectivity transition to SHUTDOWN | ||
| * | Fix bug in handling of RR connectivity transition to SHUTDOWN | David Garcia Quintas | 2017-07-27 |
| | | |||
* | | Watch the LB channel using the right initial conn. state | David Garcia Quintas | 2017-07-27 |
|/ | |||
* | Use new protocol for reporting dropped calls to grpclb balancer. | Mark D. Roth | 2017-07-27 |
| | |||
* | grpclb: deal with all-drops serverlists | David Garcia Quintas | 2017-07-25 |
| | |||
* | Merge pull request #11726 from dgquintas/fix_grpclb_test_deadlocks | David G. Quintas | 2017-07-14 |
|\ | | | | | Fix deadlocks in grpclb_end2end_test | ||
| * | Fix deadlocks in grpclb_end2end_test | David Garcia Quintas | 2017-07-13 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-06-26 |
|\| | |||
| * | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | | |||
| * | Implement LB policy updates | David Garcia Quintas | 2017-06-06 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into import | Nicolas "Pixel" Noble | 2017-05-26 |
|\| | |||
* | | Moving gtest to the end. | Nicolas "Pixel" Noble | 2017-05-25 |
| | | |||
| * | Change round_robin LB policy to use the addresses in the order given. | Mark D. Roth | 2017-05-19 |
|/ | |||
* | Implement grpclb drop support. | Mark D. Roth | 2017-05-17 |
| | |||
* | Make sure we set deadline for the LB call even without a pick. | Mark D. Roth | 2017-05-03 |
| | | | | As part of this, get the deadline from a channel arg instead of pick_args. | ||
* | Implement client-side load reporting for grpclb. | Mark D. Roth | 2017-05-02 |
| | |||
* | Apply slowdown factor to timeouts | David Garcia Quintas | 2017-05-01 |
| | |||
* | BUILD and #include fixes | David Garcia Quintas | 2017-04-28 |
| | |||
* | New version of grpclb end2end test | David Garcia Quintas | 2017-04-27 |