1. f6c6b92 PR comments by David Garcia Quintas · 7 years ago
  2. eca25f3 Improvements to C Core's backoff code and API by David Garcia Quintas · 7 years ago
  3. df58b2b Merge branch 'master' into remove_node by murgatroid99 · 7 years ago
  4. 2f921a3 Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the addresses of public api functions to check if they can be linked to by Yash Tibrewal · 7 years ago
  5. 88933d8 Merge branch 'master' of github.com:grpc/grpc into grpclb_pick_from_shutdown_rr by David Garcia Quintas · 7 years ago
  6. 670106e Add grpc_exec_ctx_invalidate_now in grpc_pollset_work right after gpr_cv_wait by Yash Tibrewal · 7 years ago
  7. dc84ed6 Add a grpc_exec_ctx_invalidate_now at the end of cq_next loop by Yash Tibrewal · 7 years ago
  8. c60659a Review feedback by Craig Tiller · 7 years ago
  9. e098d2e Finish conversion by Craig Tiller · 7 years ago
  10. 1eabadb Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  11. fe421ac Merge github.com:grpc/grpc into shardier by Craig Tiller · 7 years ago
  12. 8bd88c4 Merge master by Yash Tibrewal · 7 years ago
  13. 0961509 Add missing kick counter increment by ncteisen · 7 years ago
  14. 0237262 Refactor SerializationTraits by ncteisen · 7 years ago
  15. 8886913 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  16. 3e07699 Merge pull request #13106 from Vizerai/census_update by Jim King · 7 years ago
  17. 268685b Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  18. 94a5226 Merge pull request #13082 from vjpai/friendly_fire by Vijay Pai · 7 years ago
  19. 9e6837d Merge pull request #12732 from y-zeng/connectivity_watcher by Yuchen Zeng · 7 years ago
  20. e9f5c90 clang-fmt by Vijay Pai · 7 years ago
  21. cb36615 GPR_ATTRIBUTE_NO_TSAN doesn't reach through function calls, so use a friend by Vijay Pai · 7 years ago
  22. 662ec97 Merge pull request #12878 from markdroth/pick_first_subchannel_list by Mark D. Roth · 7 years ago
  23. b16df75 Update with internal C++ interfaces by Yuchen Zeng · 7 years ago
  24. d382140 Fix crash in epollex by Yuchen Zeng · 7 years ago
  25. cbb9296 Change the default interval to 5 seconds by Yuchen Zeng · 7 years ago
  26. 7fa814f Fix timeouts by Yuchen Zeng · 7 years ago
  27. 6f9985e Fix SIGV when grpc_channel_stack_init returns errors by Yuchen Zeng · 7 years ago
  28. d573861 Update with grpc_millis by Yuchen Zeng · 7 years ago
  29. c83ce41 Fix polling_timer shutdown process by Yuchen Zeng · 7 years ago
  30. 223f8d4 Remove schedule_polling_timer by Yuchen Zeng · 7 years ago
  31. dd77922 Add comments, fix backup_poller_shutdown_unref by Yuchen Zeng · 7 years ago
  32. b41014e Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS by Yuchen Zeng · 7 years ago
  33. 0bad30a Use backup pollser instead of connectivity watcher by Yuchen Zeng · 7 years ago
  34. d9ce7d9 clang-format by Yuchen Zeng · 7 years ago
  35. f8ed4fa convert connectivity_watcher to cpp file by Yuchen Zeng · 7 years ago
  36. 6a48dc5 Remove c++ channel connectivity watcher by Yuchen Zeng · 7 years ago
  37. 7269667 Add client channel connectivity watcher by Yuchen Zeng · 7 years ago
  38. d5b66f1 Merge pull request #13107 from vjpai/reinternalize by Vijay Pai · 7 years ago
  39. c1d354d Support SSL server certificate reloading. by Justin Burke · 7 years ago
  40. 7a64885 Adopt the static factory pattern (#10) by Vijay Pai · 7 years ago
  41. 6e5ce72 Assume that subchannels start in state IDLE. by Mark D. Roth · 7 years ago
  42. 06e174a Separate public and internal C++ interfaces by Vijay Pai · 7 years ago
  43. e9b1083 Change uses of PRIdPTR to PRIuPTR. by Mark D. Roth · 7 years ago
  44. 3e7d95f Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  45. a282146 When parsing durations, handle any number of decimal digits up to 9. by Mark D. Roth · 7 years ago
  46. 52620b6 Merge branch 'master' into census_update by Jim King · 7 years ago
  47. 9d30153 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  48. fd4dcd9 Merge branch 'master' into remove_node by Michael Lumish · 7 years ago
  49. 76d0ec4 Fix a bunch of dumb service config parsing bugs. by Mark D. Roth · 7 years ago
  50. a2465b0 Merge pull request #13119 from jtattermusch/core_win_unref_res_quota_master by Jan Tattermusch · 7 years ago
  51. cfcbab3 clang-format by Mark D. Roth · 7 years ago
  52. 3318979 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  53. 34a57d0 rename all test core files to cc and a lot of C++ style conversions by Yash Tibrewal · 7 years ago
  54. e50d877 fix err_data.c by murgatroid99 · 7 years ago
  55. 3800775 Remove src/node and references to it by murgatroid99 · 7 years ago
  56. 903981a Catch out of order error code by yang-g · 7 years ago
  57. 1bf7207 Merge pull request #13084 from kpayson64/cq_lambda by kpayson64 · 7 years ago
  58. 42bd87e Adds gRPC Experimental CQ DoThenAsyncNext lambda API by Ken Payson · 7 years ago
  59. 6c55691 Take ref to connected subchannel if subchannel starts in state READY. by Mark D. Roth · 7 years ago
  60. 61da050 Fix bug from merge and improve logging. by Mark D. Roth · 7 years ago
  61. b188e0e Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  62. 1bda510 Merge pull request #13094 from muxi/fix-objc-cpp-build by Muxi Yan · 7 years ago
  63. 7e08c1a Merge pull request #12850 from markdroth/lb_pick_error_fix by Mark D. Roth · 7 years ago
  64. 80eee98 Merge pull request #12809 from justinburke/convert_cert_pairs by Justin Burke · 7 years ago
  65. c01c7cb Merge pull request #12219 from y-zeng/http2_connector by Yuchen Zeng · 7 years ago
  66. c263204 Merge pull request #13070 from markdroth/client_channel_lb_policy_ref_fix by Mark D. Roth · 7 years ago
  67. 4e23dcc Merge pull request #12720 from dgquintas/grpclb_remove_silly_assert by David G. Quintas · 7 years ago
  68. 1b1e8d6 unref resource quota on windows by Jan Tattermusch · 7 years ago
  69. 692bbf9 Merge pull request #12896 from pongad/ruby-php-bin by Feng Li · 7 years ago
  70. 9b9a44e Expose conversion of grpc to tsi cert pairs by Justin Burke · 7 years ago
  71. 57cdb16 Initialize subchannel_list->pending_connectivity_state_unsafe. by Mark D. Roth · 7 years ago
  72. 19dba02 update by Vizerai · 7 years ago
  73. d38a2e8 Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  74. 48be9de Restore logic from before #12297. by Mark D. Roth · 7 years ago
  75. bb7d088 Cleaning up census code. by Vizerai · 7 years ago
  76. fb222de Convert epollexclusive by Craig Tiller · 7 years ago
  77. 62f7b9a Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  78. 04f4049 Class-ify lockfree event by Craig Tiller · 7 years ago
  79. ae6bca4 Make fix objc build problem by Muxi Yan · 7 years ago
  80. c563b58 Merge pull request #13031 from apolcyn/fix_connectivity_state_data_race by apolcyn · 7 years ago
  81. 2b217d4 clang-format by David Garcia Quintas · 7 years ago
  82. 8db6f9b Removed wrong assert from grpclb by David Garcia Quintas · 7 years ago
  83. e6c8f2d Only allocate cached_timeout when md interned by yang-g · 7 years ago
  84. 8514a51 Revert "cpu_linux: Don't spam sched_getcpu failures on qemu" by Vijay Pai · 7 years ago
  85. c7ea15e Merge pull request #12653 from vbatts/conversion_fix by Yash Tibrewal · 7 years ago
  86. a78be30 Fix some other NULL checks and uses by Vijay Pai · 7 years ago
  87. aadf9f4 Code review changes. by Mark D. Roth · 7 years ago
  88. 47413fd Merge pull request #13047 from apolcyn/fix_ruby_mem_leak_again by apolcyn · 7 years ago
  89. dcd7e80 Merge pull request #12789 from ctiller/epexinf by Craig Tiller · 7 years ago
  90. e29196b Fix bad bug by Craig Tiller · 7 years ago
  91. 828aed5 Fix compilation by Craig Tiller · 7 years ago
  92. 96582b7 Reflow to remove bool by Craig Tiller · 7 years ago
  93. e3493e5 Merge github.com:grpc/grpc into flow++ by Craig Tiller · 7 years ago
  94. 0d11508 Merge pull request #12903 from ctiller/pid++ by Craig Tiller · 7 years ago
  95. d0ff896 Remove dead code by Craig Tiller · 7 years ago
  96. 8b761cf Add comment by Craig Tiller · 7 years ago
  97. 09247ac Merge branch 'pid++' into flow++ by Craig Tiller · 7 years ago
  98. 7c8e59d Add an essay by Craig Tiller · 7 years ago
  99. 1167655 Merge pull request #13037 from quizlet/php_doc_fix by Stanley Cheung · 7 years ago
  100. 5d9db0c Handle review feedback by Craig Tiller · 7 years ago