1. c6f925d Fix timer freed early in uv pollset by murgatroid99 · 7 years ago
  2. 99dcb69 Merge pull request #13097 from ctiller/lfe3 by Craig Tiller · 7 years ago
  3. d9da738 Merge pull request #13147 from yashykt/testc++ize by Yash Tibrewal · 7 years ago
  4. e153357 Add back mpscq request matcher by Ken Payson · 7 years ago
  5. 5d3b03f Merge pull request #13286 from yashykt/13235fix by Yash Tibrewal · 7 years ago
  6. d9f18a9 Merge pull request #13256 from jtattermusch/naive_cq_test_fix by Jan Tattermusch · 7 years ago
  7. 240256f Forward fix for PR #13235. Perform strcmp only when not NULL by Yash Tibrewal · 7 years ago
  8. 40422d5 Merge master by Yash Tibrewal · 7 years ago
  9. 0be9ad4 Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  10. 34992a6 Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  11. 6810009 Merge pull request #12427 from dgquintas/grpclb_pick_from_shutdown_rr by David G. Quintas · 7 years ago
  12. 9ab26fe Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  13. 62a4fd3 invalidate after wait in nonpolling poller by Jan Tattermusch · 7 years ago
  14. a274f34 Removing port 443 for the service name (used as audience) when the url is https. by Julien Boeuf · 7 years ago
  15. a64b2b1 Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  16. e9e7791 Merge pull request #13161 from markdroth/service_config_fixes by Mark D. Roth · 7 years ago
  17. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  18. 0a9c74f PR comments, bis by David Garcia Quintas · 7 years ago
  19. f6c6b92 PR comments by David Garcia Quintas · 7 years ago
  20. eca25f3 Improvements to C Core's backoff code and API by David Garcia Quintas · 7 years ago
  21. 88933d8 Merge branch 'master' of github.com:grpc/grpc into grpclb_pick_from_shutdown_rr by David Garcia Quintas · 7 years ago
  22. 670106e Add grpc_exec_ctx_invalidate_now in grpc_pollset_work right after gpr_cv_wait by Yash Tibrewal · 7 years ago
  23. dc84ed6 Add a grpc_exec_ctx_invalidate_now at the end of cq_next loop by Yash Tibrewal · 7 years ago
  24. c60659a Review feedback by Craig Tiller · 7 years ago
  25. e098d2e Finish conversion by Craig Tiller · 7 years ago
  26. 1eabadb Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  27. 8bd88c4 Merge master by Yash Tibrewal · 7 years ago
  28. 0961509 Add missing kick counter increment by ncteisen · 7 years ago
  29. 8886913 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  30. 3e07699 Merge pull request #13106 from Vizerai/census_update by Jim King · 7 years ago
  31. 268685b Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  32. 94a5226 Merge pull request #13082 from vjpai/friendly_fire by Vijay Pai · 7 years ago
  33. 9e6837d Merge pull request #12732 from y-zeng/connectivity_watcher by Yuchen Zeng · 7 years ago
  34. e9f5c90 clang-fmt by Vijay Pai · 7 years ago
  35. cb36615 GPR_ATTRIBUTE_NO_TSAN doesn't reach through function calls, so use a friend by Vijay Pai · 7 years ago
  36. 662ec97 Merge pull request #12878 from markdroth/pick_first_subchannel_list by Mark D. Roth · 7 years ago
  37. d382140 Fix crash in epollex by Yuchen Zeng · 7 years ago
  38. cbb9296 Change the default interval to 5 seconds by Yuchen Zeng · 7 years ago
  39. 7fa814f Fix timeouts by Yuchen Zeng · 7 years ago
  40. 6f9985e Fix SIGV when grpc_channel_stack_init returns errors by Yuchen Zeng · 7 years ago
  41. d573861 Update with grpc_millis by Yuchen Zeng · 7 years ago
  42. c83ce41 Fix polling_timer shutdown process by Yuchen Zeng · 7 years ago
  43. 223f8d4 Remove schedule_polling_timer by Yuchen Zeng · 7 years ago
  44. dd77922 Add comments, fix backup_poller_shutdown_unref by Yuchen Zeng · 7 years ago
  45. b41014e Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS by Yuchen Zeng · 7 years ago
  46. 0bad30a Use backup pollser instead of connectivity watcher by Yuchen Zeng · 7 years ago
  47. d9ce7d9 clang-format by Yuchen Zeng · 7 years ago
  48. f8ed4fa convert connectivity_watcher to cpp file by Yuchen Zeng · 7 years ago
  49. 6a48dc5 Remove c++ channel connectivity watcher by Yuchen Zeng · 7 years ago
  50. 7269667 Add client channel connectivity watcher by Yuchen Zeng · 7 years ago
  51. c1d354d Support SSL server certificate reloading. by Justin Burke · 7 years ago
  52. 6e5ce72 Assume that subchannels start in state IDLE. by Mark D. Roth · 7 years ago
  53. e9b1083 Change uses of PRIdPTR to PRIuPTR. by Mark D. Roth · 7 years ago
  54. 3e7d95f Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  55. a282146 When parsing durations, handle any number of decimal digits up to 9. by Mark D. Roth · 7 years ago
  56. 52620b6 Merge branch 'master' into census_update by Jim King · 7 years ago
  57. 9d30153 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  58. 76d0ec4 Fix a bunch of dumb service config parsing bugs. by Mark D. Roth · 7 years ago
  59. a2465b0 Merge pull request #13119 from jtattermusch/core_win_unref_res_quota_master by Jan Tattermusch · 7 years ago
  60. cfcbab3 clang-format by Mark D. Roth · 7 years ago
  61. 3318979 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  62. 34a57d0 rename all test core files to cc and a lot of C++ style conversions by Yash Tibrewal · 7 years ago
  63. 1bf7207 Merge pull request #13084 from kpayson64/cq_lambda by kpayson64 · 7 years ago
  64. 42bd87e Adds gRPC Experimental CQ DoThenAsyncNext lambda API by Ken Payson · 7 years ago
  65. 6c55691 Take ref to connected subchannel if subchannel starts in state READY. by Mark D. Roth · 7 years ago
  66. 61da050 Fix bug from merge and improve logging. by Mark D. Roth · 7 years ago
  67. b188e0e Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  68. 1bda510 Merge pull request #13094 from muxi/fix-objc-cpp-build by Muxi Yan · 7 years ago
  69. 7e08c1a Merge pull request #12850 from markdroth/lb_pick_error_fix by Mark D. Roth · 7 years ago
  70. 80eee98 Merge pull request #12809 from justinburke/convert_cert_pairs by Justin Burke · 7 years ago
  71. c01c7cb Merge pull request #12219 from y-zeng/http2_connector by Yuchen Zeng · 7 years ago
  72. c263204 Merge pull request #13070 from markdroth/client_channel_lb_policy_ref_fix by Mark D. Roth · 7 years ago
  73. 4e23dcc Merge pull request #12720 from dgquintas/grpclb_remove_silly_assert by David G. Quintas · 7 years ago
  74. 1b1e8d6 unref resource quota on windows by Jan Tattermusch · 7 years ago
  75. 9b9a44e Expose conversion of grpc to tsi cert pairs by Justin Burke · 7 years ago
  76. 57cdb16 Initialize subchannel_list->pending_connectivity_state_unsafe. by Mark D. Roth · 7 years ago
  77. 19dba02 update by Vizerai · 7 years ago
  78. d38a2e8 Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  79. 48be9de Restore logic from before #12297. by Mark D. Roth · 7 years ago
  80. bb7d088 Cleaning up census code. by Vizerai · 7 years ago
  81. fb222de Convert epollexclusive by Craig Tiller · 7 years ago
  82. 62f7b9a Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  83. 04f4049 Class-ify lockfree event by Craig Tiller · 7 years ago
  84. ae6bca4 Make fix objc build problem by Muxi Yan · 7 years ago
  85. c563b58 Merge pull request #13031 from apolcyn/fix_connectivity_state_data_race by apolcyn · 7 years ago
  86. 2b217d4 clang-format by David Garcia Quintas · 7 years ago
  87. 8db6f9b Removed wrong assert from grpclb by David Garcia Quintas · 7 years ago
  88. e6c8f2d Only allocate cached_timeout when md interned by yang-g · 7 years ago
  89. 8514a51 Revert "cpu_linux: Don't spam sched_getcpu failures on qemu" by Vijay Pai · 7 years ago
  90. c7ea15e Merge pull request #12653 from vbatts/conversion_fix by Yash Tibrewal · 7 years ago
  91. a78be30 Fix some other NULL checks and uses by Vijay Pai · 7 years ago
  92. aadf9f4 Code review changes. by Mark D. Roth · 7 years ago
  93. dcd7e80 Merge pull request #12789 from ctiller/epexinf by Craig Tiller · 7 years ago
  94. e29196b Fix bad bug by Craig Tiller · 7 years ago
  95. 828aed5 Fix compilation by Craig Tiller · 7 years ago
  96. 96582b7 Reflow to remove bool by Craig Tiller · 7 years ago
  97. d0ff896 Remove dead code by Craig Tiller · 7 years ago
  98. 8b761cf Add comment by Craig Tiller · 7 years ago
  99. 09247ac Merge branch 'pid++' into flow++ by Craig Tiller · 7 years ago
  100. 7c8e59d Add an essay by Craig Tiller · 7 years ago