aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy.cc
Commit message (Collapse)AuthorAge
* Add debug-only tracing to grpc_core::RefCountGravatar Soheil Hassas Yeganeh2018-12-01
| | | | | Also, this patch removes the *WithTracing variants in favor of the new API.
* Change trace logging to use GPR_INFO instead of GPR_DEBUG.Gravatar Mark D. Roth2018-04-25
|
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Convert LB policy API to C++.Gravatar Mark D. Roth2018-02-20
|
* Revert "Revert "Revert "Revert "grpclb re-resolution""""Gravatar Juanli Shen2018-02-15
|
* Revert "Revert "Revert "grpclb re-resolution"""Gravatar David G. Quintas2018-02-12
|
* Revert "Revert "grpclb re-resolution""Gravatar Juanli Shen2018-02-12
|
* Revert "grpclb re-resolution"Gravatar Juanli Shen2018-02-07
|
* grpclb in charge of its re-resolutionGravatar Juanli Shen2018-02-06
|
* Revert "Merge pull request #13970 from ↵Gravatar Mark D. Roth2018-01-11
| | | | | | | grpc/revert-13857-lb_policy_ref_simplification" This reverts commit 61b32965bec11f4106c729bb0a428ff03d2d03ab, reversing changes made to 2eb22fd67d73a210c1f41d79efcfe52285ccb2ec.
* Revert "Simplify LB policy refcounting."Gravatar Yash Tibrewal2018-01-10
|
* Simplify LB policy refcounting.Gravatar Mark D. Roth2018-01-09
|
* virtual destructor in exec_ctx, remove unneeded flush in grpc_shutdown and ↵Gravatar Yash Tibrewal2017-12-07
| | | | remove grpc_exec_ctx from .pxi files in python
* Merge masterGravatar Yash Tibrewal2017-12-07
|\
* | Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | | | | | removed""
* | Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
| |
* | Merge master into execctxGravatar Yash Tibrewal2017-12-05
|\ \
| | * Add on_initiate callback for the send_ping tranport opGravatar Yuchen Zeng2017-12-05
| |/
| * Add re-resolution into LB policiesGravatar Juanli Shen2017-12-04
| |
* | Merge masterGravatar Yash Tibrewal2017-11-21
|\|
| * Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-10
| |\ | | | | | | | | | Lot's of manual work to make this merge work
* | \ Merge with masterGravatar Yash Tibrewal2017-11-09
|\ \ \ | | |/ | |/|
| * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
* | | Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-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.
| * Add debug-only trace flagsGravatar Craig Tiller2017-10-18
| |
| * Better nameGravatar Craig Tiller2017-10-18
| |
| * clang-formatGravatar Craig Tiller2017-10-16
| |
| * C++ize tracingGravatar Craig Tiller2017-10-16
|/
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
Also converting to .cc