1. a5c2d6b Don't expect LB call to be NULL inside LB call retry timer. by David Garcia Quintas · 7 years ago
  2. 34992a6 Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  3. 6810009 Merge pull request #12427 from dgquintas/grpclb_pick_from_shutdown_rr by David G. Quintas · 7 years ago
  4. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  5. 0a9c74f PR comments, bis by David Garcia Quintas · 7 years ago
  6. f6c6b92 PR comments by David Garcia Quintas · 7 years ago
  7. eca25f3 Improvements to C Core's backoff code and API by David Garcia Quintas · 7 years ago
  8. 88933d8 Merge branch 'master' of github.com:grpc/grpc into grpclb_pick_from_shutdown_rr by David Garcia Quintas · 7 years ago
  9. 6e5ce72 Assume that subchannels start in state IDLE. by Mark D. Roth · 7 years ago
  10. 7e08c1a Merge pull request #12850 from markdroth/lb_pick_error_fix by Mark D. Roth · 7 years ago
  11. 2b217d4 clang-format by David Garcia Quintas · 7 years ago
  12. 8db6f9b Removed wrong assert from grpclb by David Garcia Quintas · 7 years ago
  13. e8d2588 Merge remote-tracking branch 'upstream/master' into lb_pick_error_fix by Mark D. Roth · 7 years ago
  14. 97b6e5d Process updates immediately instead of waiting for a previous one to complete. by Mark D. Roth · 7 years ago
  15. 7a2db96 Fix memory leak on grpclb shutdown. by Mark D. Roth · 7 years ago
  16. c5f7b88 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  17. 663f50c Cancel fallback timer in glb_shutdown() by Juanli Shen · 7 years ago
  18. 8ba4bf4 Return LB picks with an error upon shutdown. by Mark D. Roth · 7 years ago
  19. 5291023 Merge github.com:grpc/grpc into flowctl+millis by Craig Tiller · 7 years ago
  20. 1150bfb clang by Yash Tibrewal · 7 years ago
  21. 641e5fe grpclb initializer list by Yash Tibrewal · 7 years ago
  22. fcd26bc Removing more build errors by Yash Tibrewal · 7 years ago
  23. d8b84a2 Removing few more build errors by Yash Tibrewal · 7 years ago
  24. 8306284 Changes for C to C++. Adding extern C to header files for compatibility. by Yash Tibrewal · 7 years ago[Renamed (99%) from src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c]
  25. fe40815 Readd grpclb fallback by Juanli Shen · 7 years ago
  26. a4792f5 Defer restarting LB call until after timer cancellation. by Mark D. Roth · 7 years ago
  27. 2de36a8 Remove unnecessary code to defer client load report until after initial request. by Mark D. Roth · 7 years ago
  28. 9247ad5 Fix dumb timer cancellation bug (reversed conditional). by Mark D. Roth · 7 years ago
  29. 7801f34 Merge pull request #12601 from dgquintas/lb_on_response_received_locked_leaaaaaaaaaaaaak by David G. Quintas · 7 years ago
  30. 998bd2c Fix leak in grpclb's lb_on_response_received_locked by David Garcia Quintas · 7 years ago
  31. 9eb8672 Removing deprecated string to char * conversions by Yash Tibrewal · 7 years ago
  32. 9fa10cc Fix merge issue by Ken Payson · 7 years ago
  33. c086c7e Merge branch 'master' into revert_lb_stuff by Yash Tibrewal · 7 years ago
  34. 01e83b5 Revert "Add fallback (use backends from resolver if can't reach balancer) to grpclb." by Ken Payson · 7 years ago
  35. cb3c1da Merging master into ctocc4 by Yash Tibrewal · 7 years ago
  36. fc57518 Merge pull request #12326 from AspirinSJL/bug_shutdown by Juanli Shen · 7 years ago
  37. 2e2bf25 Merging with master by Yash Tibrewal · 7 years ago
  38. 2ed5d80 Removing forward declaration by Yash Tibrewal · 7 years ago
  39. a495220 removing a completed TODO, removing forward declarations and rearranging code instead, removing _t suffixes with other recommendations by Yash Tibrewal · 7 years ago
  40. 6502ecc Add refcount to subchannel_index. by Juanli Shen · 7 years ago
  41. bc130da Adding more pointer conversions and type renaming by Yash Tibrewal · 7 years ago
  42. aba0a0a Add fallback (use backends from resolver if can't reach balancer) to grpclb. by Juanli Shen · 7 years ago
  43. ca3c1c0 More explicit pointer type conversion by Yash Tibrewal · 7 years ago
  44. 2a95bf4 grpclb: Don't try to pick from shutdown RR by David Garcia Quintas · 7 years ago
  45. 97e1785 Added missing call to grpc_byte_buffer_reader_destroy() by David Garcia Quintas · 7 years ago
  46. 433f7bc Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity by David G. Quintas · 7 years ago
  47. fc950fb Fix bug in handling of RR connectivity transition to SHUTDOWN by David Garcia Quintas · 7 years ago
  48. 6a7935e Watch the LB channel using the right initial conn. state by David Garcia Quintas · 7 years ago
  49. e775180 Use new protocol for reporting dropped calls to grpclb balancer. by Mark D. Roth · 7 years ago
  50. c22c65b grpclb: deal with all-drops serverlists by David Garcia Quintas · 7 years ago
  51. ae5e83b Free pending grpclb update args by David Garcia Quintas · 7 years ago
  52. 06bce6e Tracers know their name by ncteisen · 7 years ago
  53. 63068f3 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  54. 696560c Merge pull request #11391 from markdroth/channel_args_helpers by Mark D. Roth · 7 years ago
  55. 8d5e60b Add helpers for creating channel args. by Mark D. Roth · 7 years ago
  56. 4b58405 Add metadata, secendp, sec conn tracers by ncteisen · 7 years ago
  57. 969b46e Add rich closure debug mode by ncteisen · 7 years ago
  58. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  59. b3899fd Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  60. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  61. 4bbbfaf Fix merge by Craig Tiller · 7 years ago
  62. 1c8a904 Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  63. 87d5a31 Implement LB policy updates by David Garcia Quintas · 7 years ago
  64. d3ec4aa Merge github.com:grpc/grpc into thread_pool by Craig Tiller · 7 years ago
  65. d7389b4 Implement grpclb drop support. by Mark D. Roth · 7 years ago
  66. ee4b145 Remove workqueue, covered_by_poller as concepts, get Mac build up by Craig Tiller · 7 years ago
  67. 62800f7 Merge github.com:grpc/grpc into timer_pool by Craig Tiller · 7 years ago
  68. bc7c224 Merge branch '0bug' into timer_pool by Craig Tiller · 7 years ago
  69. 175c73b clang-format by Mark D. Roth · 7 years ago
  70. 3b65436 Add initializers for all tracers by Craig Tiller · 7 years ago
  71. 84f75d4 Fix ASAN/TSAN failures by Craig Tiller · 7 years ago
  72. 64d922a Make sure we set deadline for the LB call even without a pick. by Mark D. Roth · 7 years ago
  73. 09e458c Implement client-side load reporting for grpclb. by Mark D. Roth · 7 years ago
  74. 04911ca New version of grpclb end2end test by David Garcia Quintas · 7 years ago
  75. 18548b8 Merge pull request #10258 from markdroth/service_config_lb_semantics by Mark D. Roth · 7 years ago
  76. b7f1129 Merge pull request #10742 from markdroth/hash_table by Mark D. Roth · 7 years ago
  77. e5db841 Merge remote-tracking branch 'upstream/master' into service_config_lb_semantics by Mark D. Roth · 7 years ago
  78. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  79. e300670 Simplify hash table API: remove per-entry vtable and take ownership of by Mark D. Roth · 7 years ago
  80. 7fadeae Fix a couple leaks by David Garcia Quintas · 7 years ago
  81. d9bc60c Merge remote-tracking branch 'upstream/master' into service_config_lb_semantics by Mark D. Roth · 7 years ago
  82. 5de4656 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  83. d7b048e Merge github.com:grpc/grpc into minimal by Craig Tiller · 7 years ago
  84. d52e22f clang-format by Craig Tiller · 7 years ago
  85. 9eb0fde Reorganize ext tree by Craig Tiller · 7 years ago[Renamed (98%) from src/core/ext/lb_policy/grpclb/grpclb.c]
  86. e3ec4b2 Clarify wording. by Mark D. Roth · 7 years ago
  87. 4b36a3d Change error_create API to slice by ncteisen · 7 years ago
  88. 8a0ec88 Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master by David Garcia Quintas · 7 years ago
  89. 3d72d71 Merge github.com:grpc/grpc into zalloc by Craig Tiller · 8 years ago
  90. 46dd790 Fixes, review comments by Craig Tiller · 8 years ago
  91. c40d1d8 Use the internal slice api by Yuchen Zeng · 8 years ago
  92. 65d57b8 Merge github.com:grpc/grpc into zalloc by Craig Tiller · 8 years ago
  93. 6f41788 Add zalloc, convert a bunch of files to use it by Craig Tiller · 8 years ago
  94. 2400bf5 Extend client channel combiner to lb_policy by Craig Tiller · 8 years ago
  95. 613dafa Convert connectivity_state, channel info into a combiner-compatible form by Craig Tiller · 8 years ago
  96. 0129150 Secure naming support for gRPCLB by David Garcia Quintas · 8 years ago
  97. e6dd773 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  98. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  99. 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  100. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago