aboutsummaryrefslogtreecommitdiff
path: root/grpclb/src
AgeCommit message (Expand)Author
2018-10-24grpclb: enter fallback when LB stream broken even before fallback timer expir...Kun Zhang
2018-09-14all: use Java7 bracketsCarl Mastrangelo
2018-09-07grpclb: more useful debug logs. (#4831)Kun Zhang
2018-09-05all: prepend internal classes with Internal (#4826)zpencer
2018-09-04all: move Channelz to io.grpc as InternalChannelz (#4797)zpencer
2018-08-09grpclb: fix unused variable lintSpencer Fang
2018-08-02grpclb: Fix proto's java_package to match the proto and include versionEric Anderson
2018-07-24grpclb: remove unnecessary support for lb delegation Carl Mastrangelo
2018-07-12compiler,stub: update RpcMethod docs and usageCarl Mastrangelo
2018-07-10compiler, stub: Rename inputType and outputType in @RpcMethodjbingham-google
2018-07-09grpclb: Plumb attributes for OOB and backend channelsEric Anderson
2018-07-06compiler, stub: Add @RpcMethod annotationjbingham-google
2018-06-22grpclb: sync LB proto with grpc-protoJuanli Shen
2018-06-12grpclb: sync with grpc-protoCarl Mastrangelo
2018-06-12grpclb: use exponential back-off for retries of balancer RPCs (#4525)Kun Zhang
2018-06-05stub: remove static Method descriptors and stabilize method accessorsCarl Mastrangelo
2018-05-21all: TimeProvider to use nanos rather than millisZHANG Dapeng
2018-05-14core: partially stabilize Attributes API (#4458)zpencer
2018-05-03 all: normalize copyright header Carl Mastrangelo
2018-04-30 grpclb: move load balancer proto to package-matching directoryCarl Mastrangelo
2018-03-22 grpclb: Cache Subchannels for 10 seconds after it is removed from the backen...Kun Zhang
2018-02-08compiler: avoid invoking experimental method in generated codeEric Gribkoff
2018-02-07grpclb: enter fallback mode immediately when balancer and all backend… (#4007)Kun Zhang
2018-01-25core: move Instrumented, LogId, WithLogId to io.grpc.internal as public (#3995)zpencer
2018-01-11all: Prefer mock+delegatesTo() over Mockito.spy()Eric Anderson
2017-12-19core/grpclb: resolve TXT records in DNS name resolver and include balancer ad...Carl Mastrangelo
2017-12-07cronet, grpc-lb, interop-testing: fix lints #3848zpencer
2017-12-04all: add Status messages to all statusesCarl Mastrangelo
2017-11-30core: move WithLog and LogId to io.grpc (#3813)zpencer
2017-11-30all: update to proto 3.5.0Carl Mastrangelo
2017-11-29grpclb: switch to fallback mode if all connections are lost (#3744)Kun Zhang
2017-11-01core: set sampled for local span per MethodDescriptor. (#3627)Kun Zhang
2017-10-31 compiler: remove references to static fieldsCarl Mastrangelo
2017-10-30compiler: add methods for accessing method descriptorsCarl Mastrangelo
2017-10-06core,grpclb: use denser atomics for censusCarl Mastrangelo
2017-10-06core: add first-class drop support in LoadBalancer.Kun Zhang
2017-09-25core/compiler: register Span names for code-generated methods (take 2)Kun Zhang
2017-09-19core: record individual messages with sizes to Census/tracing (#3461)Kun Zhang
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