1. 4e82e62 Fix compilation in Java 9 by Eric Anderson · 7 years ago
  2. 14003c1 build.gradle: bump protobuf plugin to 0.8.5 (#4101) by zpencer · 7 years ago
  3. a438456 grpclb: Cache Subchannels for 10 seconds after it is removed from the backendlist (#4238) by Kun Zhang · 7 years ago
  4. 066ad3c buildscripts,travis: fetch from mvn with retries (#4140) by zpencer · 7 years ago
  5. 6f9b4e8 compiler: avoid invoking experimental method in generated code by Eric Gribkoff · 7 years ago
  6. f44fc50 grpclb: enter fallback mode immediately when balancer and all backend… (#4007) by Kun Zhang · 7 years ago
  7. b109595 core: move Instrumented, LogId, WithLogId to io.grpc.internal as public (#3995) by zpencer · 7 years ago
  8. 4b54df3 bazel,grpclb: add a bazel build definition by Shohei Kamimori · 7 years ago
  9. ba8063e all: Prefer mock+delegatesTo() over Mockito.spy() by Eric Anderson · 7 years ago
  10. 6eaae5d core/grpclb: resolve TXT records in DNS name resolver and include balancer addresses by Carl Mastrangelo · 7 years ago
  11. 173ca5d cronet, grpc-lb, interop-testing: fix lints #3848 by zpencer · 7 years ago
  12. c9b02db all: add Status messages to all statuses by Carl Mastrangelo · 7 years ago
  13. 9e7a4c4 core: move WithLog and LogId to io.grpc (#3813) by zpencer · 7 years ago
  14. aee5fc4 all: update to proto 3.5.0 by Carl Mastrangelo · 7 years ago
  15. 9239984 grpclb: switch to fallback mode if all connections are lost (#3744) by Kun Zhang · 7 years ago
  16. d87ef74 core: set sampled for local span per MethodDescriptor. (#3627) by Kun Zhang · 7 years ago
  17. 87c8791 compiler: remove references to static fields by Carl Mastrangelo · 7 years ago
  18. 30b5988 compiler: add methods for accessing method descriptors by Carl Mastrangelo · 7 years ago
  19. 95a2723 core,grpclb: use denser atomics for census by Carl Mastrangelo · 7 years ago
  20. 72f6d9b core: add first-class drop support in LoadBalancer. by Kun Zhang · 7 years ago
  21. a6653bb core/compiler: register Span names for code-generated methods (take 2) by Kun Zhang · 7 years ago
  22. 7e534ed core: record individual messages with sizes to Census/tracing (#3461) by Kun Zhang · 7 years ago
  23. df92533 grpclb: fallback to backend addresses (#3439) by Kun Zhang · 7 years ago
  24. 731bbef core, compiler, protobuf: introduce MethodDescriptor#setSchemaDescriptor by Lukasz Strzalkowski · 7 years ago
  25. 24ff274 all: update to proto 3.4.0 by Carl Mastrangelo · 7 years ago
  26. 4854318 grpclb: remove expiration_interval. (#3398) by Kun Zhang · 7 years ago
  27. 182164e compiler: Add option to disable version output by Eric Anderson · 8 years ago
  28. ab65c79 grpclb: refactor main GRPCLB logic out of GrpclbLoadBalancer. (#3369) by Kun Zhang · 7 years ago
  29. ab85c5a Start 1.7.0 development cycle (#3357) by zpencer · 7 years ago
  30. 8634632 grpclb: use two-level drop behavior (#3343) by Kun Zhang · 7 years ago
  31. 13ef226 core: Use bulk operation instead of iteration by myPrecious · 7 years ago
  32. 65ea0bd core,grpclb: deprecate LoadBalancer.Helper.updatePicker() by ZHANG Dapeng · 7 years ago
  33. c8216e4 grpclb: update load_balancer.proto to the latest version. (#3329) by Kun Zhang · 7 years ago
  34. 71353c8 grpclb: implement Channel State API for GRPCLB by ZHANG Dapeng · 7 years ago
  35. f54a2df grpclb: force GRPCLB policy when NameResolver returns at least one balancer. (#3291) by Kun Zhang · 7 years ago
  36. 04e0450 core: pass CallOptions to newClientStreamTracer(). (#3276) by Kun Zhang · 7 years ago
  37. 424eeea all: begin 1.6 release cycle by Carl Mastrangelo · 7 years ago
  38. 166108a all: fix licence whitespace by Carl Mastrangelo · 7 years ago
  39. 3bfd630 all: update to Apache 2 licence by Carl Mastrangelo · 7 years ago
  40. 4ce52d1 all: bump to 1.5.0-SNAPSHOT by Carl Mastrangelo · 7 years ago
  41. 0fe2c5c all: bump to proto 3.3.1 by Carl Mastrangelo · 7 years ago
  42. a343e99 grpclb: Avoid reference equality for protobuf in oneof by Eric Anderson · 8 years ago
  43. cf0e161 Remove unused variables by Eric Anderson · 8 years ago
  44. f4173c3 core,grpclb: Update addresses in OobChannel by Eric Anderson · 8 years ago
  45. 7aa807c compiler: remove streaming calls from javadoc for newFutureStub by Eric Gribkoff · 8 years ago
  46. 0d6b418 Implement GRPCLB client-side load reporting (#2941) by Kun Zhang · 8 years ago
  47. dcc3902 grpclb: remove non-determinism workaround by Eric Anderson · 8 years ago
  48. c1a2fb4 grpclb: expose the token metadata key. (#2944) by Kun Zhang · 8 years ago
  49. 10dd34b grpclb: Flatten LB addresses to use pick-first by Eric Anderson · 8 years ago
  50. 4f96b0a compiler: move over to method descriptor builder by Łukasz Strzałkowski · 8 years ago
  51. 17b9016 all: begin 1.4.x development cycle by Carl Mastrangelo · 8 years ago
  52. 123bb31 grpclb: skip picker updates that have no effect (#2876) by Kun Zhang · 8 years ago
  53. 418d52d core: unify EquivalentAddressGroup and its immitators. (#2755) by Kun Zhang · 8 years ago
  54. 7c3f664 grpclb: set LB tokens to headers. (#2812) by Kun Zhang · 8 years ago
  55. 7ce2b4f all: start 1.3.0 development cycle by Carl Mastrangelo · 8 years ago
  56. 7bb60dc core: introduce PickSubchannelArgs (#2740) by Łukasz Strzałkowski · 8 years ago
  57. 2fab889 grpclb: fix a bug in handling server address updates. by Kun Zhang · 8 years ago
  58. a9bd947 core: promote LBv2 classes. by Kun Zhang · 8 years ago
  59. a6b1d89 core: delete the old channel impl and LoadBalancer. by Kun Zhang · 8 years ago
  60. 700abb3 compiler: add some missing final modifiers on generated code by Carl Mastrangelo · 8 years ago
  61. b0323ac all: update to protobuf 3.2.0 by Carl Mastrangelo · 8 years ago
  62. e8aef5b Start 1.2.0 development cycle by Carl Mastrangelo · 8 years ago
  63. 237a65e core: make ServiceDescriptor use the Builder pattern by Carl Mastrangelo · 8 years ago
  64. 5bfac21 grpclb: add GrpclbLoadBalancerFactory2 by Kun Zhang · 8 years ago
  65. 89bc2cd all: update to latest import ordering by Carl Mastrangelo · 8 years ago
  66. efbcd1f core: change method descriptor to be builder based by Carl Mastrangelo · 8 years ago
  67. 4a4f25a weekly cleanup: errorprone, javastyle, unused (#2566) by ZHANG Dapeng · 8 years ago
  68. 322eb8c grpclb: re-implement GrpclbLoadBalancer in v2 API. (#2557) by Kun Zhang · 8 years ago
  69. 3d210ae compiler: reduce synchronzed invocation (#2539) by ZHANG Dapeng · 8 years ago
  70. 1aaf1a9 compiler: final bindService() in generated code. (#2553) by Kun Zhang · 8 years ago
  71. abffc76 addressing reviewer comments by Eric Gribkoff · 8 years ago
  72. aff1cac Compiler/core changes to support the proto reflection API by Eric Gribkoff · 8 years ago
  73. 894802e compiler: lazily generate ServiceDescriptors by Carl Mastrangelo · 8 years ago
  74. 23652c5 core: change API of NameResolver#onUpdate by Lukasz Strzalkowski · 8 years ago
  75. 63d5473 Sync load_balancer.proto to latest version. by Kun Zhang · 8 years ago
  76. 5e1e883 Update protobuf to 3.0.0 by Eric Anderson · 8 years ago
  77. 3a13aa5 compiler: make Stub final class by ZHANG Dapeng · 8 years ago
  78. e109125 compiler: add build option to enable deprecated generated code by ZHANG Dapeng · 8 years ago
  79. e9643bb Start 1.1.0 development cycle by Eric Anderson · 8 years ago
  80. 46379da Start 1.0.0 development cycle by Eric Anderson · 8 years ago
  81. f149e4c compiler: deprecate interfaces and add ImplBase in codegen by ZHANG Dapeng · 8 years ago
  82. dbef1af Bump protobuf dependency to 3.0.0-beta-3 by Eric Anderson · 8 years ago
  83. 88a0378 core: Add a RoundRobin LoadBalancer. by William Thurston · 8 years ago
  84. 66ab956 Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  85. ef17830 Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers" by Eric Anderson · 8 years ago
  86. 3df1446 Eliminate MethodDescriptor from startCall and interceptCall for servers by Louis Ryan · 9 years ago
  87. a05ab57 core: emit lists of lists from NameResolver by William Thurston · 8 years ago
  88. 7c722e4 codegen: Specify URL for ExperimentalApi by Eric Anderson · 8 years ago
  89. bc661e7 all: Finish adding tracking issues for ExperimentalApi by Carl Mastrangelo · 9 years ago
  90. 3c5b5a5 Begin v0.15.0 Cycle by Carl Mastrangelo · 9 years ago
  91. 7e8b504 Add javadoc to grpc codegen based on proto docs by nmittler · 9 years ago
  92. 9bc5d93 Mark generated abstract class as Experimental by Eric Anderson · 9 years ago
  93. 363e0f6 Print compiler version number in generated files by Lukasz Strzalkowski · 9 years ago
  94. 2fbf142 Provide base methods for Abstract stub by Lukasz Strzalkowski · 9 years ago
  95. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 9 years ago
  96. f8b71e7 Add Abstract{ServiceName} class in compiled service class by Lukasz Strzalkowski · 9 years ago
  97. 65d3847 Remove references to Throwable.propagate by Carl Mastrangelo · 9 years ago
  98. 053a18e Use Attributes as the affinity data for LB. by elandau · 9 years ago
  99. 016d4a5 Use bytes instead of a string for IP address. by Kun Zhang · 9 years ago
  100. 2491402 Remove or use unused variables. by Kun Zhang · 9 years ago