1. a5ddf26 Merge pull request #13322 from jboeuf/oauth_failure by jboeuf · 7 years ago
  2. 76190cf Merge pull request #13294 from sreecha/cc-tsan-1 by Sree Kuchibhotla · 7 years ago
  3. 064bdd5 Merge pull request #13281 from yang-g/log_envar by Yang Gao · 7 years ago
  4. 3a128c0 Merge branch 'master' into cc-tsan-1 by Sree Kuchibhotla · 7 years ago
  5. 3a54b86 Merge pull request #13201 from wjackson/cancel-and-priority by Noah Eisen · 7 years ago
  6. e782063 Merge pull request #13259 from sreecha/resource-quota-fix by Sree Kuchibhotla · 7 years ago
  7. 4d4fab1 Merge pull request #13313 from murgatroid99/uv_assertion_fixes by Michael Lumish · 7 years ago
  8. a674634 Handle frame with priority flag for canceled stream by Whitney Jackson · 7 years ago
  9. 5addba4 Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure by Julien Boeuf · 7 years ago
  10. c3be930 Merge branch 'master' of https://github.com/grpc/grpc into log_envar by yang-g · 7 years ago
  11. 70e87c3 Clang format by murgatroid99 · 7 years ago
  12. b6727b6 clang format by Sree Kuchibhotla · 7 years ago
  13. 096f883 clang format by Sree Kuchibhotla · 7 years ago
  14. c4a973c Merge branch 'master' into cc-tsan-1 by Sree Kuchibhotla · 7 years ago
  15. c6f925d Fix timer freed early in uv pollset by murgatroid99 · 7 years ago
  16. 1ef989c Fixes, commentary by Craig Tiller · 7 years ago
  17. 15626bb Fix data race by Craig Tiller · 7 years ago
  18. fbf61bb Revert "Revert "Class-ify lockfree event"" by Craig Tiller · 7 years ago
  19. a5ad92d Merge pull request #13303 from ncteisen/ubsan by Noah Eisen · 7 years ago
  20. 332c7e4 Revert "Class-ify lockfree event" by David G. Quintas · 7 years ago
  21. 52f7039 Merge branch 'master' into cc-tsan-1 by Sree Kuchibhotla · 7 years ago
  22. 4047e45 Merge branch 'master' into resource-quota-fix by Sree Kuchibhotla · 7 years ago
  23. 99dcb69 Merge pull request #13097 from ctiller/lfe3 by Craig Tiller · 7 years ago
  24. 5dd0d6f Fix internal UBSAN failure by ncteisen · 7 years ago
  25. d9da738 Merge pull request #13147 from yashykt/testc++ize by Yash Tibrewal · 7 years ago
  26. ceb2475 include log.h for mac by yang-g · 7 years ago
  27. 802f762 remove unused variable by yang-g · 7 years ago
  28. e153357 Add back mpscq request matcher by Ken Payson · 7 years ago
  29. 5d3b03f Merge pull request #13286 from yashykt/13235fix by Yash Tibrewal · 7 years ago
  30. 9a0db88 Fix TSAN issue in backup poller by Sree Kuchibhotla · 7 years ago
  31. d9f18a9 Merge pull request #13256 from jtattermusch/naive_cq_test_fix by Jan Tattermusch · 7 years ago
  32. 240256f Forward fix for PR #13235. Perform strcmp only when not NULL by Yash Tibrewal · 7 years ago
  33. 56e7257 merge with head by yang-g · 7 years ago
  34. 30101b0 log GRPC_POLL_STRATEGY when fail to find polling engine by yang-g · 7 years ago
  35. 40422d5 Merge master by Yash Tibrewal · 7 years ago
  36. 0be9ad4 Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  37. 34992a6 Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  38. 6810009 Merge pull request #12427 from dgquintas/grpclb_pick_from_shutdown_rr by David G. Quintas · 7 years ago
  39. 0c1d8e2 Review comment: merge seen_goaway and goaway_error fields on transport by Sree Kuchibhotla · 7 years ago
  40. 9ab26fe Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  41. 62a4fd3 invalidate after wait in nonpolling poller by Jan Tattermusch · 7 years ago
  42. 7f3f30f Fix resource_quota_server bug by Sree Kuchibhotla · 7 years ago
  43. a274f34 Removing port 443 for the service name (used as audience) when the url is https. by Julien Boeuf · 7 years ago
  44. a64b2b1 Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  45. e9e7791 Merge pull request #13161 from markdroth/service_config_fixes by Mark D. Roth · 7 years ago
  46. baa14a9 Update clang-format to 5.0 by Craig Tiller · 7 years ago
  47. 0a9c74f PR comments, bis by David Garcia Quintas · 7 years ago
  48. f6c6b92 PR comments by David Garcia Quintas · 7 years ago
  49. eca25f3 Improvements to C Core's backoff code and API by David Garcia Quintas · 7 years ago
  50. 88933d8 Merge branch 'master' of github.com:grpc/grpc into grpclb_pick_from_shutdown_rr by David Garcia Quintas · 7 years ago
  51. 670106e Add grpc_exec_ctx_invalidate_now in grpc_pollset_work right after gpr_cv_wait by Yash Tibrewal · 7 years ago
  52. dc84ed6 Add a grpc_exec_ctx_invalidate_now at the end of cq_next loop by Yash Tibrewal · 7 years ago
  53. c60659a Review feedback by Craig Tiller · 7 years ago
  54. e098d2e Finish conversion by Craig Tiller · 7 years ago
  55. 1eabadb Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  56. 8bd88c4 Merge master by Yash Tibrewal · 7 years ago
  57. 0961509 Add missing kick counter increment by ncteisen · 7 years ago
  58. 8886913 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  59. 3e07699 Merge pull request #13106 from Vizerai/census_update by Jim King · 7 years ago
  60. 268685b Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  61. 94a5226 Merge pull request #13082 from vjpai/friendly_fire by Vijay Pai · 7 years ago
  62. 9e6837d Merge pull request #12732 from y-zeng/connectivity_watcher by Yuchen Zeng · 7 years ago
  63. e9f5c90 clang-fmt by Vijay Pai · 7 years ago
  64. cb36615 GPR_ATTRIBUTE_NO_TSAN doesn't reach through function calls, so use a friend by Vijay Pai · 7 years ago
  65. 662ec97 Merge pull request #12878 from markdroth/pick_first_subchannel_list by Mark D. Roth · 7 years ago
  66. d382140 Fix crash in epollex by Yuchen Zeng · 7 years ago
  67. cbb9296 Change the default interval to 5 seconds by Yuchen Zeng · 7 years ago
  68. 7fa814f Fix timeouts by Yuchen Zeng · 7 years ago
  69. 6f9985e Fix SIGV when grpc_channel_stack_init returns errors by Yuchen Zeng · 7 years ago
  70. d573861 Update with grpc_millis by Yuchen Zeng · 7 years ago
  71. c83ce41 Fix polling_timer shutdown process by Yuchen Zeng · 7 years ago
  72. 223f8d4 Remove schedule_polling_timer by Yuchen Zeng · 7 years ago
  73. dd77922 Add comments, fix backup_poller_shutdown_unref by Yuchen Zeng · 7 years ago
  74. b41014e Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS by Yuchen Zeng · 7 years ago
  75. 0bad30a Use backup pollser instead of connectivity watcher by Yuchen Zeng · 7 years ago
  76. d9ce7d9 clang-format by Yuchen Zeng · 7 years ago
  77. f8ed4fa convert connectivity_watcher to cpp file by Yuchen Zeng · 7 years ago
  78. 6a48dc5 Remove c++ channel connectivity watcher by Yuchen Zeng · 7 years ago
  79. 7269667 Add client channel connectivity watcher by Yuchen Zeng · 7 years ago
  80. c1d354d Support SSL server certificate reloading. by Justin Burke · 7 years ago
  81. 6e5ce72 Assume that subchannels start in state IDLE. by Mark D. Roth · 7 years ago
  82. e9b1083 Change uses of PRIdPTR to PRIuPTR. by Mark D. Roth · 7 years ago
  83. 3e7d95f Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  84. a282146 When parsing durations, handle any number of decimal digits up to 9. by Mark D. Roth · 7 years ago
  85. 52620b6 Merge branch 'master' into census_update by Jim King · 7 years ago
  86. 9d30153 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  87. 76d0ec4 Fix a bunch of dumb service config parsing bugs. by Mark D. Roth · 7 years ago
  88. a2465b0 Merge pull request #13119 from jtattermusch/core_win_unref_res_quota_master by Jan Tattermusch · 7 years ago
  89. cfcbab3 clang-format by Mark D. Roth · 7 years ago
  90. 3318979 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  91. 34a57d0 rename all test core files to cc and a lot of C++ style conversions by Yash Tibrewal · 7 years ago
  92. 1bf7207 Merge pull request #13084 from kpayson64/cq_lambda by kpayson64 · 7 years ago
  93. 42bd87e Adds gRPC Experimental CQ DoThenAsyncNext lambda API by Ken Payson · 7 years ago
  94. 6c55691 Take ref to connected subchannel if subchannel starts in state READY. by Mark D. Roth · 7 years ago
  95. 61da050 Fix bug from merge and improve logging. by Mark D. Roth · 7 years ago
  96. b188e0e Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  97. 1bda510 Merge pull request #13094 from muxi/fix-objc-cpp-build by Muxi Yan · 7 years ago
  98. 7e08c1a Merge pull request #12850 from markdroth/lb_pick_error_fix by Mark D. Roth · 7 years ago
  99. 80eee98 Merge pull request #12809 from justinburke/convert_cert_pairs by Justin Burke · 7 years ago
  100. c01c7cb Merge pull request #12219 from y-zeng/http2_connector by Yuchen Zeng · 7 years ago