aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy_factory.h
Commit message (Collapse)AuthorAge
* Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
|
* Revert "Allow encoding arbitrary channel args on a per-address basis."Gravatar hcaseyal2018-12-07
|
* Allow encoding arbitrary channel args on a per-address basis.Gravatar Mark D. Roth2018-12-07
|
* Move uri_parser to libGravatar ncteisen2018-10-31
|
* Move uri_parser to common spotGravatar ncteisen2018-10-30
|
* Merge pull request #13779 from gislan/masterGravatar David G. Quintas2018-09-26
|\ | | | | Fix the ownership comment on grpc_lb_addresses_set_address() function.
* | Refactor resolver result callback.Gravatar Mark D. Roth2018-07-11
| |
* | Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
| |
* | 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
| |
| * Fix the ownership comment on grpc_lb_addresses_set_address() function.Gravatar Adam Czachorowski2017-12-14
|/ | | | | It does not take ownership of balancer_name since commit 53af23cfbf3b1fd4579ec084dbcb7b89a7ae2e96
* 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 after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\
| * clang fmtGravatar ncteisen2017-11-17
| |
| * Remove all extern CGravatar ncteisen2017-11-17
| |
* | 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 newline at the end of src/core headers that did not have itGravatar Yash Tibrewal2017-10-09
|
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
|
* Readd grpclb fallbackGravatar Juanli Shen2017-09-27
|
* Revert "Add fallback (use backends from resolver if can't reach balancer) to ↵Gravatar Ken Payson2017-09-13
| | | | | | grpclb." This reverts commit aba0a0a54412fe59bc2090334ae26c99bb148097.
* Add fallback (use backends from resolver if can't reach balancer) to grpclb.Gravatar Juanli Shen2017-09-11
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Implement LB policy updatesGravatar David Garcia Quintas2017-06-06
|
* Improvements to Fake ResolverGravatar David Garcia Quintas2017-04-15
|
* Fix include guardsGravatar Craig Tiller2017-04-02
|
* Reorganize ext treeGravatar Craig Tiller2017-03-31
- filters live under filters - lb_policy, resolver implementations (being part of client_channel) live under client_channel