aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy
Commit message (Collapse)AuthorAge
...
| * | | | Fix a couple leaksGravatar David Garcia Quintas2017-04-18
| |/ / /
* | | | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-18
|\| | |
| | * | Merge remote-tracking branch 'upstream/master' into service_config_lb_semanticsGravatar Mark D. Roth2017-04-17
| |/ /
| | * Merge github.com:grpc/grpc into framing_costsGravatar Craig Tiller2017-04-17
| | |\ | | |/ | |/|
| * | Updated load_balancer.protoGravatar David Garcia Quintas2017-04-15
| | |
| | * Optimize framing a littleGravatar Craig Tiller2017-04-12
| |/ | | | | | | | | | | | | | | | | - rely on the fact that data-to-come holds a reference to data-being-written, so there's no need to add a ref for every frame written - provide an 'inlined' version of grpc_slice_malloc (via a #define) that gives the compiler more information about small allocations to enable better optimization
* / Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-04
|/
* Merge github.com:grpc/grpc into minimalGravatar Craig Tiller2017-04-03
|
* clang-formatGravatar Craig Tiller2017-04-03
|
* Fix include guardsGravatar Craig Tiller2017-04-02
|
* clang-formatGravatar 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