1. ca3c1c0 More explicit pointer type conversion by Yash Tibrewal · 7 years ago
  2. 2a95bf4 grpclb: Don't try to pick from shutdown RR by David Garcia Quintas · 7 years ago
  3. 97e1785 Added missing call to grpc_byte_buffer_reader_destroy() by David Garcia Quintas · 7 years ago
  4. 433f7bc Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity by David G. Quintas · 7 years ago
  5. fc950fb Fix bug in handling of RR connectivity transition to SHUTDOWN by David Garcia Quintas · 7 years ago
  6. 6a7935e Watch the LB channel using the right initial conn. state by David Garcia Quintas · 7 years ago
  7. e775180 Use new protocol for reporting dropped calls to grpclb balancer. by Mark D. Roth · 7 years ago
  8. c22c65b grpclb: deal with all-drops serverlists by David Garcia Quintas · 7 years ago
  9. ae5e83b Free pending grpclb update args by David Garcia Quintas · 7 years ago
  10. 06bce6e Tracers know their name by ncteisen · 7 years ago
  11. 63068f3 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  12. 696560c Merge pull request #11391 from markdroth/channel_args_helpers by Mark D. Roth · 7 years ago
  13. 8d5e60b Add helpers for creating channel args. by Mark D. Roth · 7 years ago
  14. 4b58405 Add metadata, secendp, sec conn tracers by ncteisen · 7 years ago
  15. 969b46e Add rich closure debug mode by ncteisen · 7 years ago
  16. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  17. b3899fd Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  18. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  19. 4bbbfaf Fix merge by Craig Tiller · 7 years ago
  20. 1c8a904 Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  21. 87d5a31 Implement LB policy updates by David Garcia Quintas · 7 years ago
  22. d3ec4aa Merge github.com:grpc/grpc into thread_pool by Craig Tiller · 7 years ago
  23. d7389b4 Implement grpclb drop support. by Mark D. Roth · 7 years ago
  24. ee4b145 Remove workqueue, covered_by_poller as concepts, get Mac build up by Craig Tiller · 7 years ago
  25. 62800f7 Merge github.com:grpc/grpc into timer_pool by Craig Tiller · 7 years ago
  26. bc7c224 Merge branch '0bug' into timer_pool by Craig Tiller · 7 years ago
  27. 175c73b clang-format by Mark D. Roth · 7 years ago
  28. 3b65436 Add initializers for all tracers by Craig Tiller · 7 years ago
  29. 84f75d4 Fix ASAN/TSAN failures by Craig Tiller · 7 years ago
  30. 64d922a Make sure we set deadline for the LB call even without a pick. by Mark D. Roth · 7 years ago
  31. 09e458c Implement client-side load reporting for grpclb. by Mark D. Roth · 7 years ago
  32. 04911ca New version of grpclb end2end test by David Garcia Quintas · 7 years ago
  33. 18548b8 Merge pull request #10258 from markdroth/service_config_lb_semantics by Mark D. Roth · 7 years ago
  34. b7f1129 Merge pull request #10742 from markdroth/hash_table by Mark D. Roth · 7 years ago
  35. e5db841 Merge remote-tracking branch 'upstream/master' into service_config_lb_semantics by Mark D. Roth · 7 years ago
  36. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  37. e300670 Simplify hash table API: remove per-entry vtable and take ownership of by Mark D. Roth · 7 years ago
  38. 7fadeae Fix a couple leaks by David Garcia Quintas · 7 years ago
  39. d9bc60c Merge remote-tracking branch 'upstream/master' into service_config_lb_semantics by Mark D. Roth · 7 years ago
  40. 5de4656 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  41. d7b048e Merge github.com:grpc/grpc into minimal by Craig Tiller · 7 years ago
  42. d52e22f clang-format by Craig Tiller · 7 years ago
  43. 9eb0fde Reorganize ext tree by Craig Tiller · 7 years ago[Renamed (98%) from src/core/ext/lb_policy/grpclb/grpclb.c]
  44. e3ec4b2 Clarify wording. by Mark D. Roth · 7 years ago
  45. 4b36a3d Change error_create API to slice by ncteisen · 7 years ago
  46. 8a0ec88 Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master by David Garcia Quintas · 7 years ago
  47. 3d72d71 Merge github.com:grpc/grpc into zalloc by Craig Tiller · 7 years ago
  48. 46dd790 Fixes, review comments by Craig Tiller · 7 years ago
  49. c40d1d8 Use the internal slice api by Yuchen Zeng · 8 years ago
  50. 65d57b8 Merge github.com:grpc/grpc into zalloc by Craig Tiller · 8 years ago
  51. 6f41788 Add zalloc, convert a bunch of files to use it by Craig Tiller · 8 years ago
  52. 2400bf5 Extend client channel combiner to lb_policy by Craig Tiller · 8 years ago
  53. 613dafa Convert connectivity_state, channel info into a combiner-compatible form by Craig Tiller · 8 years ago
  54. 0129150 Secure naming support for gRPCLB by David Garcia Quintas · 8 years ago
  55. e6dd773 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  56. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  57. 448c1f0 Move parameters for all grpc_op types into their own sub-structs. by Mark D. Roth · 8 years ago
  58. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  59. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  60. 9277aa7 Fix sanity: core_banned_functions by Craig Tiller · 8 years ago
  61. 0d8e0b1 Merge github.com:grpc/grpc into fix_errors by Craig Tiller · 8 years ago
  62. b5b4372 Use `grpc_closure`s in `grpc_timer`s by Masood Malekghassemi · 8 years ago
  63. 17f6904 Merge branch 'slice_with_exec_ctx_and_new_closures' into metadata_filter_and_new_closures by Craig Tiller · 8 years ago
  64. 0b09341 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  65. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  66. ef69384 Merge branch 'slice_with_exec_ctx' into metadata_filter by Craig Tiller · 8 years ago
  67. 0704727 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  68. 855a106 grpclb: skip slash in server uri path if present by David Garcia Quintas · 8 years ago
  69. be5e3ca Move internal channel arg definitions out of public headers. by Mark D. Roth · 8 years ago
  70. 201db7d Eliminate redundant places where server name was stored. by Mark D. Roth · 8 years ago
  71. f75d269 Fix grpclb code. by Mark D. Roth · 8 years ago
  72. b4aa70e Offer grpc_slice_to_c_string to simplify some code by Craig Tiller · 8 years ago
  73. 385dd9a Merge branch 'slice_interning' into metadata_filter by Craig Tiller · 8 years ago
  74. 397bff3 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  75. 36b3135 Merge branch 'slice_interning' into metadata_filter by Craig Tiller · 8 years ago
  76. e238b04 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  77. 1edfb95 Updated backoff to spec. by David Garcia Quintas · 8 years ago
  78. a7d37a3 Initial conversion work to indexed metadata by Craig Tiller · 8 years ago
  79. 01eda53 Merge pull request #8829 from dgquintas/grpclb_right_target by David G. Quintas · 8 years ago
  80. 6493a73 Check on *target, not target by David Garcia Quintas · 8 years ago
  81. 1ebcaa2 Fixed leak upon duped serverlist updates by David Garcia Quintas · 8 years ago
  82. 480e1d8 Merge github.com:grpc/grpc into eliminate_mdstr by Craig Tiller · 8 years ago
  83. 9ecadce Get identity law testing right by Craig Tiller · 8 years ago
  84. ac5f518 Merge branch 'slice_with_exec_ctx' into eliminate_mdstr by Craig Tiller · 8 years ago
  85. 4283a26 pr comments by David Garcia Quintas · 8 years ago
  86. b28c7e8 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  87. 0160de9 Begin moving mdelem to be a value type by Craig Tiller · 8 years ago
  88. e7d2f21 improved logging by David Garcia Quintas · 8 years ago
  89. c2e6254 Merge branch 'master' of github.com:grpc/grpc into grpclb_reworked_conn_state by David Garcia Quintas · 8 years ago
  90. 405503b Merge pull request #8758 from dgquintas/lb_token_nullness by David G. Quintas · 8 years ago
  91. 149f09d Rewrote connectivity status logic for gRPC LB by David Garcia Quintas · 8 years ago
  92. 4a0e584 Undo wrong NULLing in grpclb by David Garcia Quintas · 8 years ago
  93. d7f1583 Tests are starting to compile by Craig Tiller · 8 years ago
  94. 66b14c1 Merge branch 'slice_interning' into eliminate_mdstr by Craig Tiller · 8 years ago
  95. c586666 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  96. 850cbaa Added more testing for grpclb tokens by David Garcia Quintas · 8 years ago
  97. 8f68e29 Merge pull request #8733 from dgquintas/grpclb_deadlock by David G. Quintas · 8 years ago
  98. 3ddebf4 PR comment by David Garcia Quintas · 8 years ago
  99. a74b246 Fixed deadlock between glb_shutdown and lb_on_server_status_received by David Garcia Quintas · 8 years ago
  100. 2e01234 Fix sanity, uv, and windows builds by murgatroid99 · 8 years ago