aboutsummaryrefslogtreecommitdiff
path: root/grpclb
AgeCommit message (Expand)Author
2016-07-22compiler: make Stub final classZHANG Dapeng
2016-07-21compiler: add build option to enable deprecated generated codeZHANG Dapeng
2016-07-11Start 1.1.0 development cycleEric Anderson
2016-07-01Start 1.0.0 development cycleEric Anderson
2016-06-29compiler: deprecate interfaces and add ImplBase in codegenZHANG Dapeng
2016-06-28Bump protobuf dependency to 3.0.0-beta-3Eric Anderson
2016-06-27core: Add a RoundRobin LoadBalancer.William Thurston
2016-06-23Reapply "Eliminate MethodDescriptor from startCall and interceptCall for serv...Eric Anderson
2016-06-20Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers"Eric Anderson
2016-06-13Eliminate MethodDescriptor from startCall and interceptCall for serversLouis Ryan
2016-06-09core: emit lists of lists from NameResolverWilliam Thurston
2016-06-07codegen: Specify URL for ExperimentalApiEric Anderson
2016-05-03all: Finish adding tracking issues for ExperimentalApiCarl Mastrangelo
2016-04-29Begin v0.15.0 CycleCarl Mastrangelo
2016-04-22Add javadoc to grpc codegen based on proto docsnmittler
2016-04-19Mark generated abstract class as ExperimentalEric Anderson
2016-04-11Print compiler version number in generated filesLukasz Strzalkowski
2016-04-11Provide base methods for Abstract stubLukasz Strzalkowski
2016-04-08Adapt BindableService in ServerBuilder#addServiceŁukasz Strzałkowski
2016-04-07Add Abstract{ServiceName} class in compiled service classLukasz Strzalkowski
2016-03-22Remove references to Throwable.propagateCarl Mastrangelo
2016-03-14Use Attributes as the affinity data for LB.elandau
2016-03-10Use bytes instead of a string for IP address.Kun Zhang
2016-03-04Remove or use unused variables.Kun Zhang
2016-03-04Add missing override annotation to generated protosCarl Mastrangelo
2016-03-01Inlcude the file that was used to generate service descriptorsCarl Mastrangelo
2016-02-23Pass transports instead of futures of transports for new calls.Kun Zhang
2016-02-19Update package name for grpc load balancer proto.Kun Zhang
2016-02-18Fix Intellij syncing for some generated dirsLouis Ryan
2016-02-16Automated readability/efficiency tweaksEric Anderson
2016-01-29Use generics for LoadBalancer to avoid ClientTransport exposureEric Anderson
2016-01-27Upgrade to protobuf-3.0.0-beta-2 and protobuf-nano-3.0.0-alpha-5Kun Zhang
2016-01-15Reduce number of codegen'd classes needed for ServicesEric Anderson
2016-01-11Revert "More information for debugging."Eric Anderson
2016-01-05More information for debugging.Kun Zhang
2015-12-30Fix issues discovered by internal GRPCLB integration test.Kun Zhang
2015-12-21Use lbTransport if the LB request got a UNIMPLEMENTED responseKun Zhang
2015-12-18Make BlankFutureProvider preserve the order.Kun Zhang
2015-12-17Allow support for nanosecond timeouts, and use nanoseconds consistently throu...Carl Mastrangelo
2015-12-17The GRPCLB load-balancer.Kun Zhang