1. 66dfcf5 clang fmt by ncteisen · 7 years ago
  2. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  3. 6d66369 Merge pull request #13388 from y-zeng/flow_control by Yuchen Zeng · 7 years ago
  4. 7fb7774 Merge pull request #13417 from markdroth/grpclb_memory_leak_fix by Mark D. Roth · 7 years ago
  5. 1028787 Add constant kMaxDt by Yuchen Zeng · 7 years ago
  6. 6c8ee58 Restart LB call after client load report completion, if needed. by Mark D. Roth · 7 years ago
  7. 767e1cb Merge pull request #13405 from apolcyn/grpc_config_txt_prefix by apolcyn · 7 years ago
  8. 56a19ae Query for TXT service configs with _gprc_config prefix by Alexander Polcyn · 7 years ago
  9. fdb1a2b Take a ref to the connected subchannel before unreffing it. by Mark D. Roth · 7 years ago
  10. 68ade74 Limit the imput dt of PID to 100ms by Yuchen Zeng · 7 years ago
  11. abfb4f8 Handle negative remote_window by Yuchen Zeng · 7 years ago
  12. 3810749 Merge pull request #13339 from dgquintas/client_stats_fallback_kaput by David G. Quintas · 7 years ago
  13. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  14. 6d0ec6b Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  15. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  16. c0ec3cc Merge pull request #13332 from dgquintas/grpclb_better_logging by David G. Quintas · 7 years ago
  17. 2076ca5 Merge pull request #13343 from dgquintas/pf_error_refs by David G. Quintas · 7 years ago
  18. 6712a75 Fix wrong assignment by David Garcia Quintas · 7 years ago
  19. 9fbd6c1 Merge pull request #13331 from dgquintas/grpclb_retry_timer by David G. Quintas · 7 years ago
  20. 0fa2c6b Moar cleanups! by David Garcia Quintas · 7 years ago
  21. b07d7a8 Removed call to grpc_subchannel_check_connectivity and loop in pf_conn cb by David Garcia Quintas · 7 years ago
  22. e77b3c3 Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  23. 4782d92 s/NULL/nullptr by Craig Tiller · 7 years ago
  24. 94eae04 PF: don't unref errors when about to loop in pf_conn cb by David Garcia Quintas · 7 years ago
  25. 5960790 pr comments by David Garcia Quintas · 7 years ago
  26. 3f69cb3 Actually do what the pr comments suggested by David Garcia Quintas · 7 years ago
  27. 2b372e0 pr comments by David Garcia Quintas · 7 years ago
  28. b90cb3f pr comments by David Garcia Quintas · 7 years ago
  29. 3a128c0 Merge branch 'master' into cc-tsan-1 by Sree Kuchibhotla · 7 years ago
  30. 3a54b86 Merge pull request #13201 from wjackson/cancel-and-priority by Noah Eisen · 7 years ago
  31. a1c6590 grpclb: Improved logging by David Garcia Quintas · 7 years ago
  32. e782063 Merge pull request #13259 from sreecha/resource-quota-fix by Sree Kuchibhotla · 7 years ago
  33. a5c2d6b Don't expect LB call to be NULL inside LB call retry timer. by David Garcia Quintas · 7 years ago
  34. a674634 Handle frame with priority flag for canceled stream by Whitney Jackson · 7 years ago
  35. b6727b6 clang format by Sree Kuchibhotla · 7 years ago
  36. 096f883 clang format by Sree Kuchibhotla · 7 years ago
  37. c4a973c Merge branch 'master' into cc-tsan-1 by Sree Kuchibhotla · 7 years ago
  38. 4047e45 Merge branch 'master' into resource-quota-fix by Sree Kuchibhotla · 7 years ago
  39. 5dd0d6f Fix internal UBSAN failure by ncteisen · 7 years ago
  40. 9a0db88 Fix TSAN issue in backup poller by Sree Kuchibhotla · 7 years ago
  41. 34992a6 Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  42. 6810009 Merge pull request #12427 from dgquintas/grpclb_pick_from_shutdown_rr by David G. Quintas · 7 years ago
  43. 0c1d8e2 Review comment: merge seen_goaway and goaway_error fields on transport by Sree Kuchibhotla · 7 years ago
  44. 7f3f30f Fix resource_quota_server bug by Sree Kuchibhotla · 7 years ago
  45. a64b2b1 Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  46. e9e7791 Merge pull request #13161 from markdroth/service_config_fixes by Mark D. Roth · 7 years ago
  47. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  48. 0a9c74f PR comments, bis by David Garcia Quintas · 7 years ago
  49. f6c6b92 PR comments by David Garcia Quintas · 7 years ago
  50. eca25f3 Improvements to C Core's backoff code and API by David Garcia Quintas · 7 years ago
  51. 88933d8 Merge branch 'master' of github.com:grpc/grpc into grpclb_pick_from_shutdown_rr by David Garcia Quintas · 7 years ago
  52. 3e07699 Merge pull request #13106 from Vizerai/census_update by Jim King · 7 years ago
  53. 94a5226 Merge pull request #13082 from vjpai/friendly_fire by Vijay Pai · 7 years ago
  54. 9e6837d Merge pull request #12732 from y-zeng/connectivity_watcher by Yuchen Zeng · 7 years ago
  55. e9f5c90 clang-fmt by Vijay Pai · 7 years ago
  56. cb36615 GPR_ATTRIBUTE_NO_TSAN doesn't reach through function calls, so use a friend by Vijay Pai · 7 years ago
  57. d382140 Fix crash in epollex by Yuchen Zeng · 7 years ago
  58. cbb9296 Change the default interval to 5 seconds by Yuchen Zeng · 7 years ago
  59. 7fa814f Fix timeouts by Yuchen Zeng · 7 years ago
  60. 6f9985e Fix SIGV when grpc_channel_stack_init returns errors by Yuchen Zeng · 7 years ago
  61. d573861 Update with grpc_millis by Yuchen Zeng · 7 years ago
  62. c83ce41 Fix polling_timer shutdown process by Yuchen Zeng · 7 years ago
  63. 223f8d4 Remove schedule_polling_timer by Yuchen Zeng · 7 years ago
  64. dd77922 Add comments, fix backup_poller_shutdown_unref by Yuchen Zeng · 7 years ago
  65. b41014e Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS by Yuchen Zeng · 7 years ago
  66. 0bad30a Use backup pollser instead of connectivity watcher by Yuchen Zeng · 7 years ago
  67. d9ce7d9 clang-format by Yuchen Zeng · 7 years ago
  68. f8ed4fa convert connectivity_watcher to cpp file by Yuchen Zeng · 7 years ago
  69. 6a48dc5 Remove c++ channel connectivity watcher by Yuchen Zeng · 7 years ago
  70. 7269667 Add client channel connectivity watcher by Yuchen Zeng · 7 years ago
  71. 6e5ce72 Assume that subchannels start in state IDLE. by Mark D. Roth · 7 years ago
  72. e9b1083 Change uses of PRIdPTR to PRIuPTR. by Mark D. Roth · 7 years ago
  73. a282146 When parsing durations, handle any number of decimal digits up to 9. by Mark D. Roth · 7 years ago
  74. 52620b6 Merge branch 'master' into census_update by Jim King · 7 years ago
  75. 76d0ec4 Fix a bunch of dumb service config parsing bugs. by Mark D. Roth · 7 years ago
  76. cfcbab3 clang-format by Mark D. Roth · 7 years ago
  77. 6c55691 Take ref to connected subchannel if subchannel starts in state READY. by Mark D. Roth · 7 years ago
  78. 61da050 Fix bug from merge and improve logging. by Mark D. Roth · 7 years ago
  79. b188e0e Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  80. 1bda510 Merge pull request #13094 from muxi/fix-objc-cpp-build by Muxi Yan · 7 years ago
  81. 7e08c1a Merge pull request #12850 from markdroth/lb_pick_error_fix by Mark D. Roth · 7 years ago
  82. c01c7cb Merge pull request #12219 from y-zeng/http2_connector by Yuchen Zeng · 7 years ago
  83. c263204 Merge pull request #13070 from markdroth/client_channel_lb_policy_ref_fix by Mark D. Roth · 7 years ago
  84. 4e23dcc Merge pull request #12720 from dgquintas/grpclb_remove_silly_assert by David G. Quintas · 7 years ago
  85. 57cdb16 Initialize subchannel_list->pending_connectivity_state_unsafe. by Mark D. Roth · 7 years ago
  86. d38a2e8 Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  87. 48be9de Restore logic from before #12297. by Mark D. Roth · 7 years ago
  88. bb7d088 Cleaning up census code. by Vizerai · 7 years ago
  89. ae6bca4 Make fix objc build problem by Muxi Yan · 7 years ago
  90. c563b58 Merge pull request #13031 from apolcyn/fix_connectivity_state_data_race by apolcyn · 7 years ago
  91. 2b217d4 clang-format by David Garcia Quintas · 7 years ago
  92. 8db6f9b Removed wrong assert from grpclb by David Garcia Quintas · 7 years ago
  93. e6c8f2d Only allocate cached_timeout when md interned by yang-g · 7 years ago
  94. c7ea15e Merge pull request #12653 from vbatts/conversion_fix by Yash Tibrewal · 7 years ago
  95. a78be30 Fix some other NULL checks and uses by Vijay Pai · 7 years ago
  96. aadf9f4 Code review changes. by Mark D. Roth · 7 years ago
  97. 828aed5 Fix compilation by Craig Tiller · 7 years ago
  98. 96582b7 Reflow to remove bool by Craig Tiller · 7 years ago
  99. d0ff896 Remove dead code by Craig Tiller · 7 years ago
  100. 8b761cf Add comment by Craig Tiller · 7 years ago