1. 4782d92 s/NULL/nullptr by Craig Tiller · 7 years ago
  2. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  3. 6e5ce72 Assume that subchannels start in state IDLE. by Mark D. Roth · 7 years ago
  4. e9b1083 Change uses of PRIdPTR to PRIuPTR. by Mark D. Roth · 7 years ago
  5. 6c55691 Take ref to connected subchannel if subchannel starts in state READY. by Mark D. Roth · 7 years ago
  6. aadf9f4 Code review changes. by Mark D. Roth · 7 years ago
  7. 99f54e1 Code review changes. by Mark D. Roth · 7 years ago
  8. 5132d0e Code review changes. by Mark D. Roth · 7 years ago
  9. 901bb4f Improve tracing of subchannel_list code. by Mark D. Roth · 7 years ago
  10. 7ba40ba Fix crashes and asan bugs. by Mark D. Roth · 7 years ago
  11. 62ca6ce clang-format by Mark D. Roth · 7 years ago
  12. efea674 Fix crash in trace logging. by Mark D. Roth · 7 years ago
  13. 5e9848e Refactor subchannel_list code out of RR and use it in PF. by Mark D. Roth · 7 years ago
  14. 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/pick_first/pick_first.c]
  15. cb3c1da Merging master into ctocc4 by Yash Tibrewal · 7 years ago
  16. 6502ecc Add refcount to subchannel_index. by Juanli Shen · 7 years ago
  17. bc130da Adding more pointer conversions and type renaming by Yash Tibrewal · 7 years ago
  18. ca3c1c0 More explicit pointer type conversion by Yash Tibrewal · 7 years ago
  19. 8af54b8 Change PF and RR to expect only backends. by Juanli Shen · 7 years ago
  20. 7712c7c clang format by ncteisen · 7 years ago
  21. 06bce6e Tracers know their name by ncteisen · 7 years ago
  22. af084dc Fixes to pick first by David Garcia Quintas · 7 years ago
  23. 274bbbe Add rich closure debug mode by ncteisen · 7 years ago
  24. b3899fd Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  25. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  26. 1c8a904 Merge github.com:grpc/grpc into ALL-the-things by Craig Tiller · 7 years ago
  27. 87d5a31 Implement LB policy updates by David Garcia Quintas · 7 years ago
  28. ee4b145 Remove workqueue, covered_by_poller as concepts, get Mac build up by Craig Tiller · 7 years ago
  29. 09e458c Implement client-side load reporting for grpclb. by Mark D. Roth · 7 years ago
  30. d7b048e Merge github.com:grpc/grpc into minimal by Craig Tiller · 7 years ago
  31. 9eb0fde Reorganize ext tree by Craig Tiller · 7 years ago[Renamed (98%) from src/core/ext/lb_policy/pick_first/pick_first.c]
  32. 3d194ad Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimization by Noah Eisen · 7 years ago
  33. 3431996 Fix subchannel creation in pick_first and round_robin by Yuchen Zeng · 7 years ago
  34. 4b36a3d Change error_create API to slice by ncteisen · 7 years ago
  35. 3d72d71 Merge github.com:grpc/grpc into zalloc by Craig Tiller · 7 years ago
  36. 46dd790 Fixes, review comments by Craig Tiller · 7 years ago
  37. 65d57b8 Merge github.com:grpc/grpc into zalloc by Craig Tiller · 7 years ago
  38. 6f41788 Add zalloc, convert a bunch of files to use it by Craig Tiller · 7 years ago
  39. 2400bf5 Extend client channel combiner to lb_policy by Craig Tiller · 7 years ago
  40. 613dafa Convert connectivity_state, channel info into a combiner-compatible form by Craig Tiller · 7 years ago
  41. df8f122 Fix API fuzzer tests. by Mark D. Roth · 8 years ago
  42. 0748f39 Store subchannel address in a channel arg. by Mark D. Roth · 8 years ago
  43. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  44. 201db7d Eliminate redundant places where server name was stored. by Mark D. Roth · 8 years ago
  45. b0fb2d2 fix windows build by Jan Tattermusch · 8 years ago
  46. ea6689d Added INIT state to grpc_connectivity_state by David Garcia Quintas · 8 years ago
  47. 693d394 Fix potential use-after-free: connected subchannel gets destroyed after its been picked by an lbpolicy by Craig Tiller · 8 years ago
  48. fb809b7 Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  49. 557c990 clang-format by Mark D. Roth · 8 years ago
  50. b516cad Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  51. ae07f7f Merge remote-tracking branch 'upstream/master' into resolver_channel_args by Mark D. Roth · 8 years ago
  52. 5bd7be0 Change LB policies to get their input from channel args. by Mark D. Roth · 8 years ago
  53. 98abfd3 Pass channel args through resolver. by Mark D. Roth · 8 years ago
  54. 10edf68 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  55. eb35a1d Merge remote-tracking branch 'upstream/master' into rename_client_config by Mark D. Roth · 8 years ago
  56. e76b87b Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  57. d7ec5e1 Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  58. 1519574 Merge remote-tracking branch 'upstream/master' into rename_client_config by Mark D. Roth · 8 years ago
  59. ac8bc42 Merge remote-tracking branch 'upstream/master' into call_holder_add_pollent by Yuchen Zeng · 8 years ago
  60. eebb129 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  61. 56e470e Merge remote-tracking branch 'upstream/master' into service_config by Mark D. Roth · 8 years ago
  62. 94948b8 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  63. 129bb46 Added comments wrt lb/subchannel args ownership. by David Garcia Quintas · 8 years ago
  64. bec804b Merge branch 'deadline_filter' into service_config by Mark D. Roth · 8 years ago
  65. 046cf76 Encode method config table in channel args instead of in resolver result. by Mark D. Roth · 8 years ago
  66. 08b0fab Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  67. 7871f73 Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests by murgatroid99 · 8 years ago
  68. 1a2e6ac Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  69. 92b1825 Merge remote-tracking branch 'upstream/master' into call_holder_add_pollent by Yuchen Zeng · 8 years ago
  70. 4e9ad31 Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  71. 8967515 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  72. bcc60f7 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  73. 9030c81 Add a libuv endpoint to the C core, for use in the Node library by murgatroid99 · 8 years ago
  74. eaea5ca Merge remote-tracking branch 'upstream/master' into deadline_filter by Mark D. Roth · 8 years ago
  75. 8b7678c Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  76. c5c3878 Merge remote-tracking branch 'upstream/master' into grpclb_resolver_changes by Mark D. Roth · 8 years ago
  77. 5bb81aa Merge remote-tracking branch 'upstream/master' into call_holder_add_pollent by Yuchen Zeng · 8 years ago
  78. 5ebb7af Don't assert on use of unsupported user_data for LB policies by David Garcia Quintas · 8 years ago
  79. f47d6fb More PR comments by David Garcia Quintas · 8 years ago
  80. 2137cd8 Rename client_config directory to client_channel. by Mark D. Roth · 8 years ago
  81. 331b9c0 Moved LB token changes solely into grpclb.c by David Garcia Quintas · 8 years ago
  82. 58f52b7 clang-format by Mark D. Roth · 8 years ago
  83. e65ff11 Propagate error through grpc_lb_policy_cancel_picks(). Also fix error by Mark D. Roth · 8 years ago
  84. 932b10c clang-format by Mark D. Roth · 8 years ago
  85. 5f84400 Propagate errors through grpc_lb_policy_cancel_pick(). by Mark D. Roth · 8 years ago
  86. e011b1e Move is_balancer into a new struct in the client_config directory. by Mark D. Roth · 8 years ago
  87. 989cdcd clang-format by Mark D. Roth · 8 years ago
  88. f655c85 Add is_resolver bit to grpc_resolved_address. by Mark D. Roth · 8 years ago
  89. 19656b1 Add call_data's pollent to channel_data's interested_parties by Yuchen Zeng · 8 years ago
  90. 8aace51 Introduced grpc_lb_policy_pick_args and added some LB docs by David Garcia Quintas · 8 years ago
  91. e273b03 Plumb server name down into the subchannel. by Mark D. Roth · 8 years ago
  92. c97065d Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  93. 69ff63d clang-format by David Garcia Quintas · 8 years ago
  94. a0d7491 Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation by David Garcia Quintas · 8 years ago
  95. c4d5112 moar renamings by David Garcia Quintas · 8 years ago
  96. d925c93 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  97. 48ed92e GRPC_CHANNEL_FATAL_FAILURE --> GRPC_CHANNEL_SHUTDOWN by Craig Tiller · 8 years ago
  98. 2a50dfe s/grpc_pops/grpc_polling_entity by David Garcia Quintas · 8 years ago
  99. 332f1b3 Rename functions by Craig Tiller · 8 years ago
  100. ae12593 Fix concurrent_connectivity_test by Craig Tiller · 8 years ago