1. 4b859a6 Merge branch 'cronetfix' into status by Yash Tibrewal · 6 years ago
  2. 9968024 Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulation by Noah Eisen · 6 years ago
  3. c4a5323 fixed a bug in json_run_localhost scenario generation by Bill Feng · 6 years ago
  4. 4230aa4 Merge pull request #16509 from AspirinSJL/add_docstring by Juanli Shen · 6 years ago
  5. 9d143dd Fix internal format issue by Juanli Shen · 6 years ago
  6. 2a546ae Merge pull request #16496 from hcaseyal/enable_timer_test_on_windows by hcaseyal · 6 years ago
  7. 14a8581 Revert "Implement Watch method in health check service." by Juanli Shen · 6 years ago
  8. f8a4aae Fix all instances of bugprone-undefined-memory-manipulation by ncteisen · 6 years ago
  9. 40ec97d Enable timer test on windows by Hope Casey-Allen · 6 years ago
  10. ceecf80 Merge pull request #16402 from billfeng327/feature/qps-bazel-test by Bill Feng · 6 years ago
  11. 9184272 fixed indentation by Bill Feng · 6 years ago
  12. 4d985ef Merge pull request #16351 from markdroth/health_checking_service by Mark D. Roth · 6 years ago
  13. 25d570c flipped logic to enable pollers by Bill Feng · 6 years ago
  14. 99ce3e1 Implement Watch method in health check service. by Mark D. Roth · 6 years ago
  15. 0d73deb Merge branch 'master' into errqueueredefine by Yash Tibrewal · 6 years ago
  16. 0ce7f91 used names instead of numbers for each scenario by Bill Feng · 6 years ago
  17. 21824af used alternative approach - generated bazel scenarios by Bill Feng · 6 years ago
  18. 8d47cd4 Revert "Revert "Fathom tcp changes"" by Yash Tibrewal · 6 years ago
  19. a144c13 Merge pull request #16342 from markdroth/pf_keep_unselected_subchannels by Mark D. Roth · 6 years ago
  20. 654a1ea made timeout longer by Bill Feng · 6 years ago
  21. 5fb6603 Merge remote-tracking branch 'upstream/master' into feature/qps-bazel-test by Bill Feng · 6 years ago
  22. 97ba943 Revert "Fathom tcp changes" by Jan Tattermusch · 6 years ago
  23. e360d82 Clang tidy by Hope Casey-Allen · 6 years ago
  24. 839a052 Add an option to collect medians every epoch. Useful for gathering per second median latencies by Hope Casey-Allen · 6 years ago
  25. 98fd5a7 Merge pull request #16408 from nicolasnoble/fix-tsi-ssl-auth-context-reuse-string by Nicolas Noble · 6 years ago
  26. 8f0f66b %s/SCM_TSTAMP_ACK/grpc_core::SCM_TSTAMP_ACK by Yash Tibrewal · 6 years ago
  27. ffdcad5 Redefine constants from errqueue.h. Some header files lag behind the kernel version by Yash Tibrewal · 6 years ago
  28. 06d5c83 Merge remote-tracking branch 'upstream/master' into feature/qps-bazel-test by Bill Feng · 6 years ago
  29. aab47cb Merge pull request #15941 from yashykt/fathomtcpchanges by Yash Tibrewal · 6 years ago
  30. 53b92dc Merge pull request #16414 from vjpai/core_callback_test by Vijay Pai · 6 years ago
  31. b47406a Merge branch 'master' into feature/qps-bazel-test by Bill Feng · 6 years ago
  32. 5be7304 used standalone JSON files for scenarios by Bill Feng · 6 years ago
  33. 35479b8 Merge pull request #16358 from muxi/privatize-boringssl by Muxi Yan · 6 years ago
  34. 679cbb8 Improve comments and revert much of 373cb20 by Vijay Pai · 6 years ago
  35. 4f98f82 Add asserts on bad verify results by Vijay Pai · 6 years ago
  36. 373cb20 expect_tags before callbacks could get executed to avoid a data race by Vijay Pai · 6 years ago
  37. 71655cf Fixing the SSL_REUSE auth context string attribute. by Nicolas "Pixel" Noble · 6 years ago
  38. b24b212 Make symbols of BoringSSL private to gRPC by Muxi Yan · 6 years ago
  39. ba9c343 Clang format by Vijay Pai · 6 years ago
  40. b03578c Address reviewer feedback with comments/assertions by Vijay Pai · 6 years ago
  41. e04ba75 Merge pull request #16318 from ericgribkoff/fork_support_v2_check_if_shutdown by Eric Gribkoff · 6 years ago
  42. b59d867 Python post-fork handler: exit if grpc shutdown fails by Eric Gribkoff · 6 years ago
  43. fba18d8 Fix a number of spelling errors. by Chris Lamb · 6 years ago
  44. 1cfd81a Explain the newer semantics of grpc_error_add_child by Yash Tibrewal · 6 years ago
  45. 82bc60c Merge pull request #16170 from hcaseyal/timer_test by hcaseyal · 6 years ago
  46. 087bbb2 Disable test on windows by Hope Casey-Allen · 6 years ago
  47. 91cb48a Add timer tests for long running services by Hope Casey-Allen · 6 years ago
  48. 72695b8 Add an inproc-based non-polling test of core callback API by Vijay Pai · 6 years ago
  49. 4312d12 clang-format by Mark D. Roth · 6 years ago
  50. ba4f66e Allow more timing slack in dns cooldown test. by Mark D. Roth · 6 years ago
  51. 4eceb65 Merge remote-tracking branch 'upstream/master' into pf_keep_unselected_subchannels by Mark D. Roth · 6 years ago
  52. 373c5b3 added qps tests on bazel by Bill Feng · 6 years ago
  53. 25f7d0f Revert to TRANSIENT_FAILURE during backoff by Juanli Shen · 6 years ago
  54. aad7884 Code review changes. by Mark D. Roth · 6 years ago
  55. e9e92d4 Merge remote-tracking branch 'juanlishen/pf_check_state_before_watch' into pf_keep_unselected_subchannels by Mark D. Roth · 6 years ago
  56. 4d6f002 Code review changes and fix threading bug in test. by Mark D. Roth · 6 years ago
  57. d19fd1c PF: Check connectivity state before watching by Juanli Shen · 6 years ago
  58. 7e4be89 Merge pull request #16368 from grpc/revert-16214-order_order_please by Yang Gao · 6 years ago
  59. b840d5e Revert "Add more filter priority levels" by Yang Gao · 6 years ago
  60. 8a80364 Cleaned up BUILD file, which fixed a dependency problem with protobuf. by Josh Haberman · 6 years ago
  61. 8a86f53 Merge pull request #16356 from vjpai/exhaustion by Vijay Pai · 6 years ago
  62. 16f7383 Make sure that we actually saw some resource exhaustion if applicable by Vijay Pai · 6 years ago
  63. d08ea30 Fixed ordering in adding pending picks to PF by David Garcia Quintas · 6 years ago
  64. 14ad82a Create a new method handler for resource exhaustion and tie into thread mgr by Vijay Pai · 6 years ago
  65. 1a10a9b Fix dns_resolver_cooldown_test and fake_resolver_test. by Mark D. Roth · 6 years ago
  66. 17a6bf6 Merge pull request #16298 from vjpai/custom_poller by Vijay Pai · 6 years ago
  67. 4b42288 Merge pull request #16302 from vjpai/callback_cq by Vijay Pai · 6 years ago
  68. a59e48e Add a test of callback CQ by Vijay Pai · 6 years ago
  69. a4326eb Add comment to address reviewer comment by Vijay Pai · 6 years ago
  70. b49f47d linux version needs to be defined by Yash Tibrewal · 6 years ago
  71. bbb9731 Merge branch 'master' into callback_cq by Vijay Pai · 6 years ago
  72. 556775d Merge master by Yash Tibrewal · 6 years ago
  73. 716857e Merge branch 'master' into rq-threads-2 by Sree Kuchibhotla · 6 years ago
  74. f6dea9e Add another test. by Mark D. Roth · 6 years ago
  75. 4e1e6ce Fix pick_first to not throw away unused subchannels. by Mark D. Roth · 6 years ago
  76. a0e92e7 Add proper synchronization so that stats are setup and destroyed cleanly by Vijay Pai · 6 years ago
  77. 186df43 As per review by Juanli Shen · 6 years ago
  78. e84096b Experimental infrastructure for callback-based CQ by Vijay Pai · 6 years ago
  79. f621eee run cloud-to-prod interop tests with google default credentials by Yihua Zhang · 6 years ago
  80. 9043a4f Some cleanup by Vijay Pai · 6 years ago
  81. 9b72650 PF: Check connectivity state before watching by Juanli Shen · 6 years ago
  82. 17e3611 Infrastructure for adding custom polling engines by Vijay Pai · 6 years ago
  83. f63b51b Merge branch 'master' into rq-threads-2 by Sree Kuchibhotla · 6 years ago
  84. bcd747d Added system roots feature to load roots from OS trust store by tdbhacks · 6 years ago
  85. 5cd8b1e Enable c-ares queries on Windows by Alex Polcyn · 6 years ago
  86. a6b6c21 Merge pull request #15597 from jtattermusch/protobuf_submodule_36x by Jan Tattermusch · 6 years ago
  87. 3954cf9 Merge pull request #16204 from Capstan/cli-channel by Yang Gao · 6 years ago
  88. e1a0f23 Shorten flag value to gdc. by Nathan Herring · 6 years ago
  89. 3b2b237 Make `google_default_credentials` be an additional channel type. by Nathan Herring · 6 years ago
  90. 60069ba Merge pull request #16225 from markdroth/reset_connection_backoff by Mark D. Roth · 6 years ago
  91. 18aac34 try fixing cxx distrib test by Jan Tattermusch · 6 years ago
  92. d4c1c9b try fixing protobuf build in win distribtest by Jan Tattermusch · 6 years ago
  93. be49852 Merge pull request #16214 from yang-g/order_order_please by Yang Gao · 6 years ago
  94. 10d1294 Use param by Juanli Shen · 6 years ago
  95. f7e7256 Add experimental API for resetting connection backoff. by Mark D. Roth · 6 years ago
  96. 8c5f24c update test by yang-g · 6 years ago
  97. bdd13cb Revert "Revert "Restrict the number of threads in C++ sync server"" by Sree Kuchibhotla · 6 years ago
  98. d6ef707 Add more filter priority levels by yang-g · 6 years ago
  99. 9ddb234 Clang format. by Nathan Herring · 6 years ago
  100. ab8b628 Create a --channel_creds_type flag for grpc_cli. by Nathan Herring · 6 years ago