1. 7753203 BUILD changes. test languauge to C++ by Yash Tibrewal · 7 years ago
  2. 8e1a163 windows linker errors by Yash Tibrewal · 7 years ago
  3. 4d71636 some BUILD changes and designated initializers by Yash Tibrewal · 7 years ago
  4. e586324 BUILD files changes for bazel by Yash Tibrewal · 7 years ago
  5. c430c84f more changes by Yash Tibrewal · 7 years ago
  6. 268685b Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  7. f8a6c82 Changes to build other platforms by Yash Tibrewal · 7 years ago
  8. 94a5226 Merge pull request #13082 from vjpai/friendly_fire by Vijay Pai · 7 years ago
  9. 9e6837d Merge pull request #12732 from y-zeng/connectivity_watcher by Yuchen Zeng · 7 years ago
  10. e9f5c90 clang-fmt by Vijay Pai · 7 years ago
  11. cb36615 GPR_ATTRIBUTE_NO_TSAN doesn't reach through function calls, so use a friend by Vijay Pai · 7 years ago
  12. 662ec97 Merge pull request #12878 from markdroth/pick_first_subchannel_list by Mark D. Roth · 7 years ago
  13. b16df75 Update with internal C++ interfaces by Yuchen Zeng · 7 years ago
  14. d382140 Fix crash in epollex by Yuchen Zeng · 7 years ago
  15. cbb9296 Change the default interval to 5 seconds by Yuchen Zeng · 7 years ago
  16. 7fa814f Fix timeouts by Yuchen Zeng · 7 years ago
  17. 6f9985e Fix SIGV when grpc_channel_stack_init returns errors by Yuchen Zeng · 7 years ago
  18. d573861 Update with grpc_millis by Yuchen Zeng · 7 years ago
  19. c83ce41 Fix polling_timer shutdown process by Yuchen Zeng · 7 years ago
  20. 223f8d4 Remove schedule_polling_timer by Yuchen Zeng · 7 years ago
  21. dd77922 Add comments, fix backup_poller_shutdown_unref by Yuchen Zeng · 7 years ago
  22. b41014e Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS by Yuchen Zeng · 7 years ago
  23. 0bad30a Use backup pollser instead of connectivity watcher by Yuchen Zeng · 7 years ago
  24. d9ce7d9 clang-format by Yuchen Zeng · 7 years ago
  25. f8ed4fa convert connectivity_watcher to cpp file by Yuchen Zeng · 7 years ago
  26. 6a48dc5 Remove c++ channel connectivity watcher by Yuchen Zeng · 7 years ago
  27. 7269667 Add client channel connectivity watcher by Yuchen Zeng · 7 years ago
  28. 555b845 Merge pull request #12870 from kpayson64/call_bm_diff by kpayson64 · 7 years ago
  29. d5b66f1 Merge pull request #13107 from vjpai/reinternalize by Vijay Pai · 7 years ago
  30. c4c535d Merge pull request #13177 from kpayson64/qps_test_fix by kpayson64 · 7 years ago
  31. 3f68e03 Merge pull request #12644 from justinburke/cert_reloading by Justin Burke · 7 years ago
  32. 667aa2b Add call size bm_diff by Ken Payson · 7 years ago
  33. c1d354d Support SSL server certificate reloading. by Justin Burke · 7 years ago
  34. 9ba487c Merge pull request #13158 from ncteisen/fix-p0 by Noah Eisen · 7 years ago
  35. 7721456 Fix portabiloty by ncteisen · 7 years ago
  36. fc06243 Address github comment, sleep for minimal time by ncteisen · 7 years ago
  37. 7a64885 Adopt the static factory pattern (#10) by Vijay Pai · 7 years ago
  38. 0e06c41 Fix build failure. by Mark D. Roth · 7 years ago
  39. 6e5ce72 Assume that subchannels start in state IDLE. by Mark D. Roth · 7 years ago
  40. 918ce7a Fix QPS Async Client Next loop by Ken Payson · 7 years ago
  41. 21c6405 Merge pull request #13157 from jtattermusch/docker_faster_pulls by Jan Tattermusch · 7 years ago
  42. 5506d84 Merge pull request #13154 from jtattermusch/buildonly_parallelism by Jan Tattermusch · 7 years ago
  43. bf3f4be Merge pull request #13164 from yang-g/clear_the_request by Yang Gao · 7 years ago
  44. 37f1bd1 clear the request by yang-g · 7 years ago
  45. 06e174a Separate public and internal C++ interfaces by Vijay Pai · 7 years ago
  46. e9b1083 Change uses of PRIdPTR to PRIuPTR. by Mark D. Roth · 7 years ago
  47. 3e7d95f Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  48. 9d30153 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  49. 1cf9992 Removing a few build.yaml errors by Yash Tibrewal · 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. f06d42a Fix test timing bug: by ncteisen · 7 years ago
  53. f568c0a use GCR mirror for pulling images by Jan Tattermusch · 7 years ago
  54. 69bd8f2 print timing for docker pull by Jan Tattermusch · 7 years ago
  55. a511356 limit concurrent jobs for build_only on linux by Jan Tattermusch · 7 years ago
  56. 589e583 Missing extern C in public API by Yash Tibrewal · 7 years ago
  57. 39aed1a Remove unnecessary extern Cs by Yash Tibrewal · 7 years ago
  58. af92246 ssl_credentials_tests C++ized by Yash Tibrewal · 7 years ago
  59. 3318979 Merge branch 'master' into testc++ize by Yash Tibrewal · 7 years ago
  60. 34a57d0 rename all test core files to cc and a lot of C++ style conversions by Yash Tibrewal · 7 years ago
  61. 255c590 Merge pull request #13092 from adelez/fix by adelez · 7 years ago
  62. 7fd9623 Merge pull request #13141 from yang-g/error_off_by_one by Yang Gao · 7 years ago
  63. b548730 Merge pull request #13144 from matt-kwong/increase-timeout-sanity by Nicolas Noble · 7 years ago
  64. 01f0733 Increase sanity build timeout by Matt Kwong · 7 years ago
  65. 903981a Catch out of order error code by yang-g · 7 years ago
  66. 1bf7207 Merge pull request #13084 from kpayson64/cq_lambda by kpayson64 · 7 years ago
  67. 42bd87e Adds gRPC Experimental CQ DoThenAsyncNext lambda API by Ken Payson · 7 years ago
  68. 6c55691 Take ref to connected subchannel if subchannel starts in state READY. by Mark D. Roth · 7 years ago
  69. 61da050 Fix bug from merge and improve logging. by Mark D. Roth · 7 years ago
  70. b188e0e Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  71. 1bda510 Merge pull request #13094 from muxi/fix-objc-cpp-build by Muxi Yan · 7 years ago
  72. 7e08c1a Merge pull request #12850 from markdroth/lb_pick_error_fix by Mark D. Roth · 7 years ago
  73. 2a14112 Merge pull request #13127 from dgquintas/exclude_epollex_from_lb_tests_for_now by David G. Quintas · 7 years ago
  74. 44d820e One more fix in gRPC-Core.podspec that makes Xcode compile by Muxi Yan · 7 years ago
  75. 80eee98 Merge pull request #12809 from justinburke/convert_cert_pairs by Justin Burke · 7 years ago
  76. c01c7cb Merge pull request #12219 from y-zeng/http2_connector by Yuchen Zeng · 7 years ago
  77. a5b34a5 Merge pull request #13108 from AspirinSJL/reomve_duplicate by Juanli Shen · 7 years ago
  78. 3a93607 Merge pull request #13116 from ncteisen/fix-microbenchmarks by Noah Eisen · 7 years ago
  79. c263204 Merge pull request #13070 from markdroth/client_channel_lb_policy_ref_fix by Mark D. Roth · 7 years ago
  80. 4e23dcc Merge pull request #12720 from dgquintas/grpclb_remove_silly_assert by David G. Quintas · 7 years ago
  81. 40b8cbe Disable epollex for LB tests while failures are investigated by David Garcia Quintas · 7 years ago
  82. 4c9fa85 Add debugging prints by ncteisen · 7 years ago
  83. c296e82 clang fmt by ncteisen · 7 years ago
  84. 9e3eedb Remove old header benchmark by ncteisen · 7 years ago
  85. 1b1e8d6 unref resource quota on windows by Jan Tattermusch · 7 years ago
  86. 6bf4bce Fix bm_diff by ncteisen · 7 years ago
  87. 6a0874b Fix bm_chttp2_transport by Yuchen Zeng · 7 years ago
  88. 308f065 Merge pull request #13114 from y-zeng/fix_qps_client by Yuchen Zeng · 7 years ago
  89. ca31256 Remove redundant WaitForConnected by Yuchen Zeng · 7 years ago
  90. 692bbf9 Merge pull request #12896 from pongad/ruby-php-bin by Feng Li · 7 years ago
  91. 9b9a44e Expose conversion of grpc to tsi cert pairs by Justin Burke · 7 years ago
  92. cbdb517 Remove duplicate message member in test by Juanli Shen · 7 years ago
  93. 57cdb16 Initialize subchannel_list->pending_connectivity_state_unsafe. by Mark D. Roth · 7 years ago
  94. d38a2e8 Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  95. 48be9de Restore logic from before #12297. by Mark D. Roth · 7 years ago
  96. ae6bca4 Make fix objc build problem by Muxi Yan · 7 years ago
  97. c563b58 Merge pull request #13031 from apolcyn/fix_connectivity_state_data_race by apolcyn · 7 years ago
  98. 0c4e14f Do not reuse job_specs now that we incorporate release info in the shortname by Adele Zhou · 7 years ago
  99. 5f818c5 Merge pull request #13086 from ctiller/do-what-the-hell-i-ask by Craig Tiller · 7 years ago
  100. 2b217d4 clang-format by David Garcia Quintas · 7 years ago