1. be82e64 Autofix c casts to c++ casts by Noah Eisen · 6 years ago
  2. a54d81e Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  3. 0693b72 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  4. 6ec9bb8 Merge pull request #14360 from mehrdada/shellcheck-slash-test by Mehrdad Afshari · 6 years ago
  5. bf19c33 Merge pull request #14379 from yashykt/chttp2_heap_use_after_free by Yash Tibrewal · 6 years ago
  6. dfcb73d Merge pull request #14377 from adelez/foundry_integration by adelez · 6 years ago
  7. 0024ebc Merge pull request #14196 from vjpai/gpr_review_tls by Vijay Pai · 6 years ago
  8. 5122487 fix a conflict by Vijay Pai · 6 years ago
  9. 2a07398 Merge pull request #13684 from markdroth/c++_resolver by Mark D. Roth · 6 years ago
  10. 18b9133 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  11. ec717fa Fix heap use-after-free bug in chttp2 reported by fuzzer by Yash Tibrewal · 6 years ago
  12. 61da03c Add two files as data deps. by Adele Zhou · 6 years ago
  13. 7ec6b0a fix dependence by Vijay Pai · 6 years ago
  14. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  15. 209f644 Convert resolver API to C++. by Mark D. Roth · 6 years ago
  16. 25b61fd Merge branch 'master' into gpr_review_tls by Vijay Pai · 6 years ago
  17. 573717b Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  18. 7bd5e18 Merge pull request #14197 from vjpai/gpr_review_host_port by Vijay Pai · 6 years ago
  19. 32748c1 Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  20. 8f4fbb1 Move avl to its own directory and rename it to grpc_avl by Vijay Pai · 6 years ago
  21. ecdd914 Fix run_with_poller.sh to pass shellcheck by Mehrdad Afshari · 6 years ago
  22. a6ac5b3 Fix fuzzer_one_entry_runner.sh to pass shellcheck by Mehrdad Afshari · 6 years ago
  23. 4c130bf Fix end2end_test.sh to pass shellcheck by Mehrdad Afshari · 6 years ago
  24. 39307d2 Revert "Revert "Define the tests as grpc_cc_test to automatically test against all po…"" by adelez · 6 years ago
  25. b1ef84a Merge branch 'master' into gpr_review_host_port by Vijay Pai · 6 years ago
  26. 890e386 Merge pull request #14348 from mehrdada/upmerge by Mehrdad Afshari · 6 years ago
  27. 2711e38 Update prefix length in algorithm_test by Muxi Yan · 6 years ago
  28. cda058d build projects by Muxi Yan · 6 years ago
  29. 931f68e regenerate metadata by Muxi Yan · 6 years ago
  30. 3db2caa Replace message/deflate,gzip with deflate,gzip by Muxi Yan · 6 years ago
  31. 6f0b195 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* by Muxi Yan · 6 years ago
  32. 18a356c Revert "Define the tests as grpc_cc_test to automatically test against all po…" by adelez · 6 years ago
  33. c75c818 Merge pull request #14221 from markdroth/ref_counted_crtp by Mark D. Roth · 6 years ago
  34. 582d785 Merge pull request #14328 from yashykt/badssl by Yash Tibrewal · 6 years ago
  35. 08d9f3d Change Ref() methods to return a RefCountedPtr<>. by Mark D. Roth · 6 years ago
  36. b9335eb Upmerge branch 'v1.9.x' into 'master' by Mehrdad Afshari · 6 years ago
  37. a3b9929 Get bazel tests for bad_ssl working by Yash Tibrewal · 6 years ago
  38. 5b30e46 Define the tests as grpc_cc_test to automatically test against all polling strategies by Adele Zhou · 6 years ago
  39. 461d59c Add BUILD file by Adele Zhou · 6 years ago
  40. 8011a09 Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_error by Juanli Shen · 7 years ago
  41. 08ce35d Merge branch 'master' into gpr_review3 by Vijay Pai · 7 years ago
  42. 1acfaca Merge branch 'master' into gpr_review_host_port by Vijay Pai · 7 years ago
  43. 45ba983 Merge pull request #14284 from dgquintas/kill_lb_policies_test by David G. Quintas · 7 years ago
  44. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 7 years ago
  45. d82e137 Add a results_upon_error setter to fake resolver by Juanli Shen · 7 years ago
  46. 4c0640e Merge branch 'master' into gpr_review3 by Vijay Pai · 7 years ago
  47. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 7 years ago
  48. 0dbb00e Remove extern "C" by Vijay Pai · 7 years ago
  49. 8d8214a Removed obsolete lb_policies_test by David Garcia Quintas · 7 years ago
  50. 64d02ba Merge branch 'master' of github.com:grpc/grpc into dns_cooldown by David Garcia Quintas · 7 years ago
  51. ce1cfea Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE. by yang-g · 7 years ago
  52. f25126c PR comments by David Garcia Quintas · 7 years ago
  53. e294279 Merge pull request #14236 from jtattermusch/fix_passthru_endpoint_race by Jan Tattermusch · 7 years ago
  54. 382374e add comment by Jan Tattermusch · 7 years ago
  55. a984e45 Merge pull request #14112 from yashykt/badclient by Yash Tibrewal · 7 years ago
  56. 956fe5e Added tests, supporting c-ares as well as std resolver. by David Garcia Quintas · 7 years ago
  57. b86cdde Undo changes to dns_resolver_test.cc by David Garcia Quintas · 7 years ago
  58. 83ad85e Remove unnecessary check and few more comments by Yash Tibrewal · 7 years ago
  59. 54f6092 Force the client to shutdown so that the server write can complete by Yash Tibrewal · 7 years ago
  60. 12ba4b1 make grpc_passthru_endpoint_stats refcounted by Jan Tattermusch · 7 years ago
  61. 8376749 fix EventState::done() data race by Jan Tattermusch · 7 years ago
  62. e6cf0ae Merge pull request #14211 from yashykt/httpsclibazel by Yash Tibrewal · 7 years ago
  63. 7896b62 DNS cooldown mechanism by David Garcia Quintas · 7 years ago
  64. ac35926 Manually set roots pem env variable for httpscli_test by Yash Tibrewal · 7 years ago
  65. faa7422 Disable failing ssl_transport_security_tests when using OpenSSL lib by jiangtaoli2016 · 7 years ago
  66. e8e2426 Bazel fix for httpcli_test by Yash Tibrewal · 7 years ago
  67. dbc5214 Fix end2end test flake #13477 by Yash Tibrewal · 7 years ago
  68. 1dc0833 Don't segfault on header replay by Ken Payson · 7 years ago
  69. 8f40827 Merge pull request #14136 from jtattermusch/add_ubuntu_1710 by Jan Tattermusch · 7 years ago
  70. ae376bf Privatize host_port.h; was not used in any wrapped language implementation by Vijay Pai · 7 years ago
  71. b6cf123 Privatize thread-local storage headers by Vijay Pai · 7 years ago
  72. 8a99fdb Move cmdline and subprocess from public gpr to test/core/util by Vijay Pai · 7 years ago
  73. dc80282 Merge pull request #14042 from apolcyn/ruby_25_on_kokoro_mac by apolcyn · 7 years ago
  74. 2f090e9 silence switch fallthrough warning on gcc7.2 by Jan Tattermusch · 7 years ago
  75. 8ddc6b2 Merge pull request #14146 from markdroth/inlined_vector_clear by Mark D. Roth · 7 years ago
  76. 190a8db Fix linker error on objc mac tests by explicitly installing cocoapods v1.3.1, rather than picking up 1.4.1 by Alexander Polcyn · 7 years ago
  77. 153ebda reduce send size for window overflow test by Yash Tibrewal · 7 years ago
  78. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  79. d0e1f74 Fix build problem. by Mark D. Roth · 7 years ago
  80. b9a3433 Make the thread wait so that write can complete too by Yash Tibrewal · 7 years ago
  81. ea8027a Merge branch 'master' into badclient by Yash Tibrewal · 7 years ago
  82. 7cbbee7 remove unnecessary assert by Yash Tibrewal · 7 years ago
  83. 0d8b21e Add helper function for rst_stream by Yash Tibrewal · 7 years ago
  84. 9ab4d0c Add const version of operator[]. by Mark D. Roth · 7 years ago
  85. 19688bf Add clear() method for InlinedVector<>. by Mark D. Roth · 7 years ago
  86. ac0808b Merge pull request #14093 from markdroth/arena_alignment by Mark D. Roth · 7 years ago
  87. 2094ad7 fix -Wmemset-elt-size warning in gcc7.2 by Jan Tattermusch · 7 years ago
  88. 62569dd Fix arena to return aligned memory. by Mark D. Roth · 7 years ago
  89. 97d3d08 Use wait_for_ready in goaway_server_test. by Mark D. Roth · 7 years ago
  90. eea1d9b nullptr check by Yash Tibrewal · 7 years ago
  91. 1791df0 Bad client changes to make large metadata test to work again by Yash Tibrewal · 7 years ago
  92. 28b6a44 Migrate all remaining features of core test to C++ layer test by Vijay Pai · 7 years ago
  93. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  94. cbb4f78 Merge pull request #14089 from markdroth/no_plus_in_directory_names by Mark D. Roth · 7 years ago
  95. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 7 years ago
  96. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  97. 9813858 Merge pull request #14070 from markdroth/backoff_api_cleanup by Mark D. Roth · 7 years ago
  98. 98f22c7 Merge pull request #14078 from yashykt/asan_sockaddr by Yash Tibrewal · 7 years ago
  99. 45e754a Fix typo s/resolition/resolution by Yash Tibrewal · 7 years ago
  100. f0798f9 Solve a stack_use_after_scope issue in sockaddr_resolver_test by Yash Tibrewal · 7 years ago