1. 09b4d7c Merge pull request #13123 from ncteisen/disable-trickle by Noah Eisen · 7 years ago
  2. 3e07699 Merge pull request #13106 from Vizerai/census_update by Jim King · 7 years ago
  3. 8afaf61 Merge pull request #13192 from vjpai/spp by Vijay Pai · 7 years ago
  4. 94a5226 Merge pull request #13082 from vjpai/friendly_fire by Vijay Pai · 7 years ago
  5. f92b530 Fix a data race in microbenchmark stats gathering by Vijay Pai · 7 years ago
  6. 9e6837d Merge pull request #12732 from y-zeng/connectivity_watcher by Yuchen Zeng · 7 years ago
  7. e9f5c90 clang-fmt by Vijay Pai · 7 years ago
  8. cb36615 GPR_ATTRIBUTE_NO_TSAN doesn't reach through function calls, so use a friend by Vijay Pai · 7 years ago
  9. 662ec97 Merge pull request #12878 from markdroth/pick_first_subchannel_list by Mark D. Roth · 7 years ago
  10. b16df75 Update with internal C++ interfaces by Yuchen Zeng · 7 years ago
  11. d382140 Fix crash in epollex by Yuchen Zeng · 7 years ago
  12. cbb9296 Change the default interval to 5 seconds by Yuchen Zeng · 7 years ago
  13. 7fa814f Fix timeouts by Yuchen Zeng · 7 years ago
  14. 6f9985e Fix SIGV when grpc_channel_stack_init returns errors by Yuchen Zeng · 7 years ago
  15. d573861 Update with grpc_millis by Yuchen Zeng · 7 years ago
  16. c83ce41 Fix polling_timer shutdown process by Yuchen Zeng · 7 years ago
  17. 223f8d4 Remove schedule_polling_timer by Yuchen Zeng · 7 years ago
  18. dd77922 Add comments, fix backup_poller_shutdown_unref by Yuchen Zeng · 7 years ago
  19. b41014e Add GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS by Yuchen Zeng · 7 years ago
  20. 0bad30a Use backup pollser instead of connectivity watcher by Yuchen Zeng · 7 years ago
  21. d9ce7d9 clang-format by Yuchen Zeng · 7 years ago
  22. f8ed4fa convert connectivity_watcher to cpp file by Yuchen Zeng · 7 years ago
  23. 6a48dc5 Remove c++ channel connectivity watcher by Yuchen Zeng · 7 years ago
  24. 7269667 Add client channel connectivity watcher by Yuchen Zeng · 7 years ago
  25. 555b845 Merge pull request #12870 from kpayson64/call_bm_diff by kpayson64 · 7 years ago
  26. d5b66f1 Merge pull request #13107 from vjpai/reinternalize by Vijay Pai · 7 years ago
  27. c4c535d Merge pull request #13177 from kpayson64/qps_test_fix by kpayson64 · 7 years ago
  28. 3f68e03 Merge pull request #12644 from justinburke/cert_reloading by Justin Burke · 7 years ago
  29. 667aa2b Add call size bm_diff by Ken Payson · 7 years ago
  30. c1d354d Support SSL server certificate reloading. by Justin Burke · 7 years ago
  31. 9ba487c Merge pull request #13158 from ncteisen/fix-p0 by Noah Eisen · 7 years ago
  32. 7721456 Fix portabiloty by ncteisen · 7 years ago
  33. fc06243 Address github comment, sleep for minimal time by ncteisen · 7 years ago
  34. 7a64885 Adopt the static factory pattern (#10) by Vijay Pai · 7 years ago
  35. 0e06c41 Fix build failure. by Mark D. Roth · 7 years ago
  36. 6e5ce72 Assume that subchannels start in state IDLE. by Mark D. Roth · 7 years ago
  37. 918ce7a Fix QPS Async Client Next loop by Ken Payson · 7 years ago
  38. 21c6405 Merge pull request #13157 from jtattermusch/docker_faster_pulls by Jan Tattermusch · 7 years ago
  39. 5506d84 Merge pull request #13154 from jtattermusch/buildonly_parallelism by Jan Tattermusch · 7 years ago
  40. bf3f4be Merge pull request #13164 from yang-g/clear_the_request by Yang Gao · 7 years ago
  41. 37f1bd1 clear the request by yang-g · 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. 52620b6 Merge branch 'master' into census_update by Jim King · 7 years ago
  46. a2465b0 Merge pull request #13119 from jtattermusch/core_win_unref_res_quota_master by Jan Tattermusch · 7 years ago
  47. cfcbab3 clang-format by Mark D. Roth · 7 years ago
  48. f06d42a Fix test timing bug: by ncteisen · 7 years ago
  49. f568c0a use GCR mirror for pulling images by Jan Tattermusch · 7 years ago
  50. 69bd8f2 print timing for docker pull by Jan Tattermusch · 7 years ago
  51. a511356 limit concurrent jobs for build_only on linux by Jan Tattermusch · 7 years ago
  52. 255c590 Merge pull request #13092 from adelez/fix by adelez · 7 years ago
  53. 7fd9623 Merge pull request #13141 from yang-g/error_off_by_one by Yang Gao · 7 years ago
  54. b548730 Merge pull request #13144 from matt-kwong/increase-timeout-sanity by Nicolas Noble · 7 years ago
  55. 01f0733 Increase sanity build timeout by Matt Kwong · 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. 2a14112 Merge pull request #13127 from dgquintas/exclude_epollex_from_lb_tests_for_now by David G. Quintas · 7 years ago
  65. 44d820e One more fix in gRPC-Core.podspec that makes Xcode compile by Muxi Yan · 7 years ago
  66. 80eee98 Merge pull request #12809 from justinburke/convert_cert_pairs by Justin Burke · 7 years ago
  67. c01c7cb Merge pull request #12219 from y-zeng/http2_connector by Yuchen Zeng · 7 years ago
  68. a5b34a5 Merge pull request #13108 from AspirinSJL/reomve_duplicate by Juanli Shen · 7 years ago
  69. 3a93607 Merge pull request #13116 from ncteisen/fix-microbenchmarks by Noah Eisen · 7 years ago
  70. c263204 Merge pull request #13070 from markdroth/client_channel_lb_policy_ref_fix by Mark D. Roth · 7 years ago
  71. 4e23dcc Merge pull request #12720 from dgquintas/grpclb_remove_silly_assert by David G. Quintas · 7 years ago
  72. 40b8cbe Disable epollex for LB tests while failures are investigated by David Garcia Quintas · 7 years ago
  73. 4c9fa85 Add debugging prints by ncteisen · 7 years ago
  74. c296e82 clang fmt by ncteisen · 7 years ago
  75. 9e3eedb Remove old header benchmark by ncteisen · 7 years ago
  76. bbf6ed2 Regenerate projects by ncteisen · 7 years ago
  77. 0f08853 Disable trickle by ncteisen · 7 years ago
  78. 1b1e8d6 unref resource quota on windows by Jan Tattermusch · 7 years ago
  79. 6bf4bce Fix bm_diff by ncteisen · 7 years ago
  80. 6a0874b Fix bm_chttp2_transport by Yuchen Zeng · 7 years ago
  81. 308f065 Merge pull request #13114 from y-zeng/fix_qps_client by Yuchen Zeng · 7 years ago
  82. ca31256 Remove redundant WaitForConnected by Yuchen Zeng · 7 years ago
  83. 692bbf9 Merge pull request #12896 from pongad/ruby-php-bin by Feng Li · 7 years ago
  84. 9b9a44e Expose conversion of grpc to tsi cert pairs by Justin Burke · 7 years ago
  85. cbdb517 Remove duplicate message member in test by Juanli Shen · 7 years ago
  86. ee8eb72 update by Vizerai · 7 years ago
  87. 57cdb16 Initialize subchannel_list->pending_connectivity_state_unsafe. by Mark D. Roth · 7 years ago
  88. 19dba02 update by Vizerai · 7 years ago
  89. d38a2e8 Merge remote-tracking branch 'upstream/master' into pick_first_subchannel_list by Mark D. Roth · 7 years ago
  90. 48be9de Restore logic from before #12297. by Mark D. Roth · 7 years ago
  91. bb7d088 Cleaning up census code. by Vizerai · 7 years ago
  92. ae6bca4 Make fix objc build problem by Muxi Yan · 7 years ago
  93. c563b58 Merge pull request #13031 from apolcyn/fix_connectivity_state_data_race by apolcyn · 7 years ago
  94. 0c4e14f Do not reuse job_specs now that we incorporate release info in the shortname by Adele Zhou · 7 years ago
  95. 5f818c5 Merge pull request #13086 from ctiller/do-what-the-hell-i-ask by Craig Tiller · 7 years ago
  96. 2b217d4 clang-format by David Garcia Quintas · 7 years ago
  97. 8db6f9b Removed wrong assert from grpclb by David Garcia Quintas · 7 years ago
  98. 8c96701 Ensure that we respect requested channel args in all cases by Craig Tiller · 7 years ago
  99. d391a7b Merge pull request #13076 from matt-kwong/mac-filter-fix by Matt Kwong · 7 years ago
  100. 25d2466 Merge pull request #12362 from vjpai/inproc_qps by Vijay Pai · 7 years ago