aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy.h
Commit message (Collapse)AuthorAge
* Refactor request routing code out of client_channel.Gravatar Mark D. Roth2018-12-20
|
* Remove now-unnecessary workarounds for alignment issues.Gravatar Mark D. Roth2018-12-18
|
* 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
|
* 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.
* Add support for LB config in service configGravatar Juanli Shen2018-11-15
|
* Remeve memset(0) from arena allocated memory.Gravatar Soheil Hassas Yeganeh2018-11-05
| | | | | | | Callers are updated to properly initialize the memory. This behavior can be overridden using GRPC_ARENA_INIT_STRATEGY environment variable.
* reviewer feedbackGravatar ncteisen2018-10-04
|
* Add experimental API for resetting connection backoff.Gravatar Mark D. Roth2018-08-06
|
* Eliminate PingOneLocked() from LB policy API.Gravatar Mark D. Roth2018-07-30
|
* reviewer feedback:Gravatar ncteisen2018-07-17
|
* Fix the alignment problem, still messyGravatar ncteisen2018-07-16
|
* Reviewer feedback; move lists to childrenGravatar ncteisen2018-07-12
|
* Reviewer feedbackGravatar ncteisen2018-07-12
|
* Implements subchannel refs for pick_firstGravatar ncteisen2018-07-11
|
* Add single point of maintanence for New Delete friendsGravatar ncteisen2018-05-11
|
* Work-around for ref-counted subclass deletion address problem.Gravatar Mark D. Roth2018-04-20
|
* 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
|
* Rename 'gpr++' directories to 'gprpp'.Gravatar Mark D. Roth2018-01-19
|
* Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|
* PR comments, round 2Gravatar David Garcia Quintas2018-01-11
|
* Merge branch 'master' of github.com:grpc/grpc into conn_subchannelGravatar David Garcia Quintas2018-01-09
|\
* | PR commentsGravatar David Garcia Quintas2018-01-09
| |
| * Simplify LB policy refcounting.Gravatar Mark D. Roth2018-01-09
| |
* | Connected subchannel refactoringGravatar David Garcia Quintas2018-01-05
|/
* 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 master after no Extern C changesGravatar Yash Tibrewal2017-11-30
|\|
* | Merge masterGravatar Yash Tibrewal2017-11-21
|\ \
| | * Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-20
| | |\ | | |/ | |/|
| | * clang fmtGravatar ncteisen2017-11-17
| | |
| | * Remove all extern CGravatar ncteisen2017-11-17
| | |
| * | Make debug flags DebugOnlyGravatar ncteisen2017-11-10
| | |
| * | 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.
| * Better nameGravatar Craig Tiller2017-10-18
| |
| * C++ize tracingGravatar Craig Tiller2017-10-16
|/