aboutsummaryrefslogtreecommitdiff
path: root/grpclb
AgeCommit message (Expand)Author
2017-09-12grpclb: fallback to backend addresses (#3439)Kun Zhang
2017-09-11core, compiler, protobuf: introduce MethodDescriptor#setSchemaDescriptorLukasz Strzalkowski
2017-08-25all: update to proto 3.4.0Carl Mastrangelo
2017-08-25grpclb: remove expiration_interval. (#3398)Kun Zhang
2017-08-23compiler: Add option to disable version outputEric Anderson
2017-08-23grpclb: refactor main GRPCLB logic out of GrpclbLoadBalancer. (#3369)Kun Zhang
2017-08-22Start 1.7.0 development cycle (#3357)zpencer
2017-08-16grpclb: use two-level drop behavior (#3343)Kun Zhang
2017-08-11core: Use bulk operation instead of iterationmyPrecious
2017-08-10core,grpclb: deprecate LoadBalancer.Helper.updatePicker()ZHANG Dapeng
2017-08-10grpclb: update load_balancer.proto to the latest version. (#3329)Kun Zhang
2017-08-09grpclb: implement Channel State API for GRPCLBZHANG Dapeng
2017-07-31grpclb: force GRPCLB policy when NameResolver returns at least one balancer. ...Kun Zhang
2017-07-27core: pass CallOptions to newClientStreamTracer(). (#3276)Kun Zhang
2017-07-06all: begin 1.6 release cycleCarl Mastrangelo
2017-06-01all: fix licence whitespaceCarl Mastrangelo
2017-05-31all: update to Apache 2 licenceCarl Mastrangelo
2017-05-23all: bump to 1.5.0-SNAPSHOTCarl Mastrangelo
2017-05-23all: bump to proto 3.3.1Carl Mastrangelo
2017-05-15grpclb: Avoid reference equality for protobuf in oneofEric Anderson
2017-05-15Remove unused variablesEric Anderson
2017-05-09core,grpclb: Update addresses in OobChannelEric Anderson
2017-05-02compiler: remove streaming calls from javadoc for newFutureStubEric Gribkoff
2017-04-27Implement GRPCLB client-side load reporting (#2941)Kun Zhang
2017-04-26grpclb: remove non-determinism workaroundEric Anderson
2017-04-25grpclb: expose the token metadata key. (#2944)Kun Zhang
2017-04-20grpclb: Flatten LB addresses to use pick-firstEric Anderson
2017-04-12compiler: move over to method descriptor builderŁukasz Strzałkowski
2017-04-11all: begin 1.4.x development cycleCarl Mastrangelo
2017-04-05grpclb: skip picker updates that have no effect (#2876)Kun Zhang
2017-03-22 core: unify EquivalentAddressGroup and its immitators. (#2755)Kun Zhang
2017-03-10grpclb: set LB tokens to headers. (#2812)Kun Zhang
2017-03-06all: start 1.3.0 development cycleCarl Mastrangelo
2017-03-03core: introduce PickSubchannelArgs (#2740)Łukasz Strzałkowski
2017-03-01grpclb: fix a bug in handling server address updates.Kun Zhang
2017-02-24core: promote LBv2 classes.Kun Zhang
2017-02-24core: delete the old channel impl and LoadBalancer.Kun Zhang
2017-02-10compiler: add some missing final modifiers on generated codeCarl Mastrangelo
2017-02-07all: update to protobuf 3.2.0Carl Mastrangelo
2017-01-30Start 1.2.0 development cycleCarl Mastrangelo
2017-01-30core: make ServiceDescriptor use the Builder patternCarl Mastrangelo
2017-01-26grpclb: add GrpclbLoadBalancerFactory2Kun Zhang
2017-01-26all: update to latest import orderingCarl Mastrangelo
2017-01-23core: change method descriptor to be builder basedCarl Mastrangelo
2017-01-05weekly cleanup: errorprone, javastyle, unused (#2566)ZHANG Dapeng
2016-12-29grpclb: re-implement GrpclbLoadBalancer in v2 API. (#2557)Kun Zhang
2016-12-29compiler: reduce synchronzed invocation (#2539)ZHANG Dapeng
2016-12-29compiler: final bindService() in generated code. (#2553)Kun Zhang
2016-10-28addressing reviewer commentsEric Gribkoff
2016-10-28Compiler/core changes to support the proto reflection APIEric Gribkoff